/* CSS */
@font-face {
	font-family: "Avenir Next";
	src: url("/assets/fonts/fa19948e-5e38-4909-b31e-41acd170d6f2.woff") format('woff');
	font-weight: 200;
}
@font-face {
	font-family: "Avenir Next";
	src: url("/assets/fonts/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format('woff');
	font-weight: 300;
}
@font-face {
	font-family: "Avenir Next";
	src: url("/assets/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format('woff');
	font-weight: 400;
}
@font-face {
	font-family: "Avenir Next";
	src: url("/assets/fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format('woff');
	font-weight: 500;
}
@font-face {
	font-family: "Avenir Next";
	src: url("/assets/fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format('woff');
	font-weight: 700;
}
@font-face {
	font-family: "Avenir Next";
	src: url("/assets/fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format('woff');
	font-weight: 800;
}
@font-face {
	font-family: "Avenir Next";
	src: url("/assets/fonts/181c847e-cdbc-43d5-ae14-03a81c8953b4.woff") format('woff');
	font-weight: 900;
}
@font-face {
	font-family: "Avenir";
	src: url("/assets/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format('woff');
	font-weight: 200;
}
@font-face {
	font-family: "Avenir";
	src: url("/assets/fonts/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format('woff');
	font-weight: 300;
}
@font-face {
	font-family: "Avenir";
	src: url("/assets/fonts/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format('woff');
	font-weight: 400;
}
@font-face {
	font-family: "Avenir";
	src: url("/assets/fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format('woff');
	font-weight: 500;
}
@font-face {
	font-family: "Avenir";
	src: url("/assets/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format('woff');
	font-weight: 600;
}
@font-face {
	font-family: "Avenir";
	src: url("/assets/fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff") format('woff');
	font-weight: 700;
}

html{
	width: 100%;
	height: 100%;
	font-family: 'Avenir Next', sans-serif;
}

#the_body{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#menu_protected{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #dbdbdb;
	width: 0px;
	height: 100%;
	display: none;
}

.menu_items{
	display: none;
	color: white;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-left: 30px;
	cursor: pointer;
}
.privacy_item{
	font-size: 14px;
}
@media (min-height: 300px) {
	.privacy_item{
		position: absolute;
		bottom: 20px;
	}
}
@media (max-height: 299px) {
	.privacy_item{
		margin-top: 20px;
	}
}

#money_person{
	width: 150px;
	height: 150px;
	background-color: black;
	overflow: hidden;
	display: none;
	border-radius: 10px;
}

#person_image{
	cursor: pointer;
	height: 100%;
	width: auto;
}

#user_created_alert{
	text-align: center;
	font-size: 30px;
	color: #009933;
}

.search_image{
	border-radius: 100%;
	height: 150px;
	width: 150px;
	object-fit: cover;
}

.search_image_comments{
	border-radius: 100%;
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin-top:20px;
}

.menu_items:hover{
	text-decoration: underline;
}

.my_comments_name{
	font-size: 600;
	font-size: 17px;
	letter-spacing: 1.2px;
	float: left;
}

.my_comments_comment{
	color: gray;
	letter-spacing: 1.2px;
	font-size: 17px;
	float: left;
}

.info_cont{
	display: inline-block;
	float: right;
}

.info_cont_comments{
	display: inline-block;
	float: left;
	overflow-x: scroll;
}

.comment_datetime{
	text-align: right;
	vertical-align: bottom;
}


.search_image_cont{
	display: inline-block;
	float: left;
}

.search_image_cont_comments{
	display: inline-block;
	float: left;
}
.my_comments_score{
	background-color: rgb(68,161,250);
	width: 65px;
	height: 30px;
	display: inline-block;
	border-radius: 4px;
	color: white;
	margin-right: 15px;
	margin-left: 20px;
	text-align: center;
	line-height: 2.0;
}

.my_comments_date{
	font-size: 13px;
	vertical-align: bottom;
}

#my_comments_section{
	width: 100%;
	padding-top:20px;
}

textarea:focus, input:focus{
    outline: none;
}

#search_results{
}

@media (min-height: 1000px) {
	#search_results_cont{
		height: 1000px;
	}
	.about_title{
		font-family: "Avenir Next";
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border:15px;
		border-bottom: 15px;
		border-color: #999999;
		font-size: 50px;
	}

	.about_description{
		font-family: "Avenir Next";
		text-align: center;
		display: block;
		margin-left: 4%;
		margin-right: 4%;
		color: #999999;
		font-size: 50px;
		font-weight: 400;
	}

	.hide{
		display: none;
	}

	.image_container{
		width: 100%;
		height: 300px;
		background-color: #FFFFFF;
	}

	.person_image{
		width: 100%;
		height: auto;
		position: absolute;
		display: block;
	}
	.center_image{
		position: relative;
		overflow: hidden;
		width: 300px;
		height: 300px;
	}

	.persons_name{
		color: black;
		font-family: "Avenir Next";
		font-size: 66px;
		font-weight: 500;
	}
}
@media (max-height: 999px) {
	#search_results_cont{
		height: 800px;
	}
	.about_title{
		font-family: "Avenir Next";
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border:15px;
		border-bottom: 15px;
		border-color: #999999;
		font-size: 30px;
	}

	.about_description{
		font-family: "Avenir Next";
		text-align: center;
		display: block;
		margin-left: 4%;
		margin-right: 4%;
		color: #999999;
		font-size: 30px;
		font-weight: 400;
	}

	.hide{
		display: none;
	}

	.image_container{
		width: 100%;
		height: 200px;
		background-color: #FFFFFF;
	}

	.person_image{
		width: 100%;
		height: auto;
		position: absolute;
		display: block;
	}
	.center_image{
		position: relative;
		overflow: hidden;
		width: 200px;
		height: 200px;
	}

	.persons_name{
		font-family: "Avenir Next";
		font-size: 40px;
		font-weight: 500;
		color: black;
	}
}
.person_noimage{
	width:200px;
	height:200px;
	position: absolute;
	display: block;
	border-radius: 100%;
	background: #C4C4C4;
	color: white;
	font-size: 96px;
	text-align: center;
	padding-top: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}
.noImageDesktop{
	width:107px;
	height:107px;
	object-fit:cover;
	border-radius:100%;
	margin-top:25px;
	margin-bottom:15px;
	background: #C4C4C4;
	color: white;
	font-size: 50px;
	text-align: center;
	padding-top: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}
.noImageDesktopLarge{
	width:200px;
	height:200px;
	object-fit:cover;
	border-radius:100%;
	margin-top:0px;
	margin-bottom:15px;
	background: #C4C4C4;
	color: white;
	font-size: 96px;
	text-align: center;
	padding-top: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;

}
#my_comments{
	display: none;
}

#create_user{
	width: 100%;
	height: 700px;
	position: relative;
	overflow-y: scroll;
}

