.hidden-xsm-up {
    display: none !important;
}

@media (max-width: 479px) {
    .hidden-xsm-down {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .hidden-xsm-only {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 679px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 679px) {
    .hidden-sm-only {
        display: none !important;
    }
}

@media (min-width: 680px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 969px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 680px) and (max-width: 969px) {
    .hidden-md-only {
        display: none !important;
    }
}

@media (min-width: 970px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1169px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 970px) and (max-width: 1169px) {
    .hidden-lg-only {
        display: none !important;
    }
}

@media (min-width: 1170px) {
    .hidden-xl-up {
        display: none !important;
    }
}

@media (max-width: 1599px) {
    .hidden-xl-down {
        display: none !important;
    }
}

@media (min-width: 1170px) and (max-width: 1599px) {
    .hidden-xl-only {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important;
    }
}

.hidden-xxl-down {
    display: none !important;
}

@media (min-width: 1600px) {
    .hidden-xxl-only {
        display: none !important;
    }
}

.table-responsive .highlight pre {
    white-space: normal;
}

.bd-table th small,
.responsive-utilities th small {
    display: block;
    font-weight: normal;
    color: #999;
}

.responsive-utilities tbody th {
    font-weight: normal;
}

.responsive-utilities td {
    text-align: center;
}

    .responsive-utilities td.is-visible {
        color: #468847;
        background-color: #dff0d8 !important;
    }

    .responsive-utilities td.is-hidden {
        color: #ccc;
        background-color: #f9f9f9 !important;
    }

.responsive-utilities-test {
    margin-top: .25rem;
}

    .responsive-utilities-test .col-xs-6 {
        margin-bottom: .5rem;
    }

    .responsive-utilities-test span {
        display: block;
        padding: 1rem .5rem;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.1;
        text-align: center;
        border-radius: .25rem;
    }

.visible-on .col-xs-6 > .not-visible,
.hidden-on .col-xs-6 > .not-visible {
    color: #999;
    border: 1px solid #ddd;
}

.visible-on .col-xs-6 .visible,
.hidden-on .col-xs-6 .visible {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

@-webkit-keyframes

(loader) {
    0%;

{
    -webkit-transform: translate(-100%) scale(0);
    transform: translate(-100%) scale(0);
}

50% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

100% {
    -webkit-transform: translateX(100%) scale(0);
    transform: translateX(100%) scale(0);
}

}

@keyframes

(loader) {
    0%;

{
    -webkit-transform: translate(-100%) scale(0);
    transform: translate(-100%) scale(0);
}

50% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

100% {
    -webkit-transform: translateX(100%) scale(0);
    transform: translateX(100%) scale(0);
}

}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body {
    margin: 0;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}


    audio:not([controls]) {
        display: none;
        height: 0;
    }


[hidden],
template {
    display: none;
}



a {
    background-color: transparent;
}


    a:active,
    a:hover {
        outline: 0;
    }



abbr[title] {
    border-bottom: 1px dotted;
}


b,
strong {
    font-weight: bold;
}


dfn {
    font-style: italic;
}


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


mark {
    background: #ff0;
    color: #000;
}


small {
    font-size: 80%;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}



img {
    border: 0;
}


svg:not(:root) {
    overflow: hidden;
}



figure {
    margin: 1em 40px;
}


hr {
    box-sizing: content-box;
    height: 0;
}


pre {
    overflow: auto;
}


code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}




button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}


button {
    overflow: visible;
}


button,
select {
    text-transform: none;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}


    button[disabled],
    html input[disabled] {
        cursor: default;
    }


    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }


input {
    line-height: normal;
}


    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }


    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }


    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }


        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0;
    padding: 0;
}


textarea {
    overflow: auto;
}


