
@import url("https://use.typekit.net/wbs6vby.css");

/*GAME AND TIMELINE CSS PRODUCED BY NET NATIVES*/
html {
	scroll-behavior: smooth;
}


#smartliving-header{
  background: #6E55C6 url("../images/smartlivingicons.png") no-repeat center;
  background-size:cover;
    padding-top:1.5em;
}

#smartliving-header-sub{
	background:#00B0BA;
	padding-top:0.5em;
	padding-bottom:0.5em;
}




#smartliving-header-sub a[role="button"]{
 background: #6E55C6!important;
 color: #fff;
 border:0;
 box-shadow: none;
 text-shadow: none;
 font-weight: 700;
}

   

#smartliving-header-sub a[role="button"]:hover{
 background: #BFDF42;
 color: #000;
 border:0;
}

   


#sl-strapline {
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 2em;
}

@media only screen and (min-width: 48em) {
  #sl-strapline {
    font-size: 1.25em; } }
@media (max-width: 37.5em) {
  #sl-logo {
    padding: 0 4em; } }


.bold-highlight {
  font-weight: 700; }






#page {
	background: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal; 
	color: #222;
}
#page h1, #page h2, #page h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal; ;
}
#page h2.yellow {
	color: #6E55C6;
}


#page h2.white {
	color: #fff;
}


#page h2 span {
	font-size: 0.85em;
	color: #06545e;
}

#page_content{
	font-size:1.10em;
}

.breakout-area {
	color: #060A3B;
}
.breakout-area header {
	position: absolute;
	bottom: 0;
	padding-bottom: 7.5%;
	line-height: 160%;
	font-size: 0.75em;
}
@media (min-width: 37.5em) {
	.breakout-area header {
		font-size: 1.5em;
	}
}
@media (min-width: 48em) {
	.breakout-area header {
		font-size: 1.75em;
		padding-bottom: 20%;
	}
}
@media (min-width: 90em) {
	.breakout-area header {
		padding-bottom: 20%;
		font-size: 2em;
	}
}
header span {
	font-size: 2.15em;
	position: relative;
	left: -2px;
}
.large-pad {
	padding: 7.5% 3em;
}
a[role="button"].primary.full-width {
	background: #6E55C6;
	color: #fff;
	padding: 1.5em 1em;
	font-size: 1.25em;
	text-shadow: none;
}
a[role="button"].primary.full-width:hover {
	background: #00B0BA;
	color: #060A3B;
}
a[role="button"].primary.full-width p {
	margin: 0;
}
a[role="button"].secondary, button.secondary {
	background: #6E55C6;
	color: #fff !important;
	padding-left: 2em;
	padding-right: 2em;
	text-shadow: none;
	padding-top: 0;
	box-shadow: none;
}
a[role="button"].secondary:hover, button.secondary:hover {
	background: #060A3B;
	color: #FBDF80 !important;
}
button.primary {
	background: #060A3B;
	color: #fff;
	padding-top: 0;
	text-shadow: none;
}
button.primary:hover {
	background: #FBDF80;
	color: #060A3B;
}
#rehome {
	background: #6E55C6;
	padding-top: 2em;
	color:#222;
}
#repair {
	background:#00B0BA;
	padding-top: 10%;
	position: relative;
}
#buy {
	background: #6E55C6;
	padding-top: 2em;
	color: #fff;
}
#hire {
	background-size: cover;
	padding-top: 2em;
	color: #222;
}
#buy-donate {
	background:#00B0BA;
	padding-top: 2em;
}
#trading-platform-buttons a[role="button"] {
	background: #fff;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0.5em;
	min-height: 3em;
}
#horizontal-slider .six.columns {
	width: 50% !important;
}
#decorative-scissors {
	display: none;
}
#hire a:link, #hire a:visited,
#buy a:link, #buy a:visited {
	color: #6E55C6;
	border-bottom: 1px solid #6E55C6;
}

a.white:link, a.white:visited{
	color: #fff!important;
	font-weight:strong;
	border-bottom: 1px solid #fff!important;
}


