﻿/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */

html, body {
	height: 100%;
	color: #1D1856 !important;
}

body {
	display: flex;
	flex-direction: column;
}

nav.navbar {
	flex: 0 0 auto;
}

main.body-content {
	flex: 1 0 auto;
}

footer.site-footer {
	flex: 0 0 auto;
}

.btn {
	border: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

	.btn:hover, .btn:focus {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

.btn-social-icon {
	min-width: initial;
}

.btn-default {
	background: #fff;
	border: 0;
}

	.btn-default:hover, .btn-default:focus {
		background: #fff;
		border-color: #4f93ce;
	}

	.btn-default:focus {
		-webkit-box-shadow: 0, 0, 0, #fff;
		-moz-box-shadow: 0, 0, 0, #fff;
		box-shadow: 0, 0, 0, #fff;
	}

.btn-primary, .btn-info {
	background: #337ab7;
}

	.btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
		background-color: #4f93ce;
		-webkit-transition: all, 0.1s, ease-in-out;
		-moz-transition: all, 0.1s, ease-in-out;
		-ms-transition: all, 0.1s, ease-in-out;
		-o-transition: all, 0.1s, ease-in-out;
		transition: all, 0.1s, ease-in-out;
	}

a.btn {
	display: inline-block\9;
	margin-bottom: 3px\9;
}

.main-content .search-jobs .control-label {
	font-size: 16px;
	font-size: 1.6rem;
}

.form-control {
	border-color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

	.form-control:hover, .form-control:focus {
		border-color: #c4c4c4;
	}

	.form-control:focus {
		-webkit-box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		box-shadow: 0 0 5px #ddd;
	}

.thumbnail .caption {
	color: #777;
}

.alert {
	margin: 20px 0;
	font-weight: bold;
}

.alert-danger {
	background-color: #ffdcda;
	border-color: #f44336;
	color: #f44336;
}

.pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus,
.pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
	border-color: #ddd;
}

.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
	color: #337ab7;
	border-color: #ddd;
}

i#social {
	opacity: 0.85;
}

	i#social:hover, i#social:focus {
		-webkit-transition: all, 0.2s, ease-in-out;
		-moz-transition: all, 0.2s, ease-in-out;
		-ms-transition: all, 0.2s, ease-in-out;
		-o-transition: all, 0.2s, ease-in-out;
		transition: all, 0.2s, ease-in-out;
		opacity: 1;
	}

.linkedinimport {
	font-family: Roboto, Arial, sans-serif;
	padding-left: 50px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

	.linkedinimport i.fa-linkedin {
		line-height: 32px;
	}

ul.nav-wizard {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

	ul.nav-wizard li:before {
		border-left-color: #fff;
	}

	ul.nav-wizard li a {
		color: #000;
	}

	ul.nav-wizard li.active {
		color: #fff;
		background: #337ab7;
	}

		ul.nav-wizard li.active a, ul.nav-wizard li.active a:active, ul.nav-wizard li.active a:focus, ul.nav-wizard li.active a:visited {
			color: #fff;
			background: #337ab7;
		}

		ul.nav-wizard li.active:after {
			border-left-color: #337ab7;
		}

.thumbnail {
	border-color: #eee;
}

	.thumbnail:hover {
		border-color: #ddd;
	}

#JobNumberOrTitle.k-textbox {
	width: 100%;
}

.k-textbox {
	border-color: #ddd;
	max-width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

	.k-textbox:hover, .k-textbox:focus {
		border-color: #c4c4c4;
	}

	.k-textbox:focus {
		-webkit-box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		box-shadow: 0 0 5px #ddd;
	}

	.k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused,
	.k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
		-webkit-box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		box-shadow: 0 0 5px #ddd;
	}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default, .k-multiselect.k-header, .k-state-default > .k-select {
	border-color: #ddd;
}

.k-state-hover span {
	background-color: #ddd;
}

.k-calendar .k-header, .k-calendar .k-footer, .k-calendar .k-footer .k-nav-today {
	background-color: #ddd;
}

	.k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today.k-state-hover,
	.k-link.k-state-hover, .k-state-hover, .k-state-hover:hover,
	.k-calendar .k-link.k-nav-fast.k-state-hover, .k-state-focused {
		background-color: #ddd;
	}

	.k-calendar .k-footer .k-nav-today:active,
	.k-calendar .k-footer .k-nav-today:active,
	.k-heade .k-link:active,
	.k-calendar .k-link.k-nav-fast:active {
		color: #000;
		background-color: #ddd;
	}

::-moz-selection {
	background: #337ab7;
	color: #000;
}

::selection {
	background: #337ab7;
	color: #000;
}

.username {
	color: #ddd;
}

hr {
	border-color: #ddd;
}

body {
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #777;
}

p {
	font-family: Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #1D1856;
	font-family: Roboto, Arial, sans-serif;
	font-weight: bold;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
	.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
		color: #1D1856;
	}

		h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
		.h1 a:hover,
		.h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
			color: #1D1856;
		}

