/* Fixes for ui-bootstrap to work with BS4 -> */
.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
/* <- Fixes for ui-bootstrap to work with BS4 */

.modal-open {
	overflow: unset;
}


body {
	font-family: 'Lato', sans-serif;
	font-size: 0.9rem;
}

.bg-ebebeb {
  background-color: #ebebeb !important;
}

a.div {
	color: inherit !important;
	text-decoration: inherit !important;
}

#top_bar.box-shadow {
	box-shadow: 0 .5rem .325rem rgba(0, 0, 0, .15);
}
#top_bar.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.info {
	font-size: 20px;
	margin-top: 87.8px;
}
@media (min-width: 768px) {
    .info {
      font-size: 20px;
      margin-top: 60.2px;
    } 
}

.info h1 {
	font-size: 36px;
}
.info ol {
	list-style: none;
	padding: 0;
}
.info ol li {
	margin-top: 20px;
	padding-left: 35px;
	position: relative;
	font-size: 16px;
}

.info .terms_of_service ,
.info .privacy_policy ,
.font-size-14p4px {
	font-size: 14.4px;
}

.font-size-1rem {
	font-size: 1rem;
}

.color-inherit {
	color: inherit;
}
.no-underline-hover:hover {
	text-decoration: none;
}

.info .terms_of_service h2 ,
.info .privacy_policy h2 {
	font-family: 'Lato Light', sans-serif;
	font-size: 28.8px;
	font-weight: 300;
}

.h-210px {
	height: 210px !important
}
.h-220px {
	height: 220px !important
}
.h-230px {
	height: 230px !important
}

@media (min-width: 768px) {
	.mw-md-80 {
		max-width: 80% !important;
	}
}
@media (min-width: 992px) {
	.mw-lg-64 {
		max-width: 64% !important;
	}
	.mw-lg-74 {
		max-width: 74% !important;
	}
	.mw-lg-80 {
		max-width: 80% !important;
	}
	.mw-lg-85 {
		max-width: 85% !important;
	}
}
.info ol li span.number {
	border-radius: 13px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	font-size: 60%;
	text-align: center;
	margin-right: 12px;
	margin-left: 2px;
	position: absolute;
	left: 0px;
	top: -4px;
}

.info .images_cc img {
	width: 45px;
	margin: 0px 10px;
}
.info .big_cc {
	font-size: 23px;
}
@media (min-width: 768px) {
	.info .big_cc {
		font-size: 140%;
	}
}

.object-fit-cover {
	object-fit: cover;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}
@media (min-width: 576px) {
    .container {
      max-width: none; 
    } 
}
@media (min-width: 768px) {
    .container {
      max-width: none; 
    } 
}
  @media (min-width: 992px) {
    .container {
      max-width: 1046px; 
    } 
}
  @media (min-width: 1200px) {
    .container {
      max-width: 1046px; 
    } 
}

