/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 */
/* Import Sass general variable, functions and such.. */
/**
 * Mat's init file
 *
 * This file contains everything mat's using for css purposes
 *
 *
 */
/*
==============================================================================
		Variables
==============================================================================
*/
/*
==============================================================================
		Functions & Mixin
==============================================================================
*/
/* line 3, ../sass/_features_background.scss */
.wp_category_1 .wp_feature_1 .wp_feature_background {
  background: url("../images/features/freeform-modeling-sculpting-thumb-2x.jpg") no-repeat center center;
}
/* line 6, ../sass/_features_background.scss */
.wp_category_1 .wp_feature_2 .wp_feature_background {
  background: url("../images/features/solid-modeling-thumb-2x.jpg") no-repeat center center;
}
/* line 9, ../sass/_features_background.scss */
.wp_category_1 .wp_feature_3 .wp_feature_background {
  background: url("../images/features/parametric-modeling-thumb-2x.jpg") no-repeat center center;
}
/* line 12, ../sass/_features_background.scss */
.wp_category_1 .wp_feature_4 .wp_feature_background {
  background: url("../images/features/mesh-modeling-thumb-2x.jpg") no-repeat center center;
}
/* line 15, ../sass/_features_background.scss */
.wp_category_1 .wp_feature_5 .wp_feature_background {
  background: url("../images/features/parts-libraries-content-2x.jpg") no-repeat center center;
}

/* line 23, ../sass/_features_background.scss */
.wp_category_2 .wp_feature_1 .wp_feature_background {
  background: url("../images/features/data-translation-thumb-2x.jpg") no-repeat center center;
}
/* line 26, ../sass/_features_background.scss */
.wp_category_2 .wp_feature_2 .wp_feature_background {
  background: url("../images/features/assembly-modeling-thumb-2x.jpg") no-repeat center center;
}
/* line 29, ../sass/_features_background.scss */
.wp_category_2 .wp_feature_3 .wp_feature_background {
  background: url("../images/features/joints-motion-studies-thumb-2x.jpg") no-repeat center center;
}
/* line 32, ../sass/_features_background.scss */
.wp_category_2 .wp_feature_4 .wp_feature_background {
  background: url("../images/features/rendering-thumb-2x.jpg") no-repeat center center;
}
/* line 35, ../sass/_features_background.scss */
.wp_category_2 .wp_feature_5 .wp_feature_background {
  background: url("../images/features/simulation-testing-thumb-2x.jpg") no-repeat center center;
}
/* line 38, ../sass/_features_background.scss */
.wp_category_2 .wp_feature_6 .wp_feature_background {
  background: url("../images/features/animations-thumb-2x.jpg") no-repeat center center;
}

/* line 46, ../sass/_features_background.scss */
.wp_category_3 .wp_feature_1 .wp_feature_background {
  background: url("../images/features/2-axis-machining-thumb-2x.jpg") no-repeat center center;
}
/* line 49, ../sass/_features_background.scss */
.wp_category_3 .wp_feature_2 .wp_feature_background {
  background: url("../images/features/3d-printing-utility-thumb-2x.jpg") no-repeat center center;
}
/* line 52, ../sass/_features_background.scss */
.wp_category_3 .wp_feature_3 .wp_feature_background {
  background: url("../images/features/drawings-thumb-2x.jpg") no-repeat center center;
}
/* line 55, ../sass/_features_background.scss */
.wp_category_3 .wp_feature_4 .wp_feature_background {
  background: url("../images/features/3axis-machining-thumb-2x.jpg") no-repeat center center;
}
/* line 58, ../sass/_features_background.scss */
.wp_category_3 .wp_feature_5 .wp_feature_background {
  /* background:url("../images/features/freeform-modeling-sculpting-thumb-2x.jpg") no-repeat center center; */
}

