/*TERMS*/

/*proxy definition is temporary workaround*/
.header-proxy {
    margin-top: 66px;
}

.tos {
    position:relative;
    
    /*site specific*/
    margin-top:116px;
}

.tos .termscontainer {
    margin-top: 35px;
    padding-bottom: 53px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tos h1 {
    background-color: rgba(0, 0, 0, 0);

    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 700;
    font-size: 36px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: normal;
 
    font-style: normal;
    
    letter-spacing: 0;
    
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  
}

.tos p {
 
    margin-top: 0;
    margin-bottom: 10px;
}
.tos p,
.tos p a,
.tos p a:link,
.tos p a:visited,
.tos p a:hover {
    font-style: normal;
    
    letter-spacing: 0;
    line-height: normal;
    
    text-align: left;
    
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 200;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    
    text-decoration: none;
}
.tos p a:hover {
    text-decoration: underline;
}

.tos p:first-of-type {
    padding-top: 0;
}

.tos h2 {

    font-style: normal;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 5px;
    
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 500;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-transform: uppercase;
 
}
.tos p + h2 {
    margin-top: 50px;
}
.tos h3 {

    font-style: normal;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 5px;
    
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 500;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-transform: capitalize;
 
}

.tos ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 17px;
}
.tos li {

    font-style: normal; 
    padding-left: 7px;
    margin-bottom: 5px; 
    
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 200;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
 
}

@media screen and (max-width: 840px) {
    .tos {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tos .termscontainer {
        width:100%;
    }
}

@media screen and (max-width: 540px) {
    .tos h1 {
        font-size: 24px;
    }    
}
@media screen and (max-width: 463px) {
    .tos p {
        font-size: 16px;
    }    
}


