/*
* ----------------------------------------------------------------------------------------
* 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; }

  .trademarks-table tr:first-child {
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 300; }
    .trademarks-table tr:first-child th {
      padding: 5px 10px; }

  .trademarks-table {
    background: #FAFAFA;
    font-size: 12px;
    /*margin: 50px 0;*/
    width: 100%; }
    .trademarks-table td {
      border-bottom: 1px solid #DEDEDE;
      padding: 5px 10px; }
    .trademarks-table .trademark {
      width: 80%; }

  .trademarks-table tr:last-child td {
    border-bottom: none; }

  .legal-description {
    padding: 10px 25px; }
    .legal-description p {
      font-size: 12px;
      line-height: 19px; }
    .legal-description .link {
      color: #6CC049; }
    .legal-description .learn-more {
      color: #00AE41;
      display: block;
      font-size: 16px;
      font-weight: 700;
      margin-top: 20px;
      text-decoration: none !important;
      text-transform: uppercase; }
      .legal-description .learn-more img {
        position: relative;
        top: -1px;
        width: 7px; } }
@media only screen and (min-width: 768px) {
  .desktop--legal-content {
    margin: 40px 50px; }

  .mobile--legal-content {
    margin: 30px; }

  .trademarks-table tr:first-child {
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 300; }
    .trademarks-table tr:first-child th {
      padding: 5px 10px; }

  .trademarks-table {
    background: #FAFAFA;
    font-size: 16px;
    margin: 50px 0;
    width: 100%; }
    .trademarks-table td {
      border-bottom: 1px solid #DEDEDE;
      padding: 5px 10px; }
    .trademarks-table .trademark {
      width: 80%; }

  .trademarks-table tr:last-child td {
    border-bottom: none; }

  .legal-description {
    padding: 10px 45px; }
    .legal-description p {
      font-size: 16px;
      font-weight: 300;
      line-height: 22px; }
    .legal-description .learn-more {
      color: #00AE41;
      display: block;
      font-size: 16px;
      font-weight: 700;
      margin-top: 20px;
      text-decoration: none !important;
      text-transform: uppercase; }
    .legal-description img {
      position: relative;
      top: -1px;
      width: 7px; } }

/*# sourceMappingURL=trademarks.css.map */