div.people {
	height: 158.75px;
	max-width: calc(100% + 30px);
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
div.people img {
	height: 158.75px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
}

.font-size-inherit {
	font-size: inherit !important;
}
.font-size-18px {
	font-size: 18px !important;
}
.font-size-34px {
	font-size: 34px !important;
}

.align-inherit {
	vertical-align: inherit;
}

.light_header {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
}

.light_header.purpose {
	font-size: 24px;
}
.light_header.big {
	font-size: 26px;
}
@media (min-width: 768px) {
    .light_header.big {
		font-size: 1.8rem;
	} 
	.light_header.purpose {
		font-size: 1.8rem;
	}
}

@media (min-width: 768px) {
	.mr-md-2rem {
		margin-right: 2rem;
	}
}

.small {
	font-size: 80% !important;
}

.smaller {
	font-size: 65% !important;
}

.medium {
	font-size: 90% !important;
}

.ws-4 {
	word-spacing: 4px;
}

.h5-5 {
	font-size: 1.1rem;	
}

.br-0p5rem {
	border-radius: 0.5rem !important;
}

.light {
	font-family: 'Lato Light', sans-serif;
	font-weight: 300;
}

.base_size {
	font-size: 0.9rem !important;
}

.votes_size {
	font-size: 1.4rem !important;
}

.text-29 {
	font-size: 29px !important;
}

.text-16 {
	font-size: 16px !important;
}

.text-20 {
	font-size: 20px !important;
}

.h26 {
	height: 26px;
}
.lh26 {
	line-height: 26px;
}

.lh24 {
	line-height: 24px !important;
}

.h30 {
	height: 30px;
}
.lh30 {
	line-height: 30px;
}

.wsnw {
	white-space: nowrap;
}

.box-shadow {
	box-shadow: 0 .5rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-top {
	box-shadow: 0 -.5rem .75rem rgba(0, 0, 0, .05);
}

.dropdown-menu.show {
    max-height: 300px;
    overflow: auto;
    max-height: none;
}

.btn-group.no-caret .dropdown-toggle::after {
	display: none;
}

small i.material-icons {
	font-size: 18px;
}

i.material-icons.voting {
	position: relative;
	font-size: 40px;
}
i.material-icons.voting.sure_thing::before {
	content: 'Ƶ';
	color: white;
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 12px;
}
i.material-icons.voting.sure_thing_small {
	font-size: 12px;
	top: 1px;
}
i.material-icons.voting.no_way_small {
	font-size: 12px;
	top: 1px;
}
i.material-icons.voting.no_way::before {
	content: 'Ƶ';
	color: white;
	position: absolute;
	top: 9px;
	left: 13px;
	font-size: 12px;
}
i.material-icons.rounded_voting {
	position: relative;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	font-size: 30px;
	padding: 5px;
}
i.material-icons.rounded_voting.sure_thing::before {
	content: 'Ƶ';
	color: white;
	position: absolute;
	top: 16px;
	left: 19px;
	font-size: 11px;
}

.related {
	min-width: 314px;
	width: 314px;
	height: 463px;
	position: relative;
}
.related .reference_number {
	left: 8px;
	top: 286px;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	text-align: left;
}
.related .reference_number i.use_reference {
	vertical-align: middle;
	font-size: 17px;
	margin-top: -2px;
}
div.related_without_image {
	min-width: 314px;
	width: 314px;
	height: 241px;
	cursor: pointer;
}
div.related.related_without_source {
	min-width: 314px;
	width: 314px;
	height: 415px;
	cursor: pointer;
}
div.related.related_without_image_without_source {
	min-width: 314px;
	width: 314px;
	height: 94px;
	cursor: pointer;
}
div.related_image_only {
	min-width: 314px;
	width: 314px;
	height: 312px;
}
.related .image {
	width: 304px;
	height: 304px;
}
div.related_image_only div.image {
	width: 304px;
	height: 304px;
}
.related .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div.related_image_only div.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.related .title ,
div.related_without_image .title {
	font-weight: bold;
	font-size: 0.8rem;
	max-height: 84px;
	height: 84px;
	overflow: hidden;
}
.related textarea.title ,
div.related_without_image textarea.title {
	resize: none;
}
.related a ,
div.related_without_image a {
	display: block;
	text-align: center;
}

.modal .related {
	min-width: 242px;
	width: 242px;
	height: 391px;
	position: relative;
}
.modal .related div.reference {
	top: 282px;
	left: 8px;
	width: calc(100% - 8px);
	padding: 4px;
}
.modal div.related_without_image {
	min-width: 242px;
	width: 242px;
	height: 159px;
	cursor: pointer;
}
.modal div.related.related_without_source {
	min-width: 242px;
	width: 242px;
	height: 343px;
	cursor: pointer;
}
.modal div.related.related_without_image_without_source {
	min-width: 242px;
	width: 242px;
	height: 94px;
	cursor: pointer;
}
.modal div.related_image_only {
	min-width: 242px;
	width: 242px;
	height: 240px;
}
.modal .related .image {
	width: 232px;
	height: 232px;
}
.modal div.related_image_only div.image {
	width: 232px;
	height: 232px;
}
.modal .related .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal div.related_image_only div.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal .related .title ,
.modal div.related_without_image .title {
	font-size: 0.8rem;
	max-height: 84px;
	height: 84px;
	overflow: hidden;
}
.modal .related textarea.title ,
.modal div.related_without_image textarea.title {
	resize: none;
}
.modal .related a ,
.modal div.related_without_image a {
	display: block;
	text-align: center;
}

.prediction_image {
	min-width: 314px;
	width: 314px;
	height: 314px;
}
.prediction_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_creators .top_creator .image {
	width: 52px;
	height: 52px;
	border-radius: 26px;
	position: relative;
}
.top_creators .top_creator .image i {
	font-size: 27px;
	position: absolute;
	left: 12.5px;
	top: 12.5px;
}
.top_creators .top_creator .image img {
	min-width: 52px;
	width: 52px;
	height: 52px;
	border-radius: 26px;
	object-fit: cover;
}
.top_creators .top_creator .text {
	font-size: 12px;
	line-height: 15.6px;
	overflow-x: hidden;
	white-space: nowrap;
}
.top_creators .top_creator .text small {
	font-size: 11px;
}

.top_creators button.invite {
	width: 52px;
	height: 52px;
	border-radius: 26px;
	font-size: 11px;
}

i.flag {
	right: 8px;
	top: 286px;
	font-size: 14px;
	border-radius: 9px;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
}

.pointer {
	cursor: pointer;
}
.no-pointer {
	cursor: default !important;
}

.px-8 {
	padding-left: 48px !important;
	padding-right: 48px !important;
}
.px-16 {
	padding-left: 96px !important;
	padding-right: 96px !important;
}

.px-2p6rem {
	padding-left: 2.6rem !important;
	padding-right: 2.6rem !important;
}

.pl-2rem {
	padding-left: 2rem !important;
}
@media (min-width: 768px) {
	.pl-md-4rem {
		padding-left: 4rem !important;
	}
	.px-md-15px {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (min-width: 576px) {
	.ml-sm-5rem {
		margin-left: 5rem;
	}
	.mr-sm-5rem {
		margin-right: 5rem;
	}
}
.ml-2p7rem {
	margin-left: 2.7rem !important;
}

@media (max-width: 575px) {
	.ml-xs-0p75rem {
		margin-left: 0.75rem !important;
	}
	.mr-xs-0p75rem {
		margin-right: 0.75rem !important;
	}
}

.pb-footer {
	padding-bottom: 100px;
}
.pb-footer_minus_2rem {
	padding-bottom: 68px;
}
div.footer img.logo {
	height: 22px;
}

div.footer .social a:not(:first-child) {
	margin-left: 15px;
}
div.footer .social a img {
	width: 24px;
}

div.footer .cc_license img {
	width: 24px;
	margin-right: 15px;
}

.footer .central_image {
	height: 244px;
	margin-top: 10px;
}

div.footer small ,
div.footer .small {
	font-size: 12px !important;
}

.maxw340px {
	max-width: 340px;
}

.mb-2p5 {
	margin-bottom: 0.75rem !important;
}
.mb-5p9px {
	margin-bottom: 5.9px !important;
}

.mb-1p5rem {
	margin-bottom: 1.5rem !important;
}
.mb-2rem {
	margin-bottom: 2rem !important;
}
.mb-112px {
	margin-bottom: 112px !important;
}
.mb-100px {
	margin-bottom: 100px !important;
}
.mb-75px {
	margin-bottom: 75px !important;
}
.mb-76px {
	margin-bottom: 76px !important;
}
.mb-68px {
	margin-bottom: 68px !important;
}

@media (min-width: 768px) {
	.pl-md-30px {
		padding-left: 30px !important;
	}
	.pr-md-30px {
		padding-right: 30px !important;
	}
}

.btn-group.timing .dropdown-toggle {
	width: 159px;
}
.btn-group.categories .dropdown-toggle {
	width: 251px;
}
.btn-group.categories .dropdown-toggle i {
	position: relative;
	top: -2px;
}
.btn-group.categories i {
	font-size: 16px;
}

.btn-group.categories div.dropdown-menu .dropdown-item {
	padding: 0.25rem 1.5rem;
	font-size: 0.9rem;
}

.btn-group.filter_categories .dropdown-toggle {
	min-width: 116px;
}
.btn-group.filter_categories .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle .text-info,
.btn-group.filter_categories .dropdown-toggle:active .text-info ,
.btn-group.filter_categories .dropdown-toggle:focus .text-info ,
.btn-group.filter_categories .dropdown-toggle:hover .text-info ,
.btn-group.filter_categories .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle.text-dark,
.btn-group.filter_categories .dropdown-toggle:active.text-dark ,
.btn-group.filter_categories .dropdown-toggle:focus.text-dark ,
.btn-group.filter_categories .dropdown-toggle:hover.text-dark {
	color: white !important;
}
.btn-group.filter_categories .dropdown-toggle i {
	position: relative;
	top: -1px;
}
.btn-group.filter_categories i {
	font-size: 16px;
}

.btn-group.filter_categories div.dropdown-menu .dropdown-item {
	padding: 0.25rem 1.5rem;
	font-size: 0.9rem;
}

.meaning {
	min-height: 16.8rem;
}

.why {
	min-height: 6rem;
}

.h2i {
	font-size: 2rem !important;
}

.w-100 {
	width: 100%;
}

.mt--1 {
	margin-top: -3px;
}

.mt-2px {
	margin-top: 2px;
}

.mt--3p5rem {
	margin-top: -3.5rem;
}

.text-placeholder {
	color: #6c757d !important;
}

button.toggle i {
	font-size: 24px;
}

.with-toggle {
	line-height: 40px;
}

i.big_plus {
	font-size: 44px;
}

.modal-content div.custom-file .custom-file-label,
.modal-content input[type=url] ,
.modal-content input[type=number] ,
.modal-content input[type=email] ,
.modal-content input[type=password] ,
.modal-content input[type=text] {
	border-radius: 2rem;
	font-size: 0.75rem;
	line-height: 1rem;
}

.modal-content .alert {
	margin-right: -2rem;
	margin-left: -2rem;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none; 
	margin: 0; 
}
.modal-content div.custom-file .custom-file-label {
	padding: 8px 0.75rem;
	overflow-y: hidden;
}
.modal-content div.custom-file .custom-file-label:after {
	display: none;
}

#select_image_modal .step_1 i {
	font-size: 34px;
}

.ellipsis-5 {
	position: relative;
	height: calc(6em + 18px);
	overflow-y: hidden;
}
.ellipsis-10 {
	position: relative;
	height: calc(10em + 18px);
	overflow-y: hidden;
}
.ellipsis-12 {
	position: relative;
	max-height: calc(12em + 18px);
	overflow-y: hidden;
}
.ellipsis-16 {
	position: relative;
	height: calc(19em + 18px);
	overflow-y: hidden;
}
.ellipsis-5 a.continue_reading ,
.ellipsis-10 a.continue_reading ,
.ellipsis-16 a.continue_reading {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: white;
	width: 100%;
	text-align: right;
}

.modal-content .alert {
	padding-left: 2rem;
	padding-right: 2rem;
	border: none;
	border-radius: 0;
}

.modal-content .alert ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

div.years_top div.hidden-scroll {
	overflow: hidden;
}

div.years_top div.hidden-scroll > div {
	height: 100%;
	margin-bottom: -55px; /* maximum width of scrollbar */
	padding-bottom: 55px; /* maximum width of scrollbar */
	overflow-y: hidden;
	overflow-x: scroll;
}


#top_predictions .prediction_slide {
	margin-top: 2px;
	text-align: center;
}

#top_predictions .prediction_slide div.slide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    #top_predictions .prediction_slide div.slide {
      max-width: 540px; } }
  @media (min-width: 768px) {
    #top_predictions .prediction_slide div.slide {
      max-width: 720px; } }
  @media (min-width: 992px) {
    #top_predictions .prediction_slide div.slide {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    #top_predictions .prediction_slide div.slide {
      max-width: 1046px; } }

