body {
    font-family: "sofia-pro", sans-serif;
    font-size: 20px;
    background: #251e51;
    color: #FFF;
    letter-spacing: 0.03em;
}

a {
	color: #FFF;
}

a:hover {
    color: #b24f2a;
}

header {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#site-header h1 {
    font-size: 24px;
    padding-top: 1.5rem;
    color: #333;
}
h2 {
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 2rem;
    text-shadow: 0 0 3px rgba(0,0,0,.6);
}

#logo-container {
    background-color: #FFF;
    width: 10rem;
    height: 10rem;
    box-sizing: border-box;
    border-radius: 50%;
    margin: auto;
    position: relative;
    box-shadow: 0 0 1rem rgba(0,0,0,.6)
}

#logo-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
}

#question_container {
    overflow: hidden;
}
.question {
    float: left;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.question input {
    display: none;
}
.question label {
    display: block;
    background: #333;
    color: #FFF;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto 1rem;
    font-size: 1em;
    clear: both;
    overflow: hidden;
}
.question label:hover {
    background: #EEE;
}
input[type="radio"]:checked+label .ticker {
    background: #FFF url(../images/check.png) no-repeat center center;
    background-size: 80% 80%;
}
.overflow-hidden {
    overflow: hidden;
}
input.warning {
    border: solid 1px #C00;
}
.smallprint {
    color: #999;
    font-size: 0.6em;
    display: block;
    clear: both;
}
.question-text {
    position: relative;
}
.question-text h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.question label.option-1 {
    background: #682b7c;
}
.question label.option-2 {
    background: #b24f2a;
}
.question label.option-3 {
    background: #d69700;
}
input[type="radio"]:checked+label.option-1, .question label.option-1:hover, .question label.option-1:focus, .question label.option-1:active {
    background: #421451;
}
input[type="radio"]:checked+label.option-2, .question label.option-2:hover, .question label.option-2:focus, .question label.option-2:active {
    background: #8c381a;
}
input[type="radio"]:checked+label.option-3, .question label.option-3:hover, .question label.option-3:focus, .question label.option-3:active {
    background: #b88201;
}
#back {
    color: #FFF;
}
#back:hover {
    color: #999;
}
.question label .ticker {
    display: block;
    width: 4rem;
    height: 4rem;
    background: #FFF;
    float: left;
    margin-right: 2rem;
    border-radius: 5px;
}
.answer-text {
    padding-top: 0.5rem;
    display: block;
}

.button:hover, .button:active, .button:focus {
    background-position: -100% 0;
    text-decoration: none;
}

.button {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #ea5310 50%, #ce460a 50%);
    transition: all .5s;
    border: none;
    position: relative;
    padding: 1.25rem 4rem 1.25rem 1.5rem;
    border-radius: 0.5rem;
    text-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
}

.button:before {
    position: absolute;
    font-family: 'FontAwesome';
    right: 1.25rem;
    content: "\f138";
    transition: all 0.25s ease;
}

.button.secondary {
    background: rgba(0,0,0,.3);
    border: inset 2px #FFFFFF;
    color: #FFF!important;
}

.button.secondary:hover {
    background: transparent;
}


.index-item h3 {
	font-size: 1em;
	font-weight: bold
}

.index-item {
	font-size: 0.8em;
	text-align: left
}

.index-item img {
	margin-bottom: 1rem;
}

.blog-social .title {
	line-height: 2.5em;
	margin-right: 0.5rem;
}

.blog-social a {
	color: #EEE!important;
}

.blog-social a:hover {
	color: #333!important;
}

.social-share-icon {
	font-size: 0.6em;
}

.social-share-icon.twitter {
	color: #1EA1F3!important;
}


.social-share-icon.facebook {
	color: #3B5999!important;
}

.social-share-icon.google {
	color: #DC4A38!important;
}

.social-share-icon.linkedin {
	color: #0074B1!important;
}

.social-share-icon:hover {
	text-decoration: none;
	color: #333!important;
}

.progressbar .progress {
	background: #CCC;
	background: rgba(0,0,0,.1);
}

.progressbar .progress-meter {
	background: #ea5310
}

#scorecard-intro-text {
    max-width: 34rem;
}

.button.alternate-scorecard {
    float: left;
    background: rgba(0,0,0,.4);
    padding: 1.5rem 50px 1.5rem 125px;
    position: relative;
    text-align: left;
}


.button.alternate-scorecard img {
    position: absolute;
    left: 25px;
    top: -1rem;
    width: 75px;
    height: auto
}

.button.alternate-scorecard:hover {
    background: rgba(0,0,0,.7);
}

.button.alternate-scorecard:before {
    display: none;
}

@media screen and (max-width:39.9375em) {
body, #site-header h1 {
    font-size: 16px;
}
h2 {
    font-size: 25px;
}
.answer-text {
    padding-top: 0;
}
#mainbody {
    margin-top: 1rem;
	padding-bottom: 3rem;
}
#logo {
    max-width: 75px;
    height: auto
}
h1 {
    display: none;
}

#mailinglist, #optin {
	margin-bottom: 0
}

.quickfield.medium-12 {
	margin-bottom: 1rem;
}

.quickfield.medium-12 label {
	line-height: 1.2em;
}

.progress-title, .progress-title p {
	margin-bottom: 0;
}

    #logo-container {
        width: 5rem;
        height: 5rem;
    }

    .button.alternate-scorecard img {
        top: 0.5rem;
    }

}



