@import url("brandon-grot-w01.css");

:root {
	--t-border: #d8d8d8;
	--t-primary: #5085FF;
	--t-grey: #f4f4f4;
	--color-body-text: #BEC3D7;
	--color-white: #FFF;
	--color-light: #F2F3F4;
	--color-black: #000000;
	--color-primary: #02647E;
	--color-primary-h: #004C60;
	--color-secondary: #FFEA00;
	--color-secondary-h: #D7C501;
	--color-blue: #2967D5;
	--color-green: #214D62;
	--depth: 1;
	--btn-color: oklch(14% .005 285.823);
	--color-base-200: oklch(23.26% .014 253.1);
	--btn-bg: var(--btn-color,var(--color-base-200));
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1200px !important;
	}
}
@media (min-width: 992px) {
	.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
		padding-block-start: 0;
	}
	.row[class*=g-] > * {
		margin-top: 0 !important;
	}
}

.text-success {
	color: var(--color-primary) !important;
}
.f-14 {
	font-size: 1rem !important;
	font-weight: 500 !important;
}
.form-control.f-14, .dropdown-item {
	font-size: 0.938rem !important;
}
body, p, li, input, button, select, .form-control,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Brandon Grot W01", serif, sans-serif !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: var(--color-black);
}
body, p, li {
	font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem) !important;
	line-height: 1.5;
}
.text-dark, .text-dark1 {
	color: var(--color-black) !important;
}

.w-full {
	width: 100%;
}
.u-fw-bold {
	font-weight: 800 !important;
}
.u-fs-16 {
	font-size: 1rem !important;
}
.custom-file-label,
.custom-file-label::after {
	height: calc(1.75rem + 0.75rem + 2px);
	padding: 0.425rem 0.75rem;
}

.m-job-page {
	height: 100%;
  	min-height: calc(100vh - 193px);
}

.sticky-top {
	padding-block: 0.75rem;
	backdrop-filter: blur(5px);
	box-shadow: 0 6px 32px rgba(0,0,0,0.25);
	background-color: rgba(0,0,0,1) !important;
}

.btn-primary,
.m-job-filter-action .btn-primary {
	color: #fff !important;
	border: 0 none !important;
	background-color: var(--color-secondary) !important;
}
.btn-primary:hover, .btn-primary:focus,
.m-job-filter-action .btn-primary:hover, .m-job-filter-action .btn-primary:focus {
	color: #fff !important;
	border: 0 none !important;
	background-color: var(--color-green) !important;
}
.header-apply .btn.btn-secondary:hover, .header-apply .btn.btn-secondary:focus,
.sidebar-right-2 .widget .btn-secondary:hover, .sidebar-right-2 .widget .btn-secondary:focus,
.sticky-top .btn-secondary:hover, .sticky-top .btn-secondary:focus {
	background-color: var(--color-secondary-h) !important;
}


.sticky-top .btn-secondary,
.sidebar-right-2 .widget .btn-secondary,
.header-apply .btn.btn-secondary {
	color: #000 !important;
	border: 0 none !important;
	background-color: var(--color-secondary) !important;
}
.sticky-top .btn-secondary:hover, .sticky-top .btn-secondary:focus,
.sidebar-right-2 .widget .btn-secondary:hover, .sidebar-right-2 .widget .btn-secondary:focus,
.header-apply .btn.btn-secondary:hover, .header-apply .btn.btn-secondary:focus {
	color: #000 !important;
	border: 0 none !important;
	background-color: var(--color-secondary-h) !important;
}

.front_header {
	box-shadow: none !important;
}
.front_header img {
	width: 100%;
	max-width: 200px;
	max-height: inherit;
}

.sticky-top .heading-h3 {
	color: #fff;
	font-weight: 800 !important;
	font-size: clamp(1.5rem, 1.125rem + 1.5vw, 2.25rem);
}

.m-job-filter-section {
	z-index: 1;
	position: relative;
	padding-block: 1.25rem;
	background-color: var(--t-grey);
	box-shadow: 0 2px 4px 0 rgba(91,91,91,0.25);
}
.m-job-filter-action button {
	height: 42px !important;
	min-height: 42px !important;
	padding-inline: 1.25rem !important;
	box-shadow: 2px 2px 4px rgba(214, 218, 225, 0.2);
}