a.white:hover, a.white:active
 {
	color: #222!important;
	border-bottom: 1px solid #222!important;
}



@media (min-width: 76em) {
	#decorative-scissors {
		display: none;
		position: absolute;
		top: -2%;
		left: 75%;
	}
}

.furniture-charities{
	display:none;
}

.carousel {
	min-width: 900px;
	max-width: 1236px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.carousel-activator {
	display: none;
}
.carousel-controls {
	display: none;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: -50%;
	right: -2.5%;
	left: -2.5%;
	bottom: 0;
}
.carousel-controls:first-of-type {
	justify-content: flex-end;
}
.carousel-controls:last-of-type {
	justify-content: flex-start;
}
.carousel-control {
	cursor: pointer;
	display: flex;
	align-items: center;
	background-color: #00B0BA;
	color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
	font-family: museo-sans, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	height: 48px;
	justify-content: center;
	transition: 0.3s all;
	width: 48px;
	z-index: 1;
}
.carousel-control:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.carousel-activator:nth-of-type(1):checked~.carousel-controls:nth-of-type(1) {
	display: flex;
}
.carousel-activator:nth-of-type(1):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.carousel-activator:nth-of-type(2):checked~.carousel-controls:nth-of-type(2) {
	display: flex;
}
.carousel-activator:nth-of-type(2):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.carousel-activator:nth-of-type(3):checked~.carousel-controls:nth-of-type(3) {
	display: flex;
}
.carousel-activator:nth-of-type(3):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}
.carousel-activator:nth-of-type(4):checked~.carousel-controls:nth-of-type(4) {
	display: flex;
}
.carousel-activator:nth-of-type(4):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}
.carousel-activator:nth-of-type(5):checked~.carousel-controls:nth-of-type(5) {
	display: flex;
}
.carousel-activator:nth-of-type(5):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(-400%);
	transform: translateX(-400%);
}
.carousel-activator:nth-of-type(6):checked~.carousel-controls:nth-of-type(6) {
	display: flex;
}
.carousel-activator:nth-of-type(6):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(-500%);
	transform: translateX(-500%);
}
.carousel-activator:nth-of-type(7):checked~.carousel-controls:nth-of-type(7) {
	display: flex;
}
.carousel-activator:nth-of-type(7):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(-600%);
	transform: translateX(-600%);
}
.carousel-activator:nth-of-type(8):checked~.carousel-controls:nth-of-type(8) {
	display: flex;
}
.carousel-activator:nth-of-type(8):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(-700%);
	transform: translateX(-700%);
}
.carousel-activator:nth-of-type(9):checked~.carousel-controls:nth-of-type(9) {
	display: flex;
}
.carousel-activator:nth-of-type(9):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(-800%);
	transform: translateX(-800%);
}
.carousel-activator:nth-of-type(10):checked~.carousel-controls:nth-of-type(10) {
	display: flex;
}
.carousel-activator:nth-of-type(10):checked~.carousel-screen .carousel-track {
	-webkit-transform: translateX(-900%);
	transform: translateX(-900%);
}
.carousel-screen {
	overflow: hidden;
	margin-left: -16px;
	margin-right: -16px;
}
.carousel-track {
	font-size: 1em;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.carousel-item {
	display: inline-block;
	width: 50%;
	padding-left: 16px;
	padding-right: 16px;
	vertical-align: top;
	white-space: normal;
}
.carousel-text {
	position: relative;
	top: -3em;
	left: 1em;
	padding: 0.25em 1em;
	font-size: 1em;
	color: #222;
	background: #00B0BA;
	width: 90%;
}
.carousel-text h2 {
	margin-bottom: 0;
}
.carousel-text p {
	margin-top: 0;
}
.carousel-item-desktop-in-1 {
	width: 100%;
}
.carousel-item-desktop-in-2 {
	width: 50%;
}
.carousel-item-desktop-in-3 {
	width: 33.3333333333%;
}
.carousel-item-desktop-in-4 {
	width: 25%;
}
.carousel-item-desktop-in-5 {
	width: 20%;
}
.demo-content {
	color: #fff;
	display: flex;
	font-family: Helvetica;
	font-weight: 100;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 56px;
	height: 250px;
	width: 100%;
}
.carousel-item:nth-child(1) .demo-content {
	background-color: #216485;
}
.carousel-item:nth-child(2) .demo-content {
	background-color: #3692b6;
}
.carousel-item:nth-child(3) .demo-content {
	background-color: #6fccc9;
}
.carousel-item:nth-child(4) .demo-content {
	background-color: #a6e3cf;
}
.carousel-item:nth-child(5) .demo-content {
	background-color: #aff0be;
}
.carousel-item:nth-child(6) .demo-content {
	background-color: #527059;
}
.carousel-item:nth-child(7) .demo-content {
	background-color: #243127;
}
@media screen and (max-width: 1023px) {
	.carousel {
		padding-left: 0;
		padding-right: 0;
	}
	.carousel-activator:nth-of-type(n):checked~.carousel-controls:nth-of-type(n) {
		display: none;
	}
	.carousel-activator:nth-of-type(n):checked~.carousel-screen .carousel-track {
		-webkit-transform: none;
		transform: none;
	}
	.carousel-screen {
		margin-left: 0;
		margin-right: 0;
	}
	.carousel-track {
		overflow-x: auto;
		width: auto;
		padding-left: 48px;
		padding-right: 48px;
	}
	.carousel-item-tablet-in-1 {
		width: 90%;
	}
	.carousel-item-tablet-in-2 {
		width: 45%;
	}
	.carousel-item-tablet-in-3 {
		width: 30%;
	}
}
@media screen and (max-width: 650px) {
	.carousel-track {
		padding-left: 0;
		padding-right: 0;
	}
	.carousel-item-mobile-in-1 {
		width: 90%;
	}
	.carousel-item-mobile-in-2 {
		width: 45%;
	}
	.carousel-item-mobile-in-3 {
		width: 30%;
	}
}
#page .well {
	background: #00B0BA;
	margin-bottom: 1em;
	text-shadow: none;
}
#page .well.alternate {
	background: #00B0BA;
	border: 1px solid #fff;
}
#page .well.alternate-two {
	background: #6E55C6;
	color:#fff;
}