@keyframes move {
    100% {
        z-index: 0;
        transform: translateZ(0) rotate(360deg);
        transform-style: flat;
    }
}

.bg-animation {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.bg-animation .bg-animation-content {
    z-index: 1000;
    position: relative;
}

.bg-animation .bg-bubble {
    width: 20vmin;
    height: 20vmin;
    border-radius: 20vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 23;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0.8;
    transform-style: flat;
    z-index: 0;
}

.bg-animation .bg-bubble:nth-child(0) {
    color: #583C87;
    top: 23%;
    left: 89%;
    animation-duration: 178s;
    animation-delay: -152s;
    transform-origin: -3vw 0vh;
    box-shadow: -40vmin 0 5.844237813050503vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(1) {
    color: #ac5553;
    top: 67%;
    left: 38%;
    animation-duration: 187s;
    animation-delay: -47s;
    transform-origin: 1vw -3vh;
    box-shadow: 40vmin 0 5.732369890507125vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(2) {
    color: #583C87;
    top: 32%;
    left: 72%;
    animation-duration: 172s;
    animation-delay: -13s;
    transform-origin: -6vw 15vh;
    box-shadow: -40vmin 0 5.458141352062363vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(3) {
    color: #583C87;
    top: 88%;
    left: 61%;
    animation-duration: 129s;
    animation-delay: -112s;
    transform-origin: 13vw 0vh;
    box-shadow: 40vmin 0 5.490675724024425vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(4) {
    color: #583C87;
    top: 67%;
    left: 78%;
    animation-duration: 36s;
    animation-delay: -108s;
    transform-origin: -12vw -24vh;
    box-shadow: 40vmin 0 5.603177296447564vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(5) {
    color: #583C87;
    top: 80%;
    left: 14%;
    animation-duration: 56s;
    animation-delay: -34s;
    transform-origin: -10vw -19vh;
    box-shadow: 40vmin 0 5.481311373453322vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(6) {
    color: #ac5553;
    top: 98%;
    left: 30%;
    animation-duration: 113s;
    animation-delay: -154s;
    transform-origin: 12vw -14vh;
    box-shadow: -40vmin 0 5.733034767310145vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(7) {
    color: #ac5553;
    top: 15%;
    left: 54%;
    animation-duration: 149s;
    animation-delay: -15s;
    transform-origin: 7vw -19vh;
    box-shadow: 40vmin 0 5.184442791130894vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(8) {
    color: #ac5553;
    top: 42%;
    left: 56%;
    animation-duration: 173s;
    animation-delay: -166s;
    transform-origin: -13vw -14vh;
    box-shadow: 40vmin 0 5.331645197953159vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(9) {
    color: #ac5553;
    top: 55%;
    left: 6%;
    animation-duration: 41s;
    animation-delay: -171s;
    transform-origin: -3vw 17vh;
    box-shadow: 40vmin 0 5.152511168234365vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(10) {
    color: #ac5553;
    top: 67%;
    left: 6%;
    animation-duration: 7s;
    animation-delay: -134s;
    transform-origin: -3vw 4vh;
    box-shadow: -40vmin 0 5.962414320741738vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(11) {
    color: #ac5553;
    top: 58%;
    left: 27%;
    animation-duration: 158s;
    animation-delay: -92s;
    transform-origin: 4vw -14vh;
    box-shadow: -40vmin 0 5.403676955248352vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(12) {
    color: #583C87;
    top: 30%;
    left: 19%;
    animation-duration: 45s;
    animation-delay: -102s;
    transform-origin: 23vw -9vh;
    box-shadow: 40vmin 0 5.447774480350868vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(13) {
    color: #ac5553;
    top: 13%;
    left: 7%;
    animation-duration: 97s;
    animation-delay: -204s;
    transform-origin: 1vw -12vh;
    box-shadow: 40vmin 0 5.224929146461629vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(14) {
    color: #ac5553;
    top: 94%;
    left: 68%;
    animation-duration: 137s;
    animation-delay: -149s;
    transform-origin: 13vw -9vh;
    box-shadow: 40vmin 0 5.2422505995250805vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(15) {
    color: #583C87;
    top: 42%;
    left: 31%;
    animation-duration: 13s;
    animation-delay: -129s;
    transform-origin: 4vw 0vh;
    box-shadow: 40vmin 0 5.128172121965373vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(16) {
    color: #ac5553;
    top: 71%;
    left: 86%;
    animation-duration: 134s;
    animation-delay: -27s;
    transform-origin: -6vw 11vh;
    box-shadow: -40vmin 0 5.158205304405098vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(17) {
    color: #583C87;
    top: 54%;
    left: 89%;
    animation-duration: 189s;
    animation-delay: -159s;
    transform-origin: -10vw 17vh;
    box-shadow: -40vmin 0 5.974411496466543vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(18) {
    color: #583C87;
    top: 64%;
    left: 7%;
    animation-duration: 36s;
    animation-delay: -200s;
    transform-origin: -23vw 12vh;
    box-shadow: -40vmin 0 5.356966719517563vmin currentColor;
}
.bg-animation .bg-bubble:nth-child(19) {
    color: #583C87;
    top: 59%;
    left: 75%;
    animation-duration: 129s;
    animation-delay: -21s;
    transform-origin: -6vw -13vh;
    box-shadow: -40vmin 0 5.4496231980740895vmin currentColor;
}