
body {
    padding-top: 60px;
}

.flip {
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
    min-height: 200px;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip.active .flip-inner {
    transform: rotateY(180deg);
}

.flip-front, .flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-front {
    cursor: pointer;
}

.flip-front p {
    margin-top: 61px;
}

.flip-back {
    transform: rotateY(180deg);
}

.stickyfooter footer#pagefooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

body.stickyfooter {
    margin-bottom: 25px;
}

.footerspacer {
    width: 15px;
    display: inline-block;
}

.background-phase-1 {
    background-color: #ff0000;
}
.background-phase-2 {
    background-color: #ff3c00;
}
.background-phase-3 {
    background-color: #ff7300;
}
.background-phase-4 {
    background-color: #d2a200;
}
.background-phase-5 {
    background-color: #93a902;
}
.background-phase-6 {
    background-color: #75af04;
}
.background-phase-7 {
    background-color: #008a00;
}