#page .well.transparent {
	background: rgba(255,255,255,0.5);
	margin-bottom: 1em;
	text-shadow: none;
}


.button-icon {
	position: relative;
	top: 9px;
	margin-right: 8px;
}
a[role="button"].secondary:hover .button-icon, button.secondary:hover .button-icon {
	fill: #FBDF80;
}
button.primary:hover .button-icon path {
	fill: #060A3B;
}
.cafe-info {
	display: none;
}

table.cafe-info{
	background-color: white;
}

table thead th {
	background-color: #060A3B;
}
input#txtlocation {
	width: auto;
	margin-bottom: 2em;
}
#search-radios {
	padding: 1em 0;
}
/* GAME STUFF */

#still-got-legs-game {
	position: absolute;
	left: -9999px;
	padding-bottom: 2em;
	transition: all 0.8s;
}
#still-got-legs-game.active {
	position: relative;
	left: 0;
}
#gameWrap {
	margin: auto;
	padding-right: 0;
	padding-left: 0;
	min-height: 560px;
	padding-bottom: 5vh;
	position: relative;
	background-color: #f2f2f2;
	overflow: hidden;
	background-image: url(/-/media/DEE008C337BB4A47B6F499523D30B970.ashx);
	background-size: cover;
	background-position: 50% 0%;
	border: 20px solid #f2f2f2;
}
#ginit {
	margin: auto;
	width: 100%;
	height: auto;
	padding-top: 20px;
	right: 0px;
	position: absolute;
	min-height: 540px;
}
#gcont {
	margin: auto;
	height: auto;
	width: 100%;
	padding-top: 20px;
	right: -1200px;
	position: absolute;
	min-height: 540px;
}
.juicer-feed::-webkit-scrollbar {
	width: 0 !important;
}
.juicer-feed {
	max-height: 1000px;
}
.hide {
	opacity: 0;
}
.show {
	opacity: 1;
}
.questionText {
	font-size: 18px;
	color: #000;
	margin-top: 100px;
	background-color: #025d68;
	width: 90%;
	left: 5%;
	position: absolute;
	padding: 40px;
	text-align: left;
	color: #fff;
	-webkit-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
}
.introTxt {
	font-size: 18px;
	color: #fff;
	margin-top: 100px;
	width: 70%;
	left: 15%;
	position: absolute;
	padding: 40px;
	text-align: center;
}
.font-primary {
	font-family: 'Josefin Sans', sans-serif;
}
.introTxt h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	line-height: 1.2;
	color: #fdc125;
	padding-bottom: 30px;
	font-weight: bold;
	font-style: italic;
}
.finalScore {
	font-weight: bold;
}

