@charset "UTF-8";
@media (max-width: 767px) {
  .noMobile {
    display: none; } }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.float-left, .results #results .content .product {
  float: left; }
.float-right {
  float: right; }

.hidden {
  visibility: hidden; }

.inactive {
  display: none !important; }

.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.flex, .results .top-bar .filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex .flex-centre, .results .top-bar .filter .flex-centre {
    margin: auto; }

a {
  text-decoration: none; }

input, textarea {
  outline: none;
  -webkit-appearance: none;
  border: 1px solid; }

.clear:after, .dashboard .item-controller .items .item .materialList:after, .dashboard .overlay.capability-overlay .capability-box .option-list:after, .results #results .content:after, .results #results .content .product .footer .capability-icons:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

@media (max-width: 767px) {
  .noMob {
    display: none; } }
@font-face {
  font-family: 'DIN';
  src: url("/fonts/3-din-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/3-din-light-webfont.woff2") format("woff2"), url("/fonts/3-din-light-webfont.woff") format("woff"), url("/fonts/3-din-light-webfont.ttf") format("truetype"), url("/fonts/3-din-light-webfont.svg#dinlight") format("svg");
  font-weight: 300; }
@font-face {
  font-family: 'DIN';
  src: url("/fonts/1-din-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/1-din-regular-webfont.woff2") format("woff2"), url("/fonts/1-din-regular-webfont.woff") format("woff"), url("/fonts/1-din-regular-webfont.ttf") format("truetype"), url("/fonts/1-din-regular-webfont.svg#dinregular") format("svg");
  font-weight: 400; }
@font-face {
  font-family: 'DIN';
  src: url("/fonts/4-din-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/4-din-medium-webfont.woff2") format("woff2"), url("/fonts/4-din-medium-webfont.woff") format("woff"), url("/fonts/4-din-medium-webfont.ttf") format("truetype"), url("/fonts/4-din-medium-webfont.svg#dinmedium") format("svg");
  font-weight: 500; }
@font-face {
  font-family: 'DIN';
  src: url("/fonts/2_din-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/2_din-bold-webfont.woff2") format("woff2"), url("/fonts/2_din-bold-webfont.woff") format("woff"), url("/fonts/2_din-bold-webfont.ttf") format("truetype"), url("/fonts/2_din-bold-webfont.svg#dinbold") format("svg");
  font-weight: 700; }
body, input, select, button {
  -webkit-appearance: none;
  font-family: "DIN", Helvetica, Arial, sans-serif; }

.nav-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav-container {
      width: 80%; } }

.header-logo {
  float: left;
  height: 40px;
  margin-top: 14px;
  -webkit-transition: margin-top 0.8s;
  transition: margin-top 0.8s; }

.header-logo img {
  height: 30px; }

.tab-nav {
  position: fixed;
  right: 25px;
  top: 50%;
  margin-top: -60px;
  z-index: 10; }

.nav {
  float: right;
  margin-top: 22px; }

.nav.fixed {
  position: absolute;
  right: 20%;
  z-index: 3; }

.nav ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.nav ul li {
  display: inline-block; }

.nav ul li a {
  font-family: "DIN", Helvetica, Arial, sans-serif;
  float: left;
  width: auto;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  padding: 3px 20px 0px 0;
  font-size: 0.7em; }

header .nav ul li a {
  color: #ab9766; }

header .nav .sub-menu li a {
  color: white; }

.menu-item-has-children {
  position: relative; }

.menu-item-has-children:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ab9766 transparent;
  position: absolute;
  top: 29px;
  right: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.menu-item-has-children:hover .sub-menu, .sub-menu:hover {
  max-height: 150px; }

#mobile-dropdown .menu-item-has-children:hover .sub-menu {
  max-height: 0; }

.menu-item-has-children:hover::after {
  opacity: 1; }

.sub-menu {
  width: 100%;
  top: 61px;
  max-height: 0;
  overflow: hidden;
  background: #ab9766;
  text-transform: uppercase;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  font-size: 0.9em;
  position: fixed;
  right: 0;
  padding-right: 20% !important; }

#mobile-dropdown .sub-menu {
  position: relative;
  max-height: none;
  overflow: auto;
  display: none; }

.sub-menu li {
  font-family: "DIN", Helvetica, Arial, sans-serif;
  list-style: none;
  padding: 10px 0 10px 15px;
  display: inline-block;
  float: right; }

.sub-menu li:hover {
  background: #e0d6ba; }

.sub-menu li a {
  color: white; }

#mobile-header {
  display: none;
  width: 100vw;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: white; }

#mobile-dropdown {
  display: none; }

#mobile-header .left {
  width: 45%;
  float: left;
  height: 100%;
  text-align: left;
  margin-left: 5%; }

#mobile-header .left a img {
  display: inline-block;
  margin-top: 10px; }

#mobile-header .right {
  width: 45%;
  float: right;
  height: 100%;
  text-align: right;
  margin-right: 5%; }

#mobile-header .right a img {
  display: inline-block;
  margin-top: 10px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s; }

#mobile-header .right a.rot img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }

#mobile-dropdown {
  max-height: 0;
  top: 50px;
  position: fixed;
  overflow: hidden;
  right: 0;
  background: #ab9766;
  background: rgba(171, 151, 102, 0.9) none repeat scroll 0% 0%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-bottom: 1px solid #ccc;
  width: 100%;
  z-index: 9999;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s; }

#mobile-dropdown.expand {
  max-height: 600px; }

#mobile-dropdown ul {
  list-style-type: none; }

#mobile-dropdown ul li {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 8px 0; }

#mobile-dropdown ul li a {
  font-family: "DIN", Helvetica, Arial, sans-serif;
  width: auto;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.5; }

@media (max-width: 768px) {
  .links a {
    font-size: 0.6em; }

  .tab-nav {
    display: none; }

  header, footer {
    display: none; }

  #mobile-header {
    display: block; }

  #mobile-dropdown {
    display: block; } }
::-webkit-input-placeholder {
  color: #a6bbca;
  font-family: "DIN", Helvetica, Arial, sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #a6bbca;
  font-family: "DIN", Helvetica, Arial, sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6bbca;
  font-family: "DIN", Helvetica, Arial, sans-serif; }

:-ms-input-placeholder {
  color: #a6bbca;
  font-family: "DIN", Helvetica, Arial, sans-serif; }

