﻿@charset "UTF-8";
/* CSS Document */

#quizBox
{
    width: 483px;
    border: 2px solid #FFF;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 1px 5px;
    -moz-box-shadow: #666 0px 1px 5px;
    box-shadow: #666 0px 1px 5px;
    background: url(/media/QuizOMatic/BeliefOMatic/QUIZ-logo.png) no-repeat #014ba5;
}
#quizBox .contentBox
{
    padding: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0px 1px 3px;
    -moz-box-shadow: #666 0px 1px 3px;
    box-shadow: #666 0px 1px 3px;
    background: #FFF;
    margin-top: 65px;
}
#quizMod-content
{
    width: 95%;
    font: 15px Georgia, "Times New Roman" , Times, serif;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}
/* this is the title for the landing page */
#quizBox h3
{
    font: 18px Georgia, "Times New Roman" , Times, serif;
    color: #003366;
    font-weight: lighter;
    margin-bottom: 5px;
    text-align: center; 
    font-family: Georgia, serif; 
    font-size: 24px; 
    color: #023D89;
    margin-top: 5px; 
    text-shadow: 0 0 0.7em #aad3fa;
}
#quizMod-header
{
    background: url(/media/QuizOMatic/BeliefOMatic/POM-logo.gif) no-repeat top;
    width: 443px;
    margin-left: auto;
    margin-right: auto;
    height: 119px;
}
#quizMod-footer
{
    background: url(/media/QuizOMatic/BeliefOMatic/political-box.jpg) no-repeat;
    width: 464px;
    height: 115px;
    padding-top: 20px;
}
#QuizMod-footer-BOM
{
    background: url(/media/QuizOMatic/BeliefOMatic/bom-knows.jpg) no-repeat;
    width: 439;
    height: 70px;
    padding-top: 85px;
}
.POM-content
{
    width: 90%;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}

.POM-content .result-title-text-wrapper {
	background-color: #0156A7;
	border-style: Double;
}

.POM-content .result-title-text-wrapper .result-title-text {
	text-align: center;
	margin: 5px;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #e8f1fa;
}

    .POM-content .other-result-img {
        display: block;
    }


.universalBtn-orange-large a {
    border-radius: 4px;
    background: #ff6600;
    background-image: -moz-linear-gradient( 90deg, rgb(207,82,4) 0%, rgb(255,128,49) 49%, rgb(254,159,93) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(207,82,4) 0%, rgb(255,128,49) 49%, rgb(254,159,93) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(207,82,4) 0%, rgb(255,128,49) 49%, rgb(254,159,93) 100%);
    height: 36px;
    padding: 0 24px;
    border: 1px solid #d25100;
    box-shadow: inset 0 1px 0 #ffcaa8;
    text-align: center;
    line-height: 33px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-shadow: #932c00 1px 1px 2px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    float: left;
    font-size: 20px;
    letter-spacing: -1px;
}

    .universalBtn-orange-large a:hover {
        background-image: -moz-linear-gradient( 90deg, rgb(207,82,4) 0%, rgb(255,128,49) 49%, rgb(254,159,93) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(207,82,4) 0%, rgb(255,128,49) 49%, rgb(254,159,93) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(207,82,4) 0%, rgb(255,128,49) 49%, rgb(254,159,93) 100%);
        box-shadow: inset 0 2px 7px #631d00;
        border: 0;
        padding: 1px 25px;
    }

    .universalBtn-orange-large a:active {
        background-image: -moz-linear-gradient( 90deg, rgb(141,175,213) 0%, rgb(179,206,237) 49%, rgb(255,255,255) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(141,175,213) 0%, rgb(179,206,237) 49%, rgb(255,255,255) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(141,175,213) 0%, rgb(179,206,237) 49%, rgb(255,255,255) 100%);
        box-shadow: inset 0 2px 7px #38516e;
        border: 0;
        padding: 1px 25px;
        text-shadow: #38516e 1px 1px 2px;
    }

.quizMod-Share
{
    display: inline;
}
#text-box4
{
    padding: 5px;
    width: 495px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #7e7c7c;
    font-size: 12px;
    font-style: italic;
    margin-top: 12px;
    text-align: center;
}
/*-------------------------------------------------CUSTOM RADIOS-----------------------*/
a:hover, a:active
{
    outline: none;
}
form
{
    width: 391px;
    font: 16px Georgia, "Times New Roman" , Times, serif;
    color: #333;
}


fieldset
{
    border: 0;
    padding-bottom: 15px;
}

label
{
    display: block;
    cursor: pointer;
    line-height: 24px;
    padding-bottom: 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

.radios
{
    padding-top: 18px;
}

.label_check input, .label_radio input
{
    margin-right: 5px;
}

#footer
{
    width: 100%;
    text-align: center;
    font-size: 12px;
}

#footer a
{
    padding: 2px 10px;
    margin: 0 2px;
    color: #999;
    background: #ddd;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

#footer a:hover, #footer a:focus
{
    color: #fff;
    background: #333;
    background: rgba(0,0,0,.3);
}

.has-js .label_check, .has-js .label_radio
{
    padding-left: 34px;
}

.has-js .label_radio
{
    background: url(/media/QuizOMatic/BeliefOMatic/radio-off.png) no-repeat;
}

.has-js .label_check
{
    background: url(/media/QuizOMatic/BeliefOMatic/check-off.png) no-repeat;
}

.has-js label.c_on
{
    background: url(/media/QuizOMatic/BeliefOMatic/check-on.png) no-repeat;
}

.has-js label.r_on
{
    background: url(/media/QuizOMatic/BeliefOMatic/radio-on.png) no-repeat;
}

.has-js .label_check input, .has-js .label_radio input
{
    position: absolute;
    left: -9999px;
}






.quizDiv
{
    background: url(/media/QuizOMatic/BeliefOMatic/quiz-div.png) repeat-x;
    height: 5px;
    width: 100%;
    margin-top: 20px;
}



/*-------------------------------------TEXT INPUT--------------------------------*/

#quizMod-Input-wrapper
{
    margin-right: 60px;
    padding-top: 10px;
}


#quizBox .textInput
{
    color: #666666;
	font: 15px 'Open Sans', sans-serif;
	font-style: normal;
	font-weight:600;	
	border-radius: 4px;
	padding: 0 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(153, 153, 153);
	border-radius: 4px;
	width: 230px;
	height: 32px;
    background: none;
    margin: 5px;
    float: right;
}


#quizBox .partner-mail
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #3b3b3b;
    display: inline;
    font-style: normal;
	font-weight:700;
}

    #quizBox .partner-mail p {
        font-size: 10px;
        color: #349cda;
        line-height: 11px;
        margin-top: 3px;
    }

