/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
	.reveal, .reveal.tiny, .reveal.small, .reveal.large {
		right: auto;
		left: auto;
		margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
			 ========================================================================== */
/**
		 * 1. Change the default font family in all browsers (opinionated).
		 * 2. Correct the line height in all browsers.
		 * 3. Prevent adjustments of font size after orientation changes in
		 *		IE on Windows Phone and in iOS.
		 */
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */ }

/* Sections
			 ========================================================================== */
/**
		 * Remove the margin in all browsers (opinionated).
		 */
body {
	margin: 0; }

/**
		 * Add the correct display in IE 9-.
		 */
article,
aside,
footer,
header,
nav,
section {
	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
			 ========================================================================== */
/**
		 * Add the correct display in IE 9-.
		 */
figcaption,
figure {
	display: block; }

/**
		 * Add the correct margin in IE 8.
		 */
figure {
	margin: 1em 40px; }

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

/**
		 * Add the correct display in IE.
		 */
main {
	display: block; }

/**
		 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */ }

/* Links
			 ========================================================================== */
/**
		 * 1. Remove the gray background on active links in IE 10.
		 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
		 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */ }

/**
		 * Remove the outline on focused links when they are also active or hovered
		 * in all browsers (opinionated).
		 */
a:active,
a:hover {
	outline-width: 0; }

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

/**
		 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
		 */
b,
strong {
	font-weight: inherit; }

/**
		 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */ }

/**
		 * Add the correct font style in Android 4.3-.
		 */
dfn {
	font-style: italic; }

/**
		 * Add the correct background and color in IE 9-.
		 */
mark {
	background-color: #ff0;
	color: #000; }

/**
		 * 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
			 ========================================================================== */
/**
		 * Add the correct display in IE 9-.
		 */
audio,
video {
	display: inline-block; }

/**
		 * Add the correct display in iOS 4-7.
		 */
audio:not([controls]) {
	display: none;
	height: 0; }

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

/**
		 * Hide the overflow in IE.
		 */
svg:not(:root) {
	overflow: hidden; }

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

/**
		 * Show the overflow in IE.
		 */
button {
	overflow: visible; }

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

/**
		 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
		 *		controls in Android 4.
		 * 2. Correct the inability to style clickable types in iOS and Safari.
		 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
	/**
			 * Remove the inner border and padding in Firefox.
			 */
	/**
			 * Restore the focus styles unset by the previous rule.
			 */ }
	button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0; }
	button:-moz-focusring,
	[type="button"]:-moz-focusring,
	[type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText; }

/**
		 * Show the overflow in Edge.
		 */
input {
	overflow: visible; }

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

/**
		 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
	/**
			 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
			 */ }
	[type="search"]::-webkit-search-cancel-button, [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;
	/* 1 */
	font: inherit;
	/* 2 */ }

/**
		 * Change the border, margin, and padding in all browsers (opinionated).
		 */
fieldset {
	border: 1px solid #cacaca;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

/**
		 * 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;
	/* 1 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	color: inherit;
	/* 2 */
	white-space: normal;
	/* 1 */ }

/**
		 * 1. Add the correct display in IE 9-.
		 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
		 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */ }

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

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

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

/*
		 * Add the correct display in IE 9-.
		 */
menu {
	display: block; }

/* Scripting
			 ========================================================================== */
/**
		 * Add the correct display in IE 9-.
		 */
canvas {
	display: inline-block; }

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

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

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

.icon {
	font-family: "icons" !important;
	font-size: 1rem;
}
	.icon a, .icon a:hover {
		text-decoration: none !important;
	}

@font-face {
	font-family: 'icons';
	src: url('/fonts/ico.eot');
	src: url('/fonts/ico.eot#iefix') format('embedded-opentype'),
		url('/fonts/ico.woff') format('woff'),
		url('/fonts/ico.ttf') format('truetype'),
		url('/fonts/ico.svg#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	box-sizing: border-box;
	font-size: 100%; }

*,
*::before,
*::after {
	box-sizing: inherit; }

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 16px 'Source Sans Pro', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #222;
}

a {
	color: #259;
}
	a.nochange, a.nochange:visited {
		color: #259 !important;
	}
	a:visited {
		color: #555;
	}

	a.bare, a.bare.nochange {
		color: #259;
		text-decoration: none;
		border-bottom: 1px solid #aaa;
	}
		a.bare:not(img):hover, #ejs-main-nav a:hover, body.home #ejs-jobsearch a:hover {
			border-bottom: 1px solid #aaa;
		}

p {
	margin: 0 0 1.25rem;
}

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0 0 1.25rem;
	color: #000;
	line-height: 1.1;
}
	h1 {
		font-size: 2.625rem;
		font-weight: 400;
		margin: 2.25rem 0;
		text-align: center;
		color: #555;
	}
		body.subpage:not(.four-oh-four) h1, body.resumes:not(.details):not(.search) h1 {
			margin: 0 0 1.5rem;
			text-align: left;
		}
	h2 {
		font-size: 1.875rem;
	}
		p + h2, 
		div:not(.datestamp) + h2, 
		ul + h2, 
		ol + h2, 
		table + h2, 
		form + h2, 
		textarea + h2, 
		select + h2, 
		input + h2 {
			margin-top: 2.25rem
		}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.125rem;
		font-weight: 400;
	}
	h5 {
		font: 1rem 'Source Sans Pro', sans-serif;
		font-weight: bold;
		margin-bottom: 1rem;
		color: #444;
	}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic; }

/* Lists */
ul,
ol,
dl {
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 0 1.25rem;
	padding: 0 0 0 1rem;
	list-style-position: outside;
	font-family: inherit;
}
	ul.no-bullet {
		margin-left: 0; }
		ul.no-bullet li ul,
		ul.no-bullet li ol {
			margin-left: 1.25rem;
			margin-bottom: 0;
			list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
	margin-left: 1.25rem;
	margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
	list-style: inherit; }
ul.square {
	list-style-type: square;
	margin-left: 1.1rem; }
ul.circle {
	list-style-type: circle;
	margin-left: 1.1rem; }
ul.disc {
	list-style-type: disc;
	margin-left: 1.1rem; }
ul.no-bullet {
	list-style: none; }
ul.tight {
	line-height: 1.2;
}
	ul.tight li {
		margin-bottom: 0.6rem;
	}

/* Ordered Lists */
ol {
	margin-left: 1.4rem; }
	ol li ul,
	ol li ol {
		margin-left: 1.25rem;
		margin-bottom: 0; }

/* Definition Lists */
dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold; }
dl dd {
	margin-bottom: 0.75rem; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }


/* ---------------------------------------------------------------------------------
 *      Forms
 * --------------------------------------------------------------------------------- */

