@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "ap_letter";
  src: url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-regular-webfont.eot");
  src: url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-regular-webfont.woff") format("woff"), url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-regular-webfont.ttf") format("truetype"), url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-regular-webfont.svg#letter_one") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "ap_letter";
  src: url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-light-webfont.eot");
  src: url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-light-webfont.eot?#iefix") format("embedded-opentype"), url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-light-webfont.woff") format("woff"), url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-light-webfont.ttf") format("truetype"), url("https://auspost.com.au/etc/designs/mypost/marketing-page/css/fonts/letter-light-webfont.svg#letter_oneregular") format("svg");
  font-weight: 200;
  font-style: normal; }
* {
 margin: 0px;
 padding: 0px;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
ul {
    list-style-type: none;
    margin-left:0;
}
li {
    margin: 15px 0 15px 0;
}
li:last-child {
    margin-bottom: 0;
}
h1, p, a, ul, li {
    font-family: "ap_letter", Arial, sans-serif;
}
a, a:visited, a:hover {
    color:#000000;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width:297px;
    min-width:180px;
}
html {
    height:100%;
    background-color: #535f67;
    overflow-x:hidden;
}

/* base wrapper */
.wrapper {
    height: auto;
    width:100%;
    margin:0 auto;
}

/* base inner */
.inner {
    height: auto;
    margin:0 auto;
    width:auto;
    max-width: 1200px;
    padding:0 40px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* content */
.wrapper.content {
    padding-top:100px;

}
.inner.content {
    position:relative;
    min-height: 560px;
} 
.content label {
    cursor:pointer;
}
.header a {
    width:50px;
}
.form {
    max-width:500px;
    position:absolute;
    z-index:2;
    width:100%;
    box-sizing:border-box;
}
.sub_btn {
    display: block;
    width : 180px;
    height: 50px;
    border:0px;
    font-family: "ap_letter",Arial,sans-serif;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    text-align:center;
    background-color:#dc1928;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.image {
    position:absolute;
    right:40px;
    bottom:-8px;
    z-index:1;
}
.content textarea {
    margin-top:20px;
    border-radius: 5px;
    font-family: "ap_letter",Arial,sans-serif;
    padding:10px;
}

/* custom radio buttons */
input[type="radio"] {
    display:none;
}
input[type="radio"] + span {
    display:inline-block;
    width:17px;
    height:17px;
    margin:-1px 10px 0 0;
    vertical-align:middle;
    -webkit-border-radius:  50%;
    -moz-border-radius:  50%;
    border-radius:  50%;
    border: 1px solid #000000;
}
input[type='radio']:checked + span:before  {
    content:'';
    display:block;
    width:50%;
    height:50%;
    margin: 25% auto;  
    -webkit-border-radius:  50%;
    -moz-border-radius:  50%;  
    border-radius:50%;
    background-color:#000000; 
}

/* empty banner */
.banner {
    height:140px;
} 

/* footer */
.footer {
    width: 100%;
    height: 60px;
}
.inner.footer  {
    position:relative;
    height:auto;
}
.twocol a {
    padding-left:15px;
    /*line-height:20px;*/
}
.twocol div {
    display:inline-block;
}
.twocol img {
    padding-left:10px;
}
.col_links {
    float:left;
}
.col_social {
    float:right;
    position:relative;
    top:-25px;
}
.col_links > div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin-right: 20px;
    display:inline-block;
    text-align: left;
    /*height:30px;*/
}

/* padding */
.p-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

/* colours */
.col_grey {
    background-color: #535f67;
}
.col_lblue {
    background-color: #bae5f5;
}
.col_dblue {
    background-color: #9edaf2;
}
.col_white {
    background-color: #ffffff;
}

/* utils */
.desk_hide {
 display: none;
}
.hidden {
    display:none;
}

/* success */
.link-red {
    color: #dc1928!important;
    font-weight: bold;
}

/* responsive breakpoints */
@media only screen and (max-width: 1024px) {
    .wrapper.content {
        padding-top:80px;
    }
    .inner.footer {
        text-align: center;
        padding:0
    }
    .col_links,
    .col_social {
        float:none;
    }
    .col_social {
        top:0;
    }
    .image img {
        width:420px;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper.content {
        padding-top:40px;
    }
    .image {
        right:auto;
        bottom:-7px;
    }
    .image img {
        width:90%;
        min-width:350px;
    }
    .inner.content {
        min-height:880px;
        padding:0;
    }
    .banner {
        height:80px;
    }
    .form,
    .image {
        padding: 0 20px;    
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .image {
        left:50%!important;
        transform: translateX(-50%);
    }
}