h1, .h1 {
	font-size: 36px;
	font-size: 3.6rem;
	font-family: Roboto, Arial, sans-serif;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 25px;
		font-size: 2.5rem;
	}
}

h2, .h2 {
	font-size: 30px;
	font-size: 3rem;
}

@media (max-width: 767px) {
	h2, .h2 {
		font-size: 20px;
		font-size: 2rem;
	}
}

h3, .h3 {
	font-size: 21px;
	font-size: 2.1rem;
}

@media (max-width: 767px) {
	h3, .h3 {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

h4, .h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

@media (max-width: 767px) {
	h4, .h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

h5, .h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

a {
	color: #337ab7;
}

	a:hover, a:focus {
		color: #337ab7;
		text-decoration: underline;
	}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
.table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td,
.control-label,
.k-textbox,
.k-picker-wrap, .k-calendar-container table {
	font-size: 14px;
	font-size: 1.4rem;
}

.logo-nav-header {
	float: left;
	min-height: 65px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.logo-nav-header .logo {
		margin-left: 15px;
	}
}

.navbar-default .navbar-brand {
	color: #337ab7;
}

	.navbar-default .navbar-brand:hover {
		color: #2d6da3;
	}

.navbar-default .navbar-nav > li > a {
	color: #337ab7;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #285f8f;
	}

.navbar-default .navbar-toggle {
	margin-right: 0;
}

@media (max-width: 767px) {
	.navbar-default .navbar-toggle {
		margin-right: 15px;
	}
}

.desktop-nav {
	display: flex;
	align-items: center;
	min-height: 65px;
}

.mobile-nav-btn {
	float: right;
	display: flex;
	align-items: center;
	min-height: 65px;
}

.sidebar {
	margin-top: 20px;
}

.careernav p {
	margin-bottom: 0;
}

.careernav a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.careernav a:hover, .careernav a:focus {
		background-color: #758CC7 !important;
		color: #fff;
		text-decoration: none;
		padding-left: 10px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

.panel-default {
	border-color: #337ab7;
}

	.panel-default .panel-heading {
		background-color: #337ab7;
		color: #fff;
	}

.team-grid .member:hover:after {
	background: #337ab7;
}

footer {
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

/*# sourceMappingURL=Site.css.map */

.opendoor-logo {
	width: 185px !important;
}

.opendoor-header-img {
	width: 100% !important;
}

.page-header-img {
	height: 300px;
}

.navbar {
	margin-bottom: 0 !important;
}

.hamburger {
	width: 28px;
	height: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	cursor: pointer;
}

	.hamburger span {
		width: 100%;
		height: 4px;
		background: #333;
		border-radius: 2px;
		transition: all 0.3s ease;
	}

	.hamburger:hover span {
		background-color: #758CC7 !important;
	}

	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg) translate(6px, 6px);
	}

	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg) translate(8px, -8px);
	}

.header-btn.menu-trigger {
	border: none;
	background-color: transparent;
}

/* Modal Overlay */
.modal-overlay.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s ease;
	/*	backdrop-filter: blur(4px);*/
}

	.modal-overlay.sidebar.show {
		opacity: 1;
		visibility: visible;
	}

	/* Modal Panel */
	.modal-overlay.sidebar > .modal-panel {
		position: fixed;
		top: 0;
		right: -450px;
		width: 550px;
		height: 100vh;
		background: #1D1856;
		box-shadow: -5px 0 25px rgba(0, 0, 0, 0.3);
		transition: right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		z-index: 2001;
		display: flex;
		flex-direction: column;
		overflow-y: auto;
	}

	.modal-overlay.sidebar.show .modal-panel {
		right: 0;
	}

	/* Modal Header */
	.modal-overlay.sidebar .modal-header {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 25px 30px;
		border-bottom: none !important;
		position: absolute;
		right: 0;
		border: none !important;
	}