.m-job-preview-section {
	padding-block: 3.25rem;
}


.site-footer {
	width: 100%;
	position: relative;
	padding-block: 3.25rem;
	color: var(--color-body-text) !important;
	background-color: var(--color-black) !important;
}
.site-footer::before, .site-footer::after {
	top: 0;
	content: "";
	width: 100%;
	height: 6px;
	content: "";
	max-width: 50%;
	position: absolute;
	background-color: var(--color-primary);
}
.site-footer::before {
	left: 0;
}
.site-footer::after {
	right: 0;
	background-color: var(--color-blue);
}
.site-footer p {
	font-size: 0.938rem;
	margin-bottom: 0;
}
.site-footer a.px-5.fw-400 {
	font-size: 1rem;
	color: var(--color-white);
}
.site-footer a.px-5.fw-400:hover, .site-footer a.px-5.fw-400:focus {
	font-size: 1rem;
	color: var(--color-white);
}

.m-job-sidebar {
	top: 110px;
	width: 100%;
	position: sticky;
}
.m-job-sidebar .widget {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid #e4e4ed;
	border-radius: 2.5rem;
	box-shadow: 0 7px 14px 0 rgba(8,15,52,0.1);
}

.m-job-sidebar .widget.noStyle {
	padding: 0;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
}

