@charset "utf-8";

@font-face {
  font-family: 'Aspira';
  src: url("../common/fonts/aspira-2.woff"), url("../fonts/Aspira-Regular.woff2") format("woff2"), url("../fonts/Aspira-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aspira-It';
  src: url("../common/fonts/Aspira-It.woff2") format("woff2"), url("../fonts/Aspira-It.woff") format("woff"), url("../fonts/Aspira-It.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aspira-medium';
  src: url("../common/fonts/aspira-medium.woff2") format("woff2"), url("../fonts/aspira-medium.woff") format("woff"), url("../fonts/aspira-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aspira-bold';
  src: url("../common/fonts/aspira-bold-2.woff") format("woff"), url("../fonts/aspira-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aspira-light';
  src: url("../common/fonts/aspira-light-2.woff") format("woff"), url("../fonts/aspira-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }




/*.spacing for footer  */


 .spacing-48 {
   margin-bottom: 48px !important;
 }
  .spacing-60 {
   margin-bottom: 60px !important;
 }
 .spacing-72 {
   margin-bottom: 72px !important;
 }
 .spacing-84 {
   margin-bottom: 84px !important;
 }
.spacing-96 {
   margin-bottom: 96px !important;
 }





.answerLetter-a {
    height: 26px;
    width: 26px;
    background-image: url(../common/images/letter_a.png);
    display: inline-block;
    float: left;
    margin-left: 26px;
    margin-top: 26px;
}

.answerLetter-b {
       height: 26px;
    width: 26px;
    background-image: url(../common/images/letter_b.png);
    display: inline-block;
    float: left;
    margin-left: 26px;
    margin-top: 26px; 
}

.answerLetter-c {
      height: 26px;
    width: 26px;
    background-image: url(../common/images/letter_c.png);
    display: inline-block;
    float: left;
    margin-left: 26px;
    margin-top: 26px;  
}

.answerLetter-d {
        height: 26px;
    width: 26px;
    background-image: url(../common/images/letter_d.png);
    display: inline-block;
    float: left;
    margin-left: 26px;
    margin-top: 26px;
}


.blue {
	color:#0073a1;
}

.gray {
	color:#666766;
}

.uppercase {
	font-family: Aspira, Arial, sans-serif;
	text-transform:uppercase;
}

.bold {
	font-family: Aspira-bold, Arial, sans-serif;
	font-weight:bold;
}

.italic {
	font-family: Aspira-It, Arial, sans-serif;
	font-style:italic;
}


.hidden{
  display:none;
}

.slider.ui-slider .ui-slider-handle {
    width: 44px !important;
}

.answer-border-bottom {
	border-bottom: 1px dotted #FFFFFF;
	border-width: 2px;
	width:150px;
	margin:auto;
}

.offscreen {
	position:absolute;
	top:-1000px;
	left:-1000px;
 }

.mainContainer {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#GetStarted {
  color: white;
  font-family: Aspira-medium;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid white;
  padding: 7px 12px;
  transition: all .3s;
}

#GetStarted:hover {
  background: white;
  color: #0074a3;
}


#landing-page .mainContainer {
  width: 100vw;
  height: 100vh;
  background: #0074a3;
  margin: 0;
  position: relative;
}

#landing-page .landing-top {
  width: 50%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
}

#landing-page .flex-container {
  width: 100%;
  height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

#landing-page h3 {
  color: white;
  border: none;
  width: 50%;
  max-width: 650px;
  font-family: Aspira-light;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.share-header {
  color:white;
  text-align: center;
  font-family: Aspira-medium;
  font-size: 16px;
}

.social-icons-container {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.at-style-responsive .at-share-btn {
  border: 1px solid white !important;
}

@media only screen and (max-width: 767px) {

  #landing-page h3,
  #landing-page h4,
  #landing-page .landing-top {
    width: 90%;
  }

  

}

#landing-page h4 {
  color: white;
  position: relative;
  display: inline-block;
  width: 40%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  font-family: Aspira-light;
  font-style: italic;
  font-size: 22px;
  line-height: 30px;
}

#landing-page h4::before {
	content: "";
	display: block;
	background: url(../images/quote-open.svg) center center no-repeat;
	background-size: cover;
	background-size: contain;
	position: absolute;
	top: -20px;
	left: -20px;
	width: 30px;
	height: 38px
}

#landing-page h4::after {
	content: "";
	display: block;
	background: url(../images/quote-close.svg) center center no-repeat;
	background-size: cover;
	background-size: contain;
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 30px;
	height: 38px
}

.landing-bottom {
  background: url(../images/financial-quiz-bottom.svg) center center repeat-x;
  height: 10vh;
  width: 100%;
  background-size: contain;
}