.close-btn {
	background: #ffd54f;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	transition: all 0.2s ease;
	/*	box-shadow: 0 4px 12px rgba(255, 213, 79, 0.3);*/
}

	.close-btn:hover {
		background: #ffca28;
		transform: scale(1.05);
		box-shadow: 0 6px 20px rgba(255, 213, 79, 0.4);
	}

/* Navigation Menu */
.nav-menu {
	display: flex;
	flex: 1;
	padding: 30px 0;
	align-items: center;
}

	.nav-menu ul {
		list-style: none;
	}

	.nav-menu li {
		margin-bottom: 8px;
		position: relative;
	}

	.nav-menu a {
		display: flex;
		align-items: center;
		padding: 5px;
		color: rgba(255, 255, 255, 0.95);
		text-decoration: none;
		font-weight: 400;
		transition: all 0.3s ease;
		position: relative;
		font-family: "Roboto", Sans-serif;
		font-size: 30px;
		font-weight: 300;
	}

		.nav-menu a:hover {
			border-left-color: #ffd54f;
			color: #FFD100;
			text-decoration: underline;
			text-decoration-color: #FFD100;
			text-decoration-style: solid;
		}

		.nav-menu a:active {
			background: rgba(255, 255, 255, 0.2);
			color: #FFD100 !important;
		}

	.nav-menu .has-dropdown::after {
		/*		content: '▶';*/
		margin-left: auto;
		font-size: 14px;
		opacity: 0.7;
		transition: transform 0.2s ease;
		color: #FFD100 !important;
	}

	.nav-menu .has-dropdown:hover::after {
		transform: translateX(4px);
		color: #FFD100;
	}


.vacancies-title,
.page-subtitle-counter,
.job-ad-side__content,
.site-content h1,
a {
	color: #1D1856;
}

/* Main Content */
.main-content {
	padding: 0 25px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.demo-section {
	background: white;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	text-align: center;
}

	.demo-section h1 {
		color: #2c3e50;
		margin-bottom: 20px;
		font-size: 2.5rem;
	}

	.demo-section p {
		color: #666;
		font-size: 1.1rem;
		max-width: 600px;
		margin: 0 auto;
	}

/* Responsive Design */
@media (max-width: 768px) {
	.modal-panel {
		width: 100%;
		right: -100%;
	}

	.header {
		padding: 0 20px;
	}

	.nav-menu a {
		padding: 16px 30px;
		font-size: 17px;
	}

	.demo-section {
		padding: 30px 20px;
	}

		.demo-section h1 {
			font-size: 2rem;
		}
}

@media (max-width: 480px) {
	.modal-panel {
		width: 100vw;
	}

	.nav-menu a {
		padding: 15px 25px;
		font-size: 16px;
	}
}

.elementor-icon {
	margin-right: 2rem;
}


.vacancy-info > h2 a {
	font-size: 28px !important;
	font-weight: bold !important;
	color: #5965F2 !important;
}

.vacancy-info-body {
	color: #758CC7 !important;
	font-family: 'Inter', sans-serif !important;
}


.container-job-details > .form-group > strong, span {
	color: #758CC7 !important;
}

.vacancy-info-body > .form-group.text-justify.group-excerpt {
	font-size: 18px;
	color: #758CC7 !important;
}


.form-group.job-buttons .btn.btn-primary {
	background-color: #FFD100 !important;
	border-radius: 7px !important;
	border-color: #FFD100;
	color: #1D1856 !important;
	font-weight: 600;
	padding: 12px 16px !important;
}

	.form-group.job-buttons .btn.btn-primary:hover {
		background-color: #e1c72a !important;
		border-color: #e1c72a;
	}

.form-group.job-buttons .btn.btn-info {
	background-color: #BAC6E3 !important;
	border-radius: 7px !important;
	border-color: #BAC6E3;
	color: #1D1856;
	font-weight: 600;
	padding: 12px 16px !important;
}

	.form-group.job-buttons .btn.btn-info:hover {
		background-color: #9fb1db !important;
		border-color: #9fb1db;
	}

.btn.btn-share--front {
	border-radius: 7px !important;
	color: #1D1856 !important;
	border: 2px solid #FFF4C0 !important;
	background-color: #FFF4C0 !important;
	padding: 12px 16px !important;
	font-weight: 600;
}

.vacancy-item > .thumbnail.vacancy-box {
	border-radius: 35px !important;
	border-color: #FFD100;
	padding: 15px 20px !important;
}

#social.fa.fa-rss {
	color: #1D1856 !important;
}

