
body { background-color: #e1e7eb; margin: 0; padding: 0; font-family: "aktiv-grotesk-std"; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a, a:link, a:hover, a:active, a:focus {
	color: #6ba177;
	text-decoration: none;
}
a:hover {
	color: #335039;
}

.grecaptcha-badge { opacity:0; }

.tooltip {
    background: url(../images/info.png) center center / cover no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}

.wrap {
	width: 98%;
	max-width: 1400px;
	margin: 0px auto;
}

#movingLogo {
    position: fixed;
    max-width: 280px;
    z-index: 1001;
    opacity: .1;
    transition: opacity .6s;
}
#movingLogo.small {
	position: relative;
	display: block;
	margin: 0 auto;
}
#welcome {
	position: fixed;
/* 	max-width: 800px; */
	width: 90%;
	color: #607380;
	max-width: 480px;
/* 	border: 1px solid #DDD; */
/* 	background: #EBF3F7; */
	padding: 30px 0 10px 0;
	margin: 0 auto;
	border-radius: 8px;
	line-height: 1.5em;
	text-align: justify;
    opacity: .1;
    transition: opacity .6s;
}
#welcome .title {
    color: #6ba177;
    display: block;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    font-weight: 400;
}
#welcome ul {
	margin: 0 0 0 16px;
	padding: 0;
}
#welcome .button {
	margin: 10px 0;
}
.contacURL {
	text-align: center;
	font-size: .8em;
	margin-bottom: 10px;
}
.contactURL a {
	font-weight: 600;
}

#q-container {
    width: 100%;
    overflow: hidden;
    display: none;
}

#q-container ul {
    list-style: outside none none;
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
    width: 95vw;
    position: relative;
}
#q-container ul > li {
    opacity: .1;
    position: absolute;
    top: 5000px;
    width: 100%;
    overflow-y: scroll;
}
#q-container .qnum {
    color: #71b67f;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 15px;
}
#q-container .question {
    color: #627380;
    display: block;
    font-size: 22px;
    padding: 10px 0;
}
#q-container .type-3 .question::after {
    content: "Select all that apply";
    font-size: 15px;
    margin-left: 10px;
    white-space: nowrap;
}
#q-container .more {
    color: #acb8bf;
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}
#q-container .wz-next {
	display: block;
	color: #71b67f;
	text-decoration: none;
	margin: 30px 0 15px;
	font-size: 0.9em;
	border: 2px solid #71b67f;
	padding: 8px 0;
	max-width: 80px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

#proximity {
    color: #607380;
    margin-top: 20px;
    opacity: 1;
    transition: all .2s;
}
#proximity.disabled {
	opacity: .2;
}
#proximity > select {
    display: block;
}

.questionContain.location .answers select {
	display: block;
	margin-top: 10px;
}


.answers .hori {
    display: inline-block;
    margin-right: 10px;
}



.proximityOption select {
  padding: 5px 14px;
  font-size: 15px;
  float: right;
}
.proximityOption {
  max-width: 600px;
  margin: 0 auto 15px;
}


#wz-control.stick {
	position: fixed;
	background-color: rgba(252,252,252,.9);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1000;
	display: none;
}
#wz-control .logo {
    position: absolute;
    display: none;
}
#progress {
    background-color: #ecf0f2;
    border-radius: 5px;
    height: 10px;
    margin: 15px auto 0;
    width: 60%;
    position: relative;
}
#progress > .bar {
	height: 10px;
	border-radius: 5px;
	width: 0;
	background-color: #71b67f;
}
#progress > .count {
    bottom: -25px;
    color: #71b67f;
    font-size: 10px;
    left: 0;
    position: absolute;
    white-space: nowrap;
    font-weight: 600;
}
.italic {
		font-style: italic;
		font-weight: 300;
}
.wz-nav {
    position: absolute;
    right: 0;
    top: 8px;
    width: 100%;
}
.wz-nav > a {
    border: 2px solid #71b67f;
    color: #71b67f;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8em;
    text-align: center;
}
.wz-nav > a.wz-next {
	float: right;
}
#wz-control.stick .wz-nav > a {
	margin: 5px 5px 5px 15px;
}
a.wz-next, a.wz-prev {
	transition: all .4s;
}