.mainContainerLanding {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.popup {
	background-color: #C50A1F;
	padding: 10px;
	border: #FFFFFF 5px solid;
	width: 295px;
	min-height: 300px;
	position: absolute;
	z-index: 25;
	left: 345px;
	top: 370px;
}

a.linkButton {
	text-decoration: underline;
    color: #FFFFFF;
	display: block;
}

a.linkButton:focus{
	outline: 2px solid #00AEEF;
}

a.linkButtonMobile {
	text-decoration: underline;
  color: #FFFFFF;
	display: block;
}

a.linkButtonMobile:focus{
	outline: 2px solid #00AEEF;
}
/*a.facebook:focus{
	outline: 2px solid #00AEEF;
}*/

.headerLanding {
    background: url(../images/background_banner_intro.jpg);
    background-repeat: no-repeat;
    width: 1024px;
    height: 604px;
    background-position: initial;
}

.headerQuestions {
	background:url(../images/background_banner_2.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:379px;
	background-position:center;
    margin-bottom: 30px;
}

.ribbonLanding {
    background: url(../images/banner_intro.png);
    background-repeat: no-repeat;
    width: 395px;
    height: 605px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ribbonQuestions {
    background: url(../images/banner.png);
    background-repeat: no-repeat;
    background-color: #0074a3;
    width: 360px;
    height: 379px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ribbonResults {
    background: url(../images/banner_results.png);
    background-repeat: no-repeat;
    width: 360px;
    height: 379px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.score {
    height: 124px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    left: -30px;
    top: 264px;
    width: 260px;

}

.bestOf{
	width:112px;
	height:74px;
	position:absolute;
	left: 256px;
	top: 236px;
	z-index:3;
}

/*
.bestOfTwo{
	position: absolute;
	left: 257px;
	top: 58px;
	z-index: 10;
}
*/

.bestOf.twoDigits{
    left: 308px;
}

.bestOfGrey{
	width:112px;
	height:74px;
	position:absolute;
	left: 223px;
	top: 73px;
	z-index:3;
}
.bestOfGrey.twoDigits{
    left: 289px;
}

.startButton {
    padding: 4px 8px 4px 8px;
    font-size: 14px;
    -webkit-appearance: none;
    color: #0073a1;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-family: "Aspira-medium", Helvetica, Arial, Sans-Serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-color: #0073a1;
    display: block;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
}
.startButton.mainButtonText {
    color: #0073a1;
    margin-left: auto;
}

.startButton:hover {
	background-color: #0073a1;
    color: #ffffff; 
}

.startButton:focus{
	 -webkit-box-shadow: 0px 0px 5px #3594d7;
	 box-shadow: 0px 0px 5px #3594d7;
    border: 1px solid #3594d7;
    outline: -webkit-focus-ring-color none 5px;	 -webkit-box-shadow: 0px 0px 5px #3594d7;	 box-shadow: 0px 0px 5px #3594d7;
    border: 1px solid #3594d7;
    outline: -webkit-focus-ring-color none 5px;
}

.nextButton {
    padding: 4px 8px 4px 8px;
    font-size: 14px;
    -webkit-appearance: none;
    color: #0073a1;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-family: "Aspira-medium", Helvetica, Arial, Sans-Serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-color: #0073a1;
    display: block;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
}

.nextButton:focus{
	 -webkit-box-shadow: 0px 0px 5px #3594d7;
	 box-shadow: 0px 0px 5px #3594d7;
    border: 1px solid #3594d7;
    outline: -webkit-focus-ring-color none 5px;
}

.nextButton:hover{
	background-color: #ffffff;
    color: #0073a1; 
}



.startLinkButton {
    width: 140px;
    margin: 0px auto;
    position: relative;
    bottom: -550px;
    padding: 4px 8px 4px 8px;
    font-size: 14px;
    text-decoration: none;
    -webkit-appearance: none;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-family: "Aspira-medium", Helvetica, Arial, Sans-Serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid white;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #0073a1;
    color: #ffffff;
}

.startLinkButton:focus {
    -webkit-box-shadow: 0px 0px 5px #3594d7;
    box-shadow: 0px 0px 5px #3594d7;
    border: 1px solid #3594d7;
    outline: -webkit-focus-ring-color none 5px;
}

.startLinkButton:hover {
    color: #0073a1;
    background-color: #ffffff;
}

.resultIconDabbler {
	height:74px;
	position:absolute;
	overflow:hidden;
	z-index:3;
	left: 50%;
	top: 190px;
	background:url(../images/icon_pacifier.png);
	width:156px;
	height:156px;
    margin-left: -78px;
}

.resultIconTwo {
	height:74px;
	position:absolute;
	overflow:hidden;
	z-index:3;
	left: 50%;
	top: 190px;
	background:url(../images/icon_boxing-gloves.png);
	width:156px;
	height:156px;
    margin-left: -78px;
}

.resultIconKnowItAll {
	height:74px;
	position:absolute;
	overflow:hidden;
	z-index:3;
	top: 190px;
	background:url(../images/icon_grad-cap.png);
	width:156px;
	height:156px;
    left: 50%;
    margin-left: -78px;
}

.result-write-up {
	width:275px;
	margin:auto;
	margin-top: 15px;
}

.questionBlocker {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FCFCFC;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 20;
  display: none;
}

.answerBubble {
	padding-top:45px;
	padding-right:30px;
	height:390px;
	width:435px;
	background-image:url(../images/image_bubble.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:4;
	left: 20px;
	top: 358px;
	display:none;
  z-index: 30;
}

.answerBubble.ans1 {
	background-image:url(../images/image_bubble_left.png);
	padding-left: 30px;
	/*padding-right: auto;*/
	left: 288px;
        padding-top: 38px;
    
}

.answerBubble.ans2 {
	background-image:url(../images/image_bubble_left.png);
	padding-left: 30px;
	/*padding-right: auto;*/
	left: 477px;
}


.answerBubble.ans3 {
	background-image:url(../images/image_bubble.png);
	padding-right: 30px;
	/*padding-left: auto;*/
	left: 96px;
}

.answerBubble.ans4 {
	background-image:url(../images/image_bubble.png);
	padding-right: 30px;
	/*padding-left: auto;*/
	left: 285px;
}


.bubbleText {	
	width:320px;
	margin:auto;
}

.bubbleLink {
	margin-top:12px;
	background-color:transparent;
	border:none;
	cursor:pointer;
	text-align:center;
}

/*.bubbleLink:focus{
	outline: 42px solid #00AEEF;
}
*/

/*----------------------------------------------------------------------answers*/

.answers-container {
	/*width: 800px;*/
	overflow: hidden;
	/*display: inline-block;*/
	display: block;
	/*margin: 10px auto;*/
	
	
}

.answerContainer {
	float:left;
	margin-top:10px;
	margin-left:20px;
	overflow:hidden;
	width:180px;
    text-align: center;
	/*height: 220px;*/
}

.answer {
	height:150px;
	width:180px;
	/*background-size:903px 321px;*/
    background-size: 360px 640px;
}
  
#question-1 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question1.png);*/
    background-image: url(../common/images/sprites/question1.png);
}

.ie8 #question-1 .answer, .ie7 #question-1 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question1.png);*/
    background-image: url(../common/images/sprites/question1-lowres.png);
}

#question-2 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question2.png);*/
    background-image: url(../common/images/sprites/question2.png);
}

.ie8 #question-2 .answer, .ie7 #question-2 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question2.png);	*/
    background-image: url(../common/images/sprites/question2-lowres.png);
}

#question-3 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question3.png);*/
    background-image: url(../common/images/sprites/question3.png);
}

.ie8 #question-3 .answer, .ie7 #question-3 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question3.png);*/	
    background-image: url(../common/images/sprites/question3-lowres.png);
}