.theme
{
    width: 400px;
    height: 121px;
    background: url(/media/QuizOMatic/BeliefOMatic/THEME-BOM.png) no-repeat right;
    float: right;
    margin: -56px 4px 0 0;
}

.warning
{
    width: 483px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    font-style: italic;
    padding-bottom: 10px;
}

.bom-share
{
    background: url(/media/QuizOMatic/BeliefOMatic/bom-results.jpg) no-repeat;
    width: 431px;
    height: 112px;
    padding-right: 15px;
    margin-top: 15px;
}

.bom-faithResults
{
    color: #760708;
    font-size: 16px;
}
.bom-faithResults img
{
    float: left;
}
.bom-faithResults h1
{
    color: #0f3978;
    font-size: 44px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}

/*-----------sharing results ---------*/
.shareButton
{
    float: right;
    padding-top: 15px;
    display: block;
}

.pomShareImg
{
    visibility: hidden;
    display: none;
}

.pomKnowsImg
{
    visibility: hidden;
    display: none;
}

.POMInput-wrapper
{
	width: 100%;
    margin: 20px 0;
}

.POMInput-wrapper-text
{
	line-height:40px;
	margin: 5px;	
	font-size: 21px;
	font-family: "Overlock";
	color: rgb(51, 153, 204);
	font-weight: bold;
}

.POMInput-FieldEntry {
    float: left;
    width: 100%;
}

.POMBtn-GetStarted {
    clear: both;
}

.radioWithProperWrap label
{
	float: right;
	width: 90% !important;
}

.radioWithProperWrap input,
.bom-importance input
{
	margin-top: 5px;
}

.bom-importance label
{
	margin-left: 20px;
	width: 80%;
}

.bom-importance input 
{
	float: left;
}

div.content h3.answer-text {
    font: 18px Georgia, 'Times New Roman', Times, serif;
    color: #003366;
    font-weight: lighter;
    margin-bottom: 5px;
}

#quizBox .contentBox h1 {
    font-size: 32px;
    font-family: "Overlock";
    color: rgb(0, 60, 133);
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

#quizBox .contentBox .results-faith {
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Lobster', cursive;
    font-size: 46px;
    color: rgb(22, 58, 119);
    letter-spacing: -1px;
    line-height: 38px;
    min-height: 90px;
}

    #quizBox .contentBox .results-faith .percentage {
        font-size: 20px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        color: #3d99ca;
        display: inline-block;
        padding-left: 10px;
    }

    #quizBox .contentBox .results-faith .imgBox {
        width: 70px;
        height: 70px;
        margin-right: 25px;
        float: left;
        margin-top: -5px;
    }

        #quizBox .contentBox .results-faith .imgBox img {
            width: 90px;
            height: 90px;
        }

#quizBox .attribution {
	padding:20px;
	margin-top:15px;
}

#quizBox .buttons-wrapper {
    float: right;
    margin-top: 10px;
}

#quizBox .POMInput-FieldText br,
#quizBox .POM-content br,
#quizBox .POM-content .quizDiv {
    display: none;
}

#POM-footer .universalBtn-orange-large {
    padding-top: 10px;
}
    /* css for the button on the question panes */
    #POM-footer .universalBtn-orange-large a {
        margin: -45px 0 0 150px;
    }
    /* css for the button on the landing page */
    #QuizMod-footer-BOM .universalBtn-orange-large a {
        margin: 0 0 0 150px;
    }
    /* css for the button on the 'get started' page */
    #POM-footer .universalBtn-orange-large.get-started a {
        margin: -50px 0 0 10px;
    }

#quizBox .contentBox div.POM-content.POM-question-pane {
    padding: 0;
}

.POM-content fieldset.quiz-answers {
    padding-top: 15px;
}

#POM-footer-hide {
    display: none;
}

/* css for the new percentage area under your quiz result */
#percentage-chart {
	margin:30px auto 0 auto;
}

#percentage-chart .faith-percent {
	display:table-cell;	
	font-size: 24px;
	line-height:24px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: rgb(61, 153, 202);
	font-weight: 700;
	border-right:1px solid #9ecce4;
	letter-spacing:-1px;
	vertical-align:top;
	padding-right:6px;
    min-width: 45px;
}

#percentage-chart .faith-percent span {
	font-size:18px;
}

#percentage-chart .faith-title {
	display:table-cell;
	vertical-align:top;
  font-size: 16px;
  font-family: "Open Sans Condensed";
  color: rgb(22, 58, 119);
  font-weight: bold;
 }

#percentage-chart img {
	width:37px;
	height:37px;
	float:left;
	border:0;
}