.footer-container {
	display: flex;
	flex-direction: row;
}

	.footer-container > p {
		width: 70%;
		text-align: left;
	}


.footer-img {
	width: 100%;
}

.social-icons-container {
	width: 30%;
}

.site-footer {
	display: flex;
	justify-content: center;
	border: 2px solid black;
	background-color: #1D1856 !important;
	height: max-content;
	align-items: center;
	flex-direction: column;
	color: #fff !important;
}


.footer-container {
	background: #1D1856;
	color: white;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	gap: 40px;
	position: relative;
	justify-content: space-between;
	max-width: 1500px;
	align-self: center;
	width: 100%;
}

.last-container {
	box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.3);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 20px 50px 20px 50px;
	width: 100% !important;
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}

.footer-content {
	flex: 1;
	max-width: 800px;
	text-align: left;
}

	.footer-content > p {
		font-family: proxima-nova, sans-serif !important;
		font-size: 14px !important;
		font-weight: 300 !important;
		line-height: 25px;
	}

	.footer-content p {
		line-height: 1.6;
		font-size: 14px;
		font-weight: 300;
		margin-bottom: 20px;
		color: rgba(255, 255, 255, 0.9);
	}

	.footer-content .diversity-text {
		margin-bottom: 15px;
	}

	.footer-content .respect-text {
		margin-bottom: 20px;
	}

	.footer-content .copyright-text {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.8);
		margin-bottom: 0;
	}

.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}

.social-icons {
	display: flex;
	gap: 15px;
	align-items: center;
	width: 100%;
}

.social-icon {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

	.social-icon:hover {
		background-color: rgba(255, 255, 255, 0.2);
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
		color: white;
		text-decoration: none;
	}

.footer-artwork {
	width: 280px;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	border: 2px solid rgba(255, 255, 255, 0.1);
	object-fit: cover;
}

.translate-widget {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	cursor: pointer;
	transition: background-color 0.3s ease;
}

	.translate-widget:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}

.site-footer {
	background: #1D1856 !important;
	padding-top: 5rem;
}

.phx-copyright {
	color: white;
	font-family: proxima-nova, sans-serif !important;
}

.icon {
	font-family: driscolls !important;
	font-style: normal !important;
}

.icon-instagram:before {
	content: "i" !important;
}

.opendoor-footer-img {
	width: 180px;
	margin-bottom: 40px;
}

@font-face {
	font-family: driscolls;
	src: url(/Content/skins/Driscolls//fonts/driscolls.woff);
}

.icon-youtube:before {
	content: "r";
}

.form-horizontal.job-search .btn-primary {
	background-color: #1D1856 !important;
}

.footer-sections {
	color: white;
	display: flex;
	gap: 80px;
	width: 100%;
	justify-content: space-between;
}

.section-column {
	text-align: left;
}

.section-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #ffffff;
}

.section-links {
	list-style: none;
	margin: 0;
	padding-left: 3rem;
	font-family: proxima-nova, sans-serif !important;
}

	.section-links li {
		margin-bottom: 12px;
		color: #fff;
	}

		.section-links li:hover {
			color: #FFD100;
		}

	.section-links a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.4;
		transition: all 0.3s ease;
		display: block;
		padding: 4px 0;
		font-family: proxima-nova, sans-serif !important;
	}

		.section-links a:hover {
			color: #FFD100;
			text-decoration: none;
		}

.footer-section-1 {
	color: #fff;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.section-links i {
	color: #758CC7 !important;
	margin-right: 2rem;
}

.stacked-envelopes {
	position: relative;
	display: inline-block;
	width: 1.5em;
	height: 1.2em;
	margin-right: 1rem;
}

	.stacked-envelopes .fa-envelope:first-child {
		position: absolute;
		left: 0;
		top: 0;
		color: #bdc3c7;
		font-size: 0.9em;
	}

	.stacked-envelopes .fa-envelope:last-child {
		position: absolute;
		left: 0.25em;
		top: 0.15em;
		color: currentColor;
	}

a.elementor-size-md {
	background-color: #FFD100 !important;
	border-radius: 7px !important;
	border-color: #FFD100;
	color: #1D1856 !important;
	font-weight: 500;
	margin-top: 3.5rem;
	padding: 12px 16px !important;
	width: max-content;
	font: 16px Roboto, sans-serif;
}

	a.elementor-size-md:hover {
		background-color: #758CC7 !important;
		color: #fff !important;
	}