form {
    margin: 0 0 1.25rem;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%;
  height: 9rem;
}
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.5rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
	font: 0.875rem "Open Sans",sans-serif;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.5rem;
}
	label.inline {
		margin-right: 0.75rem;
		display: inline-block;
	}
	label em {
		color: #777;
		font-style: normal;
		text-transform: none;
		font-weight: normal;
	}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
  @media screen and (min-width: 0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

div.option-group, div.row.option-group {
	margin: 0.75rem 0 1rem;
}
	.option-group label {
		font-weight: normal;
		cursor: pointer;
		text-transform: none;
	}
		.option-group.inline label {
			display: inline-block;
			margin: 0 1rem 0 0;
		}

form .note {
	font-size: 0.875rem;
	color: #5a5a5a;
	margin: 0.25rem 0 0;
}

/* ---------------------------------------------------------------------------------
 *      Forms - End
 * --------------------------------------------------------------------------------- */

.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
	padding-bottom: 56.25%;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important; }

a.button, input[type="submit"], input[type="button"] {
	display: inline-block;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: normal;
	padding: 1rem 2rem 1.0625rem 2rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-top: 1px solid #2864b5;
	border-left: 1px solid #2864b5;
	border-right: 1px solid #193e6f;
	border-bottom: 1px solid #193e6f;
	border-radius: 3px;
	background: #259;
	color: #fff;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: #193e6f -1px -1px;
	transition: background-color 150ms ease;
}
	a.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
		background-color: #2864b5;
	}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 3px;
	background: transparent;
	line-height: 1;
	cursor: auto; }
	[data-whatinput='mouse'] button {
		outline: 0; }

pre {
	overflow: auto; }

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; }

.is-visible {
	display: block !important; }

.is-hidden {
	display: none !important; }

.hide {
	display: none !important; }

.invisible {
	visibility: hidden; }

.center, .textcenter, .text-center { text-align: center }
.right, .textright, .text-right { text-align: right }
.left, .textleft, .text-left { text-align: left }


@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important; } }

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
					clip-path: inset(50%);
	border: 0; }

.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
					clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
	display: block !important; }
	@media screen and (orientation: landscape) {
		.show-for-landscape,
		.hide-for-portrait {
			display: block !important; } }
	@media screen and (orientation: portrait) {
		.show-for-landscape,
		.hide-for-portrait {
			display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
	display: none !important; }
	@media screen and (orientation: landscape) {
		.hide-for-landscape,
		.show-for-portrait {
			display: none !important; } }
	@media screen and (orientation: portrait) {
		.hide-for-landscape,
		.show-for-portrait {
			display: block !important; } }

.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer; }
	[data-whatinput='mouse'] .close-button {
		outline: 0; }
	.close-button:hover, .close-button:focus {
		color: #0a0a0a; }
	.close-button.small {
		right: 0.66rem;
		top: 0.33em;
		font-size: 1.5em;
		line-height: 1; }
	.close-button, .close-button.medium {
		right: 1rem;
		top: 0.5rem;
		font-size: 2em;
		line-height: 1; }

.ejs-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
	[data-whatinput='mouse'] .ejs-menu li {
		outline: 0; }
	.ejs-menu a,
	.ejs-menu .button {
		line-height: 1;
		text-decoration: none;
		display: block;
		padding: 0.7rem 1rem; }
	.ejs-menu input,
	.ejs-menu select,
	.ejs-menu a,
	.ejs-menu button {
		margin-bottom: 0; }
	.ejs-menu input {
		display: inline-block; }
	.ejs-menu, .ejs-menu.horizontal {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-ms-flex-direction: row;
				flex-direction: row; }
	.ejs-menu.vertical {
		-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
		-ms-flex-direction: column;
				flex-direction: column; }
	.ejs-menu.expanded li {
		-ms-flex: 1 1 0px;
				flex: 1 1 0px; }
	.ejs-menu.simple {
		-ms-flex-align: center;
				align-items: center; }
		.ejs-menu.simple li + li {
			margin-left: 1rem; }
		.ejs-menu.simple a {
			padding: 0; }
	@media print, screen and (min-width: 40em) {
		.ejs-menu.medium-horizontal {
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
			-ms-flex-direction: row;
					flex-direction: row; }
		.ejs-menu.medium-vertical {
			-ms-flex-wrap: nowrap;
					flex-wrap: nowrap;
			-ms-flex-direction: column;
					flex-direction: column; }
		.ejs-menu.medium-expanded li {
			-ms-flex: 1 1 0px;
					flex: 1 1 0px; }
		.ejs-menu.medium-simple li {
			-ms-flex: 1 1 0px;
					flex: 1 1 0px; } }
	.ejs-menu.nested {
		margin-right: 0;
		margin-left: 1rem; }
	.ejs-menu.icons a {
		display: -ms-flexbox;
		display: flex; }
	.ejs-menu.icon-top a, .ejs-menu.icon-right a, .ejs-menu.icon-bottom a, .ejs-menu.icon-left a {
		display: -ms-flexbox;
		display: flex; }
	.ejs-menu.icon-left li a {
		-ms-flex-flow: row nowrap;
				flex-flow: row nowrap; }
		.ejs-menu.icon-left li a img,
		.ejs-menu.icon-left li a i,
		.ejs-menu.icon-left li a svg {
			margin-right: 0.25rem; }
	.ejs-menu.icon-right li a {
		-ms-flex-flow: row nowrap;
				flex-flow: row nowrap; }
		.ejs-menu.icon-right li a img,
		.ejs-menu.icon-right li a i,
		.ejs-menu.icon-right li a svg {
			margin-left: 0.25rem; }
	.ejs-menu.icon-top li a {
		-ms-flex-flow: column nowrap;
				flex-flow: column nowrap; }
		.ejs-menu.icon-top li a img,
		.ejs-menu.icon-top li a i,
		.ejs-menu.icon-top li a svg {
			-ms-flex-item-align: stretch;
					-ms-grid-row-align: stretch;
					align-self: stretch;
			margin-bottom: 0.25rem;
			text-align: center; }
	.ejs-menu.icon-bottom li a {
		-ms-flex-flow: column nowrap;
				flex-flow: column nowrap; }
		.ejs-menu.icon-bottom li a img,
		.ejs-menu.icon-bottom li a i,
		.ejs-menu.icon-bottom li a svg {
			-ms-flex-item-align: stretch;
					-ms-grid-row-align: stretch;
					align-self: stretch;
			margin-bottom: 0.25rem;
			text-align: center; }
	.ejs-menu .is-active > a {
		background: #2ba6cb;
		color: #fefefe; }
	.ejs-menu .active > a {
		background: #2ba6cb;
		color: #fefefe; }
	.ejs-menu.align-left {
		-ms-flex-pack: start;
				justify-content: flex-start; }
	.ejs-menu.align-right li {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
				justify-content: flex-end; }
		.ejs-menu.align-right li .submenu li {
			-ms-flex-pack: start;
					justify-content: flex-start; }
	.ejs-menu.align-right.vertical li {
		display: block;
		text-align: right; }
		.ejs-menu.align-right.vertical li .submenu li {
			text-align: right; }
	.ejs-menu.align-right .nested {
		margin-right: 1rem;
		margin-left: 0; }
	.ejs-menu.align-center li {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
				justify-content: center; }
		.ejs-menu.align-center li .submenu li {
			-ms-flex-pack: start;
					justify-content: flex-start; }
	.ejs-menu .ejs-menu-text {
		padding: 0.7rem 1rem;
		font-weight: bold;
		line-height: 1;
		color: inherit; }

.ejs-menu-centered > .ejs-menu {
	-ms-flex-pack: center;
			justify-content: center; }
	.ejs-menu-centered > .ejs-menu li {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
				justify-content: center; }
		.ejs-menu-centered > .ejs-menu li .submenu li {
			-ms-flex-pack: start;
					justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
	display: none; }

ul.ejs-pagination {
	display: block;
	min-height: 2.5rem;
	margin: 0;
	border-top: 1px solid #cacaca;
	padding: 1.75rem 0 2.25rem;
}
	ul.ejs-pagination li {
		float: left;
		display: block;
		font: 0.9375rem "Open Sans", sans-serif;
		width: 2rem;
		font-weight: normal;
		border: 1px solid #cacaca;
		margin-right: 1rem;
	}
		ul.ejs-pagination li:last-child { margin-right: 0 }
		ul.ejs-pagination li a, ul.ejs-pagination li button {
			padding: 0.25rem 0.25rem 0.3rem;
			display: block;
			background: none;
			line-height: inherit;
			transition: background-color 150ms ease;
			text-decoration: none;
			color: #333 !important;
		}
		ul.ejs-pagination li.current {
			padding: 0.25rem 0.25rem 0.3rem;
		}
		ul.ejs-pagination li:hover a,
		ul.ejs-pagination li a:focus, ul.ejs-pagination li.current, ul.ejs-pagination li:hover button,
		ul.ejs-pagination li button:focus {
			background: #259;
			color: #fff !important;
		}
		ul.ejs-pagination li.unavailable, ul.ejs-pagination li.unavailable button {
			padding: 0.35rem 0.35rem 0.4rem;
			cursor: default;
			color: #ccc !important;
		}
		ul.ejs-pagination li.current a, ul.ejs-pagination li.current button {
			background: #259;
			color: #fff;
			font-weight: bold;
			cursor: default;
		}
			ul.ejs-pagination li.current a:hover, ul.ejs-pagination li.current a:focus, ul.ejs-pagination li.current button:hover, ul.ejs-pagination li.current button:focus { background: #005e93; }

/* Pagination centered wrapper */
.ejs-pagination-centered {
	text-align: center;
}
	.ejs-pagination-centered ul.ejs-pagination li {
		float: none;
		display: inline-block;
	}
	@media only screen and (max-width: 30em) {
		ul.ejs-pagination li.prev, ul.ejs-pagination li.next { width: 40% }
	}
		@media only screen and (min-width: 30em) and (max-width: 47.5em) {
			ul.ejs-pagination li:nth-child(2) { display:none }
		}
		@media only screen and (min-width: 30em) and (max-width: 43.75em) {
			ul.ejs-pagination li:nth-last-child(2) { display:none }
		}
		@media only screen and (min-width: 30em) and (max-width: 39.9375em) {
			ul.ejs-pagination li:nth-child(3) { display:none }
		}
		@media only screen and (min-width: 30em) and (max-width: 30em) {
		}
		@media only screen and (min-width: 30em) and (max-width: 26.875em) {
		}
		@media only screen and (min-width: 30em) and (max-width: 24em) {
		}
		@media only screen and (min-width: 30em) and (max-width: 21em) {
		}

.dropdown.ejs-menu > li.opens-left > .is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto; }

.dropdown.ejs-menu > li.opens-right > .is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0; }

.dropdown.ejs-menu > li.is-dropdown-submenu-parent > a {
	position: relative;
	padding-right: 1.5rem; }

.dropdown.ejs-menu > li.is-dropdown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #2ba6cb transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px; }

.dropdown.ejs-menu a {
	padding: 0.7rem 1rem; }
	[data-whatinput='mouse'] .dropdown.ejs-menu a {
		outline: 0; }

.dropdown.ejs-menu .is-active > a {
	background: transparent;
	color: #2ba6cb; }

.no-js .dropdown.ejs-menu ul {
	display: none; }

.dropdown.ejs-menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0; }

.dropdown.ejs-menu.vertical > li .is-dropdown-submenu {
	top: 0; }

.dropdown.ejs-menu.vertical > li.opens-left > .is-dropdown-submenu {
	right: 100%;
	left: auto;
	top: 0; }

.dropdown.ejs-menu.vertical > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%; }

.dropdown.ejs-menu.vertical > li > a::after {
	right: 14px; }

.dropdown.ejs-menu.vertical > li.opens-left > a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #2ba6cb transparent transparent; }

.dropdown.ejs-menu.vertical > li.opens-right > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #2ba6cb; }

@media print, screen and (min-width: 40em) {
	.dropdown.ejs-menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto; }
	.dropdown.ejs-menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0; }
	.dropdown.ejs-menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem; }
	.dropdown.ejs-menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #2ba6cb transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px; }
	.dropdown.ejs-menu.medium-vertical > li .is-dropdown-submenu {
		top: 0; }
	.dropdown.ejs-menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0; }
	.dropdown.ejs-menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%; }
	.dropdown.ejs-menu.medium-vertical > li > a::after {
		right: 14px; }
	.dropdown.ejs-menu.medium-vertical > li.opens-left > a::after {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #2ba6cb transparent transparent; }
	.dropdown.ejs-menu.medium-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #2ba6cb; } }

.dropdown.ejs-menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto; }

