/*** Three Rivers Job Posting Style Sheet */

/* General Styles */

/* 
#hl-jobs .ui-widget {
    font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
 */
 
/* Hero Section */
.jobs-background-img {
    min-height: 300px;
    background-image: url(../images-hlp/jobs-hero.jpg);
    z-index: 9998;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 45px;
    background-size: cover;
    background-position: center center;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

 /* style added in the polish process */
 select,
 button {
     cursor: pointer;
 }
.app-hlp .jobs-page .ui-widget span {
    padding-left: 10px;
}
.app-hlp .jobs-page .ui-widget,
.app-hlp .jobs-page #search-focus {
    background-color: white;
    border-color: #6b6969;
    height: 33px;
    box-shadow: none;
    border-width: 1px;
    -webkit-appearance: menulist;
}
.app-hlp .jobs-page #select-deg {
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 1.5em;
    background-color: white;
}
 
.app-hlp .jobs-page .ui-multiselect:after {
    content: '\203A';
    float: right;
    margin-right: 6px;
    transform: rotate(90deg);
}
 
.platform-safari.app-hlp .jobs-page .ui-widget:after {
    content: '';
}
.platform-safari.app-hlp .jobs-page .ui-multiselect {
	padding-right: 5px;
}

.ui-multiselect span.ui-icon {
    display: none;
}
.app-hlp .jobs-page  .ui-widget-header {
    border: solid #555555;
    background: white;
    border-radius: 0;
    border-width: 0 1px 1px 1px;
}
/* 
ul.ui-helper-reset li {
    margin-right: 19px;
}
 */
.app-hlp .ui-multiselect-menu {
	display: none;
    background-color: #fff;
    background-image: none;
    border: none;
    border-top: 0;
    box-shadow: none;
    position: fixed;
    padding: 0;
    border-radius: 0;
}
.app-hlp .jobs-page a.ui-multiselect-close {
    display: none;
}
.app-hlp .jobs-page .ui-multiselect-checkboxes label input,
.app-hlp .jobs-page .ui-multiselect-checkboxes label span {
    position: relative;
    top: 1px;
    margin-left: 6px;
}
.app-hlp .jobs-page ul.ui-multiselect-checkboxes {
    background-color: white;
    position: relative;
    top: -3px;
    border: rgba(0,0,0,1) solid;
    border-width: 0px 1px 1px 1px;
    /*min-height: 330px !important;*/
}
.app-h2.app-hlp .jobs-page ul.ui-multiselect-checkboxes li .ui-state-active {
	font-weight: regular;
	text-transform: none;
}
span.ui-icon {
    top: 3px;
    margin: 0px 2px 0 0px;
}
.data-source {
    margin: 10px 30px;
    text-align: right;
    opacity: 0.8;
}
.job-portal-sector a:before {
    content: '+';
    margin-right: 6px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1em;
}
.job-portal-sector a.selected:before {
    content: '-';
}

#hl-jobs .ui-widget.hlchartform {
    font-size: 14px;
    overflow: hidden;
}
#hl-jobs .ui-widget-content.hlchartform {
    background: #ffffff;
}
#hl-jobs .ui-widget-content.hlchartform .ui-state-active {
    background: #93C2DE;
    border: 1px solid #fff;
    color: #ffffff;
    font-weight: normal;
}
#hl-jobs button.hlchartform span {
    color: #555555;
    font-weight: normal;
    white-space: nowrap;
}
#hl-jobs .ui-multiselect-menu.hlchartform li label.ui-state-hover {
    font-weight: normal;
    background: #ffffff;
    color: #555555;
    border: 1px solid #003399;
}

/* Job Portal */
.job-portal-container {
    margin: 100px auto 60px;
    width: 75%;
    z-index: 9999;
    position: relative;
}
.job-portal-results div.ux-feedback {
	color: rgb(0,86,152);
	font-size: 1.33em;
}
.job-portal-results a.breadcrumb {
    display: inline-block;
    text-decoration: none;
    border: rgb(0,86,152) thin solid;
    padding: 2px 10px;
    border-radius: 7px;
}
.job-portal-results a.breadcrumb:before {
    content: 'x';
    margin-right: 10px;
}
.job-portal-results a.breadcrumb.selected {
	color: white;
	background-color: rgb(0,86,152);
}

section.job-portal {
    background: white;
    border: rgb(0,86,152) 1px solid;
    border-radius: 6px;
    padding: 0px 40px 40px;
}

