.loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 10000;
    display: block;
}

body {
    background-color: #112e51;
}

body > [role="link"] {
    cursor: pointer;
    display: block;
}

.pcw-container {
    background-image: linear-gradient(#000, #112e51);
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 200px;
    position: relative;
    width: 100%;
}

@media (min-width: 300px) {
    .pcw-container {
        min-width: 265px;
    }
}

.pcw-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    background: transparent url("../images/PIA18033_small_v4.png") no-repeat;
    background-size: contain;
}

.pcw-container header {
    padding-top: 10px;
    padding-top: 1rem;
}

@media (max-width: 235px) {
    .pcw-container header {
        text-align: center;
    }
}

.pcw-date {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0;
}

.pcw-heading-1, .pcw-heading-2 {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
}

@media (max-width: 235px) {
    .pcw-heading-1, .pcw-date {
        float: none !important;
    }
}

.pcw-heading-1 {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
}

.pcw-container .pcw-action-btn {
    background: none;
    border: 0 none;
    display: block;
    bottom: 15px;
    right: 15px;
    color: #fff;
    height: 23px;
    position: absolute;
    width: 23px;
}

.pcw-container .pcw-action-btn img {
    display: block;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.pcw-container .row {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.pcw-container main {

    -ms-flex-direction: row !important;
    flex-direction: row !important;

    margin: 0 auto;
    z-index: 1;
}

.pcw-counter-container > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pcw-heading-2 + .pcw-pop-count {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 0;
}

@media (max-width: 274px) {
    .pcw-date {
        font-size: 10px;
        font-size: 1rem;
    }

    .pcw-heading-2 + .pcw-pop-count {
        font-size: 25px;
        font-size: 2.5rem;
    }

}

@media (min-width: 320px) {
    .pcw-container .pcw-action-btn, .pcw-container .pcw-action-btn img {
        height: 28px;
        width: 28px;
    }
}

@media (min-width: 400px) {
    .pcw-heading-2 + .pcw-pop-count {
        font-size: 34px;
        font-size: 3.4rem;
    }

    .pcw-counter-container > * {
        text-align: left;
    }

}

@media (max-width: 559px) {
    .pcw-counter-container {
        margin-top: 10px;
        margin-top: 1rem;
    }

    .pcw-container main {
         max-width: 300px;
         max-width: 30rem;
     }
}
/* This is when the population numbers are shown side by side*/
@media (min-width: 560px) {
    .pcw-container {
        padding-bottom: 30px;
    }

    .pcw-counter-container {
        flex-basis: 0;
        flex-grow: 1;
        margin: 28px 0;
        margin: 2.8rem 0;
        max-width: 100%;
    }

    /*.pcw-counter-container:first-child {*/
        /*margin-right: 15%;*/
    /*}*/

    .pcw-container main {
        display: -ms-flexbox !important;
        display: flex !important;
        min-width: 440px;
        min-width: 44rem;
    }

    /*.pcw-heading-1, .pcw-heading-2 {*/
        /*font-size: 17px;*/
        /*font-size: 1.7rem;*/
    /*}*/

}