/* specific styling and optional overrides to base app styling */
/* import base styling variables and utilities */
/* base shades */
/* primary/branding colors */
/* accent colors */
/* icons */
/* block accents */
.primary-color {
  color: #3e3e3e; }

.secondary-color {
  color: #ed1a21; }

.tertiary-color {
  color: #1c48b1; }

.base-background {
  background-color: #fff; }

.primary-background, .grey-background {
  background-color: #e2e2e2; }

.primary-background-dark {
  background-color: #3e3e3e; }

.primary-background-darker {
  background-color: #c9c8c8; }

.primary-background-lighter {
  background-color: #f6f6f6; }

.striped > *:nth-child(odd) {
  background-color: #fafafa; }

.details-section-title {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  margin-bottom: 15px;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2; }

.details-section-title .title {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 0px;
  margin-right: -6px;
  padding: 0px; }

.details-section-title .icon {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  text-align: right;
  margin: 0px;
  padding: 0px;
  font-size: 2.25rem;
  color: #3e3e3e; }

.details-section {
  display: block;
  width: 100%;
  margin: 20px 0px 50px 0px; }

.bottom-border {
  border-bottom: 1.5px solid #d9d6d9; }

.section-header {
  /*text-transform:uppercase;*/
  font-family: "PT Sans Bold";
  background-color: #f6f6f6;
  color: #646464;
  padding: 8px 10px;
  font-size: 16px; }

/* page details */
#product-pricing {
  display: block;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 15px; }
  @media (min-width: 1px) {
    #product-pricing .price {
      margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    #product-pricing .price {
      margin: 0px; } }

/* page details - specifications */
#specifications .label, #specifications .specification {
  display: inline-block;
  width: auto;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box; }

#specifications .label {
  font-weight: bold;
  flex: 0 0 30%; }

#specifications .specification {
  padding-left: 0px;
  flex: 0 0 70%; }

/* page details - resources */
#product-resources .resource-downloads {
  display: flex;
  flex-direction: row;
  /*justify-content:space-between;*/
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  float: none;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 1px) {
    #product-resources .resource-downloads {
      justify-content: space-between; } }
  @media (min-width: 1024px) {
    #product-resources .resource-downloads {
      justify-content: flex-start; } }
  #product-resources .resource-downloads .resource {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
    max-width: 200px; }
    #product-resources .resource-downloads .resource .thumbnail {
      margin-left: 3px;
      margin-top: 0px;
      margin-bottom: 0px; }
    #product-resources .resource-downloads .resource .title {
      flex-grow: 1;
      font-size: 1.75rem;
      font-weight: 500;
      color: #3e3e3e;
      margin: 20px auto 20px 3px; }
    #product-resources .resource-downloads .resource .action {
      margin-top: auto; }
    @media (min-width: 1px) {
      #product-resources .resource-downloads .resource {
        flex: 0 0 47.5%;
        margin-bottom: auto; } }
    @media (min-width: 768px) {
      #product-resources .resource-downloads .resource {
        flex: 1 0 30%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 3%; } }
    @media (min-width: 1024px) {
      #product-resources .resource-downloads .resource {
        flex: 1 0 18%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 3%; } }

.detail-header-return {
  display: block;
  width: 100%;
  float: left;
  text-align: left; }

.detail-header-return .back::before {
  /* content: "\f3d5";
    font-family: "Ionicons";
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 6px;
    font-size: 2.75rem;*/ }

.detail-header-wrapper {
  width: 98%;
  max-width: 1200px !important;
  margin: 0px auto; }

.family-select-dropdown-option {
  /*display:none !important;*/ }