.job-portal-container > h2 {
    color: white;
    font-size: 2em;
    margin: 0;
}

.job-portal-sector a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0px 20px 0px 0px;
    border: rgb(0,86,152) 1px solid;
    padding: 4px 15px 4px;
    border-radius: 8px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 15px;
}

.job-company a {
    text-decoration: none;
}

.job-portal-sector a.selected {
	background-color: rgb(0,86,152);
	color: rgb(236,240,241);
}

.job-portal-sector {
    margin: 30px -40px 0;
    padding: 0px 40px 5px;
}

.job-portal-filter {
    display: flex;
    margin: 25px 0px 0px;
}

.search-focus, 
.search-county {
    width: 50%;
}

.job-portal-filter label,
.job-portal-sector h3 {
    display: block;
    color: rgb(0,86,152);
    text-transform: uppercase;
    margin-bottom: 1px;
    font-weight: 400;
    font-size: 1em;
}

.job-portal-filter select,
.job-portal-search select {
    border-color: rgb(102,100,102);
    border-radius: 4px;
    padding: 5px 7px;
    width: 90%;
}

.job-portal-search input#textinput {
    padding: 14px;
    font-size: 1.5em;
    border-radius: 4px 0 0 4px;
    height: 60px;
    width: 100%;
    border: none;
}

.job-portal-search .waiting {
	background-image: url(/images-app/ajax-loader.gif);
	background-position: 98% 50%;
	background-repeat: no-repeat;
}

.job-portal-search input#textinput::placeholder {
    font-style: oblique;
}

.job-portal-search input#textinput:focus-visible,
.job-portal-search button:focus-visible {
    outline-offset: -2px;
}

.job-portal-search input#textinput:focus::placeholder,
.job-portal-search input#textinput:active::placeholder {
    color: transparent;
}

.job-portal-search button {
    font-size: 1.25em;
    /* padding: 20px; */
    border: none;
    border-radius: 0 4px 4px 0;
    /* height: 60px; */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(131,130,131);
}

.job-portal-search button:hover {
	cursor: pointer;
}

.job-portal-search {
    margin: 20px -60px;
    background: rgb(0,86,152);
    padding: 30px 60px;
    display: flex;
}

.posting-result {
    display: flex;
    align-items: center;
    border-bottom: rgba(204, 221,234,0.7) thin solid;
    padding: 25px 0;
}

.posting-result:last-of-type {
    border-bottom: none;
}

.no-match h2,
.posting-result h2 {
    font-weight: 500;
    margin: 0;
    font-size: 1.5em;
    line-height: 25px;
}
.no-match h2 {
	color: rgb(0,86,152);
}

.posting-result-info a {
    text-decoration: none;
}
.posting-result-info a:hover {
	text-decoration: underline;
}

.posting-result h4 {
    font-weight: 400;
    margin: 2px 0 0;
    font-size: 1.3em;
}

.posting-result-info {
    width: 100%;
    margin-right: 30px;
}

.posting-result h4 span {
    color: rgba(0,86,152,0.6);
    text-transform: uppercase;
    font-size: 0.65em;
    display: block;
}

.posting-link a,
.custom-button {
    display: inline-block;
    text-decoration: none;
    border: rgb(0,86,152) 1px solid;
    padding: 2px 25px;
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
    border-radius: 11px;
    flex: 1 0 auto;
    margin: 10px 0 10px;
    transition: .1s;
}

.posting-link a:active,
.custom-button:active {
    border: rgb(0,86,152) 1px solid;
    background-color: rgb(0,86,152);
    color: white;
}

.custom-button:active {
	color: white;
}

.custom-button.breadcrumb {
	font-size: 0.9em;
}

.posting-link {
    flex: 1 0 auto;
}

.job-portal-results {
    margin: 20px 0 0;
}

.job-portal-container .breadcrumb {
    padding-right: 1.2em;
    font-size: .9em;
    margin-bottom: 10px;
    display: inline-block;
}
/* Job Posting */

.close-posting {
	margin-top: 1em;
	font-size: 1em;
}

h2.job-title {
    font-size: 2em;
    margin: 0;
}

h3.job-company {
    font-weight: normal;
    font-size: 1.6em;
    margin: 0;
}

article#post-body {
    line-height: 2em;
    font-size: 1.1em;
}