optgroup {
    font-weight: bold;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


html {
    box-sizing: border-box;
}


*, *::before, *::after {
    box-sizing: inherit;
}

html {
    min-height: 100%;
}

html, body {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    color: #382f2d;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
}

@media (min-width: 970px) {
    html, body {
        font-size: 15px;
    }
}

img {
    width: 100%;
    height: auto;
}

@media (min-width: 680px) {
    .container-fluid {
        margin: 0 20px;
    }
}

@media (min-width: 1170px) {
    .container-fluid {
        margin: 0 auto;
        max-width: 1130px;
    }
}

hr {
    margin: 20px 0;
    border: 0;
    height: 0;
    border-top: 1px solid #e2dfda;
}

ul, ol {
    padding-left: 20px;
}

.page-heading {
    padding-top: 15px;
}

@media (min-width: 680px) {
    .page-heading {
        padding-top: 30px;
        padding-bottom: 25px;
    }
}

@media (min-width: 970px) {
    .page-heading {
        padding-left: 0;
    }
}

.page-heading h1 {
    font-size: 1.33333em;
    margin: 0;
    font-weight: normal;
    color: #382f2d;
}

@media (min-width: 680px) {
    .page-heading h1 {
        font-size: 1.6em;
    }
}

.page-heading h1:focus {
    outline: none;
}

a {
    outline-offset: 4px;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #807370;
}

    a:hover, a.primary-link--hover {
        color: #dc1928;
    }

    a:focus, a.primary-link--focus {
        color: #807370;
        outline: #382f2d dotted thin;
    }

    a.primary-link--focus {
        margin-left: 5px;
        margin-right: 5px;
    }

    a:active, a.primary-link--active {
        outline: none;
    }

    a.call-to-action {
        color: #dc1928;
    }

        a.call-to-action:focus, a.call-to-action.call-to-action--focus {
            outline-color: #dc1928;
        }

        a.call-to-action:hover, a.call-to-action.call-to-action--hover {
            text-decoration: underline;
        }

@font-face {
    font-family: "ap_letter";
    src: url("../Styles/css/fonts/letter-light-webfont.woff") format("woff"), url("../Styles/css/fonts/letter-light-webfont.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "ap_letter";
    src: url("../Styles/css/fonts/letter-regular-webfont.woff") format("woff"), url("../Styles/css/fonts/letter-regular-webfont.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "ap_letter";
    src: url("../Styles/css/fonts/letter-medium-webfont.woff") format("woff"), url("../Styles/css/fonts/letter-medium-webfont.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "ap_letter";
    src: url("../Styles/css/fonts/letter-bold-webfont.woff") format("woff"), url("../Styles/css/fonts/letter-bold-webfont.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

h1, .heading-h1,
h2, .heading-h2,
h3, .heading-h3,
h4, .heading-h4,
h5, .heading-h5,
h6, .heading-h6 {
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 0;
}

h1, .heading-h1,
h2, .heading-h2,
h3, .heading-h3 {
    font-family: "ap_letter", Helvetica, Arial, sans-serif;
}

p {
    margin: 0 0 1em;
    padding: 0;
}

small {
    display: block;
    margin: 0 0 1em;
    padding: 0;
}

subhead {
    display: block;
    margin: 0 0 20px;
    color: #807370;
}

.theme-campaign h1, .theme-campaign .heading-h1 {
    font-size: 1.60181em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-campaign h1, .theme-campaign .heading-h1 {
        font-size: 3.16049em;
        font-size: calc( 1.60181em + 1.55869 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-campaign h1, .theme-campaign .heading-h1 {
        font-size: 3.16049em;
    }
}

.theme-campaign h2, .theme-campaign .heading-h2 {
    font-size: 1.42383em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-campaign h2, .theme-campaign .heading-h2 {
        font-size: 2.37037em;
        font-size: calc( 1.42383em + 0.94654 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-campaign h2, .theme-campaign .heading-h2 {
        font-size: 2.37037em;
    }
}

.theme-campaign h3, .theme-campaign .heading-h3 {
    font-size: 1.26562em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-campaign h3, .theme-campaign .heading-h3 {
        font-size: 1.77778em;
        font-size: calc( 1.26562em + 0.51215 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-campaign h3, .theme-campaign .heading-h3 {
        font-size: 1.77778em;
    }
}

.theme-campaign h4, .theme-campaign .heading-h4 {
    font-size: 1.125em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-campaign h4, .theme-campaign .heading-h4 {
        font-size: 1.33333em;
        font-size: calc( 1.125em + 0.20833 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-campaign h4, .theme-campaign .heading-h4 {
        font-size: 1.33333em;
    }
}

.theme-campaign h5, .theme-campaign .heading-h5 {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-campaign h5, .theme-campaign .heading-h5 {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-campaign h5, .theme-campaign .heading-h5 {
        font-size: 1em;
    }
}

.theme-campaign h6, .theme-campaign .heading-h6 {
    font-size: 0.88889em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-campaign h6, .theme-campaign .heading-h6 {
        font-size: 0.75em;
        font-size: calc( 0.88889em + -0.13889 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-campaign h6, .theme-campaign .heading-h6 {
        font-size: 0.75em;
    }
}

.theme-campaign p {
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-campaign p {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-campaign p {
        font-size: 1em;
    }
}

.theme-campaign small, .theme-campaign .text-small {
    font-size: 0.88889em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-campaign small, .theme-campaign .text-small {
        font-size: 0.75em;
        font-size: calc( 0.88889em + -0.13889 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-campaign small, .theme-campaign .text-small {
        font-size: 0.75em;
    }
}

.theme-campaign subhead {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-campaign subhead {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-campaign subhead {
        font-size: 1em;
    }
}

.theme-corporate h1, .theme-corporate .heading-h1 {
    font-size: 1.60181em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-corporate h1, .theme-corporate .heading-h1 {
        font-size: 2.0736em;
        font-size: calc( 1.60181em + 0.47179 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-corporate h1, .theme-corporate .heading-h1 {
        font-size: 2.0736em;
    }
}

.theme-corporate h2, .theme-corporate .heading-h2 {
    font-size: 1.42383em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-corporate h2, .theme-corporate .heading-h2 {
        font-size: 1.728em;
        font-size: calc( 1.42383em + 0.30417 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-corporate h2, .theme-corporate .heading-h2 {
        font-size: 1.728em;
    }
}

.theme-corporate h3, .theme-corporate .heading-h3 {
    font-size: 1.26562em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-corporate h3, .theme-corporate .heading-h3 {
        font-size: 1.44em;
        font-size: calc( 1.26562em + 0.17437 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-corporate h3, .theme-corporate .heading-h3 {
        font-size: 1.44em;
    }
}

.theme-corporate h4, .theme-corporate .heading-h4 {
    font-size: 1.125em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-corporate h4, .theme-corporate .heading-h4 {
        font-size: 1.2em;
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-corporate h4, .theme-corporate .heading-h4 {
        font-size: 1.2em;
    }
}

.theme-corporate h5, .theme-corporate .heading-h5 {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-corporate h5, .theme-corporate .heading-h5 {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-corporate h5, .theme-corporate .heading-h5 {
        font-size: 1em;
    }
}

.theme-corporate h6, .theme-corporate .heading-h6 {
    font-size: 0.88889em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-corporate h6, .theme-corporate .heading-h6 {
        font-size: 0.83333em;
        font-size: calc( 0.88889em + -0.05556 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-corporate h6, .theme-corporate .heading-h6 {
        font-size: 0.83333em;
    }
}

.theme-corporate p {
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-corporate p {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-corporate p {
        font-size: 1em;
    }
}

.theme-corporate small, .theme-corporate .text-small {
    font-size: 0.88889em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-corporate small, .theme-corporate .text-small {
        font-size: 0.83333em;
        font-size: calc( 0.88889em + -0.05556 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-corporate small, .theme-corporate .text-small {
        font-size: 0.83333em;
    }
}

.theme-corporate subhead {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-corporate subhead {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-corporate subhead {
        font-size: 1em;
    }
}

.theme-product h1, .theme-product .heading-h1 {
    font-size: 1.29454em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-product h1, .theme-product .heading-h1 {
        font-size: 3.16049em;
        font-size: calc( 1.29454em + 1.86596 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-product h1, .theme-product .heading-h1 {
        font-size: 3.16049em;
    }
}

.theme-product h2, .theme-product .heading-h2 {
    font-size: 1.21363em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-product h2, .theme-product .heading-h2 {
        font-size: 2.37037em;
        font-size: calc( 1.21363em + 1.15674 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-product h2, .theme-product .heading-h2 {
        font-size: 2.37037em;
    }
}

.theme-product h3, .theme-product .heading-h3 {
    font-size: 1.13778em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-product h3, .theme-product .heading-h3 {
        font-size: 1.77778em;
        font-size: calc( 1.13778em + 0.64 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-product h3, .theme-product .heading-h3 {
        font-size: 1.77778em;
    }
}

.theme-product h4, .theme-product .heading-h4 {
    font-size: 1.06667em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-product h4, .theme-product .heading-h4 {
        font-size: 1.33333em;
        font-size: calc( 1.06667em + 0.26667 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-product h4, .theme-product .heading-h4 {
        font-size: 1.33333em;
    }
}

.theme-product h5, .theme-product .heading-h5 {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-product h5, .theme-product .heading-h5 {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-product h5, .theme-product .heading-h5 {
        font-size: 1em;
    }
}

.theme-product h6, .theme-product .heading-h6 {
    font-size: 0.9375em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-product h6, .theme-product .heading-h6 {
        font-size: 0.75em;
        font-size: calc( 0.9375em + -0.1875 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-product h6, .theme-product .heading-h6 {
        font-size: 0.75em;
    }
}

.theme-product p {
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-product p {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-product p {
        font-size: 1em;
    }
}

.theme-product small, .theme-product .text-small {
    font-size: 0.9375em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-product small, .theme-product .text-small {
        font-size: 0.75em;
        font-size: calc( 0.9375em + -0.1875 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-product small, .theme-product .text-small {
        font-size: 0.75em;
    }
}

.theme-product subhead {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-product subhead {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-product subhead {
        font-size: 1em;
    }
}

.theme-auspost h1, .theme-auspost .heading-h1 {
    font-size: 2.0736em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-auspost h1, .theme-auspost .heading-h1 {
        font-size: 2.44141em;
        font-size: calc( 2.0736em + 0.36781 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-auspost h1, .theme-auspost .heading-h1 {
        font-size: 2.44141em;
    }
}

.theme-auspost h2, .theme-auspost .heading-h2 {
    font-size: 1.728em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-auspost h2, .theme-auspost .heading-h2 {
        font-size: 1.95312em;
        font-size: calc( 1.728em + 0.22513 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-auspost h2, .theme-auspost .heading-h2 {
        font-size: 1.95312em;
    }
}

.theme-auspost h3, .theme-auspost .heading-h3 {
    font-size: 1.44em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-auspost h3, .theme-auspost .heading-h3 {
        font-size: 1.5625em;
        font-size: calc( 1.44em + 0.1225 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-auspost h3, .theme-auspost .heading-h3 {
        font-size: 1.5625em;
    }
}

.theme-auspost h4, .theme-auspost .heading-h4 {
    font-size: 1.2em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-auspost h4, .theme-auspost .heading-h4 {
        font-size: 1.25em;
        font-size: calc( 1.2em + 0.05 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-auspost h4, .theme-auspost .heading-h4 {
        font-size: 1.25em;
    }
}

.theme-auspost h5, .theme-auspost .heading-h5 {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-auspost h5, .theme-auspost .heading-h5 {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-auspost h5, .theme-auspost .heading-h5 {
        font-size: 1em;
    }
}

.theme-auspost h6, .theme-auspost .heading-h6 {
    font-size: 0.83333em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-auspost h6, .theme-auspost .heading-h6 {
        font-size: 0.8em;
        font-size: calc( 0.83333em + -0.03333 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-auspost h6, .theme-auspost .heading-h6 {
        font-size: 0.8em;
    }
}

.theme-auspost p {
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-auspost p {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-auspost p {
        font-size: 1em;
    }
}

.theme-auspost small, .theme-auspost .text-small {
    font-size: 0.83333em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-auspost small, .theme-auspost .text-small {
        font-size: 0.8em;
        font-size: calc( 0.83333em + -0.03333 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-auspost small, .theme-auspost .text-small {
        font-size: 0.8em;
    }
}

.theme-auspost subhead {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-auspost subhead {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-auspost subhead {
        font-size: 1em;
    }
}

.theme-startrack h1, .theme-startrack .heading-h1 {
    font-size: 1.60181em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-startrack h1, .theme-startrack .heading-h1 {
        font-size: 3.16049em;
        font-size: calc( 1.60181em + 1.55869 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-startrack h1, .theme-startrack .heading-h1 {
        font-size: 3.16049em;
    }
}

.theme-startrack h2, .theme-startrack .heading-h2 {
    font-size: 1.42383em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-startrack h2, .theme-startrack .heading-h2 {
        font-size: 2.37037em;
        font-size: calc( 1.42383em + 0.94654 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-startrack h2, .theme-startrack .heading-h2 {
        font-size: 2.37037em;
    }
}

.theme-startrack h3, .theme-startrack .heading-h3 {
    font-size: 1.26562em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-startrack h3, .theme-startrack .heading-h3 {
        font-size: 1.77778em;
        font-size: calc( 1.26562em + 0.51215 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-startrack h3, .theme-startrack .heading-h3 {
        font-size: 1.77778em;
    }
}

.theme-startrack h4, .theme-startrack .heading-h4 {
    font-size: 1.125em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-startrack h4, .theme-startrack .heading-h4 {
        font-size: 1.33333em;
        font-size: calc( 1.125em + 0.20833 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-startrack h4, .theme-startrack .heading-h4 {
        font-size: 1.33333em;
    }
}

.theme-startrack h5, .theme-startrack .heading-h5 {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-startrack h5, .theme-startrack .heading-h5 {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-startrack h5, .theme-startrack .heading-h5 {
        font-size: 1em;
    }
}

.theme-startrack h6, .theme-startrack .heading-h6 {
    font-size: 0.88889em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-startrack h6, .theme-startrack .heading-h6 {
        font-size: 0.75em;
        font-size: calc( 0.88889em + -0.13889 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-startrack h6, .theme-startrack .heading-h6 {
        font-size: 0.75em;
    }
}

.theme-startrack p {
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-startrack p {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-startrack p {
        font-size: 1em;
    }
}

.theme-startrack small, .theme-startrack .text-small {
    font-size: 0.88889em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-startrack small, .theme-startrack .text-small {
        font-size: 0.75em;
        font-size: calc( 0.88889em + -0.13889 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-startrack small, .theme-startrack .text-small {
        font-size: 0.75em;
    }
}

.theme-startrack subhead {
    font-size: 1em;
}

@media (min-width: 480px) and (max-width: 1600px) {
    .theme-startrack subhead {
        font-size: 1em;
        font-size: calc( 1em + 0 * ( ( 100vw - 480px) / 1120 ));
    }
}

@media (min-width: 1600px) {
    .theme-startrack subhead {
        font-size: 1em;
    }
}

.theme-product {
    font-size: 14px !important;
}

.theme-auspost {
    line-height: 1.5;
    font-size: 16px !important;
}

    .theme-auspost h4, .theme-auspost .heading-h4,
    .theme-auspost h5, .theme-auspost .heading-h5,
    .theme-auspost h6, .theme-auspost .heading-h6 {
        font-family: "ap_letter", Helvetica, Arial, sans-serif;
    }

    .theme-auspost h1, .theme-auspost .heading-h1,
    .theme-auspost h2, .theme-auspost .heading-h2,
    .theme-auspost h3, .theme-auspost .heading-h3,
    .theme-auspost h4, .theme-auspost .heading-h4,
    .theme-auspost h5, .theme-auspost .heading-h5,
    .theme-auspost h6, .theme-auspost .heading-h6 {
        font-weight: 600;
    }

    .theme-auspost h5, .theme-auspost .heading-h5 {
        line-height: 1.4;
    }

@media (min-width: 970px) {
    .theme-auspost h1, .theme-auspost .heading-h1,
    .theme-auspost h2, .theme-auspost .heading-h2 {
        line-height: 1.2;
    }

    .theme-auspost h3, .theme-auspost .heading-h3,
    .theme-auspost h4, .theme-auspost .heading-h4,
    .theme-auspost h5, .theme-auspost .heading-h5,
    .theme-auspost h6, .theme-auspost .heading-h6 {
        line-height: 1.4;
    }

    .theme-auspost h2, .theme-auspost .heading-h2,
    .theme-auspost h3, .theme-auspost .heading-h3,
    .theme-auspost h4, .theme-auspost .heading-h4 {
        font-weight: 500;
    }
}

.theme-auspost .text-large {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}


.clearfix::after {
    clear: both;
    content: '';
    display: table;
}


.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}


.visually-hidden,
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix:after {
    content: ' ';
    display: table;
    clear: both;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1.4;
    font-size: 22.5px;
    line-height: inherit;
    color: #807370;
    border: 0;
    border-bottom: 1px solid #807370;
}

label {
    max-width: 100%;
    margin: 0 0 8px;
    display: block;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
}

@media (min-width: 680px) {
    input[type="radio"],
    input[type="checkbox"] {
        margin-top: 3px;
    }
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline-offset: 4px;
    outline: #807370 dotted thin;
}

.form-control {
    width: 100%;
    height: 40px;
    line-height: normal;
    padding: 7px 10px;
    color: #382f2d;
    border: 1px solid #e2dfda;
    background: #fff;
    border-radius: 3px;
    outline: none;
}

@media (min-width: 680px) {
    .form-control.medium {
        width: 50%;
    }
}

@media (min-width: 680px) {
    .form-control.small {
        width: 30%;
    }
}

.form-control:hover, .form-control.hover {
    border-color: #807370;
}

.form-control:focus, .form-control.focus {
    border-color: #807370;
    border-width: 2px;
    padding: 6px 9px;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
    color: #5e514d;
    background: #f3f1ee;
    opacity: 1;
}

    .form-control[disabled]:hover, .form-control[disabled]:focus, .form-control[readonly]:hover, .form-control[readonly]:focus,
    fieldset[disabled] .form-control:hover,
    fieldset[disabled] .form-control:focus {
        border: 1px solid #e2dfda;
    }

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.form-control.full-width {
    display: block;
}

@media (max-width: 969px) {
    .form-control ~ .link,
    .form-control ~ .btn {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media (min-width: 680px) {
    .form-control ~ .link,
    .form-control ~ .btn {
        margin-left: 15px;
    }
}

textarea.form-control {
    height: auto;
}

@media (min-width: 680px) {
    textarea.form-control ~ .link,
    textarea.form-control ~ .btn {
        position: absolute;
    }
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 1.4;
    }
}

.form-group {
    margin: 0 0 25px;
}

    .form-group label {
        color: #807370;
    }

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio.focus,
    .checkbox.focus {
        outline-offset: 4px;
        outline: #807370 dotted thin;
        -moz-appearance: none;
    }

    .radio label,
    .checkbox label {
        min-height: 1.4;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.symbol-req {
    color: #dc1928;
}

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 1.4;
    height: 1.4;
    line-height: 1.4;
    text-align: center;
    pointer-events: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #dc1928;
}

.has-error .form-control {
    border-color: #dc1928;
}

.has-error .input-group-addon {
    color: #dc1928;
    border-color: #dc1928;
    background-color: #fff;
}

.has-error .form-control-feedback {
    color: #dc1928;
}

.has-feedback label ~ .form-control-feedback {
    top: 6.4;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.action-control {
    margin: 25px auto 0;
    padding: 5px 0;
    text-align: right;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

    .action-control .btn {
        margin: 0 0 0 15px;
    }

.action-control--justified {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.action-control--left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7f6a66;
}

.panel {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding-top: 15px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #e2dfda;
}

    .panel.center {
        text-align: center;
    }

.panel-sub-header {
    padding-bottom: 19px;
    text-align: center;
    font-family: arial, sans-serif;
}

.panel-content, .panel-register {
    font-family: Arial, sans-serif;
}

.panel-header, .panel-content, .result-filters, .page-heading {
    padding: 0px 10px 20px 10px;
}

@media (min-width: 680px) {
    .panel-header, .panel-content, .result-filters, .page-heading {
        padding: 20px 28px;
    }
}

@media (min-width: 680px) {
    .panel-header--slim, .panel-content--slim, .result-filters--slim, .page-heading--slim {
        padding: 20px 0;
    }
}

.panel-header.full-dividers, .panel-content.full-dividers, .result-filters.full-dividers, .page-heading.full-dividers {
    padding: 0px 0 20px 0;
}

@media (min-width: 680px) {
    .panel-header.full-dividers, .panel-content.full-dividers, .result-filters.full-dividers, .page-heading.full-dividers {
        padding: 30px 0 30px 0;
    }
}

.panel-header {
    border-bottom: 1px solid #e2dfda;
    margin: 0 auto 30px auto;
}

@media (min-width: 680px) {
    .panel-header--slim {
        padding: 20px 0 0;
    }
}

.panel-header.form {
    max-width: 610px;
}

@media (min-width: 680px) {
    .panel-header.form {
        padding: 30px 0 22px 0;
    }
}

.panel-header h2 {
    display: block;
    font-size: 1.2em;
    color: #382f2d;
    margin: 0;
    font-weight: 400;
}

@media (min-width: 680px) {
    .panel-header h2 {
        font-size: 1.33333em;
        margin-top: 10px;
    }
}

@media (min-width: 680px) {
    .panel-header {
        margin: 0 auto;
    }
}

.panel-header__title {
    margin-bottom: 10px;
}

@-webkit-keyframes spinnerRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinnerRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner, .loading:before, .btn.loading-text:before, .btn.loading-no-text:before,
.spinner:after {
    position: relative;
    box-sizing: border-box;
}

.spinner, .loading:before, .btn.loading-text:before, .btn.loading-no-text:before {
    position: relative;
    top: .3em;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    -webkit-animation: spinnerRotate .75s linear infinite;
    animation: spinnerRotate .75s linear infinite;
    color: #dc1928;
    border: 2px solid currentColor;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: transparent;
}

.spinner--startrack {
    color: #009fda;
}

.btn .spinner, .btn .loading:before, .btn .btn.loading-text:before, .btn .btn.loading-no-text:before {
    margin-top: -7px;
    color: currentColor;
}

.spinner-wrap {
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    -webkit-justify-content: center;
    justify-content: center;
}

.spinner-wrap--full {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: inherit;
    min-height: 400px;
    background: #f3f1ee;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.loading, .btn.loading-text, .btn.loading-no-text {
    text-indent: -999em;
    position: relative;
    cursor: default;
}

    .loading:before, .btn.loading-text:before, .btn.loading-no-text:before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: inherit;
    }

.btn.loading-text, .btn.loading-no-text {
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border-color: transparent;
    color: inherit;
}

    .btn.loading-text:hover, .btn.loading-text:active, .btn.loading-text:focus, .btn.loading-no-text:hover, .btn.loading-no-text:active, .btn.loading-no-text:focus {
        color: inherit;
        border-color: transparent;
        background-color: transparent;
    }

    .btn.loading-text:focus, .btn.loading-no-text:focus {
        outline-color: inherit;
    }

@media (max-width: 679px) {
    .btn.loading-text, .btn.loading-no-text {
        width: auto;
        display: block;
    }
}

.btn.loading-text {
    text-indent: 0;
    text-align: left;
}

    .btn.loading-text:before {
        right: auto;
    }

.btn.loading-no-text:before {
    color: inherit;
}

.loading-animation {
    margin: 1.9em auto 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    position: relative;
    vertical-align: middle;
}

    .loading-animation.small {
        width: 13px;
        height: 13px;
    }

    .loading-animation.inline {
        margin: 0 0 0 .7em;
        display: inline-block;
    }

    .loading-animation:before, .loading-animation:after {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: #382f2d;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation: loader 1.2s ease-in-out infinite;
        animation: loader 1.2s ease-in-out infinite;
    }

    .loading-animation.white:before, .loading-animation.white:after {
        background-color: #fff;
    }

    .loading-animation:after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

.payment-form {
    margin: 20px auto;
    max-width: 680px;
}

.payment-form__card-types {
    margin: 0 0 15px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e2dfda;
}

.payment-form__card-types__byline {
    margin: 0 0 10px;
    color: #807370;
}

@media (min-width: 680px) {
    .payment-form__card-types__byline {
        margin: 8px 15px 0 0;
        float: left;
    }
}

.payment-form__label,
form .payment-form.fieldscontainer .formField label {
    display: block;
    clear: both;
}

form .payment-form.fieldscontainer {
    border-bottom: none;
}

    form .payment-form.fieldscontainer .formField label.payment-form__terms {
        display: inline-block;
    }

.payment-form__card-number {
    max-width: 220px;
}

.payment-form__expiry {
    max-width: 80px;
    float: left;
}

.payment-form__expiry--month {
    margin-right: 15px;
}

.payment-form__security-code {
    max-width: 75px;
}

.delivery-total {
    padding: 0 15px;
    text-align: right;
}

.delivery-total__order-total {
    font-size: 20px;
    font-family: "ap_letter", Helvetica, Arial, sans-serif;
}

.delivery-total__order-total__price {
    margin-left: 60px;
    display: inline-block;
    width: 15%;
}

.delivery-total__gst {
    font-size: 14px;
    color: #807370;
}

.delivery-total__gst__price {
    margin-left: 60px;
    display: inline-block;
    width: 15%;
}

.payment-items {
    margin: 50px 0 0;
}

.payment-items__list {
    margin: 20px 0;
    border-top: 1px solid #e2dfda;
}

.payment-items__list__term {
    padding: 10px 0 5px;
    color: #382f2d;
}

@media (min-width: 680px) {
    .payment-items__list__term {
        border-bottom: 1px solid #e2dfda;
        float: left;
    }
}

.payment-items__list__description {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #e2dfda;
    color: #807370;
    font-weight: bold;
}

@media (min-width: 680px) {
    .payment-items__list__description {
        text-align: right;
    }
}

@media (min-width: 680px) {
    .payment-items__list__term, .payment-items__list__description {
        padding: 14px 0;
    }
}

.btn {
    height: auto;
    margin: 0 0 15px;
    padding: 12px 30px 11px;
    border: 1px solid #dc1928;
    border-radius: 3px;
    color: #dc1928;
    background-color: #fff;
    font-size: 1em;
    font-family: "ap_letter", Helvetica, Arial, sans-serif;
    text-decoration: none;
    line-height: 1em;
}

    .btn:focus, .btn.focus {
        outline: thin dotted;
        outline-offset: 4px;
    }

    .btn.focus {
        margin-left: 5px;
        margin-right: 5px;
    }

    .btn:active, .btn.active {
        outline: none;
    }

    .btn:disabled, .btn.disabled {
        cursor: not-allowed;
        background-color: #807370;
        border-color: #807370;
    }

        .btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active {
            background-color: #807370;
        }

    .btn.full-width {
        width: 100%;
    }

@media (min-width: 680px) {
    .btn.full-width {
        width: auto;
    }
}

.btn-primary {
    color: #fff;
    background-color: #dc1928;
}

    .btn-primary:hover, .btn-primary.hover {
        color: #fff;
        background-color: #EE2D3C;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        outline-color: #dc1928;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #BC111E;
        border-color: #BC111E;
    }

.btn-secondary {
    color: #dc1928;
    background-color: transparent;
}

    .btn-secondary:hover, .btn-secondary.hover {
        color: #fff;
        background-color: #dc1928;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background: #dc1928;
        outline-color: #dc1928;
    }

    .btn-secondary:active, .btn-secondary.active {
        color: #fff;
        background-color: #BC111E;
    }

.btn-tertiary {
    color: #5e514d;
    background-color: transparent;
    border-color: #5e514d;
}

    .btn-tertiary:hover, .btn-tertiary.hover {
        color: #dc1928;
        border-color: #dc1928;
    }

    .btn-tertiary:focus, .btn-tertiary.focus {
        color: #807370;
        border-color: #807370;
        outline-color: #807370;
    }

    .btn-tertiary:active, .btn-tertiary.active {
        color: #BC111E;
        border-color: #BC111E;
    }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

@media (min-width: 680px) {
    .input-group.medium {
        width: 50%;
    }
}

@media (min-width: 680px) {
    .input-group.small {
        width: 30%;
    }
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    line-height: 1;
}

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        margin-bottom: 0;
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

    .table th,
    .table td {
        padding: 0.75rem;
        line-height: 1em;
        vertical-align: top;
        border-top: 1px solid #ccc;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #ccc;
    }

    .table tbody + tbody {
        border-top: 2px solid #ccc;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #ccc;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ccc;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
}

.thead-inverse th {
    color: #fff;
    background-color: #535f67;
}

.thead-default th {
    color: #8a939d;
    background-color: #d0d5d8;
}

.table-inverse {
    color: #d0d5d8;
    background-color: #535f67;
}

    .table-inverse.table-bordered {
        border: 0;
    }

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #8a939d;
    }

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

    .table-reflow th:last-child,
    .table-reflow td:last-child {
        border-right: 1px solid #ccc;
    }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.table-reflow tr {
    float: left;
}

    .table-reflow tr th,
    .table-reflow tr td {
        display: block !important;
        border: 1px solid #ccc;
    }

.notification {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 15px;
    padding: 12px 5px 10px 15px;
    position: relative;
    color: #807370;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e2dfda;
    opacity: 1;
    overflow: hidden;
}

@media (min-width: 680px) {
    .notification.mobile-only {
        display: none;
    }
}

.notification:focus {
    outline: 0;
}

.notification__message {
    width: 95%;
    color: inherit;
    font-size: 15px;
}

.notification__message__copy {
    margin: 0;
    padding: 0;
}

    .notification__message__copy ~ .notification__message__copy {
        margin-top: 10px;
    }

    .notification__message__copy a {
        color: inherit;
    }

        .notification__message__copy a:focus {
            color: inherit;
        }

.notification__dismiss,
.notification .closeTooltip {
    margin: -2px 0 0 8px;
    line-height: 1;
    text-align: right;
}

.notification__dismiss__link,
.notification .closeTooltip__link {
    padding: 1px 6px;
    color: inherit;
}

    .notification__dismiss__link:hover,
    .notification .closeTooltip__link:hover {
        color: #382f2d;
    }

.notification__dismiss__icon,
.notification .closeTooltip__icon {
    height: 18px;
}

.notification__dismiss__icon--svg,
.notification .closeTooltip__icon--svg {
    fill: currentColor;
}

.notification--success {
    color: #067A3D;
    background-color: #DFF0D8;
    border: 1px solid #D1E8CE;
}

.notification--warning {
    color: #8A6D3B;
    background-color: #FCF8E2;
    border-color: #F3EDD5;
}

.notification--info {
    color: #0D72A8;
    background-color: #E6EFF5;
    border-color: #D3E2EB;
}

.notification.error, .notification--error {
    color: #BC111E;
    background-color: #F2DEDE;
    border-color: #EDCBCB;
}

.notification.desktop-only {
    display: none;
}

@media (min-width: 680px) {
    .notification.desktop-only {
        display: block;
    }
}

.notification-flex-container {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 680px) {
    .notification-flex-container {
        -webkit-flex: column;
        flex: column;
    }

        .notification-flex-container .message-list .notification {
            margin-bottom: 10px;
        }
}

.error-page-container {
    background-image: url("../images/img-laptop-error.png");
    background-position: center top;
    background-repeat: no-repeat;
    margin: 40px 0;
    padding: 150px 0 100px 0;
    text-align: center;
    line-height: 1;
}

@media (min-width: 680px) {
    .error-page-container {
        margin-top: 70px;
    }
}

.error-page-container h1 {
    color: #382f2d;
    font-size: 1.33333em;
}

@media (min-width: 680px) {
    .error-page-container h1 {
        font-size: 2.8em;
    }
}

.error-page-container h1:focus {
    outline: none;
}

.error-page-container p {
    color: #807370;
    font-size: 1.2em;
}

.ap-wrap {
    min-height: 100vh;
    padding: 20px 0;
    position: relative;
    background-color: #f3f1ee;
}

.ap-container {
    max-width: 1170px;
    margin: 0 auto 20px;
}

@media (max-width: 969px) {
    .ap-container {
        padding: 20px;
    }
}

.ap-container--slim {
    max-width: 970px;
}

.ap-content {
    padding: 30px 30px 20px;
    border: 1px solid #e2dfda;
    border-radius: 3px;
    background: #ffffff;
}

.ap-content--slim {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
}

.ap-form {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
}

#app.loading, #app.btn.loading-text, #app.btn.loading-no-text, .loading-section {
    background-image: url("../images/loader.gif") !important;
    background-color: #f3f1ee;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    min-height: 100%;
    z-index: 10001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    #app.loading > *, #app.btn.loading-text > *, #app.btn.loading-no-text > *, .loading-section > * {
        display: none;
    }

    #app.loading#app, #app#app.btn.loading-text, #app#app.btn.loading-no-text, .loading-section#app {
        position: fixed !important;
        position: absolute;
    }

    #app.loading.loading-section, #app.loading-section.btn.loading-text, #app.loading-section.btn.loading-no-text, .loading-section.loading-section {
        position: relative;
        min-height: 150px;
    }

.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.column {
    width: 100%;
}

    .column.actions a {
        display: inline-block;
        max-width: 40%;
        vertical-align: top;
    }

        .column.actions a:last-child {
            max-width: 55%;
            margin-left: 5%;
        }

body > .myPost-container {
    background-color: #f3f1ee;
    position: relative;
    padding-bottom: 100px;
    min-height: 100%;
}

@media (min-width: 680px) {
    body > .myPost-container {
        border-color: #f3f1ee;
    }
}

@media (min-width: 680px) {
    .flex {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
    }

    .column {
        width: 50%;
    }

        .column.actions {
            padding: 15px 0 0 75px;
        }

            .column.actions a {
                max-width: auto;
            }

    .myPost-container {
        min-height: 100%;
    }
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.text-link {
    float: left;
    margin: 1em;
    color: #382f2d;
}

    .text-link:after {
        content: ' ';
        display: table;
        clear: both;
    }

.stepper {
    padding: 10px;
    font-size: 13px;
    width: 100%;
}

@media (min-width: 680px) {
    .stepper {
        padding: 20px;
    }
}

.stepper-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 680px) {
    .stepper-list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.stepper-item {
    padding: 3px 5px;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 680px) {
    .stepper-item {
        padding: 10px;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1;
        flex: 1;
    }
}

.stepper-item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
}

@media (min-width: 680px) {
    .stepper-item:after {
        width: calc(100% - 100px);
        top: 28%;
        left: calc(50% + 50px);
        border-top: 1.5px dotted #e2dfda;
    }
}

.stepper-item:last-of-type:after {
    display: none;
}

.stepper-item--done {
    color: #067A3D;
    transition: all .1s;
}

@media (min-width: 680px) {
    .stepper-item--done:after {
        border-top-style: solid;
        border-top-width: 1.5px;
        border-top-color: #CDC6C5;
    }
}

@media (min-width: 680px) {
    .stepper-item--pending:after {
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #e2dfda;
    }
}

.stepper-item--done:hover, .stepper-item--done:focus {
    text-decoration: underline;
    cursor: pointer;
}

.stepper-item--current {
    color: #0D72A8;
}

    .stepper-item--current:last-of-type:after, .stepper-item--current:only-of-type:after {
        height: 30%;
    }

.stepper-item--pending {
    color: #807370;
}

    .stepper-item--pending:after {
        height: 30%;
    }

.stepper-title {
    margin: 1px 0 0;
}

@media (min-width: 680px) {
    .stepper-title {
        margin: 0;
    }
}

.stepper-title[disabled] {
    cursor: default;
}

a.stepper-title {
    text-decoration: none;
    color: inherit;
}

.stepper-icon {
    margin: 0 10px 0 0;
    height: 2em;
    width: 2em;
}

@media (min-width: 680px) {
    .stepper-icon {
        margin: 0 0 15px;
    }
}

.stepper-icon path {
    fill: currentColor;
}

.stepper-icon ellipse,
.stepper-icon circle {
    stroke: currentColor;
}

@keyframes spinnerRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner, .loading:before, .btn.loading-text:before, .btn.loading-no-text:before,
.spinner:after {
    position: relative;
    box-sizing: border-box;
}

.spinner, .loading:before, .btn.loading-text:before, .btn.loading-no-text:before {
    position: relative;
    top: .3em;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    -webkit-animation: spinnerRotate .75s linear infinite;
    animation: spinnerRotate .75s linear infinite;
    color: #dc1928;
    border: 2px solid currentColor;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: transparent;
}

.spinner--startrack {
    color: #009fda;
}

.btn .spinner, .btn .loading:before, .btn .btn.loading-text:before, .btn .btn.loading-no-text:before {
    margin-top: -7px;
    color: currentColor;
}

.spinner-wrap {
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    -webkit-justify-content: center;
    justify-content: center;
}

.spinner-wrap--full {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: inherit;
    min-height: 400px;
    background: #f3f1ee;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.loading, .btn.loading-text, .btn.loading-no-text {
    text-indent: -999em;
    position: relative;
    cursor: default;
}

    .loading:before, .btn.loading-text:before, .btn.loading-no-text:before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: inherit;
    }

.btn.loading-text, .btn.loading-no-text {
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border-color: transparent;
    color: inherit;
}

    .btn.loading-text:hover, .btn.loading-text:active, .btn.loading-text:focus, .btn.loading-no-text:hover, .btn.loading-no-text:active, .btn.loading-no-text:focus {
        color: inherit;
        border-color: transparent;
        background-color: transparent;
    }

    .btn.loading-text:focus, .btn.loading-no-text:focus {
        outline-color: inherit;
    }

@media (max-width: 679px) {
    .btn.loading-text, .btn.loading-no-text {
        width: auto;
        display: block;
    }
}

.btn.loading-text {
    text-indent: 0;
    text-align: left;
}

    .btn.loading-text:before {
        right: auto;
    }

.btn.loading-no-text:before {
    color: inherit;
}

.loading-animation {
    margin: 1.9em auto 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    position: relative;
    vertical-align: middle;
}

    .loading-animation.small {
        width: 13px;
        height: 13px;
    }

    .loading-animation.inline {
        margin: 0 0 0 .7em;
        display: inline-block;
    }

    .loading-animation:before, .loading-animation:after {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: #382f2d;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation: loader 1.2s ease-in-out infinite;
        animation: loader 1.2s ease-in-out infinite;
    }

    .loading-animation.white:before, .loading-animation.white:after {
        background-color: #fff;
    }

    .loading-animation:after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

.demo-controls {
    padding: 20px 0 0;
    text-align: center;
}

    .demo-controls a {
        margin-left: 5px;
        margin-right: 5px;
    }

@media (max-width: 480px) {
    .demo-controls a {
        display: block;
    }
}

@media (min-width: 480px) {
    .mobile-only {
        display: none;
    }
}

.modal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 480px) {
    .modal {
        -webkit-align-items: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: fixed;
    }
}

@media (max-width: 480px) {
    .modal {
        display: none;
    }
}

.modal:target, .modal.is-visible {
    opacity: 1;
    pointer-events: all;
    transition: opacity .2s;
}

@media (max-width: 480px) {
    .modal:target, .modal.is-visible {
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 480px) {
    .modal:target, .modal.is-visible {
        background: rgba(0, 0, 0, 0.3);
    }
}

.modal-container {
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 1;
}

@media (min-width: 480px) {
    .modal-container {
        width: 90%;
        max-width: 500px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        border-radius: 3px;
    }
}

@media (min-width: 680px) {
    .modal-container {
        width: 500px;
    }
}

.modal-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 130px;
    background: #e2dfda;
    position: relative;
}

@media (min-width: 480px) {
    .modal-header {
        height: 170px;
        border-radius: 3px 3px 0 0;
    }
}

.modal-header--teal {
    background: #82EFE3;
}

.modal-header--purple {
    background: #8177E7;
}

.modal-header--basic {
    background: #fff;
    height: auto;
}

.modal-header-image {
    height: 81px;
}

@media (min-width: 480px) {
    .modal-header-image {
        height: 115px;
    }
}

.modal-header-dismiss {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: "ap_letter", Helvetica, Arial, sans-serif;
    cursor: pointer;
    display: none;
}

@media (min-width: 480px) {
    .modal-header-dismiss {
        display: block;
    }
}

.modal-header-dismiss svg path {
    fill: rgba(0, 0, 0, 0.4);
}

.modal-header-dismiss:hover svg path {
    fill: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: 0 auto;
    padding: 25px;
}

@media (min-width: 680px) {
    .modal-content {
        padding: 20px;
        max-width: 90%;
    }
}

.modal-content--small {
    padding: 35px 15px 25px;
}

.modal-title {
    font-size: 24px;
    line-height: 1.4;
}

@media (min-width: 680px) {
    .modal-title {
        font-size: 32px;
    }
}

.modal-title--small {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}

.modal-byline {
    margin: 0 auto 10px;
    max-width: 80%;
    font-size: 18px;
    line-height: 1.4;
}

@media (min-width: 680px) {
    .modal-byline {
        margin: 0 auto 10px;
        max-width: 95%;
        font-size: 20px;
        line-height: 28px;
    }
}

.modal-copy {
    line-height: 1.4;
}

.modal-small {
    margin: 0 0 20px;
    display: block;
}

.modal-list {
    margin: 30px 0;
    padding: 0;
    color: #807370;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
}

@media (min-width: 680px) {
    .modal-list {
        padding: 0 30px;
    }
}

.modal-list--small {
    margin: 15px 0 25px;
    padding: 0 15px;
}

.modal-list-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 20px;
    line-height: 1.4;
}

    .modal-list-item:last-of-type {
        margin-bottom: 0;
    }

.modal-list-item--small {
    margin: 0 0 10px;
}

.modal-list-image {
    margin: 0 15px 0 0;
    max-height: 35px;
    max-width: 45px;
}

.modal-controls {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (min-width: 680px) {
    .modal-controls {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}

.modal-controls .btn {
    margin-left: 10px;
}

.modal-close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    cursor: default;
}

@media (max-width: 480px) {
    .modal-close {
        display: none;
    }
}

html, body {
    height: 100%;
}

.demo-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    height: 100%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.demo-container--centered {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    height: 100%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.demo-components {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.demo-components__item {
    display: inline-block;
    margin: 10px;
}

.demo-components__item__link {
    display: block;
    width: 100px;
    height: 100px;
    padding: 20px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-family: "ap_letter", Helvetica, Arial, sans-serif;
    text-decoration: none;
    background: #009fda;
    transition: width .5s, height .5s, background .1s;
}

@media (min-width: 680px) {
    .demo-components__item__link {
        width: 150px;
        height: 150px;
        font-size: 18px;
    }
}

.demo-components__item__link:hover {
    color: #fff;
    background: #008cc1;
}

.dummy-content div {
    width: 100%;
    min-height: 50px;
    background-color: black;
}