/*Custom Fonts*/
@font-face {
	font-family: 'SignaRoundPro';
	src: url('../fonts/SignaRoundPro.otf')
}

@font-face {
	font-family: 'FontAwesome';
	src: url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css')
}

@font-face {
	font-family: 'WaycliBold';
	src: url('../fonts/waycli-Bold.otf')
}

/*End Custom Fonts*/

/*GENERAL STYLING*/
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #FFFF;
	font-family: 'SignaRoundPro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	font-style: normal;
	color: #1a428a;
	overflow-y: scroll;
	margin: 0 auto;
	width: 100%;
	text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: inherit;
	text-decoration: inherit;
	touch-action: manipulation;
	background-color: transparent;
	white-space: nowrap;
	cursor: default;
	display: inline-block;
}

.form {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	display: block;
}

/*END GENERAL STYLING*/

/*Header-Nav*/
.navSpacer {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	padding-top: 74px;
}

.header {
	background-color: #1a428a;
	color: #FFF;
	position: fixed;
	top: 0;
	z-index: 999;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	flex-shrink: 0;
}

.navWrapper {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1196px;
	height: 100%;
	padding-left: 26px;
	padding-right: 26px
}

.navContent {
	display: flex;
	align-items: center;
	height: 75px
}

.navLogo {
	margin-top: 4px;
	display: block;
	background-position: center center;
	background-image: url(../imgs/adamoLogoWhite.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	float: none;
	margin-right: 30px;
	width: 119px;
}

.navItems {
	width: 100%;
	display: flex;
}

.navLeftSideMenu {
	flex-grow: 2;
}

.navMenu {
	display: flex;
	justify-content: space-between;
}

.navList {
	padding-right: 6px;
	list-style: none;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.navItem {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 30px;
	border-bottom: 5px solid transparent;
}

.navItemActive a {
	border-bottom: 5px solid #d7282f;
}

.navItem a {
	font-size: 18px;
	font-family: 'SignaRoundPro', Arial, Helvetica, sans-serif;
}

.navItem a:hover {
	color: #FFFF;
	cursor: pointer;
}

.navItemLink {
	display: inline-block;
	white-space: nowrap;
	padding: 30px 0 16px;
}

.navUserActions {
	display: flex;
	align-items: center;
}

.navItemButton {
	border-color: #d7282f;
	background-color: #d7282f;
	margin-top: 20px;
	font-weight: 600;
	color: #FFFF;
	letter-spacing: 1.8px;
}

.buttonRed {
	border-width: 2px;
	border-style: solid;
	line-height: 14px;
	padding: 12px 15px 13px;
}

.buttonRed:hover {
	text-decoration: none;
}

/*END Header-Nav*/

/*Search section*/
.searchSection {
	padding: 30px 0;
	box-shadow: 0 2px 4px #cccccc;
	display: block;
	background-color: #FFFFFF;
}

.sectionContent {
	margin: 0 auto;
	width: 100%;
	max-width: 1196px;
	height: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

.sectionContentWrapper {
	box-sizing: border-box;
}

.articleContent {
	width: 100%;
}

/* Updated Search Form Styling to Match Avature Structure */
.visibility--visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.form--search {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.search__form--container {
	display: flex;
}

.form__item--legend {
	max-width: 130px;
	min-width: 130px;
	margin-right: 30px;
}

.form--search-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	color: #1a428a;
	margin-top: 6px;
}

.form__item--fields {
	width: 100%;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.fieldSpec {
	margin-right: 20px;
	min-width: 200px;
	padding-bottom: 0;
	position: relative;
}

#keywords {
	min-width: 230px;
}

.fieldSpecPadder {
	width: 100%;
}

.specTitle {
	width: 100%;
}

.fieldLabel {
	display: block;
	cursor: default;
	touch-action: manipulation;
}

.labelText {
	font-size: 13px;
	font-weight: 600;
	color: #697180;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 0;
}

/* Input styling */
.form-control {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #6c718a;
	border-radius: 0;
	font-size: 18px;
	color: #1a428a;
	padding: 9px 0 8px;
	background-color: transparent;
	outline: none;
	box-shadow: none;
}

.form-control:focus {
	border-color: #d7282f;
}

/* Select styling */
.select-control {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #6c718a;
	border-radius: 0;
	font-size: 18px;
	color: #1a428a;
	padding: 9px 0 8px;
	background-color: transparent;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill="%231a428a" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 24px;
}

/* Button styling */
.button-bar--right {
	display: flex;
	align-items: flex-end;
	min-width: auto;
}

.button-bar__wrap {
	display: block;
}

.submitButton {
	background-color: #d7282f;
	color: white;
	border: none;
	padding: 11px 20px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
	height: 40px;
}

.submitButton:hover {
	background-color: #b32228;
}

/* Select2 Integration */
.select2-container {
	width: 100% !important;
	min-width: 200px;
	max-width: 215px;
}

.select2-container--default .select2-selection--single {
	border: none;
	border-bottom: 1px solid #6c718a;
	border-radius: 0;
	height: 38px;
	background-color: transparent;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	color: #1a428a;
	font-size: 18px;
	padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #1a428a transparent transparent transparent;
}

.select2-dropdown {
	border: 1px solid #e0e0e0;
	border-radius: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #1a428a;
}

.select2-container--default .select2-results__option {
	padding: 8px 12px;
}

/* Additional Select2 fixes */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #697180;
}

.select2-container--open .select2-dropdown {
	width: 100% !important;
	min-width: 200px;
}

.select2-dropdown {
	z-index: 1000;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 25px;
	color: #697180;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
	border-bottom: 1px solid #d7282f;
}

.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-results__options::-webkit-scrollbar {
	width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.select2-results__options::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 3px;
}

.select2-results__option {
	padding: 8px 12px;
}

.select2-search--dropdown .select2-search__field {
	border: 1px solid #6c718a;
	border-radius: 0;
	color: #1a428a;
	outline: none;
}

/*END Search section*/

/*Footer Style*/
.footer {
	background: #1a428a;
	color: rgb(192, 192, 192);
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	flex-shrink: 0;
}

.footerWrapper {
	padding: 24px 45px 24px 50px;
	max-width: 1196px;
	height: 100%;
	margin: 0 auto;
}

.footerCopyright {
	float: none;
	padding-bottom: 20px;
}

.footerText {
	display: block;
	padding-bottom: 8px;
}

.footerText a {
	color: #FFFF;
	cursor: pointer;
	padding-bottom: 20px
}

/*END Footer Style*/

/*Banner Style*/
.mainBanner {
	background-color: transparent;
	color: #1a428a;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
}

.bannerWrapper {
	padding-top: 100px;
	padding-bottom: 30px;
	position: relative;
	background-image: url(../imgs/Adamo_Widget.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 24px) 12px;
	background-size: 105px 95px;
	margin: 0 auto;
	width: 100%;
	max-width: 1196px;
	height: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

.bannerWrapper:after {
	position: absolute;
	content: '';
	width: 82px;
	height: 3px;
	background-color: #d7282f;
	bottom: 0;
	left: 28px;
}

.bannerContent {
	display: table;
	width: 100%;
	height: 100%;
}

.bannerText {
	display: table-cell;
	vertical-align: middle;
}

.bannerTitle {
	font-size: 45px;
	font-weight: 400;
	width: 93%;
}

/*END Banner Style*/

/*Main Style*/
.main {
	background-color: #FFFF;
	margin: 0 auto;
	width: 100%;
	display: block;
	flex: 1;
}

.mainWrapper {
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
	width: 100%;
	max-width: 1196px;
	height: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

.eeoContainer h3 {
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
}

.eeoContainer h3:not(:first-child) {
	margin: 30px 0px;
}

.eeoContainer p {
	margin: 5px 0px;
}

.eeoContainer p a {
	text-decoration: underline;
}

/*END Main Style*/

/* Results Section Styles */
.resultsSection {
	margin-top: 20px;
	padding: 20px 0;
	flex: 1;
}

.results-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
}

.results-count {
	font-size: 14px;
	color: #697180;
}

.results-pagination .pagination,
.bottom-pagination .pagination {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.page-item {
	margin: 0 2px;
}

.page-link {
	color: #1a428a;
	text-decoration: none;
	padding: 5px 10px;
	cursor: pointer;
}

.page-item.active .page-link {
	background-color: #1a428a;
	color: white;
	border-radius: 50%;
}

.results-sort .dropdown-toggle {
	color: #1a428a;
	background-color: transparent;
	border: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.results-sort .dropdown-toggle::after {
	margin-left: 8px;
}

.results-sort .dropdown-menu {
	min-width: 150px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.results-sort .dropdown-item {
	color: #1a428a;
	font-size: 14px;
	padding: 8px 16px;
}

.results-sort .dropdown-item:hover {
	background-color: #f5f5f5;
}

.sort-dropdown {
	margin-top: 8px;
	padding: 0;
}

/* Jobs List Styles */
.jobs-list {
	margin-bottom: 30px;
}

.job-item {
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
}

.job-item:last-child {
	border-bottom: none;
}

.job-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.job-title a {
	color: #1a428a;
	text-decoration: none;
	cursor: pointer;
	white-space: normal;
}

.job-title a:hover {
	color: #d7282f;
}

.job-location {
	color: #697180;
	font-size: 16px;
	margin-bottom: 15px;
}

.job-actions {
	display: flex;
	align-items: center;
}

.action-link {
	color: #1a428a;
	font-weight: 600;
	margin-right: 8px;
	text-decoration: none;
	cursor: pointer;
}

.action-link:hover {
	color: #d7282f;
	text-decoration: underline;
}

.action-divider {
	color: #e0e0e0;
	margin: 0 8px;
}

/* Bottom Pagination */
.bottom-pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
	.search__form--container {
		flex-direction: column;
	}

	.form__item--legend {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.fieldSpec {
		max-width: 100%;
		width: 100%;
	}

	.select2-container {
		max-width: 100%;
	}

	.results-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.results-count {
		margin-bottom: 10px;
	}

	.results-pagination {
		margin: 10px 0;
	}
}

@media (max-width: 768px) {
	.form__item--fields {
		flex-direction: column;
	}

	.fieldSpec {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}

	.button-bar--right {
		width: 100%;
	}

	.submitButton {
		width: 100%;
	}

	.navItems {
		flex-direction: column;
	}

	.navContent {
		height: auto;
		flex-direction: column;
		padding: 10px 0;
	}

	.navLogo {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.navList {
		padding-inline-start: 0;
	}

	.navItem {
		margin-left: 15px;
	}

	.navItemLink {
		padding: 10px 0;
	}

	/* Make dropdown match field width on mobile */
	.select2-container {
		width: 100% !important;
		max-width: 100%;
	}

	/* Increase touch target size for better mobile usability */
	.select2-container--default .select2-selection--single {
		height: 44px;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 44px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 42px;
	}

	/* Improve dropdown padding for touch targets */
	.select2-container--default .select2-results__option {
		padding: 12px 16px;
	}

	/* Fix dropdown positioning on mobile */
	.select2-container--open .select2-dropdown {
		left: 0 !important;
		/* Prevent horizontal overflow */
	}
}

/* Fix for iOS devices which can have issues with Select2 */
@supports (-webkit-overflow-scrolling: touch) {
	.select2-container--open .select2-dropdown {
		position: absolute !important;
	}
}
