/*Colors*/

/*#bcdca2 light green

#4f5e20 dark green

#0eb593 medium green

#3f3f3f grey

 */





/*Clearfix*/

.cf:after {
	content: " ";
	display: table;
	clear: both;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
}
h2 {
	font: 600 25px/25px "Open Sans", sans-serif;
	color: #3f3f3f;
	color: rgba(63,63,63, .68);
	text-transform: uppercase;
	margin-top: 0;
}
p {
	font: 300 18px/20px "Open Sans", sans-serif;
	color: #3f3f3f;
	color: rgba(63,63,63, .68);
}
.wrapper {
	max-width: 640px;
	height: 400px;
	padding: 0;
	border: 1px solid #3f3f3f;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
header {
	background-color: #fff;
	width: 100%;
	height: 100px;
	padding: 0;
}
.header-left {
	margin: 5px;
}
.tabs {
	margin-bottom: 0px !important;
	margin-left: -15px;
	margin-right: -24px;
}
.tabs dd, .tabs .tab-title {
	position: relative;
	margin-bottom: 0px !important;
	list-style: outside none none;
	float: left;
	width: 24.75%;
	border-bottom: 5px solid #fff;
}
.tabs dd > a, .tabs .tab-title > a {
	display: block;
	padding: 10px ;
	font: 600 12px/17px "Open Sans", sans-serif;
	text-align: center;
	color: #fff;
	background-color: #005874;
	text-transform: uppercase;
}
.tabs dd.active a, .tabs .tab-title.active a {
	color: #fff;
	background-color: #005874;
}
.tabs dd:first-child a {
	background-color: #3f3f3f;
	background-color: rgba(63,63,63,.68);
	border-right: 5px solid #fff;
}
.tabs dd:nth-child(2) a {
	background-color: #4f5e20;
	background-color: rgba(79,94,32,.75);
	border-right: 5px solid #fff;
}
.tabs dd:nth-child(3) a {
	background-color: #0eb593;
	background-color: rgba(14,181,147,1.0);
	border-right: 5px solid #fff;
}
.tabs dd:last-child a {
	background-color: #004b4e;
	background-color: rgba(0,75,78,.72);
}
/*Content for tabs   */



.tabs-content {
	margin-bottom: 0;
	width: 105%;
    margin-left: -15px;
    height: 396px;
	position: relative;
	background-color: #005874;
}
.tabs-content .answer {
	margin-top: 10px;
	
}
.tabs-content .answer h2 {
	font: 600 28px/1.0 "Open Sans", sans-serif;
	color: #3f3f3f;
	color: rgba(63,63,63,.68);
	text-transform: uppercase;
}
.tabs-content .js-choosing.answer h2 {
	color: #0eb593;
}
.tabs-content .js-tracking.answer h2 {
	color: #bcdca2;
}
.tabs-content .answer p {
	font: 400 15px/21px "Open Sans", sans-serif;
	color: #fff;
}
.tabs-content .content {
	background-color: #005874;
	
}
.tabs-content .content:first-child,  .tabs-content .content:nth-child(2),  .tabs-content .content:nth-child(3),  .tabs-content .content:last-child {
	background-color: #ffffff;
	
}
.question-box {
	
	margin: .2em 1em;
	position: relative;
}
.question-box img {
	position: relative;
	float: right;
}
.question-box .question {
	margin: 0 auto;
}
.question-box button {
	border: 2px solid #0eb593;
	font: 600 16px/16px "Open Sans", arial, sans-serif;
	background-color: transparent;
	color: #0eb593;
	padding: 0.75rem 0rem .95rem 0rem;
	position: relative;
	width: 125px;
	margin-right: 1rem;
}
.question-box button:hover {
	background-color: rgba(188,220,162, .80);
}
.question-box button:last-child {
	margin-right: 0;
}
#panel2 .question-box h2 {
	color: rgba(79,94,32,.75);
}
#panel3 .question-box h2 {
	color: rgba(14,181,147, 1.0);
}
#panel4 .question-box h2 {
	color: rgba(0,75,78, .72);
}
/*bubbles*/

.bubble {
	cursor: pointer;
	display: inline-block;
}
.lunch-answer-10,  .lunch-answer-20,  .lunch-answer-30,  .book-answer-10,  .book-answer-20,  .book-answer-30,  .eat-answer-10,  .eat-answer-20,  .eat-answer-30,  .save-answer-10,  .save-answer-20,  .save-answer-30,  img.js-nodisplay,  .hidden {
	display: none;
}
/*intro screen for desktop*/

#intro-screen {
	display: block;
	padding: 1em;
	width: 100%;
	height: 100%;
	background-color: #3f3f3f;
	z-index: 1000;
	position: absolute;
	top: 0px;
}
.intro-text {
	position: relative;
	margin: 1em;
}
.intro-text p {
	font: 300 20px/26px "Open Sans", sans-serif;
	color: #ffffff;
}
#intro-screen .intro-text button {
	border: 2.5px solid #bcdca2;
	font: 300 30px/30px "Open Sans", sans-serif;
	color: #bcdca2;
	background-color: transparent;
	padding: 0.25rem 3.25rem 0.35em;
	position: relative;
	top: 40px;
	left: 50%;
	transform: translate(-50%, -50%);
}
#intro-screen .intro-text button:hover {
	background-color: rgba(79,94,32,0.30);
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)

====================================================================== */

@media only screen and (max-width: 568px) {
.wrapper {
	max-width: 100%;
	height: 100%;
}
.tabs dd a {
	height: 44px;
}
#intro-screen {
	display: block;
	padding-top: 25px;
	width: 100%;
	height: 100%;
	top: 0px;
}
.intro-text {
	width: 90%;
}
.intro-text p {
	font: 300 18px/24px "Open Sans", sans-serif;
}
#intro-screen .intro-text button {
	font: 300 44px/44px "Open Sans", sans-serif;
	padding: 0.25rem 3.25rem 0.35em;
	top: 10px;
	left: 0.5%;
}
header {
	height: 90px;
}
.header-left {
	margin-top: 2%;
}
.tabs dd > a, .tabs .tab-title > a {
	font: 700 12px/14px "Open Sans", sans-serif;
	padding: 8px;
}
.tabs-content .answer h2 {
	font-size: 28px;
	line-height: 28px;
}
.tabs-content .answer p {
	font-size: 10px;
	line-height: 17px;
}
.tabs-content .answer {
	margin-left: 0;
	margin-top: 0;
	height: 40px;
}
.tabs-content {
	width: 111%;
	height: 100%;
}
.tabs dd > a, .tabs .tab-title > a {
	font: 700 11px/14px "Open Sans", sans-serif;
}
.question-box {
	width: 90%;
}
.question-box button {
	font: 600 18px/21px "Open Sans", arial, sans-serif;
	width: 90px;
	padding: 0.75rem 0rem 0.95rem;
	margin-right: 0;
}
.question-box img {
	position: absolute;
	float: right;
	top: 290px;
	left: 73%;
	width: 16%;
}
.mobile-hidden {
	display: none;
}
.tabs dd:nth-child(3) a {
	line-height: 28px;
}
}