.add_recruit_title{
	font-family: "Avenir Next";
	text-align: center;
	width: 100%;
	color: #848484;
	font-size: 45px;
	font-weight: 600;
}

.event_chooser{
	font-family: "Avenir Next";
	text-align: center;
	width: 100%;
	color: #000000;
	font-size: 25px;
	font-weight: 600;
}

.placeholder_image{
	width: 100px;
	display: block;
	margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    opacity: 0.7;
}

#flo_logo{
	margin-top: 10px;
	width: 100px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

#menu_bars{
	font-size: 	25px;
	color: 		#999999;
	position: 	absolute;
	left:		30px;
	top: 		15px;
	cursor:  	pointer;
}

#back_button{
	position: 	absolute;
	right:		30px;
	top: 		15px;
}

#user_message{
	width: 100%;
}

#no_search_results{
	color: #999999;
	width: 100%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}

.search_space{
	width: 100%;
	height: 50%;
}

.grey_text{
	color:#999999;
	font-weight: 400;
	cursor: pointer;
}

.grey_text:hover{
	text-decoration: underline;
}

.forminput{
	font-family: "Avenir Next";
	text-align: center;
	border: 30px;
	border-radius: 5px;
	background-color: #F0F0F0;
    font-size: 30px;
    font-weight: 500;
    width: 400px;
	height: 65px;
 	color: #616466;
 	letter-spacing: 1.5px;  
 	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	word-wrap: break-word;
	resize: horizontal;
}

.forminput1{
	width: 400px;
	font-family: "Avenir Next";
	text-align: center;
	background-color: #F0F0F0;
	font-size: 30px;
	font-weight: 500;
	color: #616466;
	border: 30px;
	border-radius: 5px;
    resize: none;
}

