/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: 0px;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    top: 100px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    top: 130px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    font-size: 46px;
    max-width: 205px;
    top: 160px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .mobile--legal-content {
    margin: 30px; }

  .patents-table tr:first-child {
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 300; }
    .patents-table tr:first-child th {
      padding: 5px 10px; }

  .patents-table {
    background: #FAFAFA;
    font-size: 12px;
    margin: 50px 0;
    width: 100%; }
    .patents-table td {
      border-bottom: 1px solid #DEDEDE;
      padding: 5px 10px; }
    .patents-table .products {
      width: 50%; }

  .patents-table tr:last-child td {
    border-bottom: none; } }
@media only screen and (min-width: 768px) {
  .desktop--legal-content {
    margin: 40px 50px; }

  .mobile--legal-content {
    margin: 30px; }

  .patents-table tr:first-child {
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 300; }
    .patents-table tr:first-child th {
      padding: 5px 10px; }

  .patents-table {
    background: #FAFAFA;
    font-size: 16px;
    margin: 50px 0;
    width: 100%; }
    .patents-table td {
      border-bottom: 1px solid #DEDEDE;
      padding: 5px 10px; }
    .patents-table .products {
      width: 50%; }

  .patents-table tr:last-child td {
    border-bottom: none; } }

/*# sourceMappingURL=patents.css.map */
