.page-heading {
  background-image: url('/wp-content/uploads/2016/05/index-hero.png');
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: left;
}
.page-heading .title {
  display: block;
  font-size: 21.5px;
}
.page-heading .title h1 {
  visibility: visible;
  font-size: 36px;
  color: #fff;
  font-weight: 100;
  margin: 0px;
  margin-bottom: 2px;
}
.page-heading p {
  font-size: 16px;
  margin: 0px;
  font-weight: 100;
}
.product-stuff .above-menu {
  padding-top: 78px;
  padding-bottom: 65px;
}
.product-stuff .above-menu h1 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 35px;
  color: #72c4d6;
}
.product-stuff .above-menu p {
  line-height: 33px;
}
.product-stuff .category-descriptions {
  text-align: center;
  margin-top: 58px;
}
.product-stuff .category-descriptions .desc-title {
  font-size: 27px;
  font-weight: 700;
}
.product-stuff .category-descriptions .desc-title:before {
  content: " ";
  display: block;
  margin: auto;
  width: 45px;
  height: 4px;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-stuff .category-descriptions p {
    font-size: 18px;
  }
}
.product-stuff .plane .hover {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.product-stuff .plane .btn-category {
  cursor: pointer;
  opacity: 0;
}
.product-stuff .plane .btn-selected {
  opacity: 1;
}
.product-stuff .boxes {
  margin-top: 70px;
}
.product-stuff .boxes .mix {
  display: none;
}
@media (min-width: 992px) {
  .product-stuff .boxes {
    margin-bottom: 100px;
  }
}
.product-stuff .boxes.row {
  margin-left: -7px;
  margin-right: 7px;
}
.product-stuff .boxes.row > div {
  padding-left: 7px;
  padding-right: 7px;
}
.product-stuff .boxes .box-container {
  position: relative;
  display: block;
}
.product-stuff .boxes .box {
  border: 1px solid #cecece;
  padding: 20px;
  text-align: center;
  background: #fff;
  margin-bottom: 15px;
  display: block;
}
.product-stuff .boxes .box svg {
  width: 50px;
  height: 50px;
}
.product-stuff .boxes .box svg path {
  fill: #cecece;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.product-stuff .boxes .box h4 {
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
}
.product-stuff .boxes .box h4:before {
  content: " ";
  width: 84px;
  height: 3px;
  background: #cecece;
  display: block;
  margin: auto;
  margin-bottom: 18px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.product-stuff .boxes .box h4:after {
  width: 84px;
  height: 3px;
  background: #cecece;
  display: block;
  margin: auto;
  margin-top: 18px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.product-stuff .boxes .box .description {
  text-align: left;
}
@media (min-width: 992px) {
  .product-stuff .boxes .box .description {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-stuff .boxes .box.hover {
    position: absolute;
    z-index: 1;
    width: 100%;
    cursor: pointer;
    height: auto !important;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
  }
  .product-stuff .boxes .box.hover h4:before {
    content: "";
    display: none;
  }
  .product-stuff .boxes .box.hover h4:after {
    content: " ";
  }
  .product-stuff .boxes .box.hover .description {
    display: block;
  }
}
.product-stuff [data-cat=legal] .desc-title {
  color: #72c3d7;
}
.product-stuff [data-cat=legal] .desc-title:after,
.product-stuff [data-cat=legal] .desc-title:before {
  background-color: #72c3d7;
}
.product-stuff [data-cat=legal] .selected .box {
  border-color: #72c3d7;
}
.product-stuff [data-cat=legal] .selected .box h4:before,
.product-stuff [data-cat=legal] .selected .box h4:after {
  background-color: #72c3d7;
}
.product-stuff [data-cat=legal] .selected .box svg path {
  fill: #72c3d7;
}
.product-stuff [data-cat=matter] .desc-title {
  color: #ffa222;
}
.product-stuff [data-cat=matter] .desc-title:after,
.product-stuff [data-cat=matter] .desc-title:before {
  background-color: #ffa222;
}
.product-stuff [data-cat=matter] .selected .box {
  border-color: #ffa222;
}
.product-stuff [data-cat=matter] .selected .box h4:before,
.product-stuff [data-cat=matter] .selected .box h4:after {
  background-color: #ffa222;
}
.product-stuff [data-cat=matter] .selected .box svg path {
  fill: #ffa222;
}
.product-stuff [data-cat=budget] .desc-title {
  color: #a3d65c;
}
.product-stuff [data-cat=budget] .desc-title:after,
.product-stuff [data-cat=budget] .desc-title:before {
  background-color: #a3d65c;
}
.product-stuff [data-cat=budget] .selected .box {
  border-color: #a3d65c;
}
.product-stuff [data-cat=budget] .selected .box h4:before,
.product-stuff [data-cat=budget] .selected .box h4:after {
  background-color: #a3d65c;
}
.product-stuff [data-cat=budget] .selected .box svg path {
  fill: #a3d65c;
}
.product-stuff [data-cat=case] .desc-title {
  color: #729949;
}
.product-stuff [data-cat=case] .desc-title:after,
.product-stuff [data-cat=case] .desc-title:before {
  background-color: #729949;
}
.product-stuff [data-cat=case] .selected .box {
  border-color: #729949;
}
.product-stuff [data-cat=case] .selected .box h4:before,
.product-stuff [data-cat=case] .selected .box h4:after {
  background-color: #729949;
}
.product-stuff [data-cat=case] .selected .box svg path {
  fill: #729949;
}
.product-stuff [data-cat=discovery] .desc-title {
  color: #ffc550;
}
.product-stuff [data-cat=discovery] .desc-title:after,
.product-stuff [data-cat=discovery] .desc-title:before {
  background-color: #ffc550;
}
.product-stuff [data-cat=discovery] .selected .box {
  border-color: #ffc550;
}
.product-stuff [data-cat=discovery] .selected .box h4:before,
.product-stuff [data-cat=discovery] .selected .box h4:after {
  background-color: #ffc550;
}
.product-stuff [data-cat=discovery] .selected .box svg path {
  fill: #ffc550;
}
.product-stuff [data-cat=analytics] .desc-title {
  color: #86c6bd;
}
.product-stuff [data-cat=analytics] .desc-title:after,
.product-stuff [data-cat=analytics] .desc-title:before {
  background-color: #86c6bd;
}
.product-stuff [data-cat=analytics] .selected .box {
  border-color: #86c6bd;
}
.product-stuff [data-cat=analytics] .selected .box h4:before,
.product-stuff [data-cat=analytics] .selected .box h4:after {
  background-color: #86c6bd;
}
.product-stuff [data-cat=analytics] .selected .box svg path {
  fill: #86c6bd;
}
.product-stuff [data-cat=logo] .desc-title {
  color: #243b63;
}
.product-stuff [data-cat=logo] .desc-title:after,
.product-stuff [data-cat=logo] .desc-title:before {
  background-color: #243b63;
}
.product-stuff [data-cat=logo] .selected .box {
  border-color: #243b63;
}
.product-stuff [data-cat=logo] .selected .box h4:before,
.product-stuff [data-cat=logo] .selected .box h4:after {
  background-color: #243b63;
}
.product-stuff [data-cat=logo] .selected .box svg path {
  fill: #243b63;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-stuff .category-descriptions {
    margin-top: 70px;
    font-size: 18px;
  }
  .product-stuff .boxes {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-fill: auto;
    column-count: 2;
    column-gap: 20px;
    column-fill: auto;
    margin-top: 45px;
  }
  .product-stuff .boxes > div {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    width: 100%;
    margin-bottom: 18px;
  }
  .product-stuff .boxes .box h4 {
    text-transform: none;
  }
  .product-stuff .boxes .box h4:before {
    content: "";
    display: none;
  }
  .product-stuff .boxes .box h4:after {
    content: " ";
  }
}
@media (max-width: 767px) {
  .product-stuff .category-descriptions {
    font-size: 18px;
  }
  .product-stuff .boxes {
    margin-top: 56px;
  }
  .product-stuff .boxes .box {
    margin-bottom: 25px;
  }
  .product-stuff .boxes .box h4 {
    text-transform: none;
  }
  .product-stuff .boxes .box h4:before {
    content: "";
    display: none;
  }
  .product-stuff .boxes .box h4:after {
    content: " ";
  }
  .product-stuff .boxes .box .description {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .product-stuff #aperture-viewport {
    display: none;
  }
  .product-stuff .category-descriptions {
    display: none;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*u*/