#question-4 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question4.png);*/
    background-image: url(../common/images/sprites/question4.png);
}

.ie8 #question-4 .answer, .ie7 #question-4 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question4.png);	*/
    background-image: url(../common/images/sprites/question4-lowres.png);
}

#question-5 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question5.png);*/
    background-image: url(../common/images/sprites/question5.png);
}

.ie8 #question-5 .answer, .ie7 #question-5 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question5.png);	*/
    background-image: url(../common/images/sprites/question5-lowres.png);
}

#question-6 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question6.png);*/
    background-image: url(../common/images/sprites/question6.png);
}

.ie8 #question-6 .answer, .ie7 #question-6 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question6.png);	*/
    background-image: url(../common/images/sprites/question6-lowres.png);
}

#question-7 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question7.png);*/
    background-image: url(../common/images/sprites/question7.png);
}

.ie8 #question-7 .answer, .ie7 #question-7 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question7.png);	*/
    background-image: url(../common/images/sprites/question7-lowres.png);
}

#question-8 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question8.png);*/
    background-image: url(../common/images/sprites/question8.png);
}

.ie8 #question-8 .answer, .ie7 #question-8 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question8.png);	*/
    background-image: url(../common/images/sprites/question8-lowres.png);
}

#question-9 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question9.png);*/
    background-image: url(../common/images/sprites/question9.png);
}

.ie8 #question-9 .answer, .ie7 #question-9 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question9.png);	*/
    background-image: url(../common/images/sprites/question9-lowres.png);
}

#question-10 .answer {
	/*background-image:url(../images/spriteboards/high%20res/question10.png);*/
    background-image: url(../common/images/sprites/question10.png);
}

/*#question-10 .answer-three {
    background-position: -432px 18px;
}
#question-10 label:hover .answer-three {
    background-position: -432px -132px;
}*/

.ie8 #question-10 .answer, .ie7 #question-10 .answer {
	/*background-image:url(../images/spriteboards/low%20res/question10.png);	*/
    background-image: url(../common/images/sprites/question10-lowres.png);
}


.arrowLeft, .arrowRight{
	display: none;
}


input[type="radio"]{
	height: 0;
	width: 0;
	position: absolute;
	opacity: 0;
	float: left; /*firefox fix*/
	left: 0;
}

input[type="radio"].focus + label,
input[type="radio"]:focus + label {
	outline: 2px solid #00AEEF;
}

input[type="radio"] + label span.answerText{
	width: 100%;
	display: block;
}

.answer-one {
    /*background-position:-15px 20px;*/
    background-position: 0px 0px;
    cursor:pointer;
    border: none;
}

label:hover .answer-one,
label.active .answer-one{
	/*background-position:-15px -131px;*/
    background-position: -180px 0px;
	cursor:pointer;
}