.question {
	position: absolute;
	bottom: 120px;
	width: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-size: 2em;
	color: #025d68;
}



@media(min-width:768px){
.question {
	bottom: 0;
	font-size: 3em;
	
}
}

@media(min-width:900px){
.question {
	bottom: 80px;
}	
}
	
	
.result {
	color: #fdc125;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-size: 2em;
	display: block;
}
.optionImg img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: 0.5s all;
	/* padding:24px; */
	background-image: url(/-/media/FB3CA0A1EDB44CD28DB90CFDB1618ABE.ashx);
	background-size: cover;
	background-position: 50% center;
	-webkit-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
}
.optionImg {
	margin-top: 1.25em;
	width: 380px;
	height: 300px;
	display: inline-flex;
	cursor: pointer;
	opacity: 1;
	margin: 0 20px;
	padding-top: 2em;
}
@media (min-width: 37.5em) {
	.optionImg {
		padding-top: 4em;
	}
}
.game-intro {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: absolute;
	/* background-image:url(../images/wall.jpg);
  background-size:cover;
  background-position: 50% 50%; */
	background-color:#00B0BA;
}
.wrongImage {
	transform: scale(0.96) !important;
	border: 8px solid #f74949 !important;
	filter: grayscale(0.3);
}
.rightImage {
	transform: scale(1.05) !important;
	border: 8px solid #025d68 !important;
}
.arrow-right {
	max-width: 18px;
	background: transparent;
	padding-bottom: 3px;
}
.oimg {
	border: 8px solid #e2e2e2;
}
.oimg:hover {
	transform: scale(1.03);
	border: 8px solid #fdc125;
	cursor: pointer;
}
.spacer {
	height: 30px;
}
.feedback1 {
	background-image: url(/-/media/FD28DD3F5066495AB93C0BCE0F13C278.ashx);
	background-size: 65px;
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 90%;
	left: 5%;
	margin-top: 20px;
	text-align: left;
	padding: 14px;
	font-size: 20px;
	color: white;
	background-color: #025d68;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	bottom: 0;
	-webkit-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
}
.feedback2 {
	background-image: url(/-/media/69C2A74FC5BB46D79F77FEB1F86B6908.ashx);
	background-size: 65px;
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 90%;
	left: 5%;
	margin-top: 20px;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	color: white;
	background-color: #025d68;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	bottom: 0;
	-webkit-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
}
#feedback {
	padding: 30px 30px 30px 105px;
	margin-top: 35px;
	line-height: 1.4;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}
