.vote-container.response.success input,
.vote-container.response.success a:not(.tc-link),
.vote-container.response.success .um-field-GDPR,
.vote-container br,
#share-buttons br,
.vote-nominees .kc_button br {
	display: none;
}

.vote-container.response p:first-child {
	font-size: 3rem;
	font-weight: 300;
	color: #9e90b0;
}

.vote-container .um-field-checkbox-option {
	color: #333 !important;
}

.vote-container .form-control {
	border-radius: 0;
	height: inherit;
	padding: 2rem;
	border-color: #9e90b0;
}

.vote-container:not(.success) .vote-response {
	color: #b82222;
	padding-left: 1rem;
	border-left: 3px solid #b82222;
}

.vote-container.success .vote-response {
	font-size: 3rem;
	font-weight: 300;
	color: #9e90b0;
}

.nominee .profile-img {
	text-align: center;
}

.nominee .profile-img img {
	height: 300px;
}

.vote-container .button {
	margin-top: 2rem;
	display: inline-block;
	font-size: 2rem !important;
	padding: 2rem 3rem !important;
}

.vote-nominees {
	margin-bottom: 2rem !important;
}
.vote-nominees .kc_button, .vote-container .button {
	color: #9e90b0;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #9e90b0;
	padding: 13px 15px;
	transition: all 150ms ease-in-out;
}

.vote-nominees .kc_button:hover, .vote-container .button:hover {
	background-color: #9e90b0;
	color: #fff;
}
.vote-nominees .kc_col-sm-4 {
	text-align: center;
}
.vote-nominees .kc_single_image img {
	height: 200px;
}

#share-buttons {
	display: flex;
}

#share-buttons img {
	max-width: 40px;
	margin-right: 0.5rem;
}

.is-voting-page .blog-post > img {
	margin: 2rem auto 5rem;
	display: block;
	border-radius: 50%;
}
.is-voting-page__peoples .blog-post > img {
	margin: 2rem auto 5rem;
	display: block;
	width: 300px;
}

.homeslider .uk-overlay-panel {
	padding: 20px 0 50px;
}

.homeslider .slide-desc a {
	display: inline-block !important;
	margin-bottom: 0;
}

.vote-finalists .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.vote-finalist {
	transition: all 200ms ease;
	padding: 20px;
	border-radius: 4px;
}

.vote-finalist:hover {
	transform: scale(1.05);
	background: #f7f7f7;
}

.vote-finalist br,
.vote-finalist p:empty {
	display: none;
}

h4.vote-finalist__name {
	font-family: inherit !important;
	font-weight: 700;
}

a.vote-finalist__button.kc_button {
	margin-top: 1rem;
}

.vote-finalist__image {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto 20px;
}

.vote-finalist__placeholder {
	height: 200px;
	background: #eee;
}

.vote-finalist__organisation {
	font-size: 0.9em;
}

.voting-sponsors {
	margin-top: 1rem;
}

.vote-container h1 {
	font-size: 2em;
}

.vote-container__terms {
	margin: 20px 0 !important;
}

.award-finalist-placeholder {
	margin: 2rem auto 5rem;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	background: #ddd;
}

.is-voting-page .blog-post.vote-term-peoples-choice-finalists-2022 > img {
	border-radius: 0;
}

@media only screen and (max-width: 550px) {
	.homeslider .slide-desc .col-sm-6 {
		margin: 1rem 0;
	}
}

@media screen and (min-width: 1200px) {
	.blog-header > .container.is-hidden-touch {
		width: 1290px;
		max-width: 100%;
	}
}