a.button {
    background: none repeat scroll 0 0 #6ba177;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

a.disabled {
	cursor: default;
	color: #ddd !important;
	pointer-events: none;
	border-color: #ddd !important;
}
a.wz-next:focus, a.wz-prev:focus {
	opacity: .8;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : auto;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label,
.proximityOption label {
  display      : inline;
  margin-left  : 0;
  line-height  : 1.8em;
  color		   	 : #71b67f;
  font-size		 : 1.1em;
  font-weight  : 600;
}
.answerDescription {
    font-size: 13px;
    color: #666;
}
.proximityOption .answerDescription {
    display: block;
}
input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  margin           : 0.25em 0.5em 0.25em -.5em;
  margin-left	   : -6px;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}
input[type=radio   ]:not(old) + label > span{
	border-radius    : 50%;
}
input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}
input[type=checkbox]:not(old):checked + label > span:before{
  content     : '\2713';
  display     : block;
  width       : 1em;
  color       : #71b67f;
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}
input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 50%;
  background       : #71b67f;
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}
select {
	border: none;
	background: none;
	background-color: #D0D7DB;
	font-size: 17px;
	font-weight: 600;
	color: #627380;
	padding: 14px;
	max-width: 100%;
}
select option {
	margin: .7em 0;
	padding: 0 0 0 15px;
	font-weight: 400;	
}
input[type=text] {
	padding: 13px;
	font-size: 17px;
}


#results {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	display: none;
}
#results .scoresContain {
	position: relative;
	height: 150px;
}
#results .scoreContain {
	background: url(../images/amp-score-badge-bg-nologo.png) no-repeat 0 0 / cover;
	color: #fff;
    height: 150px;
    line-height: 1;
    position: absolute;
    right: -5000px;
    text-align: center;
    width: 150px;
}
.scoreContain .label {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-top: 40px;
    text-transform: uppercase;
}
.scoreContain .score {
	display: block;
    font-size: 40px;
    margin-top: 2px;
}
.scoreContain .score::after {
/*     content: "/100"; */
    font-size: 13px;
}
.scoreContain.compare.compareNation {
	top: 58px;
}

.an::before {
  content: "n";
  display: none;
}
.show.an::before {
  display: inline;
}

#results .scoreContain.compare {
  background-size: 100px;
  height: 100px;
  width: 100px;
  display: none;
}
.scoreContain.compare .label {
  margin-top: 30px;
  font-size: 11px;
}
.scoreContain.compare .score {
    font-size: 18px;
    margin-top: 2px;
}
@media (min-width: 768px) {
	#results .scoresContain {
		height: 250px;
	}
	#results .scoreContain.compare {
	  background-size: 140px;
	  height: 140px;
	  width: 140px;
	}
	.scoreContain.compare .label {
		margin-top: 39px;
		font-size: 13px;
	}
	.scoreContain.compare .score {
	  font-size: 30px;
	  margin-top: 5px;
	}
	.scoreContain.compare {
		top: 20px;
	}
	.scoreContain.compare.compareNation {
		top: 99px;
	}
}

#results .more {
    display: none;
    max-width: 800px;
    position: relative;
/*     top: 300px; */
    width: 90%;
    color: #607380;
    margin-bottom: 20px;
	text-align: center;
}
#results h2 {
	
}
h2.myScore {
    color: #6ba177;
    text-align: center;
}
#results h3 {
	text-align: center;
	margin-top: 45px;
}
#results p {
    /* text-align: justify; */
}   
#results .action {
	display: block;
    margin: 30px auto 0;
    width: 80%;
}
#results a.button {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 8px 0;
}
#results a.submitScore.button {
/* 	width: 180px; */
	border-radius: 1px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.1rem;
	font-weight: bold;
}
#results a.editScore.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #6ba177 inset;
    color: #6ba177;
    margin-top: 20px;
/*     width: 105px; */
	border-radius: 1px;
	padding-top: 12px;
	padding-bottom: 12px;
}


