.homeRightCol {
    position: relative;
    display:none;
}

body[data-locale=en_AU] .homeRightCol, 
body[data-locale=en_NZ] .homeRightCol {
    display: block;
}

.homeRightCol > div:after {
    content: url('http://images.sharpie.com/is/image/Sharpie/bg-right-notebook-bottom?$Png$');
    height: 40px;
    width: 255px;
    display: block;
    position: absolute;
    bottom: -40px;
    z-index: 10000000;
}
@media (max-width: 700px) {
    .homeRightCol > div:after {
        content: '';
    }
}
.homeRighColBottom {
    display: none;
}

.hpIntImage {
    min-height: 600px;
}

.intPagination {
    clear: both;
    float: none;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 60px;
    text-align: left;
    box-sizing: border-box;
}

.intPagination a {
    color: orange;
    font-weight: bold;
    font-family: 'Arial Black', Arial, 'Helvetica Neue', Helvetica, 'Trebuchet MS', Trebuchet, Verdana, 'Bitstream Vera Sans', 'DejaVu Sans', 'Segoe UI', sans-serif;
    padding-bottom: 1px;
    border-bottom: solid 1px orange;
    text-align: center;
    margin: 0 5px;
}