/* line 65, ../sass/_features_background.scss */
.wp_category_4 .wp_feature_1 .wp_feature_background {
  background: url("../images/features/collaboration-sharing-thumb-2x.jpg") no-repeat center center;
}
/* line 68, ../sass/_features_background.scss */
.wp_category_4 .wp_feature_2 .wp_feature_background {
  background: url("../images/features/version-management-thumb-2x.jpg") no-repeat center center;
}
/* line 71, ../sass/_features_background.scss */
.wp_category_4 .wp_feature_3 .wp_feature_background {
  background: url("../images/features/mobile-viewing-management-thumb-2x.jpg") no-repeat center center;
}
/* line 74, ../sass/_features_background.scss */
.wp_category_4 .wp_feature_4 .wp_feature_background {
  background: url("../images/features/share-publish-data-thumb-2x.jpg") no-repeat center center;
}
/* line 77, ../sass/_features_background.scss */
.wp_category_4 .wp_feature_5 .wp_feature_background {
  background: url("../images/features/api-thumb-2x.jpg") no-repeat center center;
}
/* line 80, ../sass/_features_background.scss */
.wp_category_4 .wp_feature_6 .wp_feature_background {
  background: url("../images/features/synchronous-viewing-2x.jpg") no-repeat center center;
}
/* line 83, ../sass/_features_background.scss */
.wp_category_4 .wp_feature_7 .wp_feature_background {
  background: url("../images/features/design-variations-branching-merging-thumb-2x.jpg") no-repeat center center;
}

/* line 1, ../sass/_features.scss */
br {
  line-height: 25px;
}

/* line 5, ../sass/_features.scss */
header.wp_header, body {
  background: #ccc;
}

/* line 8, ../sass/_features.scss */
.wp_header_wrap {
  background: url("../images/features/features-banner-image.jpg") no-repeat top center;
  background-size: auto 100%;
  width: 100%;
  display: block;
  position: relative;
  max-height: 580px;
  overflow: hidden;
}

/* line 17, ../sass/_features.scss */
.wp_content_header {
  width: 100%;
  margin: 150px auto 60px auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 28, ../sass/_features.scss */
.wp_content_header h1 {
  font-size: 32px;
  line-height: 1;
  color: white;
  margin-top: 15px;
  display: block;
}

/* line 38, ../sass/_features.scss */
.wp_content_header p {
  color: #EEE;
  margin: 1em 0px;
  max-width: 100%;
  font-size: 16px;
}

/** CATEGORIES **/
/* line 45, ../sass/_features.scss */
ul {
  padding-left: 18px;
  list-style-type: disc;
}

/* line 49, ../sass/_features.scss */
.wp_category {
  padding: 24px 0px;
  position: relative;
  width: 100%;
}

/* line 54, ../sass/_features.scss */
.wp_category:nth-child(even) {
  background: #f5f5f5;
}

/* line 58, ../sass/_features.scss */
.wp_category:nth-child(odd) {
  background: white;
  border-top: 1px #DDD solid;
  border-bottom: 1px #DDD solid;
}

/* line 64, ../sass/_features.scss */
.wp_category_header > h2 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #ee8822;
  padding: 0px 30px;
}

/* line 70, ../sass/_features.scss */
.wp_category_header > p {
  padding: 8px 30px 24px 30px;
  max-width: 100%;
}

/* line 74, ../sass/_features.scss */
.wp_category_header > ul li {
  margin: 0px 30px 2px 30px;
}

/* line 77, ../sass/_features.scss */
.wp_category_header > ul {
  margin-bottom: 12px;
}

/* line 80, ../sass/_features.scss */
.wp_feature_list {
  cursor: move;
}

/* line 83, ../sass/_features.scss */
.wp_feature {
  border: 1px solid #DDD;
  -webkit-box-shadow: 5px 5px 0px #bbb;
  box-shadow: 5px 5px 0px #bbb;
  margin-right: 24px;
  height: 310px;
  width: 250px;
}

/* line 91, ../sass/_features.scss */
.wp_feature .wp_inactive {
  height: 100%;
  width: 100%;
  position: relative;
}

/* line 96, ../sass/_features.scss */
.wp_feature .wp_inactive_content {
  height: 45%;
  padding: 12px;
  background: white;
}

/* line 101, ../sass/_features.scss */
.wp_feature .wp_inactive .wp_feature_background {
  height: 55%;
  background-size: 100% auto;
}

