main {color: #ffffff; font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 500; line-height: 1em;}
main h1 {color: #ffffff; font-size: 4em; line-height: 1em;}
main h2 {color: #ffffff; font-size: 3em; line-height: 1em;}
main h3 {color: #ffffff; font-size: 2em; line-height: 1em;}
main h4 {color: #ffffff; font-size: 1.5em; line-height: 1em;}
main p {color: #ffffff; font-size: 1.5em; line-height: 1.25em;}
sup {font-size: 0.5em; line-height: 1em;}
ul {margin: 0 2em 0;}
ul li {padding: 0; line-height: 1.25em;}
ul li:last-child {margin-bottom: 0;}
main img {display: block; margin: auto; max-width: 100%;}

main h1, main h2, main h3, main h4, main p {margin: 0 0 0.25em; padding: 0;}
main h1:last-child, main h2:last-child, main h3:last-child, main h4:last-child, main p:last-child {margin-bottom: 0;}

main li {font-size: 1.5em;}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.italic {font-style: italic;}
.bold {font-weight: 700;}
.semibold {font-weight: 600;}
.medium {font-weight: 500;}
.normal {font-weight: 400;}
.light {font-weight: 300;}

.lc {text-transform: lowercase;}
.uc {text-transform: uppercase;}

.primary-color {color: #fbb040;}
.secondary-color {color: #00ffff;}

.both {clear: both;}

.section-bg {padding: 2em; border-bottom: none;}
.mcontainer {max-width: 1280px;}
.row {margin: 0 -1em 4em;}
.row:last-child {margin-bottom: 0;}
.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {padding-left: 1em; padding-right: 1em;}

.back-to-top {display: none; width: 32px; height: 32px; position: fixed; top: 32px; right: 32px; cursor: pointer; z-index: 9999;}

.row-header {position: relative;}
.header-title {margin-top: 2em;}
.header-text {font-size: 3em; margin-left: 25%; margin-top: -2%;}

.row-alignflex {display: flex;}
.row-alignflex .column-vcenter {align-self: center;}
.row-alignflex .column-vbottom {align-self: end;}

.features-card-bg ul {margin-left: 3em;}
.angle-text {position: absolute; bottom: 10%; right: 0; width: 35%;}
.quality-title {font-size: 2.3em;}

.features-bg .row {display: flex;}
.faetures-bg .row:first-child {display: block;}
.features-bg .column-4 {align-self: flex-end;}
.features-bg img {border: 1px solid #04fd00; max-width: 80%;}

.products-bg h2 {color: #fff; font-size: 1.4em; text-transform: none; margin-bottom: 0.5em; }
.products-bg h2.prod-second { margin-top: 0.5em; }
.products-bg .product-buttons {margin: 0.5em 0;}
.prod-column-specs { padding-left: 1em; }
.prod-accord-header {border: 1px solid #333; color: #777; cursor: pointer; margin-top: 3px; padding: 5px; font-size: 0.85em; }
.itemSKU {float: right; margin: 0 5px;}
.arrow-left {width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 9px solid #555; float: right;}
.prod-accord-header.active {border-color: #fff; color: #fff; font-weight: bold;}
.prod-accord-header.active .arrow-left {border-top: 9px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; margin-top: 3px;}
.prod-specs {position: absolute; top: 0; right: 0; padding-left: 15px; padding-right: 15px; width: 50%;}
.prod-accord-content {display: none; overflow: hidden;}

.products-bg .product-images {list-style: none; margin: 5px 0; overflow: hidden;}
.product-images li {float: left; margin: 3px 5px 3px 0;}
.product-images img {max-width: 50px;}
.product-buttons {list-style: none; margin: 15px 0 0;}
.product-buttons a {color: #fff; display: block; padding: 4px 8px; text-decoration: none; border: 1px solid #666666; font-size: 0.75em; text-transform: uppercase;}
.product-buttons a:hover {color: #999;}
.product-buttons li {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 1em; margin: 0 1% 10px 0; width: 30%; padding: 0; background: url(/images/common/75_black_trans.png);}
.product-buttons .statusComingSoon {display: block; padding: 4px 8px; border: 1px solid #666666; font-size: 0.75em; text-transform: uppercase;}
.product-group-specs {display: none;}
.product-group-specs h3 {font-size: 1em; font-style: italic;}
.specs-column {float: left; width: 50%;}
.specs-column ul {list-style: none; margin: 5px 10px;}
.specs-column ul li {text-indent: -4px; font-size: 0.9em;}
.specs-column ul li:before {content: "-"; position: relative; left: -5px;}
.specs-memoryheader {margin-top: 50px;}

.image-coming-soon {margin-top: 3em; margin-bottom: 3em;}

@media (max-width: 850px)
{
  main {font-size: 12px;}
  h1 {font-size: 2em;}
  h2 {font-size: 1.75em;}
  h3 {font-size: 1.5em;}
  h4 {font-size: 1.25em;}
  
  .section-bg {padding: 1em;}
  .row {margin-bottom: 2em;}
  
  .row-alignflex {display: block;}
  .angle-text {position: relative; bottom: 0; width: 100%;}
  
  .mobile-margin {margin-top: 8em;}
}