.answer-two {
	/*background-position:-200px -306px;*/
    background-position: 0px -160px;
	cursor:pointer;
}


label:hover .answer-two,
label.active .answer-two{
	/*background-position:-200px -137px;*/
    background-position: -180px -160px;
	cursor:pointer;
}

.answer-three {
	/*background-position:-393px 20px;*/
    background-position: 0px -320px;
	cursor:pointer;
}

label:hover .answer-three,
label.active .answer-three{
	/*background-position:-393px -132px;*/
    background-position: -180px -320px;
	cursor:pointer;
}

.answer-four {
	/*background-position:-595px 20px;*/
    background-position: 0px -480px;
	cursor:pointer;
}

label:hover .answer-four,
label.active .answer-four{
	/*background-position:-595px -132px;*/
    background-position: -180px -480px;
	cursor:pointer;
}


/*end of answers*/

.shareIcons {
	width:245px;
	height:56px;
	position:absolute;
	overflow:hidden;
	left: 770px;
	top: 10px;
}

.facebook {
	width:56px;
	height:56px;
	background:url(../images/share_facebook.png);
	overflow:hidden;
	display:inline-block;
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.twitter {
	width:56px;
	height:56px;
	background:url(../images/share_twitter.png);
	overflow:hidden;
	display:inline-block;
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.mail {
	width:56px;
	height:56px;
	background:url(../images/share_mail.png);
	overflow:hidden;
	display:inline-block;
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.linkedin {
	width:56px;
	height:56px;
	background:url(../images/share_linkedin.png);
	overflow:hidden;
	display:inline-block;
	float:left;
	margin-right:0px;
	cursor:pointer;
}

.finalResults{
	width:345px;;
	height:auto;
	float:left;
    margin-left: 17px;
    margin-top: 6px;
}

.finalResultsWritten{
	width:auto;
	height:auto;
	clear:both;
    margin-top: 36px;
}

.resultsContainer{
	width:340px;
	height:200px;
	float:left;
}

.writeUp {
	float:left;
	width:620px;
	padding-left:25px;
    margin-top: 23px;
    border-left: dotted 2px #cccccc;
}

.scoreResult {
	height:130px;
	position:absolute;
	overflow:hidden;
	z-index:2;
	left: 151px;
	top: 208px;
}

.scoreResultTwo {
	height:133px;
	position:absolute;
	overflow:hidden;
	z-index:2;
	left: 111px;
	top: 39px;
    font-family: 'Aspira-light', Arial, sans-serif;
    color: #0074a3;
}

.sliderBar {
	width:850px;
	height:50px;
	background:url(../images/slider-bar.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	position:relative;
  left:-45px;
}

.sliderDragger {
	width:45px;
	height:50px;
	background:url(../images/slider-dragger.png);
	background-repeat:no-repeat;
	position:absolute;
	top: -12px;
}

.restart {
	height:100px;
	width:100px;
	overflow:hidden;
	margin-top:60px;
	float:left;
	display:inline-block;
	background:url(../images/spriteboard-buttons.png);
	background-position:-140px -20px;
	cursor:pointer;
  position: relative;
  z-index: 19;
  border: none;
}

.restart:focus {
	outline: 2px solid #00AEEF;
}

.restart:hover  {
	background-position:-140px -120px;
    color: #ffffff;
}

.submit {
	height:100px;
	width:100px;
	overflow:hidden;
	margin-top:60px;
	float:right;
	display:inline-block;
	background:url(../images/spriteboard-buttons.png);
	background-position:-40px -20px;
	cursor:pointer;
	border: none;
	position: absolute;
	top: 80px;
	right: 10px;
}

.submit:focus {
	outline: 2px solid #00AEEF;
}

.submit:hover{
	background-position:-40px -120px;
    color: #ffffff;
}

.question-container {
	width:1024px;
	position: relative;
}

.results-container {
	width:1024px;
	height:300px;
	position:relative;
}

.footer {
    background-color: #FFFFFF;
    width: 1024px;
    height: 160px;
    overflow: hidden;
    
}


.footerShadow {
	background:url(../images/footer-shadow.png);
	height:60px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
    background-position: center;
    background-repeat: no-repeat;
}

.lifeEvent {
	background-repeat:no-repeat;
	width:52px;
	height:110px;
	margin-left:50px;
	margin-top:25px;
	float:left;	
}

.rules{
	width:630px;
	margin-top:20px;
	padding-left:5px;
	border-bottom:2px dotted #cccccc;
}
.steps{
	width:200px;
	margin-top:20px;
	margin-left:20px;
	float:left;	
}

.stepNumber {
	width:45px;
	float:left;
	margin-right:10px;
}

.stepIcon {
	position:absolute;
	width:40px;
	left: 327px;
	top: 831px;
}

.rule-left {
	overflow:hidden;
}

.logo {
    float: right;
    padding-right: 25px;
    border-left: 1px solid #CECECE;
    padding-left: 30px;
    height: 96px;
    padding-top: 28px;
    margin-top: 16px;
}

.finalResultsMobile {
	display:none;
}

.scoreMobile {
	display:none;
}

@media only screen and (max-width : 991px) {

 .answerLetter-a {
    height: 26px;
    width: 26px;
    background-image: url(../common/images/letter_a.png);
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}

.answerLetter-b {
       height: 26px;
    width: 26px;
    background-image: url(../common/images/letter_b.png);
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-top: 0px; 
}

.answerLetter-c {
      height: 26px;
    width: 26px;
    background-image: url(../common/images/letter_c.png);
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-top: 0px;  
}

.answerLetter-d {
        height: 26px;
    width: 26px;
    background-image: url(../common/images/letter_d.png);
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}   
    
    
    .startButton.mainButtonText {
    color: #0073a1;
    margin-left: 0px;
}

        .startButton.mainButtonText:hover {
    color: #ffffff;
    margin-left: 0px;
}
    
  a.linkButtonMobile {
    display: none;
  }
  
  .mainContainer {
    width:768px;
  }

  .popup {
    left: 221px;
    top: 330px;
  }

  .nextButton {
    margin-left:128px;
  }

  .scoreMobile {
    display:none;
  }

  .mainContainerLanding {
    width:768px;
    height:200px;
  }

  .headerQuestions {
    background: url(../images/background_banner_tablet.jpg);
    background-repeat:no-repeat;
    width:768px;
  }

  /*fieldset{
    width: 555px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }*/

  .answerContainer {
    margin-left:5px;
    width:133px;
    height: 200px;
  }
  
  .answerContainer.answerContainerTen {
    margin-left:5px;
    width:133px;
    height: 200px;
  }
  
  .question-container {
    width:768px;
  }
  
  .footer {
    width:768px;
    height:310px;
    position:relative;
  }

  .logo {
    position:absolute;
    padding-right:25px;
    margin-left: -110px;
    left: 50%;
    top: 161px;
    border: none;
  }

    .lifeEvent {
        display: none;
    }
    .rule-left {
        width: 662px;
        margin: auto;
    }
    
  .sliderBar {
    width:659px;
    height:13px;
    background:url(../images/slider-bar_tablet.png);
  }
  
.ribbonQuestions {
    background: url(../images/banner_tablet.png);
    background-repeat: no-repeat;
    height: 378px;
    width: 360px;
}

  .scoreResult {
    position:absolute;
    left: 131px;
    top: 165px;
  }

  .score {
    position: absolute;
    left: -4px;
    top: 184px;
    width: 227px;
  }

  .bestOf{
    position:absolute;
    left: 235px;
    top: 195px;
  }
  
  .headerQuestions {
    height:360px;
  }

  .headerLanding {
    background:url(../images/background_banner_intro_tablet.jpg);
    background-repeat:no-repeat;
    width:1024px;
    height:auto;
    
  }

.ribbonLanding {
    background: url(../images/banner_intro_tablet.png);
    background-repeat: no-repeat;
    height: 435px;
    width: 309px;
}

  .startLinkButton {
    top: 300px;
  }

  .headerLanding {
    background:url(../images/background_banner_intro_tablet.jpg);
    background-repeat:no-repeat;
    width:768px;
    height:auto;
  }

  .footerShadow {
    background:url(../images/footer-shadow-tablet.png);
    height:60px;
    width:768px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .ribbonResults {
    background:url(../images/banner_results_tablet.png);
    background-repeat:no-repeat;
    height:380px;
  }

  .resultIconDabbler {
    left: 190px;
    top: 212px;
    background:url(../images/icon_pacifier_tablet.png);
    background-repeat:no-repeat;
    height:120px;
    width:119px;
  }

  .resultIconTwo {
    left: 190px;
    top: 212px;
    background:url(../images/icon_boxing-gloves_tablet.png);
    background-repeat:no-repeat;
    height:120px;
    width:119px;
  }

  .resultIconKnowItAll {
    left: 190px;
    top: 212px;
    background:url(../images/icon_grad-cap_tablet.png);
    background-repeat:no-repeat;
    height:120px;
    width:119px;
  }

  .results-container {
    width:768px;
    height: 330px;
    position:relative;
  }

  .writeUp {
    width:364px;
  }

  .startButton {
    left: 575px;
    top: 297px;
  }
  .shareIcons {
    left: 515px;
    top:-15px;
  }

  /*--------------------------------------------------------answers*/


  .answer {
    padding-top:20px;
    height:100px;
    width:135px;
    background-size:903px 285px;
  }

  #question-1 .answer {
    background-image:url(../images/spriteboards/mobile/question1.png);
  }

  #question-2 .answer {
    background-image:url(../images/spriteboards/mobile/question2.png);
  }

  #question-3 .answer {
    background-image:url(../images/spriteboards/mobile/question3.png);
  }

  #question-4 .answer {
    background-image:url(../images/spriteboards/mobile/question4.png);
  }

  #question-5 .answer {
    background-image:url(../images/spriteboards/mobile/question5.png);
  }

  #question-6 .answer {
    background-image:url(../images/spriteboards/mobile/question6.png);
  }

  #question-7 .answer {
    background-image:url(../images/spriteboards/mobile/question7.png);
  }

  #question-8 .answer {
    background-image:url(../images/spriteboards/mobile/question8.png);
  }

  #question-9 .answer {
    background-image:url(../images/spriteboards/mobile/question9.png);
  }

  #question-10 .answer {
    background-image:url(../images/spriteboards/mobile/question10.png);
  }

  input[type="radio"] + label:hover .answer-one,
  input[type="radio"]:hover + label .answer-one,
  .answer-one {
    background-position:-35px 20px;
  }

  /*input[type="radio"] + label:hover .answer-one,
  input[type="radio"]:hover + label .answer-one,*/
  input[type="radio"]:checked + label .answer-one {
  /*.answer-one.active, .answer-one:hover{*/
    background-position:-35px -131px;
  }

  input[type="radio"] + label:hover .answer-two,
  input[type="radio"]:hover + label .answer-two,
  .answer-two {
    background-position:-226px 20px;
  }

  /*input[type="radio"] + label:hover .answer-two,
  input[type="radio"]:hover + label .answer-two,*/
  input[type="radio"]:checked + label .answer-two {
  /*.answer-two.active, .answer-two:hover{*/
    background-position:-226px -131px;
  }

  input[type="radio"] + label:hover .answer-three,
  input[type="radio"]:hover + label .answer-three,
  .answer-three {
    background-position:-413px 20px;
  }

  /*input[type="radio"] + label:hover .answer-three,
  input[type="radio"]:hover + label .answer-three,*/
  input[type="radio"]:checked + label .answer-three {
  /*.answer-three.active, .answer-three:hover{*/
    background-position:-413px -131px;
  }

  input[type="radio"] + label:hover .answer-four,
  input[type="radio"]:hover + label .answer-four,
  .answer-four {
    background-position:-622px 20px;
  }

  /*input[type="radio"] + label:hover .answer-four,
  input[type="radio"]:hover + label .answer-four,*/
  input[type="radio"]:checked + label .answer-four {
  /*.answer-four.active, .answer-four:hover{*/
    background-position:-622px -132px;
  }

  .answerBubble{
    top: 288px;
  }

  .answerBubble.ans1 {
    left: 233px;
  }

  .answerBubble.ans2 {
    background: url(../images/image_bubble_left_top.png) -78px -108px;
    left: 300px;
    top: 502px;
  }

  .answerBubble.ans3 {
    background: url(../images/image_bubble_right_top.png) -84px -108px;
    left: 20px;
    top: 506px;
  }

  .answerBubble.ans4 {
    left: 68px;
  }

  .finalResultsMobile {
    display:none;
  }
}

