@charset "UTF-8";
@-o-keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
@-moz-keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
@font-face {
    font-family:Circular Std;src:url(/fonts/CircularStd-Book.eot);src:url(/fonts/CircularStd-Book.eot?#iefix) format("embedded-opentype"),url(/fonts/CircularStd-Book.woff) format("woff"),url(/fonts/CircularStd-Book.ttf) format("truetype"),url(/fonts/CircularStd-Book.svg#CircularStd-Book) format("svg");font-weight:400;font-style:normal
}
@font-face {
    font-family:Circular Std;src:url(/fonts/CircularStd-Bold.eot);src:url(/fonts/CircularStd-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/CircularStd-Bold.woff) format("woff"),url(/fonts/CircularStd-Bold.ttf) format("truetype"),url(/fonts/CircularStd-Bold.svg#CircularStd-Bold) format("svg");font-weight:700;font-style:normal
}
*,body {
    box-sizing: border-box
}
body.sticky-footer,html.sticky-footer {
    height: 100%
}
body.sticky-footer {
    display: flex;
    flex-direction: column
}
body {
    background: #f8f8f8;
    font: 17px/1.5 "Circular Std";
    color: #969696;
    margin: 0
}
@media screen and (min-width:601px) {
    body {
        min-width: 600px
    }
}
.wrapper {
    max-width: 1280px;
    margin: 1em auto
}
.container {
    flex: 1 0 auto
}
.narrow {
    width: 780px;
    margin: 0 auto
}
.hilite,a[role=tab] {
    color: #275d97
}
.description {
    background: #fff;
    text-align: center;
    height: 152px;
    padding: 20px;
    margin: 30px 0
}
.description h2 {
    font-weight: 400;
    font-size: 22px;
    color: #434343
}
.description p {
    font-size: 19px;
    color: #969696
}
.align-right,table tfoot th {
    text-align: right
}
.js-hidden {
    display: none
}
.js-toggle-day {
    cursor: pointer
}
[role=tablist] {
    display: table;
    width: 25%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center
}
[role=tablist] li {
    display: table-cell;
    width: 50%
}
[role=tablist] li+li {
    padding-left: 2px
}
a[role=tab] {
    display: block;
    background: 0 0;
    font: 700 20px/54px Circular Std,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 0;
    transition: background .3s ease-in;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 1,Color = #4d000000,Positive = true)
}
a[role=tab]:focus {
    background: #275d97;
    color: #fff
}
a[role=tab]:hover {
    background: #93aecb;
    color: #fff
}
a[aria-selected=true],table tfoot tr,table thead tr {
    background: #275d97;
    color: #fff
}
[aria-hidden=true] {
    display: none
}
#flashMessage {
    width: 940px;
    margin: 2em auto;
    padding: 1em 0;
    background: #fee;
    text-align: center;
    color: red
}
.export-csv,.pdf-download {
    width: auto;
    background-color: #93aecb;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 32px;
    color: #fff;
    text-decoration: none;
    line-height: 56px;
    padding: 0 15px 0 57px;
    border-radius: 6px
}
.export-csv {
    display: inline-block
}
.export,.button{
    width: auto;
    background-color: #4a96e7;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 32px;
    color: #fff;
    text-decoration: none;
    line-height: 56px;
    border-radius: 10%;
    display: inline-block;
    float: right;
    margin: 2% 0% 5% 0%;
}
#popupDialog{
    width: 40%;
}
.pdf-download {
    display: block;
    background-image: url(/img/pdf-download-icon.svg)
}
.export-csv {
    background-image: url(/img/export-csv.svg)
}
.icon-refund,.interstitial .button {
    display: inline-block;
    text-decoration: none
}
.icon-refund {
    width: auto;
    background-image: url(/img/icon-refund.svg);
    background-color: #e3e3e3;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 32px;
    line-height: 56px;
    padding: 0 15px 0 57px;
    border-radius: 6px;
    color: #2f3640
}
.interstitial h1 {
    background: #bbb;
    color: #1963b7;
    margin: 0;
    padding: .5em 0
}
.interstitial h1,.interstitial p,header {
    text-align: center
}
.interstitial .button {
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    font-family: Circular Std,Arial,Helvetica,sans-serif;
    font-size: 21px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #1963b7;
    margin-bottom: 30px
}
#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    background: #fff
}
#preloader:before {
    content: '';
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #50ace4;
    border-top-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: rotation 1.2s linear infinite;
    -moz-animation: rotation 1.2s linear infinite;
    -o-animation: rotation 1.2s linear infinite;
    animation: rotation 1.2s linear infinite
}
header {
    position: relative;
    background: #275d97;
    line-height: 72px;
    color: #fff;
    margin-bottom: 3rem
}
@media screen and (max-width:800px) {
    header {
        line-height: 1.5rem
    }
}
header a[href]:nth-child(n+2) {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255,255,255,.1);
    font-size: 15px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 6px;
    margin: 18px 0;
    transition: background-color .4s ease
}
@media screen and (max-width:800px) {
    header a[href]:nth-child(n+2) {
        background: 0 0;
        padding: 5px 10px;
        margin: 0
    }
}
header a[href]:nth-child(n+2):hover {
    background-color: rgba(255,255,255,.3)
}
header .pt-logo {
    background: url(/img/pt-logo.svg) no-repeat 50% 50%;
    height: 72px;
    line-height: 72px;
    width: 210px;
    text-indent: -100%;
    padding: 1rem 0;
    text-align: left
}
.nav-social-icons a,header .classifieds-logo,header .pt-logo {
    display: block;
    white-space: nowrap;
    overflow: hidden
}
header .classifieds-logo {
    background: url(/img/pt-logo.svg) no-repeat 50% 50%;
    height: 72px;
    line-height: 72px;
    text-indent: -100%;
    padding: 1rem 0;
    text-align: left
}
@media screen and (min-width:601px) {
    header .classifieds-logo,header .pt-logo {
        display: inline-block;
        vertical-align: middle
    }
}
header .classifieds-logo {
    background-image: url(/img/classifieds-logo.svg);
    width: 411px
}
@media screen and (max-width:800px) {
    header .classifieds-logo {
        margin: 0 auto
    }
}
@media screen and (max-width:440px) {
    header .classifieds-logo {
        background-size: 75%;
        width: calc(411px*.75)
    }
}
@media screen and (min-width:801px) {
    header .login,header .my-account {
        float: right;
        position: absolute;
        top: 0
    }
    header .login {
        right: 20px
    }
    header .my-account {
        right: 150px
    }
    header .how-this-works {
        float: left;
        position: absolute;
        right: auto;
        left: 20px;
        top: 0
    }
    header .my-profile {
        float: right;
        position: absolute;
        right: 310px
    }
}
footer {
    flex-shrink: 0;
    background: #1a1a1b;
    text-align: center
}
footer h2 {
    font-weight: 400;
    font-size: 45px;
    margin: .65em 0 .45em
}
footer ul {
    text-align: left;
    padding-left: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
    max-width: 1280px
}
footer ul li {
    list-style: none
}
footer dl {
    line-height: 200%
}
footer dt {
    text-transform: uppercase
}
footer dd {
    font-size: 16px;
    opacity: .5;
    margin-left: 0
}
.nav-social-icons {
    display: block;
    line-height: 24px;
    margin-top: 12px
}
.nav-social-icons li {
    display: inline-block;
    margin-right: 24px
}
.nav-social-icons a {
    width: 24px;
    text-indent: 100%;
    background-repeat: no-repeat;
    background-size: 24px
}
.nav-social-icon-facebook {
    background-image: url(/img/icon-facebook.svg)
}
.nav-social-icon-twitter {
    background-image: url(/img/icon-twitter.svg)
}
.nav-social-icon-instagram {
    background-image: url(/img/icon-instagram.svg)
}
.icon-nedbank,.icon-today {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}
.icon-nedbank {
    background: url(/img/icon-nedbank.svg) no-repeat;
    width: 206px;
    line-height: 50px
}
.icon-today {
    background: url(/img/icon-today.svg) no-repeat;
    width: 209px;
    line-height: 64px
}
.pay-button-container {
    max-width: 850px;
    margin: 0 auto;
    text-align: center
}
.pay-button-container h1 {
    font-size: 65px;
    font-weight: 400;
    color: #275d97;
    margin-bottom: .25em
}
.pay-button-container .pay-button-container__wrapper {
    max-width: 342px;
    margin: 40px auto 100px
}
.pay-button-container .button {
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    font-family: Circular Std,Arial,Helvetica,sans-serif;
    font-size: 21px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #1963b7;
    margin-bottom: 30px;
	text-decoration: none;
}
.subscription ol {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000
}
.subscription ol .label,.subscription ol label {
    color: #000;
    font-size: 18px;
    line-height: 2em;
    width: 50%;
    padding: 0;
    margin: 0
}
.subscription ol input[type=email],.subscription ol input[type=number],.subscription ol input[type=text],.subscription ol select {
    padding: 0 .5em;
    line-height: 2em;
    height: 2em;
    font-size: 18px;
    width: 50%
}
.subscription li {
    margin-bottom: 1em;
    display: flex
}
.subscription fieldset {
    width: 100%;
    padding: 0
}
.subscription fieldset li,fieldset ol p.compact {
    margin: 0
}
.subscription fieldset label {
    width: auto
}
.subscription fieldset input[type=radio] {
    width: auto;
    height: auto;
    margin-right: 1.5em
}
table {
    width: 100%;
    margin-bottom: 40px
}
footer,footer h2,table thead a {
    color: #fff
}
table td,table th {
    padding: 10px
}
table caption {
    background: 0 0;
    color: #000;
    caption-side: top
}
table tr.refunded {
    background: rgba(255,0,0,.2)!important;
    color: rgba(0,0,0,.5)
}
table tbody tr:nth-child(2n) {
    background: rgba(0,0,0,.1)
}
@media screen and (max-width:600px) {
    table {
        border: 0
    }
    table caption {
        font-size: 1.3em
    }
    table thead {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    table tr {
        border-bottom: 3px solid #bbb;
        display: block;
        margin-bottom: .625em
    }
    table td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: right
    }
    table td:last-child {
        border-bottom: 0
    }
    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase
    }
}
#UserIndexForm {
    border-bottom: 2px solid #275d97;
    padding-bottom: 2em
}
#UserIndexForm input[type=submit] {
    margin-right: 10px;
    float: right
}
.grid-2-column,.section-pdf-downloads {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    row-gap: 35px;
    justify-content: center
}
.grid-2-column {
    grid-template-columns: repeat(2,1fr)
}
#filter ul.js-show,.grid-2-column>* {
    display: block
}
.span-2-column {
    grid-column-end: span 2
}
form {
    margin-bottom: 2rem
}
fieldset {
    border: 0;
    margin: 0;
    padding: 30px 0 0
}
fieldset ol {
    list-style: none;
    padding-left: 0
}
fieldset legend {
    font-weight: 700;
    font-size: 18px;
    color: #275d97
}
fieldset label {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #969696;
    margin-bottom: 5px
}
.input,input,select,textarea {
    display: block;
    background: #fff;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #d3d3d3
}
input,textarea {
    font: 17px/54px Circular Std,Arial,Helvetica,sans-serif;
    box-sizing: border-box
}
input {
    height: 52px
}
.input,select {
    height: 52px
}
.input {
    font: 17px/54px Circular Std,Arial,Helvetica,sans-serif
}
input[type=radio] {
    height: auto;
    width: auto;
    display: inline-block
}
input[type=submit] {
    width: 300px;
    height: 56px;
    border-radius: 6px;
    background-color: #f7ca5f;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    margin: 0 auto;
    grid-column: 1/span 2;
    cursor: pointer
}
textarea {
    height: 150px
}
select {
    box-sizing: border-box
}
option,select {
    font: 17px/54px Circular Std,Arial,Helvetica,sans-serif
}
.custom-select {
    position: relative;
    display: inline-block
}
.custom-select select {
    display: inline-block;
    border: 2px solid #bbb;
    padding: 4px 3px 3px 5px;
    margin: 0;
    font: inherit;
    outline: 0;
    line-height: 1.2;
    background: #f8f8f8;
    border-radius: 6px
}
.custom-select select:focus {
    box-shadow: 0 0 3px 1px #c00
}
.custom-select:after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    padding: 0 7px;
    background: #bbb;
    color: #fff;
    pointer-events: none;
    border-radius: 0 6px 6px 0
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .custom-select select {
        padding-right: 30px
    }
}
.no-pointer-events .custom-select:after {
    content: none
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.6)
}
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #878787;
    width: 80%
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}
#filter {
    line-height: 30px;
    padding: 10px 0;
    min-height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f8f8f8
}
#filter #js-filter-show {
    display: block;
    overflow: hidden;
    text-indent: -200%;
    background: url(/img/guidance.svg) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    text-align: left;
    float: right;
    margin-right: 10px
}
#filter ul {
    clear: both;
    display: none;
    list-style: none;
    margin-left: 0;
    padding-left: 0
}
#filter ul li {
    margin-left: 0;
    padding: 5px 30px;
    border-bottom: 1px solid #a5a6a9
}
#filter ul li a {
    text-decoration: none;
    color: inherit
}
.classifieds {
    font-family: Circular Std,Arial,Helvetica,sans-serif;
    color: #000;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px
}
.classifieds .listing+.listing {
    border-top: 1px solid #a5a6a9
}
.classifieds .listing .listing-row {
    display: flex;
    justify-content: space-between;
    margin: 0 calc(100vw/(640/36))
}
.classifieds .listing .price,.classifieds .listing .title {
    font-size: calc(100vw/(640/28));
    line-height: calc(100vw/(640/32));
    padding: calc(100vw/(640/8)) 0;
    margin: calc(100vw/(640/10)) 0
}
.classifieds .listing .price {
    color: #275d97;
    font-size: calc(100vw/(640/32));
    font-weight: 700;
    text-align: right;
    white-space: nowrap
}
.classifieds .listing .listing_image {
    width: 100%;
    margin-bottom: calc(100vw/(640/15))
}
.classifieds .listing .block-info {
    width: 75%
}
.classifieds .listing .block-contact {
    text-align: right
}
.classifieds .listing .avatar {
    border-radius: 100%;
    background: #d3d3d3;
    width: calc(100vw/(640/80));
    height: calc(100vw/(640/80));
    display: inline-block;
    float: left;
    margin-right: calc(100vw/(640/15));
    text-align: center;
    line-height: calc(100vw/(640/80));
    font-size: calc(100vw/(640/38))
}
.classifieds .listing .name {
    font-size: calc(100vw/(640/21));
    margin: 0
}
.classifieds .listing .location {
    color: #c5c5c5;
    font-size: calc(100vw/(640/17));
    margin: 0
}
.classifieds .listing .contact-email,.classifieds .listing .contact-phone {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    text-align: left;
    background-size: contain
}
.classifieds .listing .contact-phone {
    background: url(/img/phone.svg) no-repeat;
    width: calc(100vw/(640/36));
    margin-right: calc(100vw/(640/20))
}
.classifieds .listing .contact-email {
    background: url(/img/envelope.svg) no-repeat;
    width: calc(100vw/(640/52))
}
.classifieds .listing .item-description {
    clear: both;
    margin: 1em calc(100vw/(640/36));
    font-size: calc(100vw/(640/21));
    width: auto!important
}
.classifieds .listing a[data-ctrl],.masonry-content a[data-ctrl] {
    text-decoration: none;
    color: #275d97
}
.classifieds .listing .js-hidden {
    display: none
}
.classifieds .listing form,.masonry-content form {
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6)
}
.classifieds .listing form {
    margin-bottom: 0!important
}
.classifieds .listing form fieldset {
    z-index: 100001;
    padding: 10px;
    position: absolute;
    top: 25%;
    left: 10px;
    right: 10px;
    background: #fff
}
.classifieds .listing form fieldset label {
    padding-right: calc(100vw/(640/24))
}
.classifieds .listing form fieldset textarea {
    display: block;
    box-sizing: border-box;
    margin: 20px 0;
    width: calc(100%);
    height: calc(100vw/(640/200))
}
.classifieds .listing form fieldset input[type=submit] {
    background: #30a0eb;
    font-size: calc(100vw/(640/21));
    height: calc(100vw/(640/52));
    line-height: calc(100vw/(640/38));
    width: auto;
    padding: 0 20px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 0;
    border: 0
}
.classifieds .listing form .js-close,.masonry-content form .js-close {
    background: url(/img/btn-close.svg) no-repeat;
    display: block;
    position: absolute;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    width: 24px;
    line-height: 24px
}
.classifieds .listing form .js-close {
    z-index: 100002;
    padding: 10px;
    top: 26%;
    right: 15px
}
.masonry {
    display: grid;
    grid-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    grid-auto-rows: 15px
}
.masonry-brick {
    color: #2f3640;
    background-color: #eee;
    border: 1px solid #d3d3d3
}
.in-page-link {
    border: 0;
    background: 0 0
}
#howthisworks .modal-content a[href],.in-page-link a {
    background: #f7ca5f;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700
}
.in-page-link a {
    display: block;
    color: #000;
    text-align: center;
    padding: 3rem 0;
    border-radius: 6px
}
.masonry-content .listing-row {
    display: flex;
    justify-content: space-between;
    margin: 0 18px
}
.masonry-content .price,.masonry-content .title {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0;
    margin: 10px 0;
    font-weight: 700
}
.masonry-content .price {
    color: #275d97;
    text-align: right;
    white-space: nowrap
}
.masonry-content .listing_image {
    width: 100%;
    margin-bottom: 15px
}
.masonry-content .block-info {
    width: 75%
}
.masonry-content .block-contact {
    text-align: right
}
.masonry-content .avatar {
    border-radius: 100%;
    background: #d3d3d3;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 19px
}
.masonry-content .name {
    font-size: 14px;
    margin: 0
}
.masonry-content .location {
    color: #bbb;
    font-size: 12px;
    margin: 0
}
.masonry-content .contact-phone {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    text-align: left;
    background: url(/img/phone.svg) no-repeat;
    background-size: contain;
    width: 18px;
    margin-right: 10px;
    white-space: nowrap
}
.masonry-content .contact-phone-show {
    text-decoration: none;
    color: #2f3640;
    background-size: contain;
    white-space: nowrap
}
.masonry-content .contact-email {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    text-align: left;
    background: url(/img/envelope.svg) no-repeat;
    background-size: contain;
    width: 26px
}
.masonry-content .item-description {
    clear: both;
    margin: 1em 18px 0;
    font-size: 13px;
    width: auto!important
}
.masonry-content .js-hidden {
    display: none
}
.masonry-content form {
    margin-bottom: 0;
    display: grid;
    justify-content: center;
    align-content: center
}
@media screen and (max-height:670px) {
    .masonry-content form {
        position: absolute
    }
}
.masonry-content form fieldset {
    position: relative;
    padding: 10px;
    background: #fff;
    max-width: 960px;
    height: auto
}
@media screen and (max-height:670px) {
    .masonry-content form fieldset {
        height: 100%;
        overflow: scroll
    }
}
.masonry-content form fieldset label {
    padding-right: 12px;
    line-height: 2rem
}
.masonry-content form fieldset input {
    margin-bottom: 1rem
}
.masonry-content form fieldset textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    border: 1px solid #d3d3d3;
    margin-bottom: 2rem
}
.masonry-content form fieldset input[type=submit] {
    background: #f7ca5f;
    font-size: 21px;
    height: 52px;
    line-height: 38px;
    width: auto;
    padding: 0 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 6px;
    border: 0;
    margin: 0 auto
}
.masonry-content form .js-close {
    padding: 0;
    top: 10px;
    left: 100%;
    margin-left: -34px
}
.wrapper #filter {
    display: inline-block;
    background: 0 0;
    top: 108px;
    right: 10px;
    left: auto;
    width: 280px
}
@media screen and (min-width:601px) {
    .wrapper #filter {
        top: 67px
    }
}
.wrapper #filter #js-filter-show {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background: #275d97 url(/img/guidance-white.svg) no-repeat 100% 50%;
    text-indent: 0;
    float: right;
    height: 36px;
    width: auto;
    padding: 0 36px 0 10px;
    border: 3px solid #275d97;
    border-radius: 6px;
    margin-right: 0
}
.wrapper #filter ul {
    background: #f8f8f8;
    border: 1px solid #a5a6a9;
    border-bottom: none;
    margin: 36px 0 0
}
#ListingAddForm h2 {
    color: #275d97;
    line-height: 1.5em;
    text-align: center;
    padding: 0;
    margin: 0
}
@media screen and (min-width:601px) {
    #ListingAddForm h2 {
        line-height: 2rem;
        margin: 30px 0 0
    }
}
#ListingAddForm ol {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    justify-content: center;
    margin: 0 1rem 2rem
}
@media screen and (min-width:601px) {
    #ListingAddForm ol {
        margin: 0 0 2rem
    }
}
#ListingAddForm li {
    display: block;
    grid-column: 1/span 2;
    margin-bottom: 0
}
@media screen and (min-width:601px) {
    #ListingAddForm li:nth-child(n+1) {
        grid-column: span 1
    }
}
#ListingAddForm label {
    color: #000;
    line-height: 2;
    font-size: 20px;
    margin-bottom: 0
}
#ListingAddForm label[for] {
    padding: 0 20px
}
#ListingAddForm .image-upload {
    position: relative;
    background: #efeff0 url(/img/icon-camera.svg) no-repeat 50% 40px;
    background-size: 10%;
    color: #000;
    height: 250px
}
#ListingAddForm .image-upload label {
    position: absolute;
    top: 100%;
    margin-top: -70px;
    background: #f7ca5f;
    color: #fff;
    line-height: 56px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    padding: 0;
    border-radius: 6px
}
#ListingAddForm .image-upload input {
    background: 0 0;
    border: 0;
    display: none
}
#ListingAddForm .image-upload img {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 150px
}
#ListingAddForm textarea.input {
    height: 142px
}
.assistance-text {
    font-size: 20px;
    text-align: center
}
#howthisworks .modal-content {
    position: absolute;
    text-align: center;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: scroll;
    padding-bottom: 2rem
}
@media screen and (min-width:601px) {
    #howthisworks .modal-content {
        overflow: visible;
        position: fixed;
        width: 560px;
        height: 645px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }
}
@media screen and (max-height:645px) {
    #howthisworks .modal-content {
        position: absolute;
        height: 100%;
        overflow: scroll
    }
}
#howthisworks .modal-content h2 {
    background: #275d97;
    color: #fff;
    font-size: 36px;
    line-height: 1.2em;
    margin: 0 0 30px
}
@media screen and (min-width:601px) {
    #howthisworks .modal-content h2 {
        padding: 10px 150px
    }
}
@media screen and (max-height:670px) {
    #howthisworks .modal-content h2 {
        padding: 10px 50px
    }
}
@media screen and (min-width:601px) {
    #howthisworks .modal-content p,#howthisworks .modal-content ul {
        font-size: 19px;
        line-height: 23px
    }
}
@media screen and (max-height:670px) {
    #howthisworks .modal-content p,#howthisworks .modal-content ul {
        font-size: 16px;
        line-height: 20px
    }
}
#howthisworks .modal-content p {
    padding: 0 1rem
}
@media screen and (min-width:601px) {
    #howthisworks .modal-content p {
        padding: 0 35px
    }
}
#howthisworks .modal-content ul {
    padding: 0 1rem;
    list-style: none;
    text-align: left
}
@media screen and (min-width:601px) {
    #howthisworks .modal-content ul {
        margin: 40px 0;
        padding: 0 45px 0 30px
    }
}
#howthisworks .modal-content ul li {
    padding-bottom: 15px;
    background: url(/img/check.svg) no-repeat 0 2px;
    background-size: 5%;
    padding-left: 25px
}
@media screen and (min-width:601px) {
    #howthisworks .modal-content ul li {
        padding-left: 45px
    }
}
#howthisworks .modal-content a[href] {
    display: inline-block;
    color: #fff;
    border-radius: 12px;
    line-height: 48px;
    text-transform: uppercase;
    padding: 0 20px
}
@media screen and (min-width:601px) {
    #howthisworks .modal-content a[href] {
        font-size: 24px;
        padding: 0 40px;
        line-height: 56px
    }
}
#TransactionButtonForm {
    background: #fff;
    margin: 0
}
#ptbutton,#ptbutton_gondwana {
    background-color: #1963b7;
    font: 21px/56px Circular Std,Arial,Helvetica,sans-serif;
    color: #fff;
    width: 330px;
    height: 56px;
    background-clip: padding-box;
    border-radius: 10px;
    border: 0;
    transition: .3s ease;
    white-space: nowrap
}
#ptbutton:hover {
    background: #30a0eb;
    cursor: pointer
}
#ptbutton img {
    display: inline-block;
    vertical-align: middle
}
#ptbutton img.cards {
    width: 41px
}
#ptbutton img.pt {
    width: 146px
}
#ptbutton_gondwana {
    background-color: #ee4200;
    width: 100%
}
#ptbutton_gondwana:hover {
    background: #f48459;
    cursor: pointer
}
#seconds,.lds-dual-ring,.tiny-dual-ring {
    position: absolute;
    top: 25%;
    left: 50%;
    display: inline-block;
    width: 164px;
    height: 164px;
    margin-top: -82px;
    margin-left: -82px
}
.lds-dual-ring:after,.tiny-dual-ring:after {
    content: " ";
    display: block;
    width: 146px;
    height: 146px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #969696;
    border-color: #969696 transparent;
    -webkit-animation: rotation 1.2s linear infinite;
    -moz-animation: rotation 1.2s linear infinite;
    -o-animation: rotation 1.2s linear infinite;
    animation: rotation 1.2s linear infinite
}
#seconds,.tiny-dual-ring {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px
}
.tiny-dual-ring:after {
    width: 46px;
    height: 46px
}
#seconds {
    width: 164px;
    height: 164px;
    margin-top: -82px;
    margin-left: -82px;
    font-size: 60px;
    line-height: 164px
}
#pay-with-app-notification,#pay-with-card-notification {
    color: #1963b7
}
#btn-cancel,#btn-close {
    background-image: url(/img/close-button.svg);
    background-size: contain;
    position: absolute;
    top: 17px;
    right: 17px;
    width: 24px;
    height: 24px;
    cursor: pointer
}
#btn-cancel {
    background-image: url(/img/close-button-blue.svg)
}
#btn-cancel,#js-hook {
    display: none
}
@media screen and (min-width:601px) {
    #js-hook {
        top: 100%;
        left: 100%;
        width: 0;
        height: 0
    }
}
#TransactionAddForm fieldset h2,.pwptheader {
    display: flex;
    align-items: flex-start;
    align-content: stretch
}
#TransactionAddForm p,.pwptheader {
    font-family: Circular Std,Arial,Helvetica,sans-serif
}
.pwptheader {
    background-color: #1963b7;
    height: 60px;
    color: #fff;
    font-size: 19px
}
#TransactionAddForm fieldset h2 *,.pwptheader * {
    margin: auto
}
.pwptheader .logo {
    margin-left: 20px;
    overflow: hidden;
    background: url(/img/pt-logo.svg) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -100%;
    height: 35px;
    width: 146px
}
.pwptheader .amount {
    text-align: right;
    margin-right: 60px
}
#TransactionAddForm {
    background: #fff;
    position: relative;
    padding: 0 20px;
    margin-bottom: 0;
    overflow: auto
}
#TransactionAddForm p {
    color: #878787;
    font-size: 13px
}
#TransactionAddForm h2,#TransactionAddForm input[type=submit] {
    font-size: 21px;
    font-family: Circular Std,Arial,Helvetica,sans-serif
}
#TransactionAddForm input[type=submit] {
    color: #fff;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #1963b7;
    margin-bottom: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}
