.privacy-policy .twocol-intro img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.twocol-block {
    padding-top:15px;
}
.twocol-content h1 {
    font-family:'Nexa w01 Bold';
    color: #000;
}
.simple-nav li a {
    font-family: 'Nexa w01 Regular';
}
.privacy-policy h3, .privacy-policy h4 {
    margin: 0 0 15px;
    padding: 0;
    line-height: 1.4;
    color: #000;
    font-family: 'Nexa w01 Bold';
}
.privacy-policy p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-weight: 500;    
    font-family: 'Nexa w01 Regular';
}
.privacy-policy span {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
hr {
    color: rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.privacy-policy p a {
    text-decoration: none;
    color: #b4254a;
    font-weight: 700;
}
.privacy-policy span {
    margin-bottom: 15px;
    display: inline-block;
}
.privacy-policy address {
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 600;
}
.privacy-policy .gs-content-wrapper ul {
    margin: 0 0 15px 15px;
    padding: 0;
}
.privacy-policy .gs-content-wrapper ul li {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.privacy-policy hr {
    height: 1px;
    background: #ccc7c7;
    border: none;
}
.shareIconContent{
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 50px;
    display:none;
}
.pagetools-section ul li.share {
    position: relative;
}
.shareIconContent span{
    margin-bottom:0px;
} 
@media(min-width: 992px) {
    .privacy-policy p {
        font-size: 17px;
        margin-bottom: 40px;
    }
    .privacy-policy span, .privacy-policy .gs-content-wrapper ul li {
        font-size: 17px;
    }
    .privacy-policy h3 {
        font-size: 1.7em;
        color: #000;
        font-family: 'Nexa w01 Bold';
    }

    .privacy-policy h4 {
        font-size: 1.3em;
    }
    .privacy-policy {
        margin-bottom: 25px;
    }
}
@media(max-width: 991px) {
    .privacy-policy {
        margin-top: 20px;
    }
}
@media print {
    .privacy-policy .twocol-sidebar, .privacy-policy .twocol-intro, header, breadcrumb {
        display:none;
    }
    .twocol-content, .twocol-block, .twocol-content h1 {
        margin:0;
        padding:0;
    }
}