#top_predictions .advertising_slide {
	margin-top: 2px;
}
#top_predictions .advertising_slide > div > div {
	height: 307.933px;
	font-size: 30px;
	line-height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top_predictions .advertising_slide > div > div h2 {
	font-weight: bold;
}
#top_predictions .advertising_slide > div > div p {
	margin: 0;
}
@media (min-width: 576px) {
	#top_predictions .advertising_slide > div > div {
		height: 195.117px;
		background-size: auto;
	}
}

.carousel {
	touch-action: pan-y !important;
}
#top_predictions .carousel-control ,
#top_predictions .carousel-indicators {
	display: none;
}

#top_predictions .slide h1 {
	height: 150px;
	line-height: 150px;
	overflow: hidden;
}
@media (max-width: 767px) {
	#top_predictions .slide h1 {
		font-size: 24px !important;
	}
}
#top_predictions .slide h1 div {
	vertical-align: middle;
	line-height: 1.2;
	display: inline-block;
}

.related i.material-icons.voting.sure_thing_small {
	font-size: 14.4px;
	top: -1px;
}
.related i.material-icons.voting.no_way_small {
	font-size: 14.4px;
	top: -1px;
}

#main_container.reset_password ,
#main_container.closed_account {
	padding-top: 370px;
}

div.custom-file .custom-file-label,
input[type=url].form-control ,
input[type=number].form-control ,
input[type=email].form-control ,
input[type=password].form-control ,
input[type=text].form-control {
	border-radius: 2rem;
	line-height: 1rem;
	color: black;
}

