html, body {
	background-color: #fff;
	color: #636363;
	font-family: 'Lato', sans-serif;
	height: 100vh;
	margin: 0;
}

a {
	color: #208661;
	transition: all 0.5s ease;
}

a:hover, a:active, a:hover:active {
	color: #683eaa;
	cursor: pointer;
}

button {
	transition: all 0.5s ease;
}

::placeholder {
	color: rgba(51, 51, 51, 0.5);
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
::-moz-placeholder { /* Firefox 19+ */
	color: rgba(51, 51, 51, 0.5);
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
:-ms-input-placeholder { /* IE 10+ */
	color: rgba(51, 51, 51, 0.5);
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
:-moz-placeholder { /* Firefox 18- */
	color: rgba(51, 51, 51, 0.5);
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(51, 51, 51, 0.5);
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}


label {
	color: #333;
}




#promotion-content {
	margin: 25px 25px 0;
	font-size: 1.75rem;
	line-height: 1.1em;
}

#promotion-content h1 {
	font-weight: 900;
	color: #555;
}

#promotion-content h2 {
	font-weight: 700;
	color: #444;
}

#promotion-content h3 {
	font-weight: 900;
	color: #333;
}






.ask {
	font-size: 1.8em; 
	font-weight: 300; 
	color: #fff; 
	font-family: "Roboto Condensed", Roboto Condensed, Roboto, sans-serif;
	line-height: 1em;
/* 
	font-size: 1.5em; color: #999; font-weight: 300; line-height: 1.1em;
	padding: 0px 10px;
 */
}

#facet-button {
	width: 70%; 
	max-width: 300px; 
	background-color: #666; 
	text-transform: none; 
	font-family: "Roboto Condensed", Roboto Condensed, Roboto, sans-serif;
	font-size: 1.5em; 
	font-weight: 400;
	border-color: #444;
	color: #fff;
}

.intro {
	font-size: 1.25em; color: #666; font-weight: 300; line-height: 1em;
	padding: 0px 10px;
	margin: 10px 0;
}

.tell {
	font-size: 1.5em; color: #666; font-weight: 300; line-height: 1.1em;
}

.button {
	text-transform: uppercase;
}

.rating, .facet-rating, .sup-rating {
	margin: 0px 3px;
	font-size: 3.3em;
	color: #ccc;
	cursor: pointer;
}

.rating.active, .facet-rating.active, .sup-rating.active {
	color: #fd0;
}

.rating.hover, .facet-rating.hover, .sup-rating.hover {
	color: #fd0;
}

div.users {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	width: 100%;
	margin-top: 15px;
}

div.user {
/* 	width: calc(33% - 10px); */
	width: calc(33% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid transparent;
	padding: 10px 0px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1.1em;
}

div.user:hover {
	border: 1px solid #bff358;
}

div.user.active {
	border: 1px solid #9c3;
}

.profile-image, .sup-image {
	background: #c83d8c;
	border-radius: 50px;
	height: 75px;
	width: 75px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-size: cover;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	background-position: 50% 50%;
}

.sup-image {
	margin: 3px 0;
}
/*
.profile-image.no-image:after {
 
	content: "\f007"; 
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 50px;
	left: 50%;
	margin-left: -18px;
	top: -5px;
	color: rgba(255,255,255,0.5);
	z-index: 1;
 
}
*/
#profile-image {
	margin-top: 15px;
	cursor: default;
}

#panes {
	height: 100%;
	width: 100%;
	position: relative;
}

.pane {
	width: 100%;
	height: 100%;
	transition: all 1.5s ease;
	background: #fff;
}

#pane-rating {
	display: none;
}

#pane-feedback {
	display: none;
}

#feedback-message {
	margin-bottom: 15px;
}

.supplemental-item {
	margin-bottom: 7px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.btn-primary {
	background-color: #208661;
	border-color: #24956c;
	color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:hover:active {
	background-color: #24956c;
	border-color: #208661;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #683eaa;
	border-color: #572F95;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 0.33;
	background: #999;
	border-color: #999;
}

@media (min-width: 375px) {
	.profile-image {
		height: 100px;
		width: 100px;
	}

	.sup-image {
		height: 90px;
		width: 90px;
		border-radius: 50%;
	}
}

@media (min-width: 768px) {
	.profile-image {
		height: 115px;
		width: 115px;
		border-radius: 75px;
	}

	.sup-image {
		height: 75px;
		width: 75px;
		border-radius: 50%;
	}
}

@media (min-width: 992px) {
	.profile-image {
		height: 130px;
		width: 130px;
		border-radius: 75px;
	}

	.sup-image {
		height: 75px;
		width: 75px;
		border-radius: 50%;
	}

	div.user {
		width: calc(25% - 10px);
	}
}

@media (min-width: 1200px) {
	.profile-image {
		height: 150px;
		width: 150px;
		border-radius: 75px;
	}

	.sup-image {
		height: 75px;
		width: 75px;
		border-radius: 50%;
	}

	div.user {
		width: calc(25% - 10px);
	}
}


.flex-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.flex-box.align-middle {
	align-items: center;
}

.flex-box.align-start {
	align-items: flex-start;
}

.flex-box.align-end {
	align-items: flex-end;
}

.flex-box.align-stretch {
	align-items: stretch;
}



.ph {
	background: rgb(245,245,245);
	height: 24px;
	border-radius: 6px;
	display: inline-block;
	min-width: 24px;
}