.light_blue_button{
	font-family: "Avenir Next";
	border: 10px;
	width: 400px;
	border-radius: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 30px;
	color: white;
	margin-top: 0px;
	background-color: rgb(68,161,250);
	font-weight: 600;
	letter-spacing: 2.5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}
.light_gray_button{
	font-family: "Avenir";
	border: 10px;
	width: 120px;
	border-radius: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #848484;
	margin-top: 0px;
	background-color: #F0F0F0;
	font-weight: 500;
	letter-spacing: 1.5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
}
.light_blue_button_card{
	font-family: "Avenir Next";
	border: 5px;
	width: 180px;
	border-radius: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	color: white;
	margin-top: 0px;
	background-color: rgb(68,161,250);
	font-weight: 600;
	letter-spacing: 1.5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.light_blue_button_return{
	font-family: "Avenir";
	border: 5px;
	width: 180px;
	border-radius: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	color: white;
	margin-top: 0px;
	background-color: rgb(68,161,250);
	font-weight: 600;
	letter-spacing: 1.5px;
	display: block;
	margin-left: 50px;
}

.grey_button{
	border:0px;
	width: 300px;
	border-radius: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 20px;
	color: white;
	margin-top: 0px;
	background-color: #71B6E1;
	font-weight: 200;
	letter-spacing: 1.5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.about_cont{
	width: 100%;
}

.outline_cont{
	color: #999999;
	border-style: solid;
    border-width: 2px;
    padding: 10px;
    display: inline-block;
    border-color: #999999;
    border-radius: 15px;
    width: 110px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.vote_person{
	display: none;
}

.voting{
	padding-bottom: 14px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width:120px;
	height: 70px;
	font-size: 15px;
	background-color: #999999;
	display: inline-block;
	text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 100;
    border-radius: 20px;
    cursor: pointer;
}
.mvoting{
	padding-bottom: 14px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width:100px;
	height: 70px;
	font-size: 15px;
	background-color: #999999;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 100;
	border-radius: 20px;
	cursor: pointer;
}

.active_voting{
	background-color: #71B6E1;
}

.error_text{
	color: #990000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


@media only screen and (min-width: 600px) {

	.buttonDesktopSearchResults {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 20px;
		border-radius: 10px;
	}

	.arrow {
		position: relative;
		display: inline-block;
		margin: 10px;
		padding: 15px;
		box-shadow: 15px -15px 0 0 lightgrey inset;
		border-radius:0px;
	}

	.arrow--left {
		transform: rotate(45deg);
	}

	.arrow--right {
		transform: rotate(225deg);
	}

	.arrow:hover {
		position: relative;
		display: inline-block;
		margin: 10px;
		padding: 15px;
		box-shadow: 15px -15px 0 0 grey inset;
		cursor: pointer;
	}
}
@media (min-width: 600px){
	.desktop{
		margin-bottom:30px;
	}
	.mobile{
		display: none;
	}
}
@media (max-width: 599px){
	.desktop{
		display: none;
	}
	.mobile{
	}
}

.candidate_container {
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	margin-left:15px;
	margin-right:15px;
}

.candidate_card {
	border: 1px solid #ddd;
	width: 235px;
	text-align: center;
	font-family: Avenir;
	margin:10px;
	background-color:white;
	position:relative;
	border-radius:10px;
	font-size:15px;
	min-height:330px;
	color:#8C8c8c;
	padding:5px 6px 5px 6px;
	color:#8C8c8c;
	font-weight: 500px;
}
.candidate_card:hover {
	border: 1px solid #ddd;
	width: 235px;
	text-align: center;
	font-family: Avenir;
	margin:10px;
	background-color: #f5f5f5;
	position:relative;
	border-radius:10px;
	font-size:15px;
	min-height:330px;
	color:#8C8c8c;
	padding:5px 6px 5px 6px;
	color:#8C8c8c;
	font-weight: 500px;
}
.feedbackScaleQuestion{
	text-align: center;
	font-size: 28px;
	color: black;
	width: 410px;
	font-weight: 500;
}
.feedbackScaleHorizontal{
	width: 410px;
	margin: 0 auto;
}