/* line 105, ../sass/_features.scss */
.wp_feature .wp_inactive .wp_feature_background div.wp_sub_soon {
  width: 120px;
  border-top: 20px solid rgba(238, 136, 34, 0.9);
  border-right: 15px solid transparent;
}

/* line 110, ../sass/_features.scss */
.wp_feature .wp_inactive .wp_feature_background div.wp_sub_soon span {
  font-size: 12px;
  padding: 12px;
  text-transform: uppercase;
  border-corner-shape: bevel;
  margin-top: -29px;
  display: block;
  color: white;
}

/* line 120, ../sass/_features.scss */
.wp_feature .wp_inactive h3 {
  color: #555;
}

/* line 124, ../sass/_features.scss */
.wp_feature .wp_inactive p {
  padding-top: 6px;
}

/** ACTIVE **/
/* line 132, ../sass/_features.scss */
.wp_category .wp_active {
  background: #4c4c4c;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 24px;
  color: white;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 146, ../sass/_features.scss */
.wp_category .wp_active.wp_hover {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  opacity: 1;
}

/* line 154, ../sass/_features.scss */
.wp_category .wp_active .wp_active_wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome, Safari */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-direction: column;
  -ms-flex-wrap: none;
}

/* line 159, ../sass/_features.scss */
.wp_category .wp_active .wp_left_content {
  -webkit-order: 2;
  order: 2;
}

/* line 162, ../sass/_features.scss */
.wp_category .wp_active .wp_right_content {
  -webkit-order: 1;
  order: 1;
}

/* line 168, ../sass/_features.scss */
.wp_category .wp_active > h3 {
  font-size: 19px;
  font-size: 1.9rem;
  padding-bottom: 24px;
}

/* line 173, ../sass/_features.scss */
.wp_category .wp_active .wp_link_list h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 12px;
  color: #CCC;
}

/* line 181, ../sass/_features.scss */
.wp_category .wp_active .wp_link_list a {
  padding-left: 24px;
  min-height: 20px;
  background: url(../images/features/link-icon.png) no-repeat left top;
  background-size: auto 20px;
  font-size: 12px;
  width: 100%;
  display: block;
  margin-bottom: 12px;
  color: white;
}

/* line 192, ../sass/_features.scss */
.wp_category .wp_active .wp_close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

/* line 198, ../sass/_features.scss */
.wp_category .wp_active .wp_big_button {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  width: 60%;
  padding: 8px 10px 8px 12px;
  background: #f08800 url(../images/features/play-icon.png) no-repeat 95% center;
  background-size: 12px auto;
  margin-bottom: 16px;
}

/* line 211, ../sass/_features.scss */
.wp_category .wp_active .wp_link_list {
  padding: 16px 0px;
  border-top: 1px rgba(255, 255, 255, 0.15) solid;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25);
}

/* line 218, ../sass/_features.scss */
.wp_category .wp_active .wp_right_content {
  padding-bottom: 20px;
  color: #DDD;
}

/* line 223, ../sass/_features.scss */
.wp_category .wp_active .wp_right_content a {
  color: white;
  text-decoration: underline;
}

/* line 227, ../sass/_features.scss */
.wp_category .wp_active .wp_right_content ul {
  padding-top: 12px;
}

/* line 230, ../sass/_features.scss */
.wp_category .wp_active .wp_right_content p, .wp_category .wp_active .wp_right_content ul li {
  font-size: 12px;
}

/* line 234, ../sass/_features.scss */
.wp_category:last-child {
  padding: 24px;
}

/* line 237, ../sass/_features.scss */
.wp_category:last-child h3 {
  padding-top: 12px;
}