.m-job-sidebar .widget-content {
	width: 100%;
}
.m-job-sidebar .widget-content .widget-title {
	font-size: 1.5rem;
	font-weight: 800 !important;
	padding-bottom: 0.675rem;
	margin-block-end: 0.5rem;
	border-bottom: 1px solid #d3d3d3;
}
.m-job-sidebar .widget-list {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	list-style: none;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
}
.m-job-sidebar .widget-list .widget-list-item {
	width: 100%;
	list-style: none;
	margin-bottom: .9375rem;
}
.m-job-sidebar .widget-list .widget-list-item .data {
	margin: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.widget-post-icon-60 {
	width: 50px;
	max-width: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	background-color: var(--t-grey);
}
.widget-post-icon-60 {
	min-height: 50px;
	padding: 10px !important;
	margin-bottom: 0 !important;
}
.widget-list-item .data-inner {
	padding-left: 10px;
	width: calc(100% - 50px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.widget-list-item .data .company-name {
	margin: 0;
	font-size: 16px;
	max-width: 170px;
	font-weight: 400;
	color: #171728;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.widget-list-item .data .arrow-wrapper {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	flex-shrink: 0;
	max-width: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.widget-list-item .data .arrow-wrapper span {
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 11' fill='%23171728'%3E%3Cpath d='M.646 3.646a.5.5 0 000 .708l3.182 3.182a.5.5 0 10.708-.708L1.707 4l2.829-2.828a.5.5 0 10-.708-.708L.646 3.646zM36 3.5H1v1h35v-1z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 1.5rem auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.widget-list-item .data:hover .arrow-wrapper {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.widget-list-item .data:hover .company-name {
	color: var(--color-primary) !important;
}
.widget-list-item .data:hover .arrow-wrapper span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 11' fill='%235085FF'%3E%3Cpath d='M.646 3.646a.5.5 0 000 .708l3.182 3.182a.5.5 0 10.708-.708L1.707 4l2.829-2.828a.5.5 0 10-.708-.708L.646 3.646zM36 3.5H1v1h35v-1z'%3E%3C/path%3E%3C/svg%3E");
}

.widget-content-scroll {
	max-height: 350px;
	overflow-y: auto;
	scrollbar-width: auto;
	scrollbar-color: #5a93c1 #ffffff;
}
.widget-content-category {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-content-category li {
	font-size: 1rem;
	list-style: none;
  	margin-block-end: 0.5rem;
}
.widget-content-category .form-check-label {
	color: #1e073d;
	cursor: pointer;
	font-weight: 400;
	display: flex;
	font-size: 15px;
	align-items: center;
}
.form-check-input:checked {
	border-color: var(--color-primary) !important;
	background-color: var(--color-primary) !important;
}

.m-job-listings {
	padding-inline-start: 2.5rem;
}

@media (max-width: 991.98px) {
	.m-job-listings {
		margin-block-start: 2.5rem;
	}
}

@media (min-width: 992px) {
	.m-job-listings {
		padding-inline-start: 2.5rem;
	}
}
.m-job-box {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	padding: 0;
	background-color: #fff;
	border-radius: 0.75rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #d3d3d3;
	-webkit-box-shadow: 0 7px 14px 0 rgba(8,15,52,0.05);
	-moz-box-shadow: 0 7px 14px 0 rgba(8,15,52,0.05);
	box-shadow: 0 7px 14px 0 rgba(8,15,52,0.05);
}
.m-job-box-header {
	color: #4d4d4d;
	display: block;
	padding: 1.5rem;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
  	background-color: #f9f9f9;
}
.m-job-box-header-inner {
	padding-inline-start: 4.375rem; /* 70px */
}
@media (max-width: 991.98px) {
	.m-job-box-header-inner {
		padding-inline-start: 2.875rem; /* 46px */
	}
}

.m-job-box-header-inner .h5 {
	font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
	line-height: 1.25;
	font-weight: 800 !important;
}
.m-job-box-header-inner .h5 a:hover,
.m-job-box-header-inner .h5 a:focus {
	color: var(--color-primary) !important;
}

.m-job-box-header-inner .m-job-box-actions {
	width: 100%;
	display: grid;
	max-width: 100px;
}

.m-job-company-logo {
	top: 12px;
	left: 20px;
	padding: 5px;
	width: 110px;
	height: 110px;
	font-size: 36px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	border-radius: 0.75rem;
	text-decoration: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -40px;
	bottom: -50px;
	border: 1px solid #d3d3d3;
	-webkit-box-shadow: 0 7px 14px 0 rgba(8,15,52,0.05);
	-moz-box-shadow: 0 7px 14px 0 rgba(8,15,52,0.05);
	box-shadow: 0 7px 14px 0 rgba(8,15,52,0.05);
}
@media (max-width: 991.98px) {
	.m-job-company-logo {
		width: 90px;
		height: 90px;
	}
}

.m-job-preview-section {
	min-height: 600px;
}

.m-job-box-body {
	color: #000001;
	padding: 1.5rem;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background-color: #fff;
	border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
}
.line-clamp-3 {
	font-size: 1rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 85px;
	max-height: 90px;
}
.m-job-box-description .line-clamp-3 {
	font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem) !important;
	font-weight: 400;
}

.m-job-box-actions .btn {
	height: auto;
	min-height: 36px;
}
.m-job-box-header-inner .m-job-box-actions .btn {
	width: 100%;
	box-shadow: 0 .5px 0 .5px oklch(100% 0 0/calc(var(--depth)*6%)) inset, 0 3px 2px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000),0 4px 3px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000) !important;
}
.m-job-box-header-inner .m-job-box-actions .btn + .btn {
	margin-block-start: 0.5rem;
}
.m-job-box-actions .btn-default {
	color: #000 !important;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: var(--t-grey) !important;
}
.m-job-box-actions .btn-default:hover, .m-job-box-actions .btn-default:focus {
	color: #fff !important;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #000 !important;
}

.m-job-box-actions .btn-primary-outline {
	color: var(--color-primary) !important;
	border: 1px solid var(--color-primary) !important;
	background-color: transparent !important;
}
.m-job-box-actions .btn-primary-outline:hover,
.m-job-box-actions .btn-primary-outline:focus {
	color: #fff !important;
	border: 1px solid var(--color-blue) !important;
	background-color: var(--color-blue) !important;
}

.m-job-box-actions .btn-primary {
	border: 0 none !important;
	background-color: var(--color-primary) !important;
}
.m-job-box-actions .btn-primary:hover, .m-job-box-actions .btn-primary:focus {
	border: 0 none !important;
	background-color: var(--color-primary-h) !important;
}

@media (max-width: 991.98px) {
	.m-job-box-header,
	.m-job-box-body {
		padding: 1rem 1.25rem;
	}
}


/* Company Page */
.front-background {
	background-color: #ffffff;
}
.radius-md, .company-row .company-row-equal.dark {
	border-radius: 1.25rem !important;
}
.shadow-lg {
	box-shadow: 0 7px 14px 0 rgba(8,15,52,0.1) !important;
}
.site-footer {
	font-size: 0.75rem;
	border-top: 1px solid #f1f2f3;
	padding: 20px 0;
	position: absolute;
}

.front_header_actions .btn,
.front_header_actions .btn.p-2,
.front_header_actions .btn:hover,
.front_header_actions .btn:focus,
.front_header_actions .btn-primary,
.front_header_actions .btn-primary:hover,
.front_header_actions .btn-primary:focus {
	border: 0 none !important;
	font-size: 0.875rem !important;
	padding: 0.675rem 0.875rem !important;
	border-radius: 0.375rem !important;
	height: 45px !important;
	max-height: 45px !important;
}

.front_header_actions .btn.btn-secondary {
	background-color: ;
}

@media (min-width: 992px) {
	.sticky-top .container,
	.sticky-top .container-fluid,
	.sticky-top .container-fluid,
	.front-background .container-fluid {
		width: 100%;
		max-width: 100% !important;
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}
}
#map {
	width: 100%; /* The width is the width of the web page */
	height: 400px; /* The height is 400 pixels */
}

#description {
	font-size: 15px;
	font-weight: 300;
}
#infowindow-content .title {
	font-weight: bold;
}
#infowindow-content {
	display: none;
}
#map #infowindow-content {
	display: inline;
}
.pac-card {
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	margin: 10px;
	padding: 0 0.5em;
	font: 400 18px Roboto, Arial, sans-serif;
	overflow: hidden;
	font-family: Roboto;
	padding: 0;
}
#pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
}
.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}
.pac-controls label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}
#pac-input {
	background-color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
}
#pac-input:focus {
	border-color: #4d90fe;
}
#title {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 12px;
}
.company-title {
	font-size: 1.875rem !important;
	font-weight: 800 !important;
	color: var(--color-primary) !important;
}
.company-image-wrapper {
	width: 100%;
	overflow: hidden;
	max-height: 450px;
}
.company-image-wrapper .banner-header {
	width: 100%;
	overflow: hidden;
	max-height: 450px;
	position: relative;
}
.company-image-wrapper .banner-header img {
	width: 100% !important;
	max-height: 450px !important;
	object-fit: cover;
  	object-position: top center;
}
.company-profile {
	z-index: 1;
	width: 100%;
	padding-block-start: 50px;
	padding-block-end: 70px;
	margin-inline: auto;
	position: relative;
}
.company-profile-info {
	z-index: 2;
	position: relative;
	padding-block: 0.75rem;
	border-bottom: 1px solid #d6dae1;
	background-color: #f2f3f4;
	box-shadow: 0 4px 12px rgba(0,0,0,0.125);
}
.company-profile-info .company-profile-logo {
	max-width: 235px;
}
.company-profile-info .company-profile-logo img {
	width: 100%;
	object-fit: cover;
	align-self: stretch;
}
.company-profile-info .pl-40 {
	margin-left: 20px;
	padding-left: 15px;
	border-left: 1px solid rgba(0,0,0,0.25);
}
.company-profile-info .btn {
	border: 0 none !important;
}
.section-title {
	margin-block-end: 1.5rem;
	padding-block-end: 0.625rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.company-content h1, .company-content h2, .company-content h3, .company-content h4, .company-content h5 {
	margin: 0;
	font-weight: 800 !important;
}
.job-right h2,
.company-content h2 {
	font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
	line-height: 1.4;
}
.job-right h5,
.company-content h5 {
	font-size: clamp(1.375rem, 1.3125rem + 0.25vw, 1.5rem);
	line-height: 1.4;
}
.job-right p, .job-right ul li, .job-right ol li,
.company-content p, .company-content ul li, .company-content ol li {
	color: var(--color-black);
	font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
	line-height: 1.5;
}
.job-right p, .job-right ul, .job-right ol,
.company-content p, .company-content ul, .company-content ol {
	margin-block-end: 1rem;
}
.job-right ul, .job-right ol,
.company-content ul, .company-content ol {
	padding-inline-start: 2.5rem;
	list-style: unset;
}
.job-right ul li,
.company-content ul li {
	list-style: disc;
}
.company-content ol li::marker,
.company-content ul li::marker {
	color: var(--color-primary) !important;
}
.job-right ol li,
.company-content ol li {
	list-style: numeric;
}

.related-jobs {
	width: 100%;
	padding-block-start: 30px;
}
.related-jobs-list {
	width: 100%;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}

label sup {
	top: auto !important;
}

.related-jobs-list-nogrid {
	grid-template-columns: repeat(1, 1fr);
}
.bg-grey {
	background-color: #f7f7f7 !important;
}
.related-jobs-list-nogrid > div.w-100 {
	width: 100%;
	color: var(--color-black);
	border-radius: 0.5rem;
	border: 1px solid rgba(0,0,0,0.075);
	background-color: #f7f7f7 !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05) !important;
}
.related-jobs-list-nogrid > div.w-100 svg {
	color: var(--color-primary) !important;
}
.related-jobs-list-nogrid > div.w-100 .f-15.mt-4 {
	margin-top: 0.75rem !important;
}
.job-item {
	width: 100%;
	padding: 15px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	display: flex;
	border-radius: 0.375rem;
}
.job-item .company-logo {
	width: 80px;
	height: 80px;
	display: grid;
	text-align: center;
	place-items: center;
	background-color: #fff;
	padding: 0.375rem;
	border-radius: 0.375rem;
	background-color: #f8f8f8;
	border: 1px solid rgba(0,0,0,0.05);
}
.job-item .media-body {
	width: 100%;
	max-width: calc(100% - 80px);
	padding-inline-start: 1.25rem;
}
.related-jobs .job-item .media-body {
	text-align: left;
}
.job-item .media-body h4 {
	width: 100%;
	font-size: 1.25rem;
	max-width: calc(100% - 100px);
	color: var(--color-black) !important;
}
.job-item .media-body h4 a {
	color: var(--color-black) !important;
}
.job-item .media-body h4 a:hover, .job-item .media-body h4 a:focus {
	color: var(--color-primary) !important;
}
.job-item .job-ad-item {
	width: 100%;
	padding-block-start: 0.125rem;
}
.job-item ul {
	margin: 0;
	padding: 0;
	display: inline-flex;
	column-gap: 1.25rem;
	list-style: none;
	flex-wrap: wrap;
}
.job-item ul li {
	color: var(--color-black);
	font-size: 1rem !important;
	font-weight: 500;
	list-style: none;
	margin-bottom: 0;
}
.job-item ul li i {
	margin-right: 0.375rem;
	color: var(--color-primary) !important;
}
.job-item .apply-button {
	padding: 0.375rem 1rem;
	border-radius: 50px 0 0 50px;
	font-size: 13px;
	font-weight: 500;
	margin-top: 0;
	color: #fff;
	border-right: none;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 20;
	background-color: var(--color-primary) !important;
}
.btn-primary:hover, .btn-primary:focus,
.job-item .apply-button:hover, .job-item .apply-button:focus {
	color: #fff !important;
	background-color: var(--color-primary-h) !important;
}

.sidebar-right-2 {
	top: 100px;
	width: 100%;
	position: sticky;
}
.sidebar-right-2 .widget {
	padding-block: 0;
	padding-inline: 1.25rem;
	margin-block-end: 1.875rem;
	border-radius: 0.75rem;
}
.sidebar-right-2 .widget.job-overview {
	background-color: #fff;
	padding-block-start: 1.25rem;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.sidebar-right-2 .widget .btn {
	border: 0px none !important;
}

.button-extras {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.5rem;
	width: 100%;
	max-width: 250px;
}
.button-extras .btn-copy {
	padding: 0;
	color: #fff;
	width: 1.875rem;
	height: 1.875rem;
	border: 0 none;
	background-color: var(--color-primary);
}
.button-extras .sharethis-inline-share-buttons {
	border-left: 1px solid rgba(0,0,0,0.15);
	padding-inline-start: 0.5rem;
}

.header-apply .btn.btn-primary, .header-apply .btn.btn-primary:hover, .header-apply .btn.btn-primary:focus,
.sidebar-right-2 .widget .btn.btn-md {
	font-size: 1rem !important;
	font-weight: 700 !important;
	padding: 0.875rem 2.5rem !important;
	border: 0 none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25) !important;
}
.sidebar-right-2 .sidebar-title {
	position: relative;
	margin-block-end: 1.5rem;
}
.job-detail-container p, .job-detail-container li {
	color: var(--color-black);
}
.job-detail-container .heading-h2,
.sidebar-right-2 .sidebar-title h3 {
	position: relative;
	font-weight: 800 !important;
	font-size: clamp(1.125rem, 1.125rem + 1.5vw, 1.5rem);
}
.sidebar-right-2 .sm-border,
.sidebar-right-2 .md-border {
	height: 1px;
	border-radius: 50px;
	background-color: #696b6f;
	margin-bottom: 0.25rem;
}
.sidebar-right-2 .sm-border {
	width: 50px;
}
.sidebar-right-2 .md-border {
	width: 25px;
}
.job-overview ul, .job-overview ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.job-overview ul {
	padding-block-end: 0.75rem;
}
.job-overview ul li {
	width: 100%;
	position: relative;
	padding-left: 3.25rem;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.job-overview ul li:last-of-type {
	border-bottom: 0 none;
}
.job-overview ul li i {
	left: 0;
	top: 1px;
	color: var(--color-primary);
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.375rem;
	font-size: 2rem;
	position: absolute;
	background-color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
}
.job-overview ul li h5 {
	margin: 0;
	width: 100%;
	font-size: 1rem;
	color: #323232;
	font-weight: 800 !important;
}
.job-overview ul li span {
	width: 100%;
	color: #2e2f30;
	font-weight: 600;
	font-size: 1.125rem;
	display: inline-block;
	margin-block-start: 0.25rem;
}

.job-detail-container {
	width: 100%;
}
@media (min-width: 992px) {
	.job-detail-container {
		padding-inline-end: 2.5rem;
	}
}

.job-detail-container .dropdown-menu.pull-right {
	right: 0 !important;
	left: auto !important;
}

.job-detail-container .main-item {
	width: 100%;
	display: inline-flex;
	position: relative;
}
.main-item .company-logo {
	width: 100px;
	height: 100px;
	display: flex;
	flex-shrink: 0;
	padding: 0.375rem;
	border-radius: 0.375rem;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 2px #ccc;
}
.main-item .company-logo img {
	width: 100%;
	object-fit: contain;
	border-radius: 0.375rem;
}
.main-item .description {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: calc(100% - 100px);
	padding-inline-start: 1.25rem;
}
.main-item .description h5 {
	color: #323232;
	font-size: 1.5rem;
	margin: 10px 0 10px;
	font-weight: 800 !important;
}
.main-item .description h5 a {
	color: #323232;
}
.main-item .description h5 a:hover, .main-item .description h5 a:focus {
	color: var(--primary) !important;
}
.main-item .description ul {
	margin: 0;
	padding: 0;
	column-gap: 1rem;
	list-style: none;
	font-weight: 500;
	display: inline-flex;
	flex-wrap: wrap;
}
.main-item .description ul li {
	margin: 0;
	padding: 0;
	align-items: center;
	display: inline-flex;
	column-gap: 0.25rem;
	list-style: none;
	font-size: 1rem !important;
}
.company-profile .hr-boder {
	height: 0;
	margin: 1.875rem 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.job-right h1, .job-right h2, .job-right h3, .job-right h4, .job-right h5, .job-right h6 {
	font-weight: 800 !important;
}

.contact-map, .contact-map iframe {
	width: 100%;
	overflow: hidden;
	height: 400px !important;
	border-radius: 0.375rem;
}
.contact-map {
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.gap-multiline-items-1 {
	display: flex;
	gap: 0.25rem;
	flex-wrap: wrap;
}
.gap-multiline-items-1 .badge {
	border: 0 none !important;
}
@media (min-width: 992px) {
	.job-detail-container .job-right {
		padding-inline-end: 2.5rem;
	}
}
.job-right ul li {
	position: relative;
	list-style: none !important;
}
.job-right:not(.sidebar-right-2) ul li::before {
	top: 0.5rem;
	left: -1.25rem;
	width: 0.875rem;
	height: 0.875rem;
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2302647E'%3E%3Cpath d='M5.9 15.5c-.5 0-.7 0-1.1-.5l-4-5C.2 9.3.3 8.3 1 7.7c.3-.2.6-.4 1-.4s.8.2 1.1.4l2.7 2.5s.2.1.3.1.2 0 .3-.1L14.7.6c.1-.1.2-.2.3-.2s.2 0 .3.1c.2.2.2.4.1.6L7.1 14.8c-.3.4-.7.7-1.2.7Z'/%3E%3C/svg%3E");
	background-size: 0.875rem 0.875rem;
	background-repeat: no-repeat;
	background-position: center center;
}
.job-right .related-jobs ul li::before,
.job-right .sidebar-right-2 ul li::before {
	display: none !important;
}
.job-right .sidebar-right-2 ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.job-right .sidebar-right-2 ul li {
	border-bottom: 0;
}

.w-250px {
	width: 100%;
	max-width: 250px;
}


.field-group .form-control {
	height: 44px;
	font-size: 15px !important;
	font-weight: 400 !important;
	padding-left: 70px;
	padding-right: 40px;
	color: #000000 !important;
}
.missio-absolute,
.field-group-label {
	top: 50%;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.field-group-label {
	left: 15px;
	color: #4d4d4d;
}
.missio-absolute {
	right: 15px;
}
.fetch-job-filter-form select.form-control {
	height: 44px;
}
.fetch-job-filter-form .btn-find-jobs {
	height: 44px;
	max-height: 44px;
	font-weight: 700 !important;
	box-shadow: 0 .5px 0 .5px oklch(100% 0 0/calc(var(--depth)*6%)) inset, 0 3px 2px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000),0 4px 3px -2px color-mix(in oklab,var(--btn-bg)calc(var(--depth)*30%),#0000) !important;
}
.fetch-job-filter-form .btn-transparent {
	padding: 0;
	border: 0 none;
	cursor: pointer;
	background-color: transparent;
	font-size: 12px;
	color: #e83842;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


/*
.sharethis-inline-share-buttons {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	column-gap: 0.25rem !important;
}
#st-1 .st-btn {
	width: 1.875rem !important;
	height: 1.875rem !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-right: 0 !important;
}
#st-1 .st-btn > img {
	top: auto !important;
	width: 1.25rem !important;
	height: 1.25rem !important;
}
*/

.job-views {
	border-top: 1px solid #d6dae1;
	border-bottom: 1px solid #d6dae1;
}
.job-views .job-views-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 33.3333%;
	flex-shrink: 0;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1rem;
	font-weight: 500;
	border-left: 1px solid #d6dae1;
}
.job-views .job-views-wrap:first-of-type {
	border-left: 0 none;
}

.card-company .box-position-type {
	color: var(--color-black);
}


@media (max-width: 767.98px) {
	.company-profile {
		padding-block-start: 40px;
	}
	
	.related-jobs-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.job-item {
		padding-block-end: 1.25rem;
	}
	.job-item .div-right {
		width: 100%;
		position: relative;
		padding-block-start: 0.75rem;
	}
	.job-item .apply-button {
		top: unset;
		right: unset;
		height: auto;
		position: relative;
		padding: 0.5rem 1rem;
		border-radius: 0.375rem;
	}
	.header-apply,
	.main-item .description .dropdown {
		margin-block-start: 0.75rem;
	}
	
	#map, .contact-map {
		height: 200px !important;
	}
	.header-apply {
		max-width: 100% !important;
		margin-inline-start: 0 !important;
	}
}





.btn.p-2, button.p-2,
.btn, .btn-primary, .btn-cancel, .btn-secondary, button,
.btn:hover, .btn-primary:hover, .btn-cancel:hover, .btn-secondary:hover, button:hover,
.btn:focus, .btn-primary:focus, .btn-cancel:focus, .btn-secondary:focus, button:focus {
	border: 0 none !important;
	font-size: 1rem !important;
	padding: 0.675rem 0.875rem !important;
	font-family: "Brandon Grot W01", serif, sans-serif !important;
}

.bootstrap-select button, .select-picker button,
.bootstrap-select button:hover, .select-picker button:hover,
.bootstrap-select button:focus, .select-picker button:focus {
	font-size: 0.938rem !important;
	padding: 0.375rem 0.75rem !important;
	font-family: "Brandon Grot W01", serif, sans-serif !important;
}
.bootstrap-select .dropdown-item, .select-picker .dropdown-item {
	font-weight: 500 !important;
}

.add-client .form-group.custom-file label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 80px;
}