.is-dropdown-menu.vertical {
	width: 100px; }
	.is-dropdown-menu.vertical.align-right {
		float: right; }

.is-dropdown-submenu-parent {
	position: relative; }
	.is-dropdown-submenu-parent a::after {
		position: absolute;
		top: 50%;
		right: 5px;
		left: auto;
		margin-top: -6px; }
	.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
		top: 100%;
		left: auto; }
	.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
		right: 100%;
		left: auto; }
	.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%; }

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe; }
	.dropdown .is-dropdown-submenu a {
		padding: 0.7rem 1rem; }
	.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
		right: 14px; }
	.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #2ba6cb transparent transparent; }
	.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #2ba6cb; }
	.is-dropdown-submenu .is-dropdown-submenu {
		margin-top: -1px; }
	.is-dropdown-submenu > li {
		width: 100%; }
	.is-dropdown-submenu.js-dropdown-active {
		display: block; }

.is-off-canvas-open {
	overflow: hidden; }

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden; }
	.js-off-canvas-overlay.is-visible {
		opacity: 1;
		visibility: visible; }
	.js-off-canvas-overlay.is-closable {
		cursor: pointer; }
	.js-off-canvas-overlay.is-overlay-absolute {
		position: absolute; }
	.js-off-canvas-overlay.is-overlay-fixed {
		position: fixed; }

.off-canvas-wrapper {
	position: relative;
	overflow: hidden; }