.wrongTxt, .rightTxt {
	color: #fdc125;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	display: block;
	padding-bottom: 4px;
}
.introText {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-size: 1.2em;
	display: block;
	padding-bottom: 8px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.intro-body-one {
	font-family: sans-serif;
	font-size: 20px;
	color: #000;
	position: absolute;
	top: 85px;
	left: 0;
	width: 80%;
	left: 10%;
}
.c-btn {
	background-color: #f2f2f2;
	transition: 0.5s ease background-color;
	color: #025d68;
}
.social-icons {
	font-size: 2em;
	margin-top: 0;
}
.social-icons a:hover {
	color: #fdc125;
}
.c-btn:hover {
	background-color: #fdc125;
	cursor: pointer;
}
.next {
	margin-top: 20px;
	position: absolute;
	right: 10px;
	top: -10px;
	box-shadow: none;
}
.introTxt p {
	margin-bottom: 40px;
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
	.questionText {
		font-size: 18px;
		color: #fff;
		margin-top: 4px;
	}
	.intro-body {
		font-weight: 200;
		margin-bottom: 40px !important;
	}
	.intro-wrap {
		padding-bottom: 4vh;
	}
	#gameWrap {
		min-height: 500px;
		border: 10px solid #f2f2f2;
		background-size: 300%;
	}
	#ginit, #gcont {
		padding-top: 80px;
	}
	.optionImg img {
		width: 100%;
		height: 100%;
		transition: 0.5s all;
		background-image: url(/-/media/FB3CA0A1EDB44CD28DB90CFDB1618ABE.ashx);
		background-size: cover;
		background-position: 50% center;
		-webkit-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
		-moz-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
		box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	}
	.optionImg {
		width: 46%;
		height: auto;
		display: inline-flex;
		cursor: pointer;
		opacity: 1;
		margin: 0 1%;
	}
	.introTxt {
		margin-top: 20px;
		width: 96%;
		left: 2%;
		padding: 20px;
	}
	.question {
		/* display:none; */
		padding-bottom: 40px;
	}
	#feedback {
		padding: 15px 15px 15px 80px;
		margin-top: 20px;
		line-height: 1.4;
		font-size: 18px;
		font-family: 'Josefin Sans', sans-serif;
	}
	.feedback1 {
		background-image: url(/-/media/FD28DD3F5066495AB93C0BCE0F13C278.ashx);
		background-size: 50px;
		background-repeat: no-repeat;
		background-position: 10px center;
		width: 96%;
		left: 2%;
		margin-top: 20px;
		text-align: left;
		padding: 14px;
		font-size: 20px;
		color: white;
		background-color: #025d68;
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		bottom: 0;
		-webkit-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
		-moz-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
		box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	}
	.feedback2 {
		background-image: url(/-/media/69C2A74FC5BB46D79F77FEB1F86B6908.ashx);
		background-size: 50px;
		background-repeat: no-repeat;
		background-position: 10px center;
		width: 96%;
		left: 2%;
		margin-top: 20px;
		text-align: left;
		font-size: 20px;
		line-height: 24px;
		color: white;
		background-color: #025d68;
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		bottom: 0;
		-webkit-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
		-moz-box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
		box-shadow: 2px 6px 47px -4px rgba(0, 0, 0, 0.44);
	}
	#ginit {
		margin: auto;
		width: 100%;
		height: auto;
		padding-top: 60px;
		right: 0px;
		position: absolute;
		min-height: 480px;
	}
	#gcont {
		margin: auto;
		height: auto;
		width: 100%;
		padding-top: 60px;
		right: -1200px;
		position: absolute;
		min-height: 480px;
	}
	.wrongImage {
		transform: scale(0.96) !important;
		border: 4px solid #f74949 !important;
		filter: grayscale(0.3);
	}
	.rightImage {
		transform: scale(1.05) !important;
		border: 4px solid #025d68 !important;
	}
	.arrow-right {
		max-width: 18px;
		background: transparent;
		padding-bottom: 3px;
	}
	.oimg {
		border: 4px solid #e2e2e2;
	}
	.oimg:hover {
		transform: scale(1.03);
		border: 4px solid #fdc125;
		cursor: pointer;
	}
	.introText {
		color: #025d68;
		font-family: 'Josefin Sans', sans-serif;
		font-style: italic;
		font-size: 1.2em;
		display: block;
		padding-bottom: 8px;
		position: absolute;
		left: 3%;
		top: auto;
		bottom: 10% !important;
		background-color: white;
		padding: 8px 18px 6px 14px;
		border-radius: 4px;
	}
}