.other-locations-text {
	color: #1D1856 !important;
}


.icon-bar {
	height: 4px !important;
	background: #333 !important;
	border-radius: 2px !important;
	transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
	.footer-container {
		flex-direction: column;
		gap: 30px;
		padding: 30px 20px;
		min-height: auto;
	}

	.footer-right {
		align-items: center;
		width: 100%;
		min-width: auto;
	}

	.footer-artwork {
		width: 100%;
		max-width: 280px;
	}

	.translate-widget {
		position: relative;
		bottom: auto;
		left: auto;
		align-self: center;
		margin-top: 20px;
	}

	.footer-sections {
		flex-direction: column;
		gap: 40px;
		padding: 30px 20px;
	}

	.section-title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.section-links a {
		font-size: 15px;
	}

	.section-column {
		padding-left: 5rem;
	}

	.social-icons {
		justify-content: center;
	}

	.logo-nav-header {
		margin-left: 3rem !important;
	}
}

@media (max-width: 480px) {
	.footer-container {
		padding: 20px 15px;
	}

	.footer-content p {
		font-size: 13px;
	}

	.social-icons {
		gap: 10px;
	}

	.social-icon {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.footer-artwork {
		max-width: 250px;
	}

	.footer-sections {
		padding: 20px 15px;
	}

	.section-links li {
		margin-bottom: 10px;
	}

	.section-column {
		padding-left: 1.5rem;
	}
}

.careernav.auth > p > a > span, .thumbnail .caption, .vacancies-title {
	color: #1D1856 !important;
}

.careernav.auth > p:hover *, .careernav.auth > p:focus * {
	color: white !important;
	transition: all 0.3s ease-in-out;
}

.job-search .btn.btn-primary {
	color: #fff !important;
}

.social-icons i {
	color: #1D1856 !important;
}

.container-job-details > .form-group > strong, span, .watchlist, .share-label {
	color: #1D1856 !important;
}

.form-horizontal .btn-primary, .text-right .btn-primary, .custom-file-input-button {
	background-color: #1D1856 !important;
	color: white !important;
}

	.form-horizontal .btn-primary:hover {
		background-color: #BAC6E3 !important;
	}

.custom-file-input-button-text {
	color: #fff !important;
}

.container-job-details > .form-group > strong, span {
	color: #1D1856 !important;
}

.container-job-details > .form-group > strong, span {
	color: #1D1856 !important;
}

.svg-calendar {
	transition: all 0.3s ease !important;
	margin-top: 5px !important;
}

	.svg-calendar:hover .black-fill {
		fill: #FFD100 !important;
	}

	.svg-calendar:hover .black-stroke {
		stroke: #FFD100 !important;
	}

.svg-calendar {
	cursor: pointer !important;
}

.form-group.job-buttons .btn.btn-primary, .jsBtnApply {
	background-color: #FFD100 !important;
	border-radius: 7px !important;
	border-color: #FFD100;
	color: #1D1856 !important;
	font-weight: 600;
	padding: 12px 16px !important;
}

	.form-group.job-buttons .btn.btn-primary:hover, .jsBtnApply:hover {
		background-color: #e1c72a !important;
		border-color: #e1c72a;
	}

.job-ad-side__content > .jsBtnApply {
	margin-bottom: 10px;
}

.form-group.job-buttons .btn.btn-info, .job-ad-buttons .btn-info {
	background-color: #BAC6E3 !important;
	border-radius: 7px !important;
	border-color: #BAC6E3;
	color: #1D1856;
	font-weight: 600;
	padding: 12px 16px !important;
}

	.form-group.job-buttons .btn.btn-info:hover, .job-ad-buttons .btn-info:hover {
		background-color: #9fb1db !important;
		border-color: #9fb1db;
	}


.form-group.job-buttons .btn.btn-primary, .job-ad-buttons .btn-primary.jsBtnApply {
	background-color: #FFD100 !important;
	border-radius: 7px !important;
	border-color: #FFD100;
	color: #1D1856 !important;
	font-weight: 600;
	padding: 12px 16px !important;
}

	.form-group.job-buttons .btn.btn-primary:hover, .job-ad-buttons .btn-primary.jsBtnApply:hover {
		background-color: #e1c72a !important;
		border-color: #e1c72a;
	}

* {
	color: #1D1856;
}

.opendoor-logo {
	width: 185px !important;
}

.page-header-img {
	height: 300px;
}

.navbar {
	margin-bottom: 0 !important;
}

.hamburger {
	width: 28px;
	height: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	cursor: pointer;
}

	.hamburger span {
		width: 100%;
		height: 4px;
		background: #333;
		border-radius: 2px;
		transition: all 0.3s ease;
	}

	.hamburger:hover span {
		background-color: #758CC7 !important;
	}

	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg) translate(6px, 6px);
	}

	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg) translate(8px, -8px);
	}

