/* Utilities */
.float-left { float: left; }
.float-right { float: right; }
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table; 
}
 .clearfix:after {
    clear: both;
}
 .clearfix {
    *zoom: 1;
}
.display-none { display: none; }
@media (max-width:601px) {
    .mobile-display-none { display: none; }
}
@media (min-width:602px) {
    .desktop-display-none { display: none; }
}
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }


/* Structure */
body {
    /*background-color: #da2037;*/
}

footer {
    margin-top: 0;
    bottom: 0;
}

.privacy-policy {
    background: #f8d82a url(/content/dam/pringles/ja_JP/images/pringles-background.png) center top no-repeat;
}

/* Header */

.privacy-policy .page-header {
    /*background-color: yellowgreen;*/
    width: 100%;
    margin: 25px auto 30px auto;
    text-align: center;
}

.privacy-policy .page-content {
    border: solid 3px #8d818c;
    box-sizing: border-box;
    width: 980px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}

.privacy-policy .page-content::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/content/dam/pringles/ja_JP/images/content-border-corner-1.png) left top no-repeat,
        url(/content/dam/pringles/ja_JP/images/content-border-corner-2.png) right top no-repeat
        ;
    /*background-color: sandybrown;*/
    top: 0;
    left: 0;
    pointer-events: none;
}

.privacy-policy .page-content > .wrapper {
    border: solid 1px #605960;
    background-color: white;
    padding: 70px 80px 60px 80px;
}

.privacy-policy .page-content h2 {
    font-size: 26px;
    color: #c70000;
    font-weight: bold;
}

.privacy-policy .page-content h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px black solid;
}

.privacy-policy .page-content h4 {
    font-size: 18px;
}

.privacy-policy .page-content p {
}

.privacy-policy .page-content p.lead-blurb {
    font-size: 18px;
    font-weight: bold;
}

.privacy-policy .page-content em {
    color: #fd0000;
}

.privacy-policy .page-content .enquiry {
    color: #484848;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}


/* Footer */

.privacy-policy .page-footer {
    /*border: solid 2px orange;*/
    height: 228px;
    /*background-color: aqua;*/
    background: transparent url(/content/dam/pringles/ja_JP/images/pringles-rave.png) center top repeat-x;
    background-size: cover;
}


/* Responsive */

@media (max-width:999px) {
    .privacy-policy .page-content {
        width: calc(100% - 120px);
        margin-left: 60px;
        margin-right: 60px;
    }

    .privacy-policy .page-content > .wrapper {
        /*background-color: aqua;*/
    }
}

@media (max-width:601px) {
    .privacy-policy .page-content {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .privacy-policy .page-content > .wrapper {
        padding: 30px;
        /*background-color: lightskyblue;*/
    }
}