.dropdown-toggle::after {
	float: right;
	top: 12px;
	position: absolute;
	right: 9px;
	color: #6c757d;
}

.btn-link ,
.btn-link:active ,
.btn-link:focus ,
.btn-link:hover {
	text-decoration: none;
}

.modal span.radio {
	left: 3.5rem;
	top: 2px;	
}

#feedback_bar {
  position: fixed;
  top: 50%;
  right: -36px;
  transform: rotate(-90deg) translate(-43%);
  z-index: 1062;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5)
}

#feedback_bar a {
  text-decoration: none;
}

#share_bar {
  position: fixed;
  bottom: 50%;
  right: -37.5px;
  transform: rotate(-90deg) translate(43%);
  z-index: 1062;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5)
}

#share_options {
	top: -53px !important;
	width: 215px !important;
	left: -106.5px !important;
	height: auto !important;
	transform: none !important;
	padding: 5px;
	border-radius: 0;
}
#share_options img {
	width: 30px;
	height: 30px;
	transform: rotate(90deg);
	margin-left: 6px;
	cursor: pointer;
}

/*#feedback_bar a:hover {
  text-decoration: none;
}

#feedback_bar a.feedback {
  background-color: rgb(127,127,127);
}

#feedback_bar a.beta_version {
  background-color: rgb(225,70,0);
}*/

