#faq_block .faqs {
  margin-bottom: 48px;
}

#faq_block .faq_body {
  border: 1px solid black;
  border-top: 0;
  padding: 12px;
  display: none;
}

#faq_block .faq_body p:nth-child(1) {
  display: inline;
}

#faq_block .faq_title a {
  color: black;
}

#faq_block .faq_title {
  border: 1px solid #34587c;
  padding: 12px;
}

.faq {
  margin-bottom: 3px;
}

.page-support-product #page_index {
  top: -20px;
}

.page-support-product h1.page-title {
  margin-top: 20px;
}

#faq_block .faq_title a.toggle_active {
  font-weight: 700;
  color: #34587c;
}

div.rounded_block {
  display: block;
  border: solid 2px #2a5177;
  border-radius: 12px;
  padding: 14px;
  float: left;
  width: 41%;
  margin-bottom: 18px;
  font-size: 1em;
}

div.rounded_block:nth-child(even) {
  margin-left: 40px;
}

div.rounded_block:nth-child(odd) {
  margin-right: 40px;
}

#page_index_block {
  margin-bottom: 18px;
}

.separator {
  display: none;
}

.support_landing {
  margin-top: 18px;
}

div.rounded_block .icon {
  display: block;
  float: left;
  margin-right: 14px;
  margin-top: 3px;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

div.rounded_block h2 {
  margin-top: 0;
  margin-bottom: 4px;
}

div.rounded_block h2 a {
  color: #000;
}

div.rounded_block p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 4px;
}

div.control {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
}

div.spec_content {
  margin-bottom: 32px;
}

div.spec_content table {
  border: 1px solid #2d2f39;
}

div.spec_content th {
  width: 200px;
}

ul.downloads li {
  margin-bottom: 18px;
}

table.downloads {
  width: auto;
  min-width: 680px;
}

table.downloads td {
  background-color: #f3f5f4;
}

table.downloads td.info {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 12px;
  border-left: solid 3px white;
  border-bottom: solid 2px white;
}

table.downloads td.info h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.3em;
}

#content ul.downloads li {
  list-style: none;
}

img.download_icon {
  width: 50px;
  height: auto;
}

table.downloads td.icon {
  padding: 8px;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 2px white;
}

/* FAQ Landing Page */
#helpful_links {
  position: absolute;
}

div.rounded_block.helpful_links {
  float: right;
  width: 125px;
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  text-align: center;
  padding: 3px;
  position: relative;
  top: -35px;
  left: 827px;
  border-width: 1px;
}

div.rounded_block.helpful_links .icon {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3px;
  padding-bottom: 8px;
}

div.rounded_block.helpful_links .title {
  padding-bottom: 12px;
}

.icon_block .icon img {
  height: 60px;
  width: auto;
}

/* Products Landing Page */

.product_grid_area {
  max-width: 900px;
  margin: 0 auto;
}

.product_grid_item {
  width: 220px;
  float: left;
  padding-top: 24px;
  min-height: 205px;
  max-height: 205px;
  overflow: hidden;
  display: inline-block;
}

.product_grid_item img {
  width: 90%;
  max-width: 180px;
  height: auto;
}

.product_grid_item .product_grid_content {
  text-align: center;
}

.product_grid_item .product_grid_content h2 {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1.4em;
}

/* Triptych at bottom of product pages */
.support_triptych {
  margin-bottom: 18px;
}

.support_triptych_item {
  width: 30%;
  float: left;
  text-align: center;
  padding: 14px 6px;
  margin: 0 3% 0 0;
}

.support_triptych_item:last-child {
  margin-right: 0;
}

.support_triptych_item .support_triptych_icon svg {
  height: 90px;
  width: auto;
}

.support_triptych_item .support_triptych_title {
  font-size: 1.4em;
  margin-top: 12px;
  text-transform: uppercase;
  color: white;
}

.support_triptych_item.download {
  background-color: #3c4b60;
}

.support_triptych_item.forum {
  background-color: #000000;
}

.support_triptych_item.faq {
  background-color: #075b87;
}

@media screen and (max-width: 767px) {
  table.downloads {
    width: auto;
    min-width: 50px;
  }

  table.downloads td.info h2 {
    font-size: 1em;
    line-height: 1.4em;
  }

  #block-block-33 {
    text-align: center;
  }

  div.rounded_block {
    width: 90%;
    font-size: 0.8em;
  }

  .page_index_block {
    margin-top: 12px;
    text-align: center;
  }

  .product_grid_item {
    width: 300px;
    max-height: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product_grid_area h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.7em;
  }

  .product_grid_item img {
    width: 300px;
    height: auto;
  }

  img.support_landing_icon {
    height: 80px !important;
    width: auto;
  }

  .page-support-product-specs table img {
    display: none;
  }

  div.spec_content table {
    border: 0;
  }

  div.spec_content th {
    width: 150px;
  }

  .page-support-product-specs table th,
  .page-support-product-specs table td {
    background-color: transparent;
    padding: 0 6px 0 0;
    color: #000;
  }

  div.rounded_block:nth-child(even) {
    margin-left: 0;
  }

  div.rounded_block:nth-child(odd) {
    margin-right: 0;
  }

  .icon_block .icon img {
    height: 60px !important;
    width: auto !important;
  }

  #helpful_links {
    position: relative;
    display: block;
  }

  div.rounded_block.helpful_links {
    width: 320px;
    border-radius: 0;
    float: none;
    display: block;
    padding: 0;
    top: 0;
    left: 0;
    text-align: left;
    border: 0;
    overflow: auto;
    font-size: 0.9em;
    margin-top: 8px;
    font-weight: bold;
  }

  div.rounded_block.helpful_links .title {
    float: left;
    margin-right: 8px;
  }

  div.rounded_block.helpful_links .icon {
    float: left;
    margin: 0;
    margin-right: 8px;
    padding: 0;
  }

  div.rounded_block.helpful_links .icon img {
    display: none;
  }

  div.control {
    display: none;
  }

  .support_triptych_item {
    width: 100%;
    float: none;
    text-align: center;
    padding: 14px 0;
    margin: 12px 0 12px 0;
  }

  .support_triptych_item .support_triptych_icon svg {
    height: 45px;
    width: auto;
  }

  .support_triptych_item .support_triptych_title a {
    font-size: 1.3em;
  }
}