h4.job-posted {
    margin: 4px 0 0;
    font-size: 1.2em;
    font-weight: lighter;
    color: rgba(0,86,152,0.6);
}

.job-two-col {
    display: flex;
    border-width: 1px 0 1px 0;
    border-color: rgba(0,0,0,.2);
    border-style: solid;
    margin: 10px 0;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
}

header.job-posting-header {
    margin: 100px 0 40px;
}

.job-two-col div:first-of-type {
    flex: 0 1 auto;
}

.job-two-col div:last-of-type {
   flex: 1 0 auto;
   margin-left: 20px;
   text-align: right;
}

.job-posting-content h2 {
    text-transform: uppercase;
    font-size: 1.7em;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 35px 0 0;
}

.job-posting-content h2:first-of-type {
    margin-top: 0;
}

.job-posting-content h3 {
    font-size: 1.4em;
    font-weight: 500;
    margin: 20px 0 0;
}

.job-posting-content p {
    font-size: 1.3em;
    margin: 0 0 20px;
}

.job-posting-content ul {
    font-size: 1.15em;
    margin-left: 30px;
    padding: 0;
}

.job-posting-content li {
    margin-bottom: 0.6em;
}

main.job-posting-content {
    column-count: 2;
    column-gap: 50px;
}


/* Pagination */
section.pagination-container {
    text-align: center;
    color: rgb(0,86,152);
    margin: 20px 0;
}

section.pagination-container h4 {
    font-weight: 400;
    font-size: 1.25em;
    margin: 0 0 20px;
    line-height: 1.2em;
}

.pagination a {
    text-decoration: none;
}

.pagination {
    margin-top: 10px;
}

.pagination span {
    min-width: 50px;
    display: inline-block;
    border: rgba(134,162,41,0) 2px solid;
    border-radius: 4px;
    font-size: 2em;
}

.pagination span.active-page {
    cursor: default;
    border: rgba(134,162,41,1) 2px solid;
}

.pagination span.prev a, 
.pagination span.next a {
    color: rgba(134,162,41);
}


/* Breadcrumbs */
.breadcrumbs {
    position: relative;
    left: 10%;
    width: 90%;
    display: inline-block;
    font-size: 1em;
    margin-top: 1em;
}

.breadcrumbs span {
  float: left;
}

.breadcrumbs span a {
  color: #FFF;
  display: block;
  background: #9ABAD6;
  text-decoration: none;
  position: relative;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 0;
  text-align: center;
  margin-right: 23px;
}

.breadcrumbs span a:before, 
.breadcrumbs span a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #9ABAD6;
  border-width: 10px 10px;
  width: 0;
  height: 0;
}

.breadcrumbs span a:before {
  left: -20px;
  border-left-color: transparent;
}

.breadcrumbs span a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #9ABAD6;
}

.breadcrumbs span:first-child a {
  /*padding-left: 15px;*/
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
}
.breadcrumbs span:first-child a:before {
  border: none;
}

.breadcrumbs span:nth-child(2) a {
    background-color: #6999C1;
}

.breadcrumbs span:nth-child(2) a:before {
  border-color: #6999C1;
  border-left-color: transparent;
}
.breadcrumbs span:nth-child(2) a:after {
  border-left-color: #6999C1;
}

.breadcrumbs span:nth-child(3) a {
    background-color: #3677AD;
}

.breadcrumbs span:nth-child(3) a:before {
  border-color: #3677AD;
  border-left-color: transparent;
}

.breadcrumbs span:nth-child(3) a:after {
  border-left-color: #3677AD;
}