header .subheader .browse, .hero .product-overlay h2, .hero .product-overlay a, .hero .categories, .companies, .wizard .projects, .dashboard .back, .dashboard h1 .selection, .dashboard .item-controller .items .add-item, .dashboard .item-controller .items .item .title, .dashboard .item-controller .controls .search input[type='submit'], .dashboard .item-controller .controls .find-projects, .dashboard .item-controller .controls .share, .dashboard .overlay.item-overlay .item-types, .dashboard .overlay button, .dashboard .overlay.capability-overlay .capability-box h3, .dashboard .overlay.capability-overlay .capability-box .infobox, .dashboard .overlay.capability-overlay .capability-settings .controls input, .results .errors .error, .results .top-bar .edit, .results .top-bar li.error::after, .results .top-bar .filter {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.content, .results .errors {
  width: 60%;
  position: relative;
  left: 20%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content, .results .errors {
      width: 80%;
      left: 10%; } }
  @media (max-width: 767px) {
    .content, .results .errors {
      width: 90%;
      left: 5%; } }

header {
  position: fixed;
  height: 60px;
  width: 100%;
  background: white;
  border-bottom: 1px solid #e6e6e6;
  top: 0;
  z-index: 20; }
  header a {
    color: #ab9766; }
  header .subheader {
    position: absolute;
    top: 60px;
    height: 60px;
    overflow: hidden;
    background: white;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.9s;
    transition: max-height 0.9s; }
    header .subheader.extend {
      max-height: 120px; }
    header .subheader .content {
      margin-top: 20px;
      margin-bottom: 20px; }
    header .subheader .browse {
      font-size: 0.8em;
      margin-right: 30px;
      padding-bottom: 20px;
      color: #ab9766;
      display: inline-block; }
      header .subheader .browse:hover .dropdown {
        max-height: 60px; }
      header .subheader .browse .dropdown {
        position: fixed;
        background: #e0d6ba;
        width: 100%;
        top: 120px;
        left: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s; }
        header .subheader .browse .dropdown a {
          color: #425363;
          margin-right: 15px; }
    header .subheader input[type="search"] {
      background: #425363;
      color: white;
      border-radius: 20px;
      padding: 5px;
      width: 120px;
      -webkit-transition: width 0.5s;
      transition: width 0.5s; }
      header .subheader input[type="search"]:focus {
        width: 220px; }

a {
  color: white; }

body {
  background: #425363; }

.frame {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  overflow: hidden;
  min-height: 100vh;
  opacity: 1;
  -webkit-transition: min-height 0.8s, height 0.8s, opacity 1.5s;
  transition: min-height 0.8s, height 0.8s, opacity 1.5s; }
  .frame.noanim {
    -webkit-transition: none;
    transition: none; }
  .frame.active {
    overflow: auto; }
  .frame.disabled {
    height: 0;
    min-height: 0;
    opacity: 0; }

.bubbles .bubble {
  width: 10px;
  height: 10px;
  margin: 10px 2.5px;
  border: 1px solid white;
  border-radius: 20px; }
  .bubbles .bubble.sel {
    background: white; }

.disabled {
  opacity: 0.5;
  pointer-events: none; }

.arrow {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .arrow:first-of-type {
    padding-right: 10px; }

.hero {
  margin-top: 60px;
  height: 50vh;
  min-height: 535px;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }
  @media (min-width: 1680px) {
    .hero {
      height: 65vh; } }
  @media (max-width: 767px) {
    .hero {
      height: 75vh;
      margin-top: 50px;
      min-height: 700px; } }
  .hero .hero-images {
    width: 100%;
    height: 100%;
    background-color: #ab9766;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    position: absolute; }
    .hero .hero-images .hero-image {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
  .hero .content {
    height: 100%;
    z-index: 1; }
    @media (min-width: 1680px) {
      .hero .content {
        height: calc(100% - 10vh); } }
  .hero .product-overlay {
    width: 60%;
    color: white;
    padding: 5% 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .hero .product-overlay {
        width: 100%; } }
    @media (min-width: 1680px) {
      .hero .product-overlay {
        margin-top: 10vh; } }
    .hero .product-overlay .slider-products {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
      .hero .product-overlay .slider-products .slider-product {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        float: left;
        width: 100%;
        opacity: 0;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
        .hero .product-overlay .slider-products .slider-product.current {
          opacity: 1;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
    .hero .product-overlay h1 {
      text-transform: uppercase;
      padding-bottom: 10px;
      font-size: 3em; }
    .hero .product-overlay h2 {
      font-size: 1.4em;
      padding-bottom: 10px; }
    .hero .product-overlay p {
      line-height: 1.2em; }
    .hero .product-overlay a {
      color: white;
      display: inline-block;
      padding-top: 20px; }
  .hero .search input[type="search"] {
    border: 1px solid white;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 270px;
    color: white;
    border-radius: 100px;
    -webkit-transition: background 0.5s, color 0.3s;
    transition: background 0.5s, color 0.3s; }
    @media (max-width: 767px) {
      .hero .search input[type="search"] {
        width: 100%; } }
    .hero .search input[type="search"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .hero .search input[type="search"]:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.8); }
    .hero .search input[type="search"]::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.8); }
    .hero .search input[type="search"]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .hero .search input[type="search"]:focus {
      background: white;
      color: #425363; }
      .hero .search input[type="search"]:focus::-webkit-input-placeholder {
        color: #a6bbca; }
      .hero .search input[type="search"]:focus:-moz-placeholder {
        /* Firefox 18- */
        color: #a6bbca; }
      .hero .search input[type="search"]:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: #a6bbca; }
      .hero .search input[type="search"]:focus:-ms-input-placeholder {
        color: #a6bbca; }
  .hero .categories {
    position: absolute;
    bottom: 15px;
    width: 100%; }
    .hero .categories .flex, .hero .categories .results .top-bar .filter, .results .top-bar .hero .categories .filter {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .hero .categories .flex, .hero .categories .results .top-bar .filter, .results .top-bar .hero .categories .filter {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
    .hero .categories a {
      font-weight: 500; }
      @media (max-width: 767px) {
        .hero .categories a {
          font-size: 0.8em;
          width: 100%;
          padding-bottom: 10px; } }
    .hero .categories .label {
      color: white;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }
      .hero .categories .label .text {
        font-size: 0.8em;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding-right: 15px; }
      .hero .categories .label .line {
        height: 1px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        background: white; }
  .hero .gradient {
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.2)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00425363', endColorstr='#425363',GradientType=0 );
    /* IE6-8 */
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 50%; }

.companies {
  padding: 30px 0;
  background: white; }
  @media (max-width: 767px) {
    .companies {
      padding: 20px 0; } }
  .companies .brands {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .companies .brands {
        font-size: 0.8em;
        width: 100%;
        padding-bottom: 10px; }
        .companies .brands img {
          height: 30px; } }
    .companies .brands .brand:hover {
      opacity: 0.5; }
  .companies a {
    color: #425363; }
  .companies .label {
    color: #999;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
    .companies .label .text {
      font-size: 0.8em;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding-right: 15px; }
    .companies .label .line {
      height: 1px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background: #999; }

.wizard {
  background: #425363;
  color: white;
  padding: 50px 0; }
  .wizard h2 {
    text-transform: uppercase;
    padding-bottom: 10px;
    width: 70%;
    font-size: 2.3em; }
    @media (max-width: 767px) {
      .wizard h2 {
        width: 100%; } }
  .wizard p {
    font-size: 1.3em; }
  .wizard .projects {
    list-style: none;
    margin-top: 45px;
    font-size: 1em; }
    @media (max-width: 767px) {
      .wizard .projects {
        margin-top: 20px; } }
    .wizard .projects li {
      padding: 0 45px 20px 0;
      cursor: pointer; }
      .wizard .projects li:hover {
        color: #a6bbca; }

.dashboard {
  background: #425363;
  color: white;
  /*
  	.content {
  		height: calc(100vh - 150px);
  	}
  */ }
  .dashboard .back {
    margin-top: 150px;
    color: #a6bbca;
    cursor: pointer; }
    @media (max-width: 767px) {
      .dashboard .back {
        margin-top: 80px; } }
  .dashboard h1 {
    padding: 20px 0 30px;
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1.2em;
    border-bottom: 1px solid #607282; }
    @media (max-width: 767px) {
      .dashboard h1 {
        font-size: 2.2em; } }
    .dashboard h1 .selection {
      display: inline-block;
      background-color: #ab9766;
      position: relative;
      border: none;
      color: white;
      cursor: pointer;
      padding: 0 60px 0 25px;
      font-size: 1rem;
      top: -8px;
      border-radius: 100px;
      background-image: url("../resources/dropdown.svg");
      background-repeat: no-repeat;
      background-size: 15px 15px;
      background-position: 95% center; }
      @media (max-width: 767px) {
        .dashboard h1 .selection {
          top: 0;
          margin: 5px 0;
          padding: 0 20px;
          background-image: none; } }
      .dashboard h1 .selection .dropdown {
        position: absolute;
        top: 100%;
        z-index: 5;
        font-size: 0.8em;
        width: 100%;
        left: 0;
        border-radius: 5px;
        overflow: hidden;
        max-height: 0;
        background: rgba(255, 255, 255, 0.95);
        color: #425363;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s; }
        .dashboard h1 .selection .dropdown li {
          padding: 20px;
          cursor: pointer;
          line-height: 2em; }
          .dashboard h1 .selection .dropdown li:hover {
            color: white;
            background: #a6bbca; }
          .dashboard h1 .selection .dropdown li:active {
            color: white;
            background: #566878; }
      .dashboard h1 .selection:hover .dropdown {
        max-height: 800px;
        max-height: 60vh;
        overflow: auto; }
  @media (max-width: 767px) {
    .dashboard .item-controller {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .dashboard .item-controller .items, .dashboard .item-controller .controls {
    margin-top: 30px; }
  .dashboard .item-controller .items {
    border-right: 1px solid #607282;
    width: 60%;
    position: relative;
    min-width: 490px;
    margin-bottom: 15px;
    padding-right: 30px; }
    @media (max-width: 1160px) {
      .dashboard .item-controller .items {
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .dashboard .item-controller .items {
        width: 100%;
        padding-right: 0;
        border-right: 0;
        min-width: 0; } }
    .dashboard .item-controller .items.overflow #item-list {
      margin-bottom: 20px;
      border-bottom: 1px solid #607282;
      padding-bottom: 90px; }
    .dashboard .item-controller .items.overflow:after {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 409px;
      height: 90px;
      z-index: 1;
      width: 100%;
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66, 83, 99, 0)), color-stop(100%, #425363));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(66, 83, 99, 0) 0%, #425363 100%);
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(66, 83, 99, 0) 0%, #425363 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00425363', endColorstr='#425363',GradientType=0 );
      /* IE6-8 */ }
    .dashboard .item-controller .items #item-list {
      max-height: 500px;
      overflow: auto; }
    .dashboard .item-controller .items .add-item {
      width: 100%;
      text-align: left;
      background: none;
      padding: 20px;
      border: 1px solid #607282;
      color: #a6bbca;
      font-size: 1em;
      outline: none;
      cursor: pointer;
      background-image: url("../resources/add-item.svg");
      background-repeat: no-repeat;
      background-size: 30x;
      background-position: 95% center; }
      .dashboard .item-controller .items .add-item:hover {
        background-color: #748797; }
      .dashboard .item-controller .items .add-item:active {
        background-color: #889cab; }
    .dashboard .item-controller .items .item {
      list-style: none;
      background: #4c5d6d;
      padding: 15px;
      margin-bottom: 15px; }
      .dashboard .item-controller .items .item:hover .title .trash {
        opacity: 0.5; }
      .dashboard .item-controller .items .item .title h3 {
        font-size: 1.2em;
        display: inline-block; }
      .dashboard .item-controller .items .item .title .trash {
        display: inline-block;
        position: relative;
        top: 2px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin-left: 5px;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        background-image: url("../resources/trash.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
        .dashboard .item-controller .items .item .title .trash:hover {
          opacity: 1; }
      .dashboard .item-controller .items .item .title .add-capability {
        font-size: 0.7em;
        color: #a6bbca;
        padding-top: 6px;
        cursor: pointer; }
      .dashboard .item-controller .items .item .materialIcon {
        float: right;
        width: 30px;
        height: 30px;
        position: relative;
        opacity: 0.3;
        margin-right: 5px;
        cursor: pointer;
        background-image: url("../resources/material.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        top: -2px; }
        .dashboard .item-controller .items .item .materialIcon.setMats {
          opacity: 1; }
      .dashboard .item-controller .items .item .materialList {
        max-height: 80px;
        opacity: 1;
        -webkit-transition: max-height 0.8s, opacity 0.5s;
        transition: max-height 0.8s, opacity 0.5s; }
        .dashboard .item-controller .items .item .materialList .material-label {
          float: left;
          color: #9cb1c0;
          font-size: 0.8em;
          padding-top: 10px;
          padding-right: 5px; }
        .dashboard .item-controller .items .item .materialList .inner {
          font-size: 0.7em;
          border: 1px solid #889cab;
          border-radius: 3px;
          margin-top: 5px;
          overflow: hidden;
          float: left; }
          .dashboard .item-controller .items .item .materialList .inner li {
            border-left: 1px solid #889cab;
            color: #a6bbca;
            cursor: pointer;
            padding: 5px 7px;
            background: #425363;
            display: inline-block; }
            .dashboard .item-controller .items .item .materialList .inner li:first-of-type {
              border-left: none; }
            .dashboard .item-controller .items .item .materialList .inner li.label {
              border: none;
              pointer-events: none;
              background: #607282;
              color: #a6bbca; }
            .dashboard .item-controller .items .item .materialList .inner li.selected {
              background: #889cab;
              color: #425363; }
        .dashboard .item-controller .items .item .materialList.hidden {
          max-height: 0;
          opacity: 0; }
      .dashboard .item-controller .items .item .capabilities {
        list-style: none;
        border-top: 1px solid #607282;
        margin-top: 15px;
        padding-top: 15px; }
        .dashboard .item-controller .items .item .capabilities li {
          padding: 5px;
          cursor: pointer;
          border-radius: 30px; }
          .dashboard .item-controller .items .item .capabilities li:before {
            content: "+";
            display: inline-block;
            position: relative;
            top: -1px;
            padding: 0 3px; }
          .dashboard .item-controller .items .item .capabilities li .delete-capability {
            width: 20px;
            height: 20px;
            cursor: pointer;
            background-size: 20px 20px;
            background-position: center center;
            background-repeat: no-repeat;
            opacity: 0.7;
            background-image: url("../resources/delete-capability.svg"); }
            .dashboard .item-controller .items .item .capabilities li .delete-capability:hover {
              opacity: 1; }
          .dashboard .item-controller .items .item .capabilities li:hover {
            background: #a6bbca;
            color: #425363; }
        .dashboard .item-controller .items .item .capabilities:empty {
          border-top: none;
          padding-top: 0;
          margin-top: 0; }
        .dashboard .item-controller .items .item .capabilities:blank {
          border-top: none;
          padding-top: 0;
          margin-top: 0; }
      .dashboard .item-controller .items .item .capability {
        font-size: 0.8em; }
        .dashboard .item-controller .items .item .capability:before {
          content: "+";
          margin-right: 5px; }
  .dashboard .item-controller .controls {
    color: #a6bbca;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 40%;
    text-align: center;
    padding-left: 30px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
    .dashboard .item-controller .controls .control-panel {
      width: 100%; }
      .dashboard .item-controller .controls .control-panel p {
        margin-bottom: 10px;
        padding: 10px;
        color: #748797; }
    .dashboard .item-controller .controls a {
      color: #a6bbca;
      font-size: 0.9em; }
    .dashboard .item-controller .controls .search input[type="search"] {
      width: 100%;
      margin-top: 30px;
      padding: 10px;
      border-radius: 30px;
      background: #354758;
      color: #889cab;
      opacity: 0.5;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .dashboard .item-controller .controls .search input[type="search"]:focus {
        opacity: 1; }
    .dashboard .item-controller .controls .search input[type='submit'] {
      cursor: pointer;
      width: 100%;
      padding: 5px;
      margin-top: 5px;
      margin-bottom: 15px;
      border: none;
      background: #607282;
      color: #425363;
      border-radius: 30px; }
      .dashboard .item-controller .controls .search input[type='submit']:hover {
        background: #889cab; }
    .dashboard .item-controller .controls .find-projects {
      width: 100%;
      color: #a6bbca;
      text-align: center;
      background: none;
      padding: 20px;
      border: 1px solid #a6bbca;
      border-radius: 50px;
      font-size: 1em;
      margin-bottom: 30px;
      cursor: pointer;
      outline: none;
      -webkit-transition: background 0.3s, color 0.3s;
      transition: background 0.3s, color 0.3s; }
      .dashboard .item-controller .controls .find-projects:hover {
        background: #a6bbca;
        color: #425363; }
    .dashboard .item-controller .controls .share {
      font-size: 0.9em;
      margin-top: 45px; }
    @media (max-width: 1160px) {
      .dashboard .item-controller .controls {
        padding-left: 15px;
        font-size: 0.8em; }
        .dashboard .item-controller .controls .find-projects {
          padding: 10px; } }
    @media (max-width: 767px) {
      .dashboard .item-controller .controls {
        padding-left: 0;
        font-size: 1em; }
        .dashboard .item-controller .controls .find-projects {
          padding: 20px; } }
  .dashboard .overlay {
    margin: auto;
    background: rgba(66, 83, 99, 0.95);
    position: absolute;
    overflow: auto;
    -webkit-animation: fadeIn 0.4s ease-in-out both;
            animation: fadeIn 0.4s ease-in-out both;
    top: 120px;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .dashboard .overlay .content {
      -webkit-animation: fadeUp 0.7s ease-in-out both;
              animation: fadeUp 0.7s ease-in-out both; }
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
    @media (max-width: 767px) {
      .dashboard .overlay {
        top: 50px; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .dashboard .overlay.inactive {
      opacity: 0; }
    .dashboard .overlay h1 {
      margin-top: 120px;
      font-size: 3.2em;
      width: 50%;
      border: none;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 0.9em;
      padding: 0; }
      @media (max-width: 767px) {
        .dashboard .overlay h1 {
          margin-top: 40px;
          font-size: 2.4em;
          width: 100%;
          margin-bottom: 20px; } }
    .dashboard .overlay.item-overlay .item-types {
      margin: 30px 0;
      list-style: none;
      font-weight: 600;
      width: 40%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 767px) {
        .dashboard .overlay.item-overlay .item-types {
          width: 100%; } }
      .dashboard .overlay.item-overlay .item-types li {
        padding: 7.5px 5px;
        cursor: pointer;
        border-radius: 3px;
        margin-bottom: 10px;
        position: relative;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        /*
        					background-image: url('../resources/delete-capability.svg');
        					background-repeat: no-repeat;
        					background-size: 15px;
        					background-position: 95% center;
        */ }
        .dashboard .overlay.item-overlay .item-types li:after {
          content: "×";
          position: absolute;
          right: 7px;
          top: 3px;
          font-size: 1.5em;
          color: #425363; }
        .dashboard .overlay.item-overlay .item-types li.selected-item {
          background-color: #ab9766; }
        .dashboard .overlay.item-overlay .item-types li.expand .subtypes {
          max-height: 400px; }
        .dashboard .overlay.item-overlay .item-types li .subtypes {
          max-height: 0;
          -webkit-transition: max-height 0.5s;
          transition: max-height 0.5s;
          border-left: 1px solid white;
          overflow: hidden;
          position: relative;
          top: 5px;
          left: 5px; }
          .dashboard .overlay.item-overlay .item-types li .subtypes li {
            padding: 5px;
            margin: 5px 0 5px 5px;
            font-weight: 400; }
            .dashboard .overlay.item-overlay .item-types li .subtypes li:after {
              top: -2px; }
    .dashboard .overlay button {
      -webkit-appearance: none;
      outline: none;
      text-align: center;
      padding: 15px 30px;
      color: #425363;
      font-weight: 700;
      font-size: 0.9em;
      border: none;
      border-radius: 3px;
      background: #ab9766;
      margin-bottom: 30px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .dashboard .overlay button {
          width: 100%; } }
      .dashboard .overlay button:hover {
        background: #c6b790; }
      .dashboard .overlay button:active {
        background: #e0d6ba; }
    .dashboard .overlay.capability-overlay .set-capability {
      margin: 30px 0; }
      @media (max-width: 767px) {
        .dashboard .overlay.capability-overlay .set-capability {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin: 20px 0; } }
    .dashboard .overlay.capability-overlay .capability-types {
      margin-right: 30px;
      list-style: none;
      width: 30%;
      text-transform: uppercase;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 767px) {
        .dashboard .overlay.capability-overlay .capability-types {
          width: 100%;
          margin: 0 0 15px; } }
      .dashboard .overlay.capability-overlay .capability-types li {
        padding: 7.5px;
        cursor: pointer;
        border-radius: 3px;
        margin-bottom: 10px;
        min-width: 220px;
        -webkit-transition: background 0.3s;
        transition: background 0.3s; }
        .dashboard .overlay.capability-overlay .capability-types li.selected-item {
          background: #ab9766; }
          .dashboard .overlay.capability-overlay .capability-types li.selected-item .label {
            color: #425363; }
      .dashboard .overlay.capability-overlay .capability-types .label {
        font-size: 0.75em;
        font-weight: normal;
        margin: 5px 0;
        color: #a6bbca; }
    .dashboard .overlay.capability-overlay .capability-box {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 20px;
      border-radius: 5px;
      border: 1px solid #a6bbca;
      width: 100%; }
      @media (max-width: 767px) {
        .dashboard .overlay.capability-overlay .capability-box {
          padding: 15px; } }
      .dashboard .overlay.capability-overlay .capability-box h3 {
        color: #a6bbca;
        padding-bottom: 20px; }
      .dashboard .overlay.capability-overlay .capability-box .small {
        font-size: 0.7em; }
      .dashboard .overlay.capability-overlay .capability-box .define {
        display: inline-block;
        text-decoration: underline; }
      .dashboard .overlay.capability-overlay .capability-box [data-definition] {
        color: #a6bbca;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
      .dashboard .overlay.capability-overlay .capability-box [data-definition].lookup {
        color: white; }
      .dashboard .overlay.capability-overlay .capability-box .infobox {
        color: #889cab;
        font-size: 0.9em;
        text-align: center;
        padding: 30px; }
      .dashboard .overlay.capability-overlay .capability-box .capability-settings {
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 210px auto; }
        .dashboard .overlay.capability-overlay .capability-box .capability-settings.bullet-resistance {
          background-image: url("../resources/capability_icons/bullet-resistance-large.svg"); }
        .dashboard .overlay.capability-overlay .capability-box .capability-settings.intruder-resistance {
          background-image: url("../resources/capability_icons/intruder-resistance-large.svg"); }
        .dashboard .overlay.capability-overlay .capability-box .capability-settings.physical-containment {
          background-image: url("../resources/capability_icons/physical-containment-large.svg"); }
        .dashboard .overlay.capability-overlay .capability-box .capability-settings.biosafety-level {
          background-image: url("../resources/capability_icons/biosafety-level-large.svg"); }
        .dashboard .overlay.capability-overlay .capability-box .capability-settings.blast-protection {
          background-image: url("../resources/capability_icons/blast-protection-large.svg"); }
        .dashboard .overlay.capability-overlay .capability-box .capability-settings.wind-loading {
          background-image: url("../resources/capability_icons/wind-loading-large.svg"); }
        .dashboard .overlay.capability-overlay .capability-box .capability-settings.fire-resistance {
          background-image: url("../resources/capability_icons/fire-resistance-large.svg"); }
        .dashboard .overlay.capability-overlay .capability-box .capability-settings.fire-resistance h1 {
          font-size: 3.5em; }
      .dashboard .overlay.capability-overlay .capability-box .option-list {
        margin: 15px 0;
        border: 1px solid #a6bbca;
        display: inline-block;
        border-radius: 5px;
        margin-left: 1px;
        overflow: hidden; }
        .dashboard .overlay.capability-overlay .capability-box .option-list li {
          display: inline-block;
          padding: 5px 10px;
          float: left;
          list-style: none;
          color: #a6bbca;
          border-left: 1px solid; }
          .dashboard .overlay.capability-overlay .capability-box .option-list li:first-of-type {
            border-left: none; }
          .dashboard .overlay.capability-overlay .capability-box .option-list li.selected {
            color: #425363;
            background: #a6bbca; }
      .dashboard .overlay.capability-overlay .capability-box .range {
        margin: 50px 15px;
        height: 2px;
        background: white;
        position: relative; }
        .dashboard .overlay.capability-overlay .capability-box .range .notches {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .dashboard .overlay.capability-overlay .capability-box .range .slider {
          height: 20px;
          width: 20px;
          top: -10px;
          border-radius: 40px;
          background: #ab9766;
          left: -10px;
          z-index: 2;
          position: absolute; }
          .dashboard .overlay.capability-overlay .capability-box .range .slider:after {
            content: '';
            position: absolute;
            cursor: pointer;
            height: 30px;
            width: 30px;
            border: 2px solid white;
            border-radius: 75px;
            top: -7px;
            left: -7px;
            -webkit-transform-origin: center center;
                -ms-transform-origin: center center;
                    transform-origin: center center;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1);
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s; }
          .dashboard .overlay.capability-overlay .capability-box .range .slider:hover:after {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
          .dashboard .overlay.capability-overlay .capability-box .range .slider.selected:after {
            -webkit-transform: scale(1.25);
                -ms-transform: scale(1.25);
                    transform: scale(1.25); }
        .dashboard .overlay.capability-overlay .capability-box .range .notch {
          height: 10px;
          width: 10px;
          border-radius: 20px;
          background: white;
          top: -5px;
          position: relative;
          /*
          							&.first, &.last  {
          								height: $notch-height + 5px;
          								top: -1 * ($notch-height+5px)/2;
          								width: 2px;
          							}
          */ }
      .dashboard .overlay.capability-overlay .capability-box .information h1 {
        margin-top: 0;
        display: inline-block;
        text-transform: none;
        color: #ab9766;
        font-size: 7em;
        width: auto; }
        @media (max-width: 767px) {
          .dashboard .overlay.capability-overlay .capability-box .information h1 {
            font-size: 3em;
            margin-left: 10px; } }
      .dashboard .overlay.capability-overlay .capability-box .information p {
        padding: 0 15px; }
      .dashboard .overlay.capability-overlay .capability-box .information .info-panel {
        display: none; }
        @media (max-width: 767px) {
          .dashboard .overlay.capability-overlay .capability-box .information .info-panel {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse; } }
        .dashboard .overlay.capability-overlay .capability-box .information .info-panel.selected-panel {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .dashboard .overlay.capability-overlay .capability-box .information .info-panel .info {
          width: 100%;
          margin-left: 15px; }
          @media (max-width: 767px) {
            .dashboard .overlay.capability-overlay .capability-box .information .info-panel .info {
              margin-left: 0; } }
          .dashboard .overlay.capability-overlay .capability-box .information .info-panel .info li {
            list-style: none; }
    .dashboard .overlay.capability-overlay .capability-settings {
      display: none;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .dashboard .overlay.capability-overlay .capability-settings.selected {
        display: block; }
      .dashboard .overlay.capability-overlay .capability-settings.fadeOut {
        opacity: 0.5; }
      .dashboard .overlay.capability-overlay .capability-settings .controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .dashboard .overlay.capability-overlay .capability-settings .controls input {
          width: 100%;
          padding: 10px 20px;
          border: none;
          font-size: 1em;
          border-radius: 3px; }
          .dashboard .overlay.capability-overlay .capability-settings .controls input[type="submit"] {
            color: #425363;
            margin-bottom: 15px;
            background: #ab9766; }
          .dashboard .overlay.capability-overlay .capability-settings .controls input[type="button"] {
            color: #a6bbca;
            background: none;
            border: 1px solid #a6bbca; }

.results {
  color: white; }
  .results .errors .error {
    color: #425363;
    text-align: center;
    padding: 15px;
    background: #e15928;
    border-radius: 30px;
    margin-top: 15px; }
  .results .loader {
    position: absolute;
    padding: 15px;
    width: 90px;
    height: 90px;
    left: calc(50% - 45px);
    top: calc(50% - 45px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    pointer-events: none;
    border-radius: 5px;
    background: rgba(66, 83, 99, 0.9);
    z-index: 30;
    opacity: 1;
    -webkit-transition: opacity 0.9s, -webkit-transform 0.5s;
    transition: opacity 0.9s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.9s;
    transition: transform 0.5s, opacity 0.9s, -webkit-transform 0.5s; }
    .results .loader.fin {
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      opacity: 0; }
    .results .loader .load {
      width: 8px;
      height: 100%;
      background: #92a6b5;
      border-radius: 50px;
      -webkit-animation-name: grow;
              animation-name: grow;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
      .results .loader .load:nth-of-type(n + 1) {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      .results .loader .load:nth-of-type(n + 2) {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .results .loader .load:nth-of-type(n + 3) {
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s; }
      .results .loader .load:nth-of-type(n + 4) {
        -webkit-animation-delay: 2s;
                animation-delay: 2s; }
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1); }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1); } }
@keyframes grow {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1); }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1); } }
  .results .top-bar {
    margin-top: 120px;
    width: 100%;
    z-index: 5;
    padding: 15px 0;
    font-size: 0.9em;
    border-bottom: 2px solid #a6bbca;
    position: absolute;
    background: rgba(66, 83, 99, 0.95); }
    @media (max-width: 767px) {
      .results .top-bar {
        margin-top: 50px; } }
    .results .top-bar .edit {
      position: absolute;
      right: 0;
      cursor: pointer;
      font-size: 0.9em;
      color: #a6bbca; }
      @media (max-width: 767px) {
        .results .top-bar .edit {
          position: relative;
          text-align: right;
          padding-bottom: 5px; } }
    .results .top-bar ul {
      max-height: 60px;
      overflow: hidden;
      position: relative;
      -webkit-transition: max-height 0.5s;
      transition: max-height 0.5s;
      padding-bottom: 20px;
      margin: 5px 0; }
      .results .top-bar ul::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 25px;
        left: 0;
        bottom: 0;
        opacity: 1;
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66, 83, 99, 0)), color-stop(100%, #425363));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(66, 83, 99, 0) 0%, #425363 100%);
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(66, 83, 99, 0) 0%, #425363 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00425363', endColorstr='#425363',GradientType=0 );
        /* IE6-8 */
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s; }
      .results .top-bar ul:hover {
        max-height: 1000px; }
        .results .top-bar ul:hover::after {
          opacity: 0; }
    .results .top-bar li {
      margin-left: 30px;
      font-weight: 300;
      padding-top: 3px;
      line-height: 1.2;
      position: relative; }
      .results .top-bar li.error::before {
        content: '!';
        position: absolute;
        padding: 5px;
        font-weight: bold;
        background: #425363;
        color: #e15928;
        border-radius: 20px;
        left: -20px;
        top: -1px;
        -webkit-animation: pulse 3s infinite;
                animation: pulse 3s infinite; }
      .results .top-bar li.error::after {
        content: 'No products of this type found';
        font-size: 0.9em;
        position: absolute;
        left: 0;
        pointer-events: none;
        white-space: nowrap;
        font-weight: bold;
        color: #e15928;
        background: rgba(66, 83, 99, 0.9);
        overflow: hidden;
        width: 100%;
        top: 4px;
        padding: 2px 0;
        max-width: 0;
        opacity: 0.5;
        -webkit-transition: max-width 0.3s, opacity 0.4s;
        transition: max-width 0.3s, opacity 0.4s; }
      .results .top-bar li.error:hover::after {
        max-width: 2600px;
        opacity: 1; }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    .results .top-bar .filter {
      border-top: 1px solid #a6bbca;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      text-align: center;
      bottom: 0;
      flex-wrap: wrap;
      font-size: 0.7em;
      padding: 10px 5px 0; }
      @media (max-width: 767px) {
        .results .top-bar .filter {
          display: none; } }
      .results .top-bar .filter .filter-item {
        margin: 0 10px;
        padding: 3px 0;
        color: #a6bbca; }
        .results .top-bar .filter .filter-item.sel {
          font-weight: bold;
          border-bottom: 1px solid; }
  .results #results {
    padding-top: 275px;
    height: 100vh;
    overflow-y: scroll; }
    @media (max-width: 767px) {
      .results #results {
        padding-top: 200px; } }
    .results #results .content {
      padding-top: 10px;
      width: calc(60% + 15px); }
      @media (min-width: 768px) and (max-width: 1023px) {
        .results #results .content {
          width: calc(80% + 15px); } }
      @media (max-width: 767px) {
        .results #results .content {
          width: calc(85% + 30px); } }
      .results #results .content .product {
        position: relative;
        color: #425363;
        padding-bottom: 130px;
        -webkit-animation-name: slotIn;
                animation-name: slotIn;
        -webkit-animation-duration: 0.7s;
                animation-duration: 0.7s;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both; }
        .results #results .content .product:nth-of-type(n + 1) {
          -webkit-animation-delay: 0.05s;
                  animation-delay: 0.05s; }
        .results #results .content .product:nth-of-type(n + 2) {
          -webkit-animation-delay: 0.1s;
                  animation-delay: 0.1s; }
        .results #results .content .product:nth-of-type(n + 3) {
          -webkit-animation-delay: 0.15s;
                  animation-delay: 0.15s; }
        .results #results .content .product:nth-of-type(n + 4) {
          -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s; }
        .results #results .content .product:nth-of-type(n + 5) {
          -webkit-animation-delay: 0.25s;
                  animation-delay: 0.25s; }
        .results #results .content .product:nth-of-type(n + 6) {
          -webkit-animation-delay: 0.3s;
                  animation-delay: 0.3s; }
        .results #results .content .product:nth-of-type(n + 7) {
          -webkit-animation-delay: 0.35s;
                  animation-delay: 0.35s; }
        .results #results .content .product:nth-of-type(n + 8) {
          -webkit-animation-delay: 0.4s;
                  animation-delay: 0.4s; }
        .results #results .content .product:nth-of-type(n + 9) {
          -webkit-animation-delay: 0.45s;
                  animation-delay: 0.45s; }
        .results #results .content .product:nth-of-type(n + 10) {
          -webkit-animation-delay: 0.5s;
                  animation-delay: 0.5s; }
        .results #results .content .product:nth-of-type(n + 11) {
          -webkit-animation-delay: 0.55s;
                  animation-delay: 0.55s; }
        .results #results .content .product:nth-of-type(n + 12) {
          -webkit-animation-delay: 0.6s;
                  animation-delay: 0.6s; }
        .results #results .content .product:nth-of-type(n + 13) {
          -webkit-animation-delay: 0.65s;
                  animation-delay: 0.65s; }
        .results #results .content .product:nth-of-type(n + 14) {
          -webkit-animation-delay: 0.7s;
                  animation-delay: 0.7s; }
        .results #results .content .product:nth-of-type(n + 15) {
          -webkit-animation-delay: 0.75s;
                  animation-delay: 0.75s; }
        .results #results .content .product:nth-of-type(n + 16) {
          -webkit-animation-delay: 0.8s;
                  animation-delay: 0.8s; }
        .results #results .content .product:nth-of-type(n + 17) {
          -webkit-animation-delay: 0.85s;
                  animation-delay: 0.85s; }
        .results #results .content .product:nth-of-type(n + 18) {
          -webkit-animation-delay: 0.9s;
                  animation-delay: 0.9s; }
        .results #results .content .product:nth-of-type(n + 19) {
          -webkit-animation-delay: 0.95s;
                  animation-delay: 0.95s; }
        .results #results .content .product:nth-of-type(n + 20) {
          -webkit-animation-delay: 1s;
                  animation-delay: 1s; }
        .results #results .content .product:nth-of-type(n + 21) {
          -webkit-animation-delay: 1.05s;
                  animation-delay: 1.05s; }
        .results #results .content .product:nth-of-type(n + 22) {
          -webkit-animation-delay: 1.1s;
                  animation-delay: 1.1s; }
        .results #results .content .product:nth-of-type(n + 23) {
          -webkit-animation-delay: 1.15s;
                  animation-delay: 1.15s; }
        .results #results .content .product:nth-of-type(n + 24) {
          -webkit-animation-delay: 1.2s;
                  animation-delay: 1.2s; }
        .results #results .content .product:nth-of-type(n + 25) {
          -webkit-animation-delay: 1.25s;
                  animation-delay: 1.25s; }
        .results #results .content .product:nth-of-type(n + 26) {
          -webkit-animation-delay: 1.3s;
                  animation-delay: 1.3s; }
        .results #results .content .product:nth-of-type(n + 27) {
          -webkit-animation-delay: 1.35s;
                  animation-delay: 1.35s; }
        .results #results .content .product:nth-of-type(n + 28) {
          -webkit-animation-delay: 1.4s;
                  animation-delay: 1.4s; }
        .results #results .content .product:nth-of-type(n + 29) {
          -webkit-animation-delay: 1.45s;
                  animation-delay: 1.45s; }
        .results #results .content .product .thumb {
          overflow: hidden;
          border-radius: 5px 5px 0 0;
          height: 250px;
          background: #ab9766;
          padding: 15px;
          position: relative; }
          .results #results .content .product .thumb h2 {
            text-transform: uppercase;
            position: relative;
            z-index: 1; }
          .results #results .content .product .thumb h3 {
            color: white;
            font-weight: normal;
            position: relative;
            z-index: 1; }
          .results #results .content .product .thumb svg {
            width: 100%;
            position: absolute;
            padding: 10px;
            top: 0;
            left: 0;
            height: 100%;
            fill: none;
            stroke: #d0c3a1;
            stroke-width: 2px;
            stroke-miterlimit: 10;
            -webkit-transition: stroke 0.5s, -webkit-transform 0.3s;
            transition: stroke 0.5s, -webkit-transform 0.3s;
            transition: stroke 0.5s, transform 0.3s;
            transition: stroke 0.5s, transform 0.3s, -webkit-transform 0.3s; }
@-webkit-keyframes slotIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@keyframes slotIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
          @media (max-width: 767px) {
            .results #results .content .product .thumb {
              height: 150px; }
              .results #results .content .product .thumb svg {
                height: 300%;
                top: -150%; } }
        .results #results .content .product:hover {
          z-index: 4; }
          .results #results .content .product:hover .thumb svg {
            stroke: #777565;
            -webkit-transform: scale(1.8);
                -ms-transform: scale(1.8);
                    transform: scale(1.8); }
        .results #results .content .product .info {
          background: white;
          height: 130px;
          position: relative;
          overflow: hidden; }
          .results #results .content .product .info.toolong:after {
            pointer-events: none;
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            height: 40px;
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            /* Chrome10+,Safari5.1+ */
            /* Opera 11.10+ */
            /* IE10+ */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00425363', endColorstr='#425363',GradientType=0 );
            /* IE6-8 */ }
          .results #results .content .product .info p {
            font-size: 0.8em;
            padding: 15px; }
        .results #results .content .product .footer {
          background: white;
          border-radius: 0px 0px 5px 5px;
          position: absolute;
          width: 100%;
          box-shadow: 0px 15px 15px rgba(66, 83, 99, 0.5); }
          .results #results .content .product .footer .specs {
            border-top: 1px solid #F0F0F0;
            width: 100%;
            background: #F0F0F0;
            position: relative;
            margin: 25px 0; }
            .results #results .content .product .footer .specs::after {
              z-index: 1;
              width: 40px;
              height: 40px;
              content: "...";
              text-align: center;
              line-height: 2em;
              color: #aaa;
              font-weight: bold;
              position: absolute;
              border-radius: 120px;
              background: #f0f0f0;
              left: calc(50% - 20px);
              top: -20px; }
            .results #results .content .product .footer .specs:hover .expander {
              max-height: 350px; }
            .results #results .content .product .footer .specs .expander {
              position: relative;
              max-height: 0;
              overflow: hidden;
              -webkit-transition: max-height 0.8s;
              transition: max-height 0.8s; }
              .results #results .content .product .footer .specs .expander:hover {
                max-height: 350px; }
              .results #results .content .product .footer .specs .expander .inner {
                z-index: 2;
                margin-top: 25px;
                padding: 0 15px 30px;
                overflow: auto;
                font-size: 0.9em;
                max-height: 325px; }
                .results #results .content .product .footer .specs .expander .inner li {
                  margin-left: 30px;
                  padding: 5px 0; }
              .results #results .content .product .footer .specs .expander hr {
                margin: 5px 0; }
              .results #results .content .product .footer .specs .expander h6 {
                display: none; }
              .results #results .content .product .footer .specs .expander:before {
                pointer-events: none;
                content: "";
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0;
                height: 30px;
                /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(100%, #f0f0f0));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
                /* Chrome10+,Safari5.1+ */
                /* Opera 11.10+ */
                /* IE10+ */
                background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
                /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00425363', endColorstr='#425363',GradientType=0 );
                /* IE6-8 */ }
              .results #results .content .product .footer .specs .expander h4 {
                padding-bottom: 5px;
                text-transform: uppercase; }
          .results #results .content .product .footer .capability-icons {
            min-height: 80px; }
            .results #results .content .product .footer .capability-icons .icon {
              width: 40px;
              text-align: center;
              padding-top: 40px;
              margin: 5px 14px 15px;
              float: left;
              background-repeat: no-repeat;
              background-size: 40px;
              background-position: center top;
              color: #c3c3c3; }
              .results #results .content .product .footer .capability-icons .icon.bullet-resistance {
                background-image: url("../resources/capability_icons/bullet-resistance.svg"); }
              .results #results .content .product .footer .capability-icons .icon.intruder-resistance {
                background-image: url("../resources/capability_icons/intruder-resistance.svg"); }
              .results #results .content .product .footer .capability-icons .icon.physical-containment {
                background-image: url("../resources/capability_icons/physical-containment.svg"); }
              .results #results .content .product .footer .capability-icons .icon.biosafety-level {
                background-image: url("../resources/capability_icons/biosafety-level.svg"); }
              .results #results .content .product .footer .capability-icons .icon.blast-protection {
                background-image: url("../resources/capability_icons/blast-protection.svg"); }
              .results #results .content .product .footer .capability-icons .icon.wind-loading {
                background-image: url("../resources/capability_icons/wind-loading.svg"); }
              .results #results .content .product .footer .capability-icons .icon.fire-resistance {
                background-image: url("../resources/capability_icons/fire-resistance.svg"); }
        @media (min-width: 1680px) {
          .results #results .content .product {
            width: calc(25% - 15px);
            margin-bottom: 15px;
            margin-right: 15px; } }
        @media (min-width: 1024px) and (max-width: 1679px) {
          .results #results .content .product {
            width: calc(33.3333333333% - 15px);
            margin-bottom: 15px;
            margin-right: 15px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .results #results .content .product {
            width: calc(50% - 15px);
            margin-bottom: 15px;
            margin-right: 15px; } }
        @media (max-width: 767px) {
          .results #results .content .product {
            width: calc(100% - 0px);
            margin-bottom: 0px;
            margin-right: 0px;
            margin-bottom: 15px; } }