.header-btn.menu-trigger {
	border: none;
	background-color: transparent;
}

/* Modal Overlay */
.modal-overlay.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s ease;
	/*	backdrop-filter: blur(4px);*/
}

	.modal-overlay.sidebar.show {
		opacity: 1;
		visibility: visible;
	}

/* Modal Panel */
.sidebar > .modal-panel {
	position: fixed;
	top: 0;
	right: -450px;
	width: 550px;
	height: 100vh;
	background: #1D1856;
	box-shadow: -5px 0 25px rgba(0, 0, 0, 0.3);
	transition: right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 2001;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.modal-overlay.sidebar.show .modal-panel {
	right: 0;
}

/* Modal Header */
.modal-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 25px 30px;
	border-bottom: none !important;
	position: absolute;
	right: 0;
	border: none !important;
}

.close-btn {
	background: #ffd54f;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	transition: all 0.2s ease;
	/*	box-shadow: 0 4px 12px rgba(255, 213, 79, 0.3);*/
}

	.close-btn:hover {
		background: #ffca28;
		transform: scale(1.05);
		box-shadow: 0 6px 20px rgba(255, 213, 79, 0.4);
	}

.svg-calendar {
	transition: all 0.3s ease;
	margin-top: 5px;
}

	.svg-calendar:hover .black-fill {
		fill: #FFD100 !important;
	}

	.svg-calendar:hover .black-stroke {
		stroke: #FFD100 !important;
	}

.svg-calendar {
	cursor: pointer;
}

.nav-menu {
	display: flex;
	flex: 1;
	padding: 30px 0;
	align-items: center;
}

	.nav-menu ul {
		list-style: none;
	}

	.nav-menu li {
		margin-bottom: 8px;
		position: relative;
	}

	.nav-menu a {
		display: flex;
		align-items: center;
		padding: 5px;
		color: rgba(255, 255, 255, 0.95);
		text-decoration: none;
		font-weight: 400;
		transition: all 0.3s ease;
		position: relative;
		font-family: "Roboto", Sans-serif;
		font-size: 30px;
		font-weight: 300;
	}

		.nav-menu a:hover {
			border-left-color: #ffd54f;
			color: #FFD100;
			text-decoration: underline;
			text-decoration-color: #FFD100;
			text-decoration-style: solid;
		}

		.nav-menu a:active {
			background: rgba(255, 255, 255, 0.2);
			color: #FFD100 !important;
		}

	.nav-menu .has-dropdown::after {
		/*		content: '▶';*/
		margin-left: auto;
		font-size: 14px;
		opacity: 0.7;
		transition: transform 0.2s ease;
		color: #FFD100 !important;
	}

	.nav-menu .has-dropdown:hover::after {
		transform: translateX(4px);
		color: #FFD100;
	}


.demo-section {
	background: white;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	text-align: center;
}

	.demo-section h1 {
		color: #2c3e50;
		margin-bottom: 20px;
		font-size: 2.5rem;
	}

	.demo-section p {
		color: #666;
		font-size: 1.1rem;
		max-width: 600px;
		margin: 0 auto;
	}

/* Responsive Design */
@media (max-width: 768px) {
	.modal-panel {
		width: 100%;
		right: -100%;
	}

	.header {
		padding: 0 20px;
	}

	.nav-menu a {
		padding: 16px 30px;
		font-size: 17px;
	}

	.demo-section {
		padding: 30px 20px;
	}

		.demo-section h1 {
			font-size: 2rem;
		}
}

@media (max-width: 480px) {
	.modal-panel {
		width: 100vw;
	}

	.nav-menu a {
		padding: 15px 25px;
		font-size: 16px;
	}
}

.elementor-icon {
	margin-right: 2rem;
}


.vacancy-info > h2 a {
	font-size: 28px !important;
	font-weight: bold !important;
	color: #5965F2 !important;
}

.vacancy-info-body {
	color: #758CC7 !important;
	font-family: 'Inter', sans-serif !important;
}