@media only screen and (max-width : 767px) {
	
  a.linkButtonMobile {
    display: none;
  }
  .ribbonQuestions {
    background:url(../images/banner_phone.png);
    width:480px;
    height:99px;
  }

  .popup {
    left: 80px;
    top: 100px;
  }

  .nextButton {
    margin-left:109px;
  }

  .mainContainer {
    width:480px;
    overflow:hidden;
    
  }

  .mainContainerLanding {
    width:480px;
    height:200px;
  }

  .headerQuestions {
    width:480px;
    height:99px;
    background:none;
  }

  .score {
    display:none;
  }

  .bestOf {
    display:none;
  }

  .bestOfGrey{
    display:none;
  }

  .scoreResult {
    display:none;
  }

  .question-container {
    width:480px;
  }

  .answers-container{
    width:480px;
  }

  .question-one{
  }

  .restart {
    display:none;
    clear:both;
  }

  .answerContainer {
    float:left;
    margin-top:10px;
    margin-left:5px;
    overflow:hidden;
    width:110px;
    height:180px;
    margin-bottom: 10px;
  }
  
  .answerContainer.answerContainerTen {
    margin-left: 5px;
    width: 111px;
    height: 180px;
  }

  .answer {
    height:100px;
    width:110px;
    background-image:url(../images/spriteboard-icons_high-res_mobile.png);
  }

  .footerShadow {
      display: none;
    background:url(../images/footer-shadow-phone.png);
    width:480px;
    height:29px;
    position: absolute;
    top: 515px;
  }

  .footer {
    width:480px;
    height:380px;
    overflow:hidden;
    position:relative;
    margin-top: 120px;
  }

  .submit {
    height:100px;
    width:100px;
    overflow:hidden;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
    background:url(../images/spriteboard-buttons.png);
    background-position:-40px -20px;
    cursor:pointer;
  }

  .steps{
    width:350px;
  }

  .logo {
    display: none;
    padding-left:160px;
    padding-top:2px;
    width:480px;
    background:#FFF;
    left: -5px;
    top: 279px;
  }

  .lifeEvent {
    margin-left: 13px;
  }

  .submit {
    position: absolute;
    z-index: 5;
    left: -63px;
    right: 185px;
    top: 250px;
  }

  .scoreMobile {
    display:block;
    position:absolute;
    left: 188px;
    top: 115px;
  }

  .scoreResultMobile {
    text-align:left;
    width:100px;
  }

  .ribbonResults {
    background:url(../images/banner_phone.png);
    background-repeat:no-repeat;
    width:480px;
    height:99px;
  }

  .resultIconDabbler {
    display:none;
  }

  .resultIconTwo {
    display:none;
  }

  .resultIconKnowItAll {
    display:none;
  }

  .finalResultsMobile {
    display:block;
    width:480px;;
    height:auto;
    float:left;
    border-bottom:1px #666;
    margin-bottom:15px;

  }
    
  .finalResults {
    display:none;
  }

  .results-container {
    width:480px;
  }

.writeUp {
    float: left;
    width: auto;
    padding-right: 50px;
    margin-left: 0px;
    border-left: none;
}

  .startButton {
    left: 295px;
    top: 315px
  }
    
.startButton.mainButtonText {
    color: #0073a1;
    margin-left: 0px;
}    
    
    .finalResultsWritten {
    width: auto;
    height: auto;
    clear: both;
    margin-top: 12px;
}

  .shareIcons {
    left: 240px;
    top: -15px;
  }

  .headerLanding {
    background:url(../images/background_banner_intro_mobile.jpg);
    background-repeat:no-repeat;
    width:480px;
    height:auto;
    
  }


.ribbonLanding {
    background: url(../images/banner_intro_mobile.png);
    background-repeat: no-repeat;
    width: 180px;
    height: 245px;
}

  .startLinkButton {
    overflow:hidden;
    z-index:2;
    left: 19px;
    top: 193px;
    bottom: auto;
    cursor:pointer;
  }

/*.questionText {
  	margin-left:25px;
  }
*/

  .answerBubble {
    height:auto;
    padding-bottom:30px;  
    padding-top:120px;
    width:480px;
    background:#C60B20;
    z-index:4;
    left: 20px;
    top: 358px;
    display:none;
    z-index: 30;
  }

  .answerBubble.ans1 {
	height:auto;
	padding-bottom:30px;  	
    width:400px;
    background:#0074a3;
    left: 14px;
    top: 141px;
    padding-top:15px;
  }

  .answerBubble.ans2 {
	height:auto;
	padding-bottom:30px;  
    width:400px;
    background:#0074a3;
    left: 14px;
    top: 141px;
    padding-top:15px;
  }


  .answerBubble.ans3 {
	height:auto;
	padding-bottom:30px;  
    width:400px;
    background:#0074a3;
    left: 36px;
    top: 141px;
    padding-top:15px;
  }

  .answerBubble.ans4 {
	height:auto;
	padding-bottom:30px;  
    width:400px;
    background:#0074a3;
    left: 36px;
    top: 141px;
    padding-top:15px;

  }

  /*-----------------------------------------------------------answers*/


  #question-1 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_001.jpg);
    background-size: 440px 200px;
    padding-top: 0px;
      
  }

  #question-2 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_002.jpg);
          background-size: 440px 200px;
    padding-top: 0px;
  }

  #question-3 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_003.jpg);
          background-size: 440px 200px;
    padding-top: 0px;
  }

  #question-4 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_004.jpg);
          background-size: 440px 200px;
    padding-top: 0px;
  }

  #question-5 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_005.jpg);
          background-size: 440px 200px;
    padding-top: 0px;
  }

  #question-6 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_006.jpg);
          background-size: 440px 200px;
    padding-top: 0px;
  }

  #question-7 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_007.jpg);
          background-size: 440px 200px;
    padding-top: 0px;
  }

  #question-8 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_008.jpg);
          background-size: 440px 200px;
    padding-top: 0px;
  }

  #question-9 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_009.jpg);
          background-size: 440px 200px;
    padding-top: 0px;
  }

  #question-10 .answer {
    background-image:url(../images/spriteboards/mobile/spriteboards-new_010.jpg);
          background-size: 440px 200px;
    padding-top: 0px;
  }

  input[type="radio"] + label:hover .answer-one,
  input[type="radio"]:hover + label .answer-one,
  .answer-one {
    background-position: 0px 0px;
  }

  /*input[type="radio"] + label:hover .answer-one,
  input[type="radio"]:hover + label .answer-one,*/
  input[type="radio"]:checked + label .answer-one {
    background-position: 0px -100px;
  }

  input[type="radio"] + label:hover .answer-two,
  input[type="radio"]:hover + label .answer-two,
  .answer-two {
    background-position: -110px 0px;
  }

  /*input[type="radio"] + label:hover .answer-two,
  input[type="radio"]:hover + label .answer-two,*/
  input[type="radio"]:checked + label .answer-two {
    background-position: -110px -100px;
  }

  input[type="radio"] + label:hover .answer-three,
  input[type="radio"]:hover + label .answer-three,
  .answer-three {
        background-position: -220px 0px;
  }

  /*input[type="radio"] + label:hover .answer-three,
  input[type="radio"]:hover + label .answer-three,*/
  input[type="radio"]:checked + label .answer-three {
        background-position: -220px -100px;
  }

  input[type="radio"] + label:hover .answer-four,
  input[type="radio"]:hover + label .answer-four,
  .answer-four {
        background-position: -330px 0px;
  }

  /*input[type="radio"] + label:hover .answer-four,
  input[type="radio"]:hover + label .answer-four,*/
  input[type="radio"]:checked + label .answer-four {
        background-position: -330px -100px;
  }

  .footer.footerCondensed {
    margin-top:25px;
  }
}

