/* Terms
******************************************************************************/


.section-type-tos {
  background-image: url('../images/backgrounds/TOSpages_bg_image.jpg'); background-repeat: no-repeat; background-size: 2000px 2200px; background-color: #1D1D1D; color: #fff; font-family: 'Helvetica', sans-serif;
}

.tos-container {
  display: flex; display: -webkit-flex;
}

.tos-nav-container-desktop {
    width: 320px; padding: 250px 20px 20px 50px;
  }

.legal-text-container {
    padding: 250px 100px 100px 30px;  flex: 1;
  }

.tos-nav-container-mobile {
  display: none;
}

h2{
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 300;
  margin: 0px 0px;
  line-height: 46px;
  text-transform: none;
}

b {
  font-weight: 600;
}


.tos-nav{
    background-image: url('../images/backgrounds/button_back_trapezoid.png'); 
    background-repeat: no-repeat; 
    height: 170px; 
    width: 230px; 
    padding: 53px 10px 10px 42px;
  }

  .tos-nav button{
    border: 1px solid #fff; 
    padding: 10px 15px; 
    width: 200px; 
    height: 63px; 
    text-transform: uppercase; 
    line-height: 20px;
    text-align: left;
    color: #fff;  
    font-size: 11pt;
    font-weight: 300;
  }

  .tos-nav button.selected{
    border: 1px solid #26ABE2;
    color: #26ABE2;
  }

  .tos-nav button:hover{
    border: 1px solid #26ABE2;
    background-color: #26ABE2;
    color: #fff;
    cursor: pointer;
  }

  .tos-nav button.selected:hover{
    border: 1px solid #26ABE2;
    background-color: transparent;
    color: #26ABE2;
  }

  .tos-nav button:focus{
    outline: 0px;
    }

  .tos-nav a {
    color: #fff;
  }


  p{
    text-align: left;
    line-height: 24px;
    font-size: 17px;
    margin: 20px 0px;
  }

  .indent {
    margin-left: 20px;
  }

  .indent_2 {
    margin-left: 50px;
  }


  .button{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #26ABE2;
    border-radius: 0px;
    background-color: #1D1D1D;
    color: #26ABE2;
    padding: 10px 20px;
    opacity: 1.0;
    filter: alpha(opacity=100);
  }

  .button:hover{
    background-color: #26ABE2;
    color: #fff;
    border: 1px solid #26ABE2;
    opacity: 1.0;
    filter: alpha(opacity=100);
  }

  .button:active{
    background-color: #1D1D1D;
    color: #fff;
    border: 1px solid #26ABE2;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }


  ul.terms {
    margin-left: 30px;
  }

  ul.terms li {
    padding-left: 10px;
    margin-bottom: 20px;
  }


  table.terms {
    background-color: #000;
    color: #fff;
    margin-bottom: 50px;
    border-collapse: collapse;
  }

  table.terms td.cell { 
    border: 1px solid #fff; 
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
  }

  table.software{
    background-color: #000;
    color: #fff;
    border: 0px;
    margin-top: 20px;
    border-collapse: collapse;
  }

  table.software tbody {
    border: 0px;
    border-top: 1px solid #fff;
  }

  table.software td.software{
    border-bottom: 1px solid #fff;
    background-color: #1D1D1D;
    color: #fff;
    padding: 15px 20px;
  }


  @media only screen and (max-width: 700px) {

    .tos-container {
      -webkit-flex-direction: column;
      flex-direction: column;
    }

    .tos-nav-container-mobile {
      display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: 150px; padding: 0px 0px 20px 5px;
    }

    .tos-nav{
      background-image: url('../images/backgrounds/button_back_trapezoid.png'); 
      background-repeat: no-repeat; 
      background-size: 130px 96px;
      height: 100px; 
      width: 140px; 
      padding: 23px 10px 10px 20px;
      margin-right: 30px;
      float: left;
    }

    .tos-nav button{
      border: 1px solid #fff; 
      padding: 5px 10px; 
      width: 130px; 
      height: 50px; 
      text-transform: uppercase; 
      line-height: 20px;
      text-align: left;
    }


    .tos-nav-container-desktop {
      display: none;
    }

    .legal-text-container {
      padding-top: 20px;
      padding-right: 20px;
    }

    #software-table-area {
      padding: 0px 0px 100px 0px;
    }

    #software-table-area td {
      padding: 10px 5px;
    }


  }




.welcome-terms, .welcome-privacy, .welcome-subscription, .welcome-software {

  

  @media only screen and (max-width: 700px) {
    .paragraph-element{
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    }

    .linear-nav ul{
      margin: 35px auto;
    }
    .linear-nav li{
      margin: 0px 5px;
      max-width: 105px;
    }
    .section-spacing{
      padding-bottom: 3em;
    }

    

    
  }

}

 @media only screen and (max-width: 700px) {
  .welcome-software .legal-text-container{
    padding-left: 0px;
    padding-right: 0px;
  }

  .welcome-software .legal-text-container h2 {
    padding-left: 30px;
  }
}