.container-job-details > .form-group > strong, span {
	color: #758CC7 !important;
}

.vacancy-info-body > .form-group.text-justify.group-excerpt {
	font-size: 18px;
	color: #758CC7 !important;
}

.form-group.job-buttons .btn.btn-primary, .job-ad-buttons .btn-primary.jsBtnApply {
	background-color: #FFD100 !important;
	border-radius: 7px !important;
	border-color: #FFD100;
	color: #1D1856 !important;
	font-weight: 600;
	padding: 12px 16px !important;
}

	.form-group.job-buttons .btn.btn-primary:hover, .job-ad-buttons .btn-primary.jsBtnApply:hover {
		background-color: #e1c72a !important;
		border-color: #e1c72a;
	}

.form-group.job-buttons .btn.btn-info {
	background-color: #BAC6E3 !important;
	border-radius: 7px !important;
	border-color: #BAC6E3;
	color: #1D1856;
	font-weight: 600;
	padding: 12px 16px !important;
}

	.form-group.job-buttons .btn.btn-info:hover {
		background-color: #9fb1db !important;
		border-color: #9fb1db;
	}

.btn.btn-share--front {
	border-radius: 7px !important;
	color: #1D1856 !important;
	border: 2px solid #FFF4C0 !important;
	background-color: #FFF4C0 !important;
	padding: 12px 16px !important;
	font-weight: 600;
}

.vacancy-item > .thumbnail.vacancy-box {
	border-radius: 35px !important;
	border-color: #FFD100;
	padding: 15px 20px !important;
}

#social.fa.fa-rss {
	color: #1D1856 !important;
}

.footer-container {
	display: flex;
	flex-direction: row;
}

	.footer-container > p {
		width: 70%;
		text-align: left;
	}


.footer-img {
	width: 100%;
}

.social-icons-container {
	width: 30%;
}

.site-footer {
	display: flex;
	justify-content: center;
	border: 2px solid black;
	background-color: #1D1856 !important;
	height: max-content;
	align-items: center;
	flex-direction: column;
	color: #fff !important;
}


.footer-container {
	background: #1D1856;
	color: white;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	gap: 40px;
	position: relative;
	justify-content: space-between;
	max-width: 1500px;
	align-self: center;
	width: 100%;
}

.last-container {
	box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.3);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 20px 50px 20px 50px;
	width: 100% !important;
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}

.footer-content {
	flex: 1;
	max-width: 800px;
	text-align: left;
}

	.footer-content > p {
		font-family: proxima-nova, sans-serif !important;
		font-size: 14px !important;
		font-weight: 300 !important;
		line-height: 25px;
	}

	.footer-content p {
		line-height: 1.6;
		font-size: 14px;
		font-weight: 300;
		margin-bottom: 20px;
		color: rgba(255, 255, 255, 0.9);
	}

	.footer-content .diversity-text {
		margin-bottom: 15px;
	}

	.footer-content .respect-text {
		margin-bottom: 20px;
	}

	.footer-content .copyright-text {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.8);
		margin-bottom: 0;
	}

.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}

.social-icons {
	display: flex;
	gap: 15px;
	align-items: center;
	width: 100%;
}

.social-icon {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

	.social-icon:hover {
		background-color: rgba(255, 255, 255, 0.2);
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
		color: white;
		text-decoration: none;
	}

.footer-artwork {
	width: 280px;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	border: 2px solid rgba(255, 255, 255, 0.1);
	object-fit: cover;
}

.translate-widget {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	cursor: pointer;
	transition: background-color 0.3s ease;
}

	.translate-widget:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}

.site-footer {
	background: #1D1856 !important;
	padding-top: 5rem;
}

.phx-copyright {
	color: white;
	font-family: proxima-nova, sans-serif !important;
}

.icon {
	font-family: driscolls !important;
	font-style: normal !important;
}

.icon-instagram:before {
	content: "i" !important;
}

.opendoor-footer-img {
	width: 180px;
	margin-bottom: 40px;
}

@font-face {
	font-family: driscolls;
	src: url(/Content/skins/Opendoor//fonts/driscolls.woff);
}

.icon-youtube:before {
	content: "r";
}

.form-horizontal.job-search .btn-primary {
	background-color: #1D1856 !important;
}

.footer-sections {
	color: white;
	display: flex;
	gap: 80px;
	width: 100%;
	justify-content: space-between;
}

.section-column {
	text-align: left;
}

.section-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #ffffff;
}