.off-canvas {
	position: fixed;
	z-index: 12;
	transition: transform 0.25s ease;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	background: #e6e6e6; }
	[data-whatinput='mouse'] .off-canvas {
		outline: 0; }
	.off-canvas.is-transition-push {
		z-index: 12; }
	.off-canvas.is-closed {
		visibility: hidden; }
	.off-canvas.is-transition-overlap {
		z-index: 13; }
		.off-canvas.is-transition-overlap.is-open {
			box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
	.off-canvas.is-open {
		-ms-transform: translate(0, 0);
				transform: translate(0, 0); }

.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	transition: transform 0.05s ease;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	background: #259; }
	[data-whatinput='mouse'] .off-canvas-absolute {
		outline: 0; }
	.off-canvas-absolute.is-transition-push {
		z-index: 12; }
	.off-canvas-absolute.is-closed {
		visibility: hidden; }
	.off-canvas-absolute.is-transition-overlap {
		z-index: 13; }
		.off-canvas-absolute.is-transition-overlap.is-open {
		}
	.off-canvas-absolute.is-open {
		-ms-transform: translate(0, 0);
				transform: translate(0, 0); }

.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-ms-transform: translateX(-250px);
			transform: translateX(-250px); }
	.off-canvas-content .off-canvas.position-left {
		-ms-transform: translateX(-250px);
				transform: translateX(-250px); }
		.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
			-ms-transform: translate(0, 0);
					transform: translate(0, 0); }
	.off-canvas-content.is-open-left.has-transition-push {
		-ms-transform: translateX(250px);
				transform: translateX(250px); }
	.position-left.is-transition-push {
		box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-ms-transform: translateX(250px);
			transform: translateX(250px); }
	.off-canvas-content .off-canvas.position-right {
		-ms-transform: translateX(250px);
				transform: translateX(250px); }
		.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
			-ms-transform: translate(0, 0);
					transform: translate(0, 0); }
	.off-canvas-content.is-open-right.has-transition-push {
		-ms-transform: translateX(-250px);
				transform: translateX(-250px); }
	.position-right.is-transition-push {
		box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	-ms-transform: translateY(-600px);
			transform: translateY(-600px);
}
	.off-canvas-content .off-canvas.position-top { }
		.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
			-ms-transform: translate(0, 0);
					transform: translate(0, 0);
	}
	.off-canvas-content.is-open-top.has-transition-push {
	}
	.position-top.is-transition-push {
	}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-ms-transform: translateY(250px);
			transform: translateY(250px); }
	.off-canvas-content .off-canvas.position-bottom {
		-ms-transform: translateY(250px);
				transform: translateY(250px); }
		.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
			-ms-transform: translate(0, 0);
					transform: translate(0, 0); }
	.off-canvas-content.is-open-bottom.has-transition-push {
		-ms-transform: translateY(-250px);
				transform: translateY(-250px); }
	.position-bottom.is-transition-push {
		box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
	-ms-transform: none;
			transform: none;
	transition: transform 0.25s ease;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }
	.off-canvas-content.has-transition-push {
		-ms-transform: translate(0, 0);
				transform: translate(0, 0); }
	.off-canvas-content .off-canvas.is-open {
		-ms-transform: translate(0, 0);
				transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		-ms-transform: none;
				transform: none;
		z-index: 12;
		transition: none;
		visibility: visible; }
		.position-left.reveal-for-medium .close-button {
			display: none; }
		.off-canvas-content .position-left.reveal-for-medium {
			-ms-transform: none;
					transform: none; }
		.off-canvas-content.has-reveal-left {
			margin-left: 250px; }
		.position-left.reveal-for-medium ~ .off-canvas-content {
			margin-left: 250px; }
	.position-right.reveal-for-medium {
		-ms-transform: none;
				transform: none;
		z-index: 12;
		transition: none;
		visibility: visible; }
		.position-right.reveal-for-medium .close-button {
			display: none; }
		.off-canvas-content .position-right.reveal-for-medium {
			-ms-transform: none;
					transform: none; }
		.off-canvas-content.has-reveal-right {
			margin-right: 250px; }
		.position-right.reveal-for-medium ~ .off-canvas-content {
			margin-right: 250px; }
	.position-top.reveal-for-medium {
		-ms-transform: none;
				transform: none;
		z-index: 12;
		transition: none;
		visibility: visible; }
		.position-top.reveal-for-medium .close-button {
			display: none; }
		.off-canvas-content .position-top.reveal-for-medium {
			-ms-transform: none;
					transform: none; }
		.off-canvas-content.has-reveal-top {
			margin-top: 250px; }
		.position-top.reveal-for-medium ~ .off-canvas-content {
			margin-top: 250px; }
	.position-bottom.reveal-for-medium {
		-ms-transform: none;
				transform: none;
		z-index: 12;
		transition: none;
		visibility: visible; }
		.position-bottom.reveal-for-medium .close-button {
			display: none; }
		.off-canvas-content .position-bottom.reveal-for-medium {
			-ms-transform: none;
					transform: none; }
		.off-canvas-content.has-reveal-bottom {
			margin-bottom: 250px; }
		.position-bottom.reveal-for-medium ~ .off-canvas-content {
			margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: inherit;
		width: inherit;
		overflow: inherit;
		transition: inherit; }
		.off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
			box-shadow: none;
			-ms-transform: none;
					transform: none; }
		.off-canvas.in-canvas-for-medium .close-button {
			display: none; } }

body.is-reveal-open {
	overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none; }

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: scroll; }

.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 3px;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto; }
	[data-whatinput='mouse'] .reveal {
		outline: 0; }
	@media print, screen and (min-width: 40em) {
		.reveal {
			min-height: 0; } }
	.reveal .column, .reveal .columns {
		min-width: 0; }
	.reveal > :last-child {
		margin-bottom: 0; }
	@media print, screen and (min-width: 40em) {
		.reveal {
			width: 600px;
			max-width: 62.5rem; } }
	.reveal.collapse {
		padding: 0; }
	@media print, screen and (min-width: 40em) {
		.reveal.small {
			width: 50%;
			max-width: 62.5rem; } }
	.reveal.full {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		margin-left: 0;
		border: 0;
		border-radius: 0; }
	.reveal.without-overlay {
		position: fixed; }

.ejs-sub-nav {
	display: inline-block;
	margin: -0.5rem 0 1rem;
	overflow: hidden;
	padding: 0.25rem 0;
	width: auto;
}
	.ejs-sub-nav dt {
		text-transform: uppercase; }
	.ejs-sub-nav dt,
	.ejs-sub-nav dd,
	.ejs-sub-nav li {
		color: #777;
		float: left;
		font-family: "Open Sans", sans-serif !important;
		font-size: 0.875rem;
		font-weight: normal;
		margin-left: 0.88889rem;
		margin-bottom: 0;
	}
		.ejs-sub-nav dt:first-child,
		.ejs-sub-nav dd:first-child,
		.ejs-sub-nav li:first-child { margin-left: 0 }
		.ejs-sub-nav dt a,
		.ejs-sub-nav dd a,
		.ejs-sub-nav li a {
			color: #777;
			padding: 0.16667rem 0.88889rem 0.35rem;
			text-decoration: none; }
			.ejs-sub-nav dt a:hover,
			.ejs-sub-nav dd a:hover,
			.ejs-sub-nav li a:hover {
				color: #fff;
				background-color: #259;
				border-radius: 3px;
			}
		.ejs-sub-nav dt.active a,
		.ejs-sub-nav dd.active a,
		.ejs-sub-nav li.active a {
			border-radius: 3px;
			background: #259;
			color: #fff;
			cursor: default;
			font-weight: normal;
		}

