.uk-logo {
	max-width: 12rem;
}

.uk-navbar-nav > li:last-child {
	display: none;
}

.tf-noopacity {
	opacity: 0 !important;
}

.uk-section-secondary .uk-divider-small::after {
	border-color: #274653;
}

.tf-backgroundimage-small > div {
	background-size: 200px !important;
}

.tf-backgroundimage-medium > div {
	background-size: 400px !important;
}

.grecaptcha-badge {
	display: none !important;
}

.tf-hoverimage a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;

	position: relative;
}
.tf-hoverimage img {
	transition: all 0.3s ease;
}
.tf-hoverimage a::after {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;

	transition: all 0.3s ease;
	color: #fff;
}
.tf-hoverimage a:hover img {
	transform: scale(1.05);
}
.tf-hoverimage a:hover::after {
	content: "View Profile";
	background: #274653c4;
	color: #fff;
	font-weight: 500;
}

textarea.uk-form-width-large {
	width: 100% !important;
}

.tf-modalpage .tm-header,
.tf-modalpage .tm-header-mobile,
.tf-modalpage footer {
	display: none !important;
}

.tf-grid-card {
	display: flex;
	flex-direction: column;
}
.tf-grid-card .el-title {
	min-height: 5rem;
	padding: 1rem 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tf-grid-card .el-content {
	min-height: 10rem;
	padding: 3rem 2.5rem;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d4dadd;
	color: #274653 !important;
}

.tf-card-secondary.uk-card-primary {
	background-color: #9ed8d5;
}

.tf-card-secondary.uk-card-primary .el-content {
	background-color: #daefee;
}

.tf-card-danger.uk-card-primary {
	background-color: #dc6852;
}

.tf-card-danger.uk-card-primary .el-content {
	background-color: #edaca1;
}

.tf-card-warning.uk-card-primary {
	background-color: #ffd97c;
}

.tf-card-warning.uk-card-primary .el-content {
	background-color: #ffeab7;
}

.tf-smallgap .uk-width-small {
	width: 80px !important;
}

.tf-logomark-white {
	position: relative;
}
.tf-logomark-white::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("/assets/static/tranzformd/images/logomark-white.89423cf0a4fe.svg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 128px;

	z-index: 1;
	touch-action: none;
	pointer-events: none;
}

.tf-weight-500,
.tf-weight-500 h3 {
	font-weight: 500 !important;
}
@media (max-width: 959px) {
	.tf-offset-4 {
		margin-top: 2rem;
	}
}

/* .tf-banner > div > div.uk-position-relative {
    width: calc(100% - 40px);
}
 */
.tf-banner .uk-text-lead {
	position: relative;
	z-index: 5;
}

@media (min-width: 960px) {
	.tf-banner {
		height: 580px !important;
	}

	.tf-banner > div {
		height: 580px !important;
		display: flex;
		align-items: center;
	}

	.tf-modal-decoration {
		background-image: url("/assets/static/tranzformd/images/logomark-danger.2584436e6b64.svg");
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 128px;
	}

	.tf-modal-decoration.uk-modal-body {
		padding: 5rem 5rem;
	}

	.tf-banner > div > div.uk-position-relative {
		width: calc(100% - 80px);
	}

	.tf-offset-4 {
		margin-top: -4rem;
	}
}
