@media all and (max-width: 991px)
{
    .photocredit {
        position: absolute;
        right: 5px;
        bottom: 5px
    }
}

@media all and (min-width: 992px)
{
    .photocredit {
        position: absolute;
        right: 75px;
        bottom: 5px
    }
}

/** Mailchimp styles **/
#mc_embed_signup
{
    color: #e1e1e1;
}

#mc_embed_signup .helper_text {
    color: #e1e1e1 !important;
    background-color: rgb(28,28,28) !important;
}

#mc_embed_signup .button {
    color: rgb(28,28,28) !important;
    background-color: #fff !important;
}

.grecaptcha-badge {
    visibility: hidden;
    display: none !important;
}

div.qr {
    margin-bottom: -56px;
}

.qr_320 {
    width: 320px;
    background-color: white;
}

.qr_320 h2 {
    text-align: center;
}

.qr_320 .logo {
    height: 88px;
    padding: 10px;
}

.qr_box {
    background-color: rgba(0, 0, 0, 0.5);
    /*border: 1px solid rgba(255, 255, 255, 0.7);*/
    border-radius: 4px;
    padding: 16px;
}

.qr_box p {
    font-size: larger;
}

.qr_link {
    padding: 8px;
    margin-bottom: 0 !important;
}

div.benefit {
    margin-left: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

table.planning_timeline > tbody > tr > td {
    vertical-align: top;
    padding-bottom: 16px;
}
table.planning_timeline > tbody > tr > td:first-child {
    padding-right: 8px;
}