table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #cacaca;
	margin-bottom: 1rem;
	border-radius: 3px;
}
	table caption {
		padding: 0.5rem 0.625rem 0.625rem;
		font-weight: bold; }
	table thead tr,
	table tfoot tr {
		background: transparent; }
	table thead th,
	table thead td,
	table tfoot th,
	table tfoot td {
		padding: 0.5rem 0.625rem 0.625rem;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}
	table tbody th,
	table tbody td {
		padding: 0.5rem 0.625rem 0.625rem;
		vertical-align: top;
	}
	table tbody tr:nth-child(odd) {
		border-bottom: 0;
		background-color: #f3f3f3; }
	table.unstriped tbody {
		background-color: #fff; }
		table.unstriped tbody tr {
			border-bottom: 0;
			border-bottom: 1px solid #c7c7c7;
			background-color: #fff; }
	table thead, table th {
		background: #eee;
		text-align: left;
		font: 1rem 'Open Sans', sans-serif;
		font-weight: 400;
		vertical-align: top;
	}
	table tfoot {
		background: #eee;
	}

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none; }
	table.stack tfoot {
		display: none; }
	table.stack tr,
	table.stack th,
	table.stack td {
		display: block; }
	table.stack td {
		border-top: 0; } }

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto; }

table.hover thead tr:hover {
	background-color: #f3f3f3; }

table.hover tfoot tr:hover {
	background-color: #ececec; }

table.hover tbody tr:hover {
	background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec; }

.table-scroll {
	overflow-x: auto; }
	.table-scroll table {
		width: auto; }

.row {
	max-width: 62.5rem;
	margin-right: auto;
	margin-left: auto; }
	.row::before, .row::after {
		display: table;
		content: ' ';
		-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-ms-flex-order: 1;
				order: 1; }
	.row::after {
		clear: both; }
	.row.collapse > .column, .row.collapse > .columns {
		padding-right: 0;
		padding-left: 0; }
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem; }
		@media print, screen and (min-width: 40em) {
			.row .row {
				margin-right: -0.9375rem;
				margin-left: -0.9375rem; } }
		.row .row.collapse {
			margin-right: 0;
			margin-left: 0; }
	.row.expanded {
		max-width: none; }
		.row.expanded .row {
			margin-right: auto;
			margin-left: auto; }
	.row:not(.expanded) .row {
		max-width: none; }

.column, .columns {
	width: 100%;
	float: left;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem; }
	.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
		float: right; }
	.column.end:last-child:last-child, .end.columns:last-child:last-child {
		float: left; }

.column.row.row, .row.row.columns {
	float: none; }

.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0; }

.small-1 {
	width: 8.33333%; }

.small-push-1 {
	position: relative;
	left: 8.33333%; }

.small-pull-1 {
	position: relative;
	left: -8.33333%; }

.small-offset-0 {
	margin-left: 0%; }

.small-2 {
	width: 16.66667%; }

.small-push-2 {
	position: relative;
	left: 16.66667%; }

.small-pull-2 {
	position: relative;
	left: -16.66667%; }

.small-offset-1 {
	margin-left: 8.33333%; }

.small-3 {
	width: 25%; }

.small-push-3 {
	position: relative;
	left: 25%; }

.small-pull-3 {
	position: relative;
	left: -25%; }

.small-offset-2 {
	margin-left: 16.66667%; }

.small-4 {
	width: 33.33333%; }

.small-push-4 {
	position: relative;
	left: 33.33333%; }

.small-pull-4 {
	position: relative;
	left: -33.33333%; }

.small-offset-3 {
	margin-left: 25%; }

.small-5 {
	width: 41.66667%; }

.small-push-5 {
	position: relative;
	left: 41.66667%; }

.small-pull-5 {
	position: relative;
	left: -41.66667%; }

.small-offset-4 {
	margin-left: 33.33333%; }

.small-6 {
	width: 50%; }

.small-push-6 {
	position: relative;
	left: 50%; }

.small-pull-6 {
	position: relative;
	left: -50%; }

.small-offset-5 {
	margin-left: 41.66667%; }

.small-7 {
	width: 58.33333%; }

.small-push-7 {
	position: relative;
	left: 58.33333%; }

.small-pull-7 {
	position: relative;
	left: -58.33333%; }

.small-offset-6 {
	margin-left: 50%; }

.small-8 {
	width: 66.66667%; }

.small-push-8 {
	position: relative;
	left: 66.66667%; }

.small-pull-8 {
	position: relative;
	left: -66.66667%; }

.small-offset-7 {
	margin-left: 58.33333%; }

.small-9 {
	width: 75%; }

.small-push-9 {
	position: relative;
	left: 75%; }

.small-pull-9 {
	position: relative;
	left: -75%; }

.small-offset-8 {
	margin-left: 66.66667%; }

.small-10 {
	width: 83.33333%; }

.small-push-10 {
	position: relative;
	left: 83.33333%; }

.small-pull-10 {
	position: relative;
	left: -83.33333%; }

.small-offset-9 {
	margin-left: 75%; }

.small-11 {
	width: 91.66667%; }

.small-push-11 {
	position: relative;
	left: 91.66667%; }

.small-pull-11 {
	position: relative;
	left: -91.66667%; }

.small-offset-10 {
	margin-left: 83.33333%; }

.small-12 {
	width: 100%; }

.small-offset-11 {
	margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
	float: left;
	width: 100%; }
	.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
		clear: both; }
	.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
		float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
	float: left;
	width: 50%; }
	.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
		clear: both; }
	.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
		float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
	float: left;
	width: 33.33333%; }
	.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
		clear: both; }
	.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
		float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
	float: left;
	width: 25%; }
	.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
		clear: both; }
	.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
		float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
	float: left;
	width: 20%; }
	.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
		clear: both; }
	.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
		float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
	float: left;
	width: 16.66667%; }
	.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
		clear: both; }
	.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
		float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
	float: left;
	width: 14.28571%; }
	.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
		clear: both; }
	.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
		float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
	float: left;
	width: 12.5%; }
	.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
		clear: both; }
	.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
		float: left; }

.small-collapse > .column, .small-collapse > .columns {
	padding-right: 0;
	padding-left: 0; }

.small-collapse .row {
	margin-right: 0;
	margin-left: 0; }

.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem; }

.small-centered {
	margin-right: auto;
	margin-left: auto; }
	.small-centered, .small-centered:last-child:not(:first-child) {
		float: none;
		clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0; }