.breadcrumbs span:last-child a {
  background-color:  rgba(0,86,152,1);
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

.breadcrumbs span:last-child a:before {
  border-color: rgba(0,86,152,1);
  border-left-color: transparent;
}

.breadcrumbs span:last-child a:after {
  border: none;
}

.breadcrumbs span a:hover {
  background-color: rgba(80,167,223,1);
}

.breadcrumbs span a:hover:before {
  border-color: rgba(80,167,223,1);
  border-left-color: transparent;
}

.breadcrumbs span a:hover:after {
  border-left-color: rgba(80,167,223,1);
}

.breadcrumbs span.active {
    cursor: default;
    pointer-events: none;
}

/* Normalize */
/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

body {
	margin: 0;
    background-color: rgb(236,240,241);
    font-size: 16px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
.app-hlp .jobs-page button,
.app-hlp .jobs-page input,
.app-hlp .jobs-page select,
.app-hlp .jobs-page optgroup,
.app-hlp .jobs-page textarea,
.app-h2 .jobs-page .ui-widget li,
.app-hlp .jobs-page {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: rgb(0,86,152);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


@media screen and (max-width: 960px) {
    .job-portal-container {
        width: 90%;
    }

    main.job-posting-content {
        column-count: 1;
    }

    .job-two-col {
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .job-portal-container {
        width: 100%;
    }

    section.job-portal {
        width: auto;
        margin: 0px -30px;
        border-radius: 0;
        border-width: 1px 0px 1px 0px;
    }

    .page-content {
        margin: 30px;
    }

    .breadcrumbs {
        left: 30px;
    }

    .home-hero h3 {
        font-size: 1.2em;
    }

    .home-hero p {
        font-size: 0.9em;
        line-height: 1.2em;
        margin-top: 10px;
    }

    .job-portal-search {
        margin: 20px -40px;
        padding: 50px 40px;
    }
}


@media screen and (max-width: 650px) {
    .job-portal-filter {
        display: block;
    }

    .search-focus, 
    .search-county {
        width: auto;
        margin-bottom: 30px;
    }

    .job-portal-filter select {
        width: 100%;
    }

    .posting-result {
        display: block;
    }

    .posting-result h4 span {
        margin-left: 0;
        font-size: 0.9em;
        display: block;
    }

    .pagination span {
        min-width: 35px;
    }

    .pagination {
        font-size: 1.7em;
    }

    /* Breadcrumbs */
    .breadcrumbs {
        position: relative;
        left: auto;
        width: auto;
        display: inline-block;
        font-size: 1.1em;
        margin: 20px;
    }

    header.job-posting-header {
        margin: 10px 0 40px;
    }

    .breadcrumbs span {
        float: none;
    }

    .breadcrumbs span:after {
        content: '>';
        margin: 0 10px;
    }

    .breadcrumbs span:last-of-type::after {
        content: '';
    }

    .breadcrumbs span a {
    color: rgb(0,86,152);
    display: inline-block;
    background: transparent;
    height: auto;
    padding: 0;
    margin-right: 0px;
    }

    .breadcrumbs span a:before, 
    .breadcrumbs span a:after {
        display: none;
    }

    .breadcrumbs span:first-child a {
    /*padding-left: 15px;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    }

    .breadcrumbs span:nth-child(2) a,
    .breadcrumbs span:nth-child(3) a {
        background-color: transparent;
    }


      .breadcrumbs span:last-child a {
    background-color:  transparent;
    padding-right: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    }

    .breadcrumbs span a:hover {
    background-color: transparent;
    }

    .breadcrumbs span.active {
        cursor: default;
        pointer-events: none;
    }
}

@media screen and (max-width: 550px) {
    .app-hlp .jobs-page h2 {
        font-size: revert;
    }
}

@media screen and (max-width: 500px) {
    .posting-result h2 {
        font-size: 1.3em;
        line-height: 25px;
        word-break: break-word;
    }

    .job-portal-sector a {
        font-size: 1em;
    }

    .posting-link a,
    .custom-button {
        font-size: 1.2em;
    }

    .job-portal-search {
        display: block;
    }

    .job-portal-search input#textinput {
        padding: 14px;
        font-size: 1em;
        border-radius: 4px;
        height: 50px;
        width: 100%;
    }
    
    .job-portal-search button {
        font-size: 1.2em;
        border-radius: 4px;
        height: 50px;
        margin-top: 15px;
        width: 100%;
    }

    .pagination span {
        min-width: auto;
        padding: 0px 6px;
        font-size: 0.7em;
    }

    .site-nav li {
        display: block;
        font-size: 1em;
    }

    .job-portal-container > h2 {
        font-size: 1.4em;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .pagination {
        font-size: 1.4em;
        margin: 20px -20px;
    }

    h2.job-title {
        font-size: 1.5em;
        margin: 0;
        word-break: break-word;
    }

}



/*** Pixel Density Media Queries ***/
@media
only screen and (-webkit-max-device-pixel-ratio: 1.9999),
only screen and (max--moz-device-pixel-ratio: 1.9999),
only screen and (-o-max-device-pixel-ratio: 1.9999/1),
only screen and (max-device-pixel-ratio: 1.9999),
only screen and (max-resolution: 191dpi),
only screen and (max-resolution: 1.9999dppx) {
    body {
        font-size: 14px;
    }
}