@media only screen and (max-width : 479px) {
    
      .footer.footerCondensed {
    margin-top:0px;
  }
    
    .startLinkButton {
    overflow: hidden;
    z-index: 2;
    left: 90px;
    top: 196px;
    bottom: auto;
    cursor: pointer;
}
	
  a.linkButtonMobile {
    display: none;
  }
  
  .headerLanding {
    width:320px;
    background-image: url(../images/background_banner_intro_mobile_thin.jpg);
    height:auto;
  }

  .popup {
    left: -2px;
    top: 100px;
  }

  .nextButton {
    margin-left:60px;
  }

  .ribbonLanding {
    background:url(../images/banner_intro_mobile.png);
    background-repeat:no-repeat;
    width:320px;
    height:246px;
    background-position:center;
  }

  .ribbonQuestions {
    background:url(../images/banner_phone_thin.png);
    width:320px;
  }
  .mainContainer {
    width:320px;
    
  }

  .mainContainerLanding {
    width:320px;
  }

  .headerQuestions {
    width:320px;
  }


  .question-container {
    width:320px;
  }

  .answers-container{
    overflow:hidden;
    width: 620px;
  }

  .answerContainer {
    margin-left: 35px;
    height:auto;
    
  }
  .answerContainer.answerContainerTen {
    margin-left: 35px;
    width: 111px;
    height: 250px;
  }

  .submit {
    right: 100px;
  }

  .logo {
    left:-75px;
  }

  .scoreMobile {
    left: 64px;
    top: 108px;
  }

  .rules {
  width: 217px;
  padding-left: 25px;
  border-bottom: 2px dotted #B4B3B3;
  }
  .steps {
    margin-left: 15px;
    width:240px;
  }

  .stepNumber {
    
  }
  

  .footerShadow {
    background: url(../images/footer-shadow-phone_thin.png);
    width: 320px;
    display:none;
  }

/*.questionText {
  	margin-left:5px;
  	border-bottom: 2px dotted #CCCCCC;
  }
*/

  .arrowLeft {
    display: inline;
    background:url(../images/arrow_left-off.png);
    width:42px;
    height:125px;
    position:absolute;
    z-index:10;
    left: -5px;
    top: 120px;
    overflow:hidden;
  }

  .arrowLeft:active, .arrowLeft:hover {
    background:url(../images/arrow_left-on.png);
  }

  .arrowLeft:focus {
    outline: 2px solid #00AEEF;
  }

  .arrowRight {
    display: inline;
    background:url(../images/arrow_right-off.png);
    width:42px;
    height:125px;
    position:absolute;
    z-index:15;
    left: 288px;
    top: 120px;
    overflow:hidden;
  } 

  .arrowRight:active, .arrowRight:hover {
    background:url(../images/arrow_right-on.png);
  }

  .arrowRight:focus {
    outline: 2px solid #00AEEF;
  }

  .answerBubble {
    height:auto;
    width: 300px;
    left: 10px;
    top: 133px;
  }

  .answerBubble.ans1 {
    width:300px;
    left: 10px;
    top: 133px;
    padding: 15px 0 35px 0;
  }

  .answerBubble.ans2{
    width:300px;
    left: 10px;
    top: 133px;
	  padding: 15px 0 35px 0;
  }

  .answerBubble.ans3{
    width:300px;
    left: 10px;
    top: 133px;
	  padding: 15px 0 35px 0;
  }

  .answerBubble.ans4 {
    width:300px;
    left: 10px;
    top: 133px;
	  padding: 15px 0 35px 0;
  }

  .finalResultsMobile {
        width: 260px;
  }

  .results-container {
    width: 320px;
  }

  .writeUp {
    width: 260px;
    margin-left: 0px;
    padding-right: 15px;
    padding-bottom: 20px;
    border-bottom: 2px dotted;
    border-color: #CCCCCC;
  }

  .finalWriteUp {
    font-size: 13px;
    line-height: 20px;
  }

  .startButton {
    left: 74px;
    top: 359px;
  }

  .ribbonResults {
    background:url(../images/banner_phone_thin.png); 

  }

  .finalResultsWritten {
    border-bottom: 2px dotted;
    border-color:#CCCCCC;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 24px;
  }

  .shareIcons {
    left: 110px;
    top: -15px;
  }

  .facebook {
    margin-right:-5px;
  }

  .twitter {
    margin-right:-5px;
  }

  .mail {
    margin-right:-5px;
  }

  .footer {
    background:url(../images/footer_image.png);
    width:320px;
    height:160px;
    overflow:hidden;
    background-repeat:no-repeat;
    margin-top:140px;
  }

  .rules {
    display:none;
  }

  .steps {
    display:none;
  }
  .lifeEvent {
    display:none;
  }