#submitScore {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 85%;
	max-width: 800px;
}
#submitScore h2 {
    color: #6ba177;
    text-align: center;
}
#submitScore .entry {
    margin: 18px 0;
}
#submitScore label {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 0 0;
    padding: 12px 2%;
    text-align: center;
    width: 96%;
    float: left;
    margin-bottom: 0;
    color: #fff;
    transition: opacity .3s, filter .3s;
}
#submitScore input {
    border: medium none;
    padding: 12px 2%;
    width: 96%;
    background-color: rgba(252, 252, 252, 0.8);
    transition: opacity .3s, filter .3s;
}
#submitScore input:focus {
		background-color: rgba(252, 252, 252, 1); 
}
#submitScore input.names {
	width: 96%;
	float: none;
}
#submitScore input.names.last {
	float: none;
}
#submitScore select {
	float: none;
	padding: 11px;
	font-size: 17px;
	width: 100%;
	font-weight: 300;
}
#submitScore .button {
    background-color: #99cc33;
    color: #fff;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    width: 50%;
    padding: 1em 2.5em;
	text-transform: none;
}
#submitScore .error {
    box-shadow: 0 0 4px -1px red inset;
}
.errorMsg {
	text-align: right;
	color: red;
	height: 20px;
}
#submitScore .thankyou {
	display: none;
	text-align: center;
}

/*
.answers .checkbox {
    padding-left: 40px;
    text-indent: -40px;
}
*/


@media screen and (max-width: 768px) {
	.hideMobile { display: none; }
}

@media screen and (min-width: 768px) {
	.wrap {
		width: 80%;
	}
	#welcome {
		padding: 30px 30px 10px 30px;
	}
	#welcome .title {
		font-size: 2em;
	}
	#q-container ul > li {
	}
	#q-container .question {
		font-size: 38px;
		line-height: 1.2em;
		font-weight: 300;
	}
	
	.questionContain.location .answers select {
		display: inline-block;
		margin-top: 0px;
	}
	
	.answers .checkbox {
	    float: left;
	    width: 45%;
	    padding-left: 5%;
	    text-indent: -5%;
	}
	#wz-control.stick {
		height: 100px;
	}
	#wz-control.stick .wz-nav > a {
	    margin: 5px 5px 5px 0;
	}
	#wz-control .logo {
	    display: block;
	    left: 1.5%;
	    top: -55px;
	    width: 150px;
	}
	.wz-nav {
		width: auto;
		bottom: 24px;
		top: auto;
		right: 1%;
	}
	.wz-nav > a {
		padding: 8px 14px;
		font-size: .6em;
	}
	.wz-nav > a.wz-next {
		float: none;
	}
	
	#results .scoreContain {
	    height: 250px;
	    width: 250px;
	}
	.scoreContain .label {
	    font-size: 16px;
	    margin-top: 69px;
	}
	.scoreContain .score {
	    font-size: 65px;
	    margin-top: 8px;
	}
	.scoreContain .score::after {
	    font-size: 15px;
	}
	#results .action {
	    width: 400px;
	}
	#results a.submitScore.button {
		width: 220px;
	}
	#results a.editScore.button {
	    margin-top: 0px;
	    margin-left: 30px;
	    width: 145px;
	}
	
	
	#submitScore label {
    	border-radius: 5px 0 0 5px;
    	width: 23%;
    	text-align: right;
	}
	#submitScore input {
		width: 69%;
		float: left;
	}
	#submitScore input.names {
		float: left;
	}
	#submitScore input.names.last {
		float: right;
	}
	#submitScore input.names, #submitScore input.city {
		width: 32.0%;
	}
	#submitScore select {
		float: right;
		padding: 11px;
		font-size: 17px;
		width: 35%;
		font-weight: 300;
	}
	#submitScore input.zip {
		width: 25%;
	}
	#submitScore .button {
	    display: block;
	    text-align: center;
	    width: auto;
	    float: right;
	    margin: 0;
	}
	#submitScore input.dob.month, #submitScore input.dob.day {
	    width: 15%;
	}
	#submitScore input.dob.year {
	    width: 20%;
	    float: left;
	}
	#submitScore label.radiobtn {
		width: 37.2%;
	}
}

@media screen and (min-width: 1060px) {
	#wz-control .logo {
	    left: 6.5%;
	    top: -70px;
	    width: 171.5px;
	}
	#progress {
    	margin: 35px auto 0;
	}
	.wz-nav {
		right: 4%;
	}
	#wz-control.stick .wz-nav > a {
		margin: 5px;
		font-size: .8em;
	}
	#progress > .count {
	    font-size: 14px;
	}
}