/* line 241, ../sass/_features.scss */
.wp_category:last-child .wp_category_header > h2 {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0px;
}
/* line 246, ../sass/_features.scss */
.wp_category:last-child .wp_footer_list div:first-child a {
  padding: 12px 0px;
  padding-left: 30px;
  background: url(../images/global/orange-arrow-icon.png) no-repeat left center;
  background-size: 24px auto;
}
/* line 255, ../sass/_features.scss */
.wp_category:last-child a {
  color: grey;
}
/* line 258, ../sass/_features.scss */
.wp_category:last-child .wp_category_header > p {
  padding: 14px 0px;
}
/* line 261, ../sass/_features.scss */
.wp_category:last-child .wp_category_header > ul li {
  margin-bottom: 14px;
}
/* line 264, ../sass/_features.scss */
.wp_category:last-child .wp_footer_list > div:first-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}
/* line 269, ../sass/_features.scss */
.wp_category:last-child .wp_footer_list div:nth-child(2) a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome, Safari */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-shadow: 3px 3px 0px #bbb;
  box-shadow: 3px 3px 0px #bbb;
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 272px;
  text-transform: uppercase;
  width: 60%;
  padding: 14px 36px 10px 14px;
  background: white url(../images/features/orange-arrow-icon.png) no-repeat 95% center;
  background-size: 12px auto;
  margin-bottom: 16px;
  font-weight: 700;
}
/* line 288, ../sass/_features.scss */
.wp_category:last-child .wp_footer_list > div:nth-child(2) div {
  margin-bottom: 12px;
}
/* line 292, ../sass/_features.scss */
.wp_category:last-child .wp_footer_list div:nth-child(2) a img {
  width: 14px;
  margin-right: 8px;
}
/* line 298, ../sass/_features.scss */
.wp_category:last-child .wp_footer_list div h3 {
  margin-bottom: 14px;
}

/** SLICK **/
/* line 304, ../sass/_features.scss */
.slick-disabled {
  background-color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
}

/* line 309, ../sass/_features.scss */
.slick-next:hover, .slick-prev:hover {
  background-color: rgba(240, 136, 0, 0.8);
}

/* line 313, ../sass/_features.scss */
.slick-next {
  background: rgba(240, 136, 0, 0.65) url(../images/overview/orange-box-arrow-icon.png) no-repeat center center;
  position: absolute;
  height: 40%;
  top: 30%;
  border: none;
  width: 60px;
  right: 0px;
}