#TransactionAddForm h2 {
    font-weight: 400;
    color: #000
}
#TransactionAddForm fieldset {
    border-top: 1px solid #bbb;
    padding: 16px 0
}
#TransactionAddForm fieldset h2 {
    font: 25px/1 "Circular Std";
    color: #000;
    padding: 0;
    margin: 0
}
#TransactionAddForm fieldset h2 label {
    position: relative;
    display: block;
    color: #000;
    margin-left: 0;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    padding-right: 40px
}
#TransactionAddForm fieldset h2 label span {
    display: inline-block;
    line-height: 20px;
    padding: 10px 0
}
#TransactionAddForm fieldset h2 [type=radio]:checked {
    position: absolute;
    left: -9999px
}
#TransactionAddForm fieldset h2 [type=radio]:checked+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 11px;
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 100%;
    background: #fff
}
#TransactionAddForm fieldset h2 [type=radio]:checked+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 15px;
    right: 4px;
    border-radius: 100%;
    transition: all .2s ease;
    opacity: 1;
    transform: scale(1)
}
#TransactionAddForm fieldset h2 [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}
#TransactionAddForm fieldset h2 [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 11px;
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 100%;
    background: #fff
}
#TransactionAddForm fieldset h2 [type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 15px;
    right: 4px;
    border-radius: 100%;
    transition: all .2s ease;
    opacity: 0;
    transform: scale(0)
}
#TransactionAddForm fieldset h2 label[for=pay-with-app] span {
    background: url(/img/icon-pt.svg) no-repeat 100% 50%;
    padding-right: 44px;
    background-size: 35px
}
#TransactionAddForm fieldset h2 label[for=pay-with-card] span {
    position: relative;
    background: url(/img/icon-cards.svg) no-repeat right center;
    background-size: 125px 40px;
    padding-right: 141px
}
#TransactionAddForm fieldset ol {
    display: flex;
    flex-flow: row wrap;
    max-height: 500px;
    opacity: 1;
    margin: 0
}
#TransactionAddForm fieldset ol.js-hidden {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0
}
#TransactionAddForm fieldset ol li {
    margin: 13px 0 0;
    padding: 0;
    width: 49.5%
}
#TransactionAddForm fieldset ol li #TransactionCardnumber,#TransactionAddForm fieldset ol li.full-width,#loader {
    width: 100%
}
#TransactionAddForm fieldset ol li.second {
    margin-left: 1%
}
#TransactionAddForm fieldset ol li.second label {
    margin-left: 5px
}
#TransactionAddForm fieldset ol li label,.info-link {
    color: #000;
    font-family: Circular Std,Arial,Helvetica,sans-serif;
    font-size: 13px
}
#TransactionAddForm fieldset ol li input[type=email],#TransactionAddForm fieldset ol li input[type=text] {
    border: 1px solid #bbb;
    height: 28px;
    line-height: 26px;
    width: 100%;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #fff;
    padding: 0 13px
}
#TransactionAddForm fieldset.dynamic-amount ol li label {
    line-height: 28px
}
.info-link {
    color: #878787
}
.centered-over-hr {
    position: relative;
    max-height: 0;
    overflow: visible;
    text-align: center;
    top: .25em
}
.centered-over-hr span {
    display: inline-block;
    padding: 0 10px;
    background: #fff
}
#loader {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    text-align: center;
    padding: 75% 30px 0
}
@media screen and (min-width:601px) {
    #loader {
        padding: 60% 30px 0
    }
}
#loader2 {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 75% 30px 0
}
@media screen and (min-width:601px) {
    #loader2 {
        padding: 60% 30px 0
    }
}