/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Community --
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.community_content {
  background-color: #f5f5f5;
  padding: 30px 0 10px;
}

.community_content .container {
  max-width: none;
}

.community_box {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
}

.community_box_hero {
  background-position: center center;
  background-size: cover;
  height: 85px;
  width: 100%;
}

.community_box_content {
  padding: 13px 20px 25px;
}

.community_box_content.community_has_bottom_link {
  padding-bottom: 75px;
  position: relative;
}

.community_content h2 {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  text-align: left;
}

.community_content h2 ~ p {
  color: #6b6b6b;
  margin-top: 10px;
}

.community_content .btn {
  margin-top: 20px;
}

.community_content .btn:last-child {
  margin-bottom: 10px;
}

.community_box_content.community_has_bottom_link .community_box_bottom_link {
  bottom: 25px;
  left: 20px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .community_content h2 {
    font-size: 20px;
  }

  .community_row {
    display: table;
    margin: 0 -15px 20px;
  }

  .community_column {
    display: table-cell;
    padding: 0 15px;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .community_column:after {
    background-color: #fff;
    border-radius: 6px;
    bottom: 0;
    content: '';
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
  }

  .community_column .community_box {
    margin: 0;
  }

  .community_box_content.community_has_bottom_link {
    position: static;
  }

  .community_box_content.community_has_bottom_link .community_box_bottom_link {
    bottom: 30px;
    left: 35px;
  }

  .community_box_hero {
    height: 130px;
  }
}

@media screen and (min-width: 1024px) {
  .community_content {
    padding: 40px 0 0;
  }

  .community_main {
    padding-left: 330px;
    width: 100%;
  }

  .community_sidebar {
    left: 30px;
    position: absolute;
    top: 0;
    width: 300px;
  }

  .community_row {
    margin-bottom: 30px;
  }

  .community_box {
    margin-bottom: 30px;
  }

  .community_box_content {
    padding: 25px 30px 30px;
  }

  .community_box_content.community_has_bottom_link .community_box_bottom_link {
    left: 45px;
  }

  .community_content h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .community_content h2 + p {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .community_sidebar {
    left: 40px;
  }

  .community_box_hero {
    height: 150px;
  }

  .community_box_content.community_has_bottom_link .community_box_bottom_link {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Main Content --
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****************************
-- Mobile Category Select --
****************************/
.community_category_mobile {
  display: block;
  margin: 0 auto 25px;
  max-width: 445px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.community_category_mobile_cta {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 23px;
  color: rgba(0,0,0,0.5);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  line-height: 18px;
  overflow: hidden;
  padding: 13px 30px 13px 22px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.community_category_mobile_cta:after {
  content: '\f107';
  font-family: arloicons;
  font-size: 16px;
  line-height: 44px;
  position: absolute;
  right: 15px;
  top: 0;
}

.community_category_mobile_select {
  border: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .community_category_mobile {
    display: none;
  }
}

/****************************
-- Products --
****************************/
.community_products .community_box_content {
  padding-bottom: 0;
}

.community_products h2 {
  margin-bottom: 12px;
}

.community_products ul {
  list-style-type: none;
  margin: 0 -20px;
  padding: 0;
}

.community_products li {
  margin-bottom: 25px;
  padding: 0 20px;
  vertical-align: top;
  width: 50%;
}

.community_products_item {
  display: block;
  width: 100%;
  text-align: center;
}

.community_products_item_image {
  margin: 0 auto 5px;
  max-width: 84px;
}

.community_products_item_image .img-wrap img {
  top: auto;
}

.community_products_item span {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  .community_products li {
    width: 33.33%;
  }
}

@media screen and (min-width: 600px) {
  .community_products li {
    width: 25%;
  }
}

@media screen and (min-width: 800px) {
  .community_products li {
    width: 16.66%;
  }
}

@media screen and (min-width: 1024px) {
  .community_products h2 {
    margin-bottom: 35px;
  }

  .community_products ul {
    margin: 0;
  }

  .community_products li {
    margin-bottom: 35px;
    padding: 0 1.5%;
    width: 25%;
  }

  .community_products_item_image {
    max-width: 110px;
  }
}

@media screen and (min-width: 1200px) {
  .community_products li {
    width: 16.66%;
  }
}

@media screen and (min-width: 1280px) {
  .community_products li {
    padding: 0 1%;
  }

  .community_products_item_image {
    max-width: 125px;
  }

  .community_products_item span {
    font-size: 14px;
    line-height: 22px;
  }
}

/****************************
-- Tree list --
****************************/
.community_discussion_tree {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.community_discussion_tree ul {
  list-style-type: none;
  margin: 0;
  padding-left: 25px;
}

.community_discussion_tree li {
  margin-top: 15px;
}

.community_discussion_tree li a {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.community_content .community_discussion_tree + p {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  padding-top: 15px
}

/****************************
-- Icons list --
****************************/
.community_icons_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.community_icons_list ul li {
  margin-top: 15px;
}

.community_icons_list ul a {
  display: inline-block;
  line-height: inherit;
  padding-left: 25px;
  position: relative;
  text-decoration: underline;
}

.community_icons_list ul a .img-wrap {
  left: 0;
  height: 21px;
  position: absolute;
  top: 0;
  width: 20px;
}

.community_icons_list ul a .img-wrap img {
  max-height: 20px;
  max-width: 20px;
}

.community_icons_list ul a span {
  display: block;
}

@media screen and (min-width: 1024px) {
  .community_icons_list ul li {
    margin-top: 20px;
  }

  .community_icons_list ul a .img-wrap {
    height: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .community_icons_list ul a .img-wrap {
    height: 28px;
  }

  .community_discussion_tree li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
  }
}

/****************************
-- Tabs --
****************************/
.community_tabs {
  margin-bottom: 20px;
}

.community_tabs_mobile {
  display: block;
  margin: 0 auto 10px;
  max-width: 320px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.community_tabs_mobile_cta {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 23px;
  color: #06a84e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  line-height: 18px;
  overflow: hidden;
  padding: 13px 30px 13px 22px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}

.community_tabs_mobile_cta:after {
  content: '\f107';
  font-family: arloicons;
  font-size: 16px;
  line-height: 44px;
  position: absolute;
  right: 15px;
  top: 0;
}

.community_tabs_mobile_select {
  border: 0;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.community_tabs_nav {
  display: none;
  list-style-type: none;
  margin: 0 -5px -1px;
  padding: 0;
}

.community_tabs_nav li {
  float: left;
  padding: 0 5px;
}

.community_tabs_nav a {
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 12px 12px 0 0;
  color: rgba(51,51,51,0.4);
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  min-width: 210px;
  padding: 9px 30px;
  text-align: center;
  text-transform: uppercase;
}

.community_tabs_nav a.active {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #06a84e;
}

.community_tabs_panel {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  display: none;
  padding: 0 20px 25px;
}

.community_tabs_panel.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .community_tabs_mobile {
    display: none;
  }

  .community_tabs_nav {
    display: block;
  }

  .community_tabs_panel {
    border-top-left-radius: 0;
    padding: 10px 30px 35px;
  }
}

@media screen and (min-width: 1024px) {
  .community_tabs {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .community_tabs_nav a {
    font-size: 15px;
  }
}

/****************************
-- Discussion table --
****************************/
.community_discussion_table {
  list-style-type: none;
  margin: 0;
  padding: 0 0 6px;
}

.community_discussion_table_item {
  border-top: 1px solid #e1e1e1;
  padding: 12px 0;
  position: relative;
}

.community_discussion_table_item:first-child {
  border: 0;
}

.community_discussion_table_item h3 {
  font-size: 15px;
  line-height: 27px;
}

.community_discussion_table_item h3 a {
  color: inherit;
}

.community_discussion_table_item p {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}

.community_discussion_table_item p a {
  color: inherit;
  text-decoration: underline;
}

.community_discussion_table_item_user {
  display: none;
  max-width: 120px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.community_discussion_table_item_user span {
  color: #b2b2b2;
  display: block;
  font-size: 15px;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community_discussion_table_item_user img {
  float: right;
  height: 16px;
  margin-left: 7px;
}

@media screen and (min-width: 768px) {
  .community_discussion_table {
    padding-bottom: 28px;
  }

  .community_discussion_table_item {
    padding-right: 120px;
  }

  .community_discussion_table_item:last-child {
    border-bottom: 1px solid #e1e1e1;
  }

  .community_discussion_table_item_user {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .community_discussion_table_item {
    padding-right: 170px;
  }

  .community_discussion_table_item h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .community_discussion_table_item p {
    font-size: 17px;
    line-height: 27px;
  }

  .community_discussion_table_item_user {
    max-width: 170px;
  }

  .community_discussion_table + .shift {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
  }
}

/****************************
-- Swimlane --
****************************/
.community_swimlane {
  text-align: center;
}

.community_swimlane_image {
  background-position: center center;
  background-size: cover;
  height: 175px;
  width: 100%;
}

.community_swimlane h2 {
  text-align: center;
}

.community_swimlane h2 + p {
  margin-top: 10px;
}

@media screen and (min-width: 640px) {
  .community_swimlane {
    position: relative;
  }

  .community_swimlane_image {
    height: 100%;
    position: absolute;
    width: 40%;
  }

  .community_swimlane .community_box_content {
    float: right;
    padding: 35px 6.5%;
    width: 60%;
  }
}

/****************************
-- Column Highlights --
****************************/
.community_column_highlights {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}

.community_column_highlights li {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0 18px;
  vertical-align: top;
  width: 100%;
}

.community_column_highlights li:last-child {
  border: 0;
  padding-bottom: 0;
}

.community_column_highlights a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .community_column_highlights {
    margin: 30px -25px 0;
    padding: 0;
    position: relative;
  }

  .community_column_highlights li {
    border: 0;
    padding: 0 25px 10px;
    width: 33.33%;
  }

  .community_column_highlights li:before {
    border-left: 1px solid #e1e1e1;
    bottom: 4px;
    content: '';
    margin-left: -25px;
    position: absolute;
    top: 4px;
    width: 1px;
  }

  .community_column_highlights li:first-child:before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .community_column_highlights {
    margin-bottom: 5px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Sidebar --
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****************************
-- Desktop Category --
****************************/
.community_category_desktop {
  background-color: #06a84e;
  display: none;
}

.community_category_desktop h2 {
  color: #fff;
}

.community_category_desktop ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.community_category_desktop ul li {
  margin-top: 20px;
}

.community_category_desktop ul a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .community_category_desktop {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .community_category_desktop ul li {
    margin-top: 15px;
  }

  .community_category_desktop ul a {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
  }
}

/****************************
-- Top Contributors --
****************************/
.community_contributors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.community_contributors_item {
  margin-top: 18px;
  padding-right: 35px;
  position: relative;
}

.community_contributors_item a {
  display: inline-block;
  max-width: 100%;
  padding: 0 65px 0 35px;
  position: relative;
  right: 0;
}

.community_contributors_item_avatar {
  border-radius: 50%;
  height: 22px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 22px;
}

.community_contributors_item_name {
  color: #6b6b6b;
  display: block;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community_contributors_item_type {
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.community_contributors_item_type img {
  right: auto;
}

.community_contributors_item_count {
  color: #6b6b6b;
  display: block;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 35px;
}

@media screen and (min-width: 1280px) {
  .community_contributors_item_name {
    font-size: 15px;
  }
}

/****************************
-- Rounded Content --
****************************/
.community_rounded_content {
  overflow: hidden;
  text-align: center;
}

.community_rounded_content .community_box_hero {
  height: 140px;
  overflow: hidden;
  position: relative;
}

.community_rounded_content .community_box_hero:after {
  background-color: #06a84e;
  border-radius: 50%;
  bottom: -30px;
  content: '';
  height: 40px;
  left: -10%;
  position: absolute;
  width: 120%;
}

.community_rounded_content .community_box_content {
  background-color: #06a84e;
  padding-bottom: 30px;
  padding-top: 18px;
}

.community_rounded_content h2 {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.community_rounded_content h2 ~ p {
  color: #fff;
  margin-top: 12px;
}

.community_rounded_content .btn {
  margin-top: 20px;
}

.community_rounded_content .btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .community_rounded_content .community_box_hero {
    height: 155px;
  }

  .community_rounded_content h2 {
    font-size: 17px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1280px) {
  .community_rounded_content h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .community_rounded_content h2 ~ p {
    font-size: 17px;
    line-height: 27px;
  }
}

/****************************
-- Icon Box --
****************************/
.community_icon_box {
  text-align: center;
}

.community_icon_box .community_box_content {
  background-color: #06a84e;
  padding-bottom: 25px;
  padding-top: 25px;
}

.community_icon_box_icon {
  height: 60px;
}

.community_icon_box p {
  color: #fff;
  margin-top: 15px;
}

.community_icon_box .btn {
  margin-top: 20px;
}

.community_icon_box .btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .community_icon_box .community_box_content {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .community_icon_box p {
    margin-top: 22px;
  }
}

@media screen and (min-width: 1280px) {
  .community_icon_box p {
    font-size: 17px;
    line-height: 27px;
  }
}