.section-links {
	list-style: none;
	margin: 0;
	padding-left: 3rem;
	font-family: proxima-nova, sans-serif !important;
}

	.section-links li {
		margin-bottom: 12px;
		color: #fff;
	}

		.section-links li:hover {
			color: #FFD100;
		}

	.section-links a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.4;
		transition: all 0.3s ease;
		display: block;
		padding: 4px 0;
		font-family: proxima-nova, sans-serif !important;
	}

		.section-links a:hover {
			color: #FFD100;
			text-decoration: none;
		}

.footer-section-1 {
	color: #fff;
	width: 100%;
	display: flex;
	flex-direction: row;
}



.stacked-envelopes {
	position: relative;
	display: inline-block;
	width: 1.5em;
	height: 1.2em;
	margin-right: 1rem;
}

	.stacked-envelopes .fa-envelope:first-child {
		position: absolute;
		left: 0;
		top: 0;
		color: #bdc3c7;
		font-size: 0.9em;
	}

	.stacked-envelopes .fa-envelope:last-child {
		position: absolute;
		left: 0.25em;
		top: 0.15em;
		color: currentColor;
	}

a.elementor-size-md {
	background-color: #FFD100 !important;
	border-radius: 7px !important;
	border-color: #FFD100;
	color: #1D1856 !important;
	font-weight: 500;
	margin-top: 3.5rem;
	padding: 12px 16px !important;
	width: max-content;
	font: 16px Roboto, sans-serif;
}

	a.elementor-size-md:hover {
		background-color: #758CC7 !important;
		color: #fff !important;
	}

.other-locations-text {
	color: #1D1856 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
	.footer-container {
		flex-direction: column;
		gap: 30px;
		padding: 30px 20px;
		min-height: auto;
	}

	.footer-right {
		align-items: center;
		width: 100%;
		min-width: auto;
	}

	.footer-artwork {
		width: 100%;
		max-width: 280px;
	}

	.translate-widget {
		position: relative;
		bottom: auto;
		left: auto;
		align-self: center;
		margin-top: 20px;
	}

	.footer-sections {
		flex-direction: column;
		gap: 40px;
		padding: 30px 20px;
	}

	.section-title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.section-links a {
		font-size: 15px;
	}

	.section-column {
		padding-left: 5rem;
	}

	.social-icons {
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.footer-container {
		padding: 20px 15px;
	}

	.footer-content p {
		font-size: 13px;
	}

	.social-icons {
		gap: 10px;
	}

	.social-icon {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.footer-artwork {
		max-width: 250px;
	}

	.footer-sections {
		padding: 20px 15px;
	}

	.section-links li {
		margin-bottom: 10px;
	}

	.section-column {
		padding-left: 1.5rem;
	}
}


.question-title.social-icons i, .watchlist > a, p.question-title {
	color: #1D1856 !important;
}


.auth-modal--login-register .modal-header {
	display: flex !important;
	justify-content: space-between !important;
}

.modal-dialog.auth-modal.auth-modal--login-register > .modal-content > .modal-header > .modal-title {
	flex: 1 !important;
}

#loginForm .pull-right {
	color: #1D1856 !important;
}

.auth-modal a {
	color: #1D1856 !important;
}

.careernav a:hover, .careernav a:focus, .careernav a::selection {
	background-color: #758CC7 !important;
}

	.careernav a:hover *, .careernav a:focus *, .careernav a::selection {
		color: #fff !important;
	}


.auth-modal--login-register * {
	font-weight: 500 !important;
}

.auth-modal--login-register > .modal-content > .modal-header {
	display: flex !important;
	justify-content: space-between !important;
	border-bottom: 1px solid #e5e5e5 !important;
	position: relative !important;
}

	.auth-modal--login-register > .modal-content > .modal-header > .modal-title {
		flex: 1 !important;
	}

.auth-modal--login-register .btn {
	padding: 6px 12px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.auth-modal--login-register .modal-body {
	padding: 0 25px !important;
}

	.auth-modal--login-register .modal-body .modal-col {
		padding: 20px 15px 15px !important;
	}


.auth-modal--login-register > .modal-content > .modal-body h5 {
	font-size: 16px !important;
}

.job-alert *, .thumbnail .caption *, .question-title * {
	color: #1D1856 !important;
}

.container.body-content {
	margin-top: 3rem !important;
	margin-bottom: 5rem !important;
}