/* line 322, ../sass/_features.scss */
.slick-prev {
  background: rgba(240, 136, 0, 0.5) url(../images/overview/orange-box-arrow-icon.png) no-repeat center center;
  position: absolute;
  height: 40%;
  top: 30%;
  width: 60px;
  left: 0px;
  border: none;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

/* line 334, ../sass/_features.scss */
.slick-list {
  padding-bottom: 5px !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 340, ../sass/_features.scss */
  .wp_content_header {
    padding-left: 72px;
    padding-right: 72px;
  }

  /* line 344, ../sass/_features.scss */
  .wp_content_header h1 {
    font-size: 40px;
  }

  /* line 348, ../sass/_features.scss */
  .wp_content_header p {
    max-width: 85%;
  }

  /* line 351, ../sass/_features.scss */
  .wp_feature_list {
    cursor: move;
    padding: 0px 72px;
  }

  /* line 356, ../sass/_features.scss */
  .wp_header_wrap {
    background-size: auto;
  }

  /** ACTIVE **/
  /* line 361, ../sass/_features.scss */
  .wp_category .wp_active .wp_link_list a {
    font-size: 14px;
  }

  /* line 366, ../sass/_features.scss */
  .wp_category_header > h2 {
    padding: 0px 72px;
  }

  /* line 370, ../sass/_features.scss */
  .wp_category_header > p {
    padding: 8px 72px 24px 72px;
    width: 85%;
  }

  /* line 374, ../sass/_features.scss */
  .wp_category_header > ul li {
    margin: 0px 72px 2px 72px;
  }

  /* line 380, ../sass/_features.scss */
  .wp_category .wp_active .wp_active_wrap {
    display: block;
    height: 86%;
  }

  /* line 385, ../sass/_features.scss */
  .wp_category .wp_active > h3 {
    height: 14%;
  }

  /* line 388, ../sass/_features.scss */
  .wp_category .wp_active {
    width: 600px;
    max-width: 75%;
    height: 400px;
  }

  /* line 394, ../sass/_features.scss */
  .wp_category .wp_active .wp_left_content {
    float: left;
    width: 45%;
    padding-right: 18px;
    height: 100%;
  }

  /* line 400, ../sass/_features.scss */
  .wp_category .wp_active .wp_left_wrap {
    height: 100%;
    padding-right: 18px;
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
  }

  /* line 405, ../sass/_features.scss */
  .wp_category .wp_active .wp_right_content p, .wp_category .wp_active .wp_right_content ul li {
    font-size: 14px;
  }

  /* line 409, ../sass/_features.scss */
  .wp_category .wp_active .wp_right_content {
    float: left;
    width: 55%;
    border-top: none;
    padding: 0px;
  }

  /* line 415, ../sass/_features.scss */
  .wp_category .wp_active .wp_link_list {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: none;
    padding-top: 0px;
  }

  /* line 422, ../sass/_features.scss */
  .wp_category .wp_active .wp_button_wrap {
    border-bottom: 1px rgba(0, 0, 0, 0.25) solid;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  /* line 432, ../sass/_features.scss */
  .wp_category .wp_active .wp_big_button {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
  }

  /* line 438, ../sass/_features.scss */
  .wp_category:last-child {
    padding: 24px 50px;
  }

  /* line 441, ../sass/_features.scss */
  .wp_footer_list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome, Safari */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
  }

  /* line 446, ../sass/_features.scss */
  .wp_category:last-child .wp_footer_list > div:first-child {
    border-bottom: none;
    padding-right: 20px;
    padding-bottom: 0px;
    width: 50%;
  }

  /* line 454, ../sass/_features.scss */
  .wp_footer_list > div:nth-child(2) {
    border-left: 1px solid #bbb;
    padding-left: 20px;
    border-left: 1px solid #bbb;
    padding-left: 20px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome, Safari */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  /* line 466, ../sass/_features.scss */
  .wp_category:last-child .wp_footer_list > div:nth-child(2) a {
    font-size: 16px;
    max-width: 270px;
    width: 100%;
    margin-top: 18px;
  }

  /* line 474, ../sass/_features.scss */
  .wp_footer_list > div:nth-child(2) div {
    margin-bottom: 0px;
  }

  /* line 478, ../sass/_features.scss */
  .wp_footer_list div:nth-child(2) div p {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 484, ../sass/_features.scss */
  .wp_content_header {
    padding-left: 80px;
    padding-right: 80px;
  }

  /* line 488, ../sass/_features.scss */
  .wp_content_header p {
    max-width: 70%;
  }

  /* line 491, ../sass/_features.scss */
  .wp_video_header {
    display: block;
  }

  /* line 495, ../sass/_features.scss */
  .wp_category_header > h2 {
    padding: 0px 80px;
  }

  /* line 498, ../sass/_features.scss */
  .wp_category_header > p {
    padding: 8px 80px 24px 80px;
    max-width: 70%;
  }

  /* line 502, ../sass/_features.scss */
  .wp_category_header > ul li {
    margin: 0px 80px 2px 80px;
  }

  /* line 505, ../sass/_features.scss */
  .wp_feature {
    height: 350px;
    width: 300px;
  }

  /* line 509, ../sass/_features.scss */
  .wp_feature_list {
    cursor: move;
    padding: 0px 80px;
  }

  /* line 513, ../sass/_features.scss */
  .wp_header_wrap {
    background-size: 100% auto;
  }

  /* line 516, ../sass/_features.scss */
  .wp_footer_list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome, Safari */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: none;
  }

  /* line 521, ../sass/_features.scss */
  .wp_category:last-child .wp_footer_list > div:first-child {
    border-bottom: none;
    padding-right: 20px;
    width: auto;
  }

  /* line 526, ../sass/_features.scss */
  .wp_footer_list > div:nth-child(2) {
    border-left: 1px solid #bbb;
    padding-left: 20px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome, Safari */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    width: auto;
  }

  /* line 535, ../sass/_features.scss */
  .wp_footer_list div:nth-child(2) > div {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome, Safari */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-direction: column;
    -ms-flex-wrap: none;
    width: 60%;
    padding-right: 20px;
  }

  /* line 542, ../sass/_features.scss */
  .wp_footer_list > div:nth-child(2) a {
    width: 290px;
    font-size: 16px;
  }
}