@media print, screen and (min-width: 40em) {
	.medium-1 {
		width: 8.33333%; }
	.medium-push-1 {
		position: relative;
		left: 8.33333%; }
	.medium-pull-1 {
		position: relative;
		left: -8.33333%; }
	.medium-offset-0 {
		margin-left: 0%; }
	.medium-2 {
		width: 16.66667%; }
	.medium-push-2 {
		position: relative;
		left: 16.66667%; }
	.medium-pull-2 {
		position: relative;
		left: -16.66667%; }
	.medium-offset-1 {
		margin-left: 8.33333%; }
	.medium-3 {
		width: 25%; }
	.medium-push-3 {
		position: relative;
		left: 25%; }
	.medium-pull-3 {
		position: relative;
		left: -25%; }
	.medium-offset-2 {
		margin-left: 16.66667%; }
	.medium-4 {
		width: 33.33333%; }
	.medium-push-4 {
		position: relative;
		left: 33.33333%; }
	.medium-pull-4 {
		position: relative;
		left: -33.33333%; }
	.medium-offset-3 {
		margin-left: 25%; }
	.medium-5 {
		width: 41.66667%; }
	.medium-push-5 {
		position: relative;
		left: 41.66667%; }
	.medium-pull-5 {
		position: relative;
		left: -41.66667%; }
	.medium-offset-4 {
		margin-left: 33.33333%; }
	.medium-6 {
		width: 50%; }
	.medium-push-6 {
		position: relative;
		left: 50%; }
	.medium-pull-6 {
		position: relative;
		left: -50%; }
	.medium-offset-5 {
		margin-left: 41.66667%; }
	.medium-7 {
		width: 58.33333%; }
	.medium-push-7 {
		position: relative;
		left: 58.33333%; }
	.medium-pull-7 {
		position: relative;
		left: -58.33333%; }
	.medium-offset-6 {
		margin-left: 50%; }
	.medium-8 {
		width: 66.66667%; }
	.medium-push-8 {
		position: relative;
		left: 66.66667%; }
	.medium-pull-8 {
		position: relative;
		left: -66.66667%; }
	.medium-offset-7 {
		margin-left: 58.33333%; }
	.medium-9 {
		width: 75%; }
	.medium-push-9 {
		position: relative;
		left: 75%; }
	.medium-pull-9 {
		position: relative;
		left: -75%; }
	.medium-offset-8 {
		margin-left: 66.66667%; }
	.medium-10 {
		width: 83.33333%; }
	.medium-push-10 {
		position: relative;
		left: 83.33333%; }
	.medium-pull-10 {
		position: relative;
		left: -83.33333%; }
	.medium-offset-9 {
		margin-left: 75%; }
	.medium-11 {
		width: 91.66667%; }
	.medium-push-11 {
		position: relative;
		left: 91.66667%; }
	.medium-pull-11 {
		position: relative;
		left: -91.66667%; }
	.medium-offset-10 {
		margin-left: 83.33333%; }
	.medium-12 {
		width: 100%; }
	.medium-offset-11 {
		margin-left: 91.66667%; }
	.medium-up-1 > .column, .medium-up-1 > .columns {
		float: left;
		width: 100%; }
		.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
			clear: both; }
		.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
			float: left; }
	.medium-up-2 > .column, .medium-up-2 > .columns {
		float: left;
		width: 50%; }
		.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
			clear: both; }
		.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
			float: left; }
	.medium-up-3 > .column, .medium-up-3 > .columns {
		float: left;
		width: 33.33333%; }
		.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
			clear: both; }
		.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
			float: left; }
	.medium-up-4 > .column, .medium-up-4 > .columns {
		float: left;
		width: 25%; }
		.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
			clear: both; }
		.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
			float: left; }
	.medium-up-5 > .column, .medium-up-5 > .columns {
		float: left;
		width: 20%; }
		.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
			clear: both; }
		.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
			float: left; }
	.medium-up-6 > .column, .medium-up-6 > .columns {
		float: left;
		width: 16.66667%; }
		.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
			clear: both; }
		.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
			float: left; }
	.medium-up-7 > .column, .medium-up-7 > .columns {
		float: left;
		width: 14.28571%; }
		.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
			clear: both; }
		.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
			float: left; }
	.medium-up-8 > .column, .medium-up-8 > .columns {
		float: left;
		width: 12.5%; }
		.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
			clear: both; }
		.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
			float: left; }
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0; }
	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0; }
	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0; }
	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem; }
	.medium-centered {
		margin-right: auto;
		margin-left: auto; }
		.medium-centered, .medium-centered:last-child:not(:first-child) {
			float: none;
			clear: both; }
	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0; } }

.column-block {
	margin-bottom: 1.875rem; }
	.column-block > :last-child {
		margin-bottom: 0; }

@media print {
	.print-1 { width: 8.33333% }
	.print-2 { width: 1.66667% }
	.print-3 { width: 25% }
	.print-4 { width: 33.33333% }
	.print-5 { width: 41.66667% }
	.print-6 { width: 50% }
	.print-7 { width: 58.33333% }
	.print-8 { width: 66.66667% }
	.print-9 { width: 75% }
	.print-10 { width: 83.33333% }
	.print-11 { width: 91.66667% }
	.print-12 { width: 100% }

	.hide-for-print {
		display: none;
	}
}

.ejs-menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 25px;
	height: 21px;
	cursor: pointer; }
	.ejs-menu-icon::after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 3px;
		background: #555;
		box-shadow: 0 7px 0 #555, 0 14px 0 #555;
		content: ''; }
	.ejs-menu-icon:hover::after {
		background: #259;
		box-shadow: 0 7px 0 #259, 0 14px 0 #259; }

/* ---------------------------------------------------------------------------------
 *      Alert Boxes
 * --------------------------------------------------------------------------------- */

.alert-box {
	margin: 0 0 1.5rem;
	background-color: #f3f3f3;
	padding: 1.25rem;
	border: 1px solid #cacaca;
	border-radius: 3px;
}
	.alert-box p { margin: 1.25rem 0 0 }
	.alert-box > :first-child { margin-top: 0 }
	.alert-box.success { color: #fff; background-color: #5a2 }
	.alert-box.error { color: #fff; background-color: #c13 }
		.alert-box.success a, .alert-box.success a:visited,
		.alert-box.error a, .alert-box.error a:visited {
			color: #ccc;
		}
		.alert-box.success a:hover, .alert-box.error a:hover {
			color: #f3f3f3;
		}

/* ---------------------------------------------------------------------------------
 *      Core Page Elements
 * --------------------------------------------------------------------------------- */

#ejs-nav {
	background-color: #fff;
	padding: 0.35rem 0 0.75rem;
	border-bottom: 1px solid #c7c7c7;
}

#ejs-logo-text {
	display: inline-block;
	color: #777;
	font: 2rem 'Open Sans';
	font-weight: 300;
	letter-spacing: -0.125rem;
	margin: 0 0 4px;
}
	#ejs-logo-text span {
		letter-spacing: -0.325rem;
	}
	#ejs-logo-text b {
		color: #259;
		font-weight: 600;
		display: inline-block;
		margin: 0 0.025rem 0 0;
	}
	#ejs-logo-text a { text-decoration: none }
		#ejs-logo-text a:hover { border: none }

#ejs-logo img {
	display: inline-block;
	height: 32px;
	margin: 11px 0 5px;
}

#ejs-menu-icon {
	float: right;
	margin-top: 13px;
}

#ejs-main-nav {
	padding: 1.25rem 0 1rem;
	border-bottom: 1px solid #c7c7c7;
	color: #ccc;
}
	#ejs-main-nav b {
		display: block;
		color: #c7c7c7;
		font: 1.375rem 'Open Sans', sans-serif;
		font-weight: 300;
		margin: 0 0 0.5rem;
		line-height: 1;
	}
	#ejs-main-nav ul { margin: 0 0 1rem }
		#ejs-main-nav li {
			line-height: 1;
			padding: 0.5rem 0;
			word-break: break-all;
		}
			#ejs-main-nav li.ejs-divider {
				list-style: none;
				background-color: #193e6f;
				height: 1px;
				padding: 0;
				margin: 0.4rem 0 0.325rem -1rem;
				width: 50%;
			}
		#ejs-main-nav ul ul {
			margin: 0.25rem 0 0;
			padding-left: 1rem;
			list-style-type: square;
		}
			#ejs-main-nav ul ul li {
				padding: 0.5rem 0 0
			}
	#ejs-main-nav a {
		color: #fff;
		text-decoration: none;
		padding: 0.5rem 0 0.05rem;
	}
		#ejs-main-nav div:first-child > ul > li:first-child > a { outline-style: none }

#ejs-footer {
	font-size: 0.9375rem;
	background-color: #eee;
	margin: 2rem 0 0;
	padding: 2rem 0 4rem;
	border-top: 1px solid #c7c7c7;
	color: #777;
}
	#ejs-footer a {
		display: inline-block;
		margin-right: 0.75rem;
		color: #259;
		text-decoration: none;
	}
		#ejs-footer a:hover { text-decoration: underline }
		#ejs-footer a:last-child { margin-right: 0 }

	xx#ejs-footer > div:last-child {
		margin-top: 3rem;
		font-size: 0.75rem;
		text-align: center;
	}
	#ejs-footer b {
		font-family: 'Open Sans', sans-serif;
		display: block;
		margin-bottom: 0.25rem;
		font-weight: 600;
	}

@media print {
	#ejs-footer { display: none }
}

/* ---------------------------------------------------------------------------------
 *      Homepage
 * --------------------------------------------------------------------------------- */

body.home #ejs-hdr {
	background: url('/easyjobsearch/img/hp-hdr.jpg') no-repeat center top;
	background-size: cover;
	border-bottom: 1px solid #c7c7c7;
	margin: 0;
	padding: 4.5rem 0 4.5rem;
}
	body.home #ejs-hdr h1 {
		text-align: center;
		font-size: 3rem;
		font-weight: 600;
		color: #fff;
		text-shadow: 1px 1px #000;
		width: 70%;
		margin: 2rem auto 0;
	}

body.home #ejs-cta {
	display: block;
	width: 80%;
	margin: 3rem auto 2.25rem;
	border-radius: 5px;
}
	body.home #ejs-cta > div > div {
		padding: 0 0.625rem;
		margin-bottom: 1rem;
	}
	body.home #ejs-cta .button {
		width: 95%;
		border: 2px solid #fff;
	}

body.home #ejs-fe {
	background-color: #f1f1f1;
	margin: 0;
	padding: 0.85rem 0 1.1rem;
	text-align: center;
	max-height: 6.7rem;
	overflow: hidden;
	border-bottom: 1px solid #c7c7c7;
}
	body.home #ejs-fe a {
		display: inline-block;
		margin: 0 1.4rem 2rem 0;
	}
		body.home #ejs-fe a:last-of-type { margin: 0 }
	body.home #ejs-fe img {
		width: 120px;
		height: 76px;
		filter: grayscale(100%);
		transition: filter 100ms ease;
	}
		body.home #ejs-fe img:hover { filter: none }

body.home #ejs-jobsearch h1 {
	font-size: 2.125rem;
	margin: 1.75rem 0 1.75rem;
	text-align: center;
}
body.home #ejs-jobsearch h2 {
	font-size: 1.3125rem;
	padding: 0.5rem 0 0.5rem;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	margin: 0 0 1rem;
	text-align: center;
}
body.home #ejs-jobsearch h3 {
	font: 1rem 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	margin: 0 0 0.75rem;
}
body.home #ejs-jobsearch ul, body.home #ejs-jobsearch li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	body.home #ejs-jobsearch li {
		line-height: 1.15;
		margin-bottom: 0.775rem;
	}
body.home #ejs-jobsearch a {
	padding-bottom: 0.05rem;
	text-decoration: none;
}
	body.home #ejs-jobsearch a:hover {
	}


/* ---------------------------------------------------------------------------------
 *      Job & Resume Search Results
 * --------------------------------------------------------------------------------- */
.row .ejs-breadcrumb {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
}
	.row .ejs-breadcrumb ol, .row .ejs-breadcrumb li {
		list-style: none;
		display: inline;
		margin: 0;
		padding: 0;
		line-height: 1.1;
	}
		.row .ejs-breadcrumb li:last-child {
			display: none;
		}
		.row .ejs-breadcrumb li:after {
			content: "";
			display: inline-block;
			border: 3px inset;
			border-color: transparent transparent transparent #010101;
			margin: 0px 0.35em 0.08em 0.45em;
		}

	body.resumes .ejs-breadcrumb { margin-top: 1rem }
	.ejs-breadcrumb a {
		font-size: 0.75rem;
		text-decoration: none;
		color: #259;
		line-height: 1.1;
	}
		.ejs-breadcrumb a:hover { border-bottom: 1px solid #aaa }
		.ejs-breadcrumb .arrow {
			display: inline-block;
			border: 3px inset;
			border-color: transparent transparent transparent #010101;
			margin: 0px 0.25em 0.08em 0.45em;
		}
#ejs-search-results-count span {
	font: 1.125rem "Open Sans", sans-serif;
	color: #555;
	text-transform: uppercase;
	text-align: right;
	margin-top: 1rem;
	display: block;
}
	@media screen and (max-width: 53.625em) {
		#ejs-search-results-count { display: none }
	}
.ejs-freshness-note {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
}
body.subpage .off-canvas-content,
body.resumes .off-canvas-content {
	margin-top: 2em;
}

#ejs-search-results {
	padding: 0 0 1rem 1rem;
}
#ejs-search-results .search-result {
	padding: 1.5rem 1.625rem 0.75rem;
	border-top: 1px solid #e1e1e1;
}
	#ejs-search-results .search-result:hover {
		background-color: #f9f9f9;
	}
		#ejs-search-results .search-result:not(.supp):hover { cursor: pointer }
	#ejs-search-results .search-result:first-child {
		border-top: none;
		padding-top: 0.5rem;
	}
	#ejs-search-results .search-result h2 {
		line-height: 0.9;
		margin-bottom: 0.35rem;
	}
	#ejs-search-results .search-result h2 a {
		font: 1.325rem "Open Sans", sans-serif;
		font-style: normal;
		text-decoration: none;
		line-height: 0;
	}
		#ejs-search-results .search-result h2 a:hover { border-bottom: 1px solid #aaa }
		#ejs-search-results .search-result h2 a:visited { color: #555 }
	#ejs-search-results .search-result .location, #ejs-search-results .search-result .location a {
		font-size: 1rem;
		color: #6c6c6c;
	}
		#ejs-search-results .search-result .location a { text-decoration: none }
		#ejs-search-results .search-result .location a:hover { border-bottom: 1px solid #aaa }
	#ejs-search-results .search-result p { margin-top: 0.75em }
#ejs-search-results .search-result .logo img {
	width: 90px;
	height: 57px;
}
#ejs-search-results .search-result .logo p {
	padding-right: 2em;
	line-height: 0.85;
	margin-top: 0.35rem;
	font: 0.875rem "Open Sans", sans-serif;
}
	#ejs-search-results .search-result .logo p a {
		color: #222;
		text-decoration: none;
	}
		#ejs-search-results .search-result .logo p a:hover { text-decoration: underline }

/* Supplemental Results */
#ejs-search-results .search-result.supp {
	padding-top: 0.5rem;
	padding-bottom: 0;
}
	#ejs-search-results .search-result.supp.video {
		text-align: center;
		background-color: #eee;
		padding: 0.5rem 0 0.15rem;
	}
	#ejs-search-results .flex-video { margin-bottom: 0.4rem }
	#ejs-search-results .flex-video .ytp-icon-watch-later {
    	display: none !important;
	}
	@media screen and (min-width: 40em) {
		#ejs-search-results .flex-video iframe {
			position: absolute;
			left: 27.775%;
			width: 44.45%;
		}
		.responsive-embed.widescreen,
		.flex-video.widescreen {
			padding-bottom: 25%;
		}
	}
	#ejs-search-results .search-result.supp h2 {
		margin: 0 0 0.35rem;
	}
	#ejs-search-results .search-result.supp a { text-decoration: none }
	#ejs-search-results .search-result.supp a.jobtitle {
		font: 1.125rem "Open Sans", sans-serif;
		font-weight: 400;
		line-height: 0;
	}
	#ejs-search-results .search-result.supp a.company { color:#000 }
	#ejs-search-results .search-result.supp a:hover { text-decoration: underline }

#ejs-search-results table {
	border: none;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
#ejs-search-results table tr {
	background: #fff;
}
#ejs-search-results table tr > td {
	font-size: 0.9375rem;
	padding: 0.75rem 0.4rem;
	border-top: 1px solid #e1e1e1;
	line-height: 1.25;
}
body.resumes #ejs-search-results table tr td:first-child a {
	font: 0.8435rem "Open Sans", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #259;
}
#ejs-search-results table tr td:first-child {
}
	#ejs-search-results table tr.featured td:first-child a:first-child {
		font: 0.9375rem "Open Sans", sans-serif;
		color: #259;
	}
	#ejs-search-results table tr.featured td:first-child a:last-child {
		line-height: 1.75;
		color: #6c6c6c;
	}
#ejs-search-results .search-result.supp a:first-child:hover, body.resumes #ejs-search-results table tr td:first-child a:hover { border-bottom: 1px solid #aaa; text-decoration: none }

.ejs-social-shares {
	padding: 2rem 0 0;
	font-size: 0.7rem;
	text-align: center;
}
	.ejs-social-shares > span {
		display: inline-block;
		margin: 0 0.5rem;
		vertical-align: middle;
	}
		.ejs-social-shares > span.facebook {
			margin-bottom: 5px;
		}
	.ejs-social-shares a {
		text-decoration: none;
		color: #010101;
	}

/* Sidebar */
#ejs-search-results-sidebar {
	font-size: 0.75rem;
}

/* Filters */
#ejs-search-results-sidebar .filters {
}
	#ejs-search-results-sidebar .filters ul, #ejs-search-results-sidebar .filters li {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 0.875rem;
	}
		#ejs-search-results-sidebar .filters ul {
			overflow: auto;
			margin: 0;
		}
		#ejs-search-results-sidebar .filters li {
			line-height: 1.15;
			margin-bottom: 0.5rem;
			word-wrap: break-word;
		}
			#ejs-search-results-sidebar .filters li:last-child { margin-bottom: 2px }
			#ejs-search-results-sidebar .filters #ejs-filters-keywords ul { margin-bottom: 0.5rem }
			#ejs-search-results-sidebar .filters #ejs-filters-keywords li { margin-bottom: 0.2rem }
	#ejs-search-results-sidebar .filters b.hdr {
		display: block;
		font: 1.25rem 'Open Sans', sans-serif;
		font-weight: 300;
		margin: 1.25rem 0 0.45rem;
		padding-bottom: 0.25rem;
		border-bottom: 1px solid #c7c7c7;
	}
		#ejs-search-results-sidebar > .filters div:first-child b.hdr { margin-top: 0 }

/* ---------------------------------------------------------------------------------
 *      Job Details
 * --------------------------------------------------------------------------------- */
body.viewjob h1 { text-align: left }

div.jobdetails div#how-to-apply, div.jobdetails div#other-jobs {
	margin: 1.5rem 0 1.25rem;
	border: 1px solid #cacaca;
	border-left: none;
	border-right: none;
	padding: 0.25rem;
	font: 1.25rem "Open Sans", sans-serif;
	font-weight: 300;
	text-align: center;
}
div.jobdetails a {
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}
div.jobdetails div#apply-fast, div.jobdetails div#apply-online {
	text-align: center;
	margin: 0 0 1rem;
}
div.jobdetails div#apply-options h2 {
	margin-bottom: 0.75rem;
}
div.jobdetails div#apply-options p {
	margin: 0.5rem 0 0;
}
div.jobdetails div#apply-options small {
	display: block;
	margin: 0 0 1.25rem;
	color: #555;
}

body.viewjob .jobmeta {
	border-left: 1px solid #c7c7c7;
	padding-left: 2.4rem;
	font-size: 0.875rem;
}
	body.viewjob .jobmeta .logo img {
		width: 100%;
		max-width: 180px;
	}
	body.viewjob .jobmeta .item {
		border: none;
		margin-bottom: 1.25rem;
		padding: 0;
	}
		body.viewjob .jobmeta .item::after {
			content: ' ';
			display: table;
			clear: both;
		}
		body.viewjob .jobmeta .item.logo {
			width: 100%;
			margin-bottom: 1.25rem;
		}
		body.viewjob .jobmeta .item a {
			text-decoration: none;
			border-bottom: 1px solid #aaa;
		}

	body.viewjob .jobmeta h5 {
		font: 1.125rem 'Open Sans', sans-serif;
		font-weight: 300;
		margin: 1rem 0 0.25rem;
	}


/* ---------------------------------------------------------------------------------
 *      Resume Details
 * --------------------------------------------------------------------------------- */
span.k_all { background-color:#193e6f; color:#fff }
span.k_any { background-color:#2864b5; color:#fff }

/* ---------------------------------------------------------------------------------
 *      Ads
 * --------------------------------------------------------------------------------- */
div.ejs-ad {
	text-align: center;
}
	div.ejs-ad.leaderboard { max-height: 150px }

	div.ejs-ad.top { margin: 0 0 2.25rem }
	div.ejs-ad.bottom { margin: 2.5rem 0 0 }
	div.ejs-ad.sidebar { }
		body.viewjob div.ejs-ad.sidebar, body.insider div.ejs-ad.sidebar { margin-bottom: 1.5rem }
@media only screen and (max-width: 738px) {
	div.ejs-ad.top { margin: 0 0 1rem }
	div.ejs-ad.bottom { margin: 1rem 0 0 }
}