.container .full-height {
	/*height: calc(100vh - 84.8px - 319.867px);*/
	min-height: calc(100vh - 86.4px);
}

@media (min-width: 768px) {
	.container .full-height {
		/*height: calc(100vh - 84.8px - 319.867px);*/
		min-height: calc(100vh - 99.2px);
	}
}
@media (max-width: 767px) {
	.container .full-height {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.overflow-hidden {
	overflow: hidden;
}
.rtl {
	direction: rtl;
}

@media (min-width: 576px) {
	.h-sm-75 {
		height: 75% !important;
	}
	.h-sm-100 {
		height: 100% !important;
	}
}

.d22x22 {
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.account_settings .toggle_display_full_name {
	position: relative;
	top: -12px;
	margin-top: 7px;
	float: left;
	margin-bottom: -16px;
	margin-right: 5px;
}
.account_settings .profile_image {
	min-width: 52px;
	width: 52px;
	height: 52px;
	border-radius: 26px;
	position: relative;
}
.account_settings .profile_image img {
	min-width: 52px;
	width: 52px;
	height: 52px;
	border-radius: 26px;
	object-fit: cover;
}
.account_settings .profile_image i {
	font-size: 27px;
	position: absolute;
	left: 12.5px;
	top: 12.5px;
}

#submenu_scrollable a.active {
	text-decoration: underline;
}

#meets_advertising .advertising_slide {
	margin-top: 2px;
}
#meets_advertising .advertising_slide > div {
	height: 307.933px;
	font-size: 30px;
	line-height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#meets_advertising .advertising_slide > div h2 {
	font-weight: bold;
}
#meets_advertising .advertising_slide > div p {
	margin: 0;
}
@media (min-width: 576px) {
	#meets_advertising .advertising_slide > div {
		height: 195.117px;
		background-size: auto;
	}
}

#meets_steps i {
	font-size: 37px;
}
#meets_steps .text {
	max-width: 210px;
}

.meet .meet_link {
	display: block;
	width: 104px;
	min-width: 104px;
}

.meet img.meet_image {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}

.pl-104px {
	padding-left: 104px;
}

img.grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.metrics .metric {
	line-height: 16px;
}
.metrics .metric .image {
	min-width: 52px;
	width: 52px;
	height: 52px;
	border-radius: 26px;
	position: relative;
}
.metrics .metric.influence .image i {
	font-size: 16px;
	position: absolute;
	left: 17.5px;
}
.metrics .metric.influence .image i.thumb_up {
	top: 2.5px;
}
.metrics .metric.influence .image i.thumb_down {
	bottom: 2.5px;
}
.metrics .metric.quality .image {
	font-size: 20px;
	font-weight: bold;
}
.metrics .metric.collaboration .image i {
	font-size: 27px;
	position: absolute;
	left: 12.5px;
	top: 12.5px;
}

img.meet_badge {
	width: 98px;
	position: absolute;
	right: 2px;
	top: 2px;
	box-shadow: -2px 2px 6px 1px rgba(0, 0, 0, .15);
	border: solid 2px white;
	z-index: 1;
}
img.meet_badge.with_category_on_top {
	top: 20.4px;