/* Minification failed. Returning unminified contents.
(6562,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'margin-top'
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Oswald);
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

	/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
	audio:not([controls]) {
		display: none;
		height: 0;
	}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

	/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
	a:active,
	a:hover {
		outline: 0;
	}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

	/**
 * Re-set default cursor for disabled elements.
 */
	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	/**
 * Remove inner padding and border in Firefox 4+.
 */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

	/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		/* 1 */
		padding: 0;
		/* 2 */
	}

	/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
	input[type="search"] {
		-webkit-appearance: textfield;
		/* 1 */
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		/* 2 */
		box-sizing: content-box;
	}

		/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon {
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.icon-2x {
	font-size: 2em;
}

.icon-3x {
	font-size: 3em;
}

.icon-4x {
	font-size: 4em;
}

.icon-5x {
	font-size: 5em;
}

.icon-fw {
	width: 1.28571em;
	text-align: center;
}

.icon-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

	.icon-ul > li {
		position: relative;
	}

.icon-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}

	.icon-li.icon-lg {
		left: -1.85714em;
	}

.icon-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.icon.pull-left {
	margin-right: .3em;
}

.icon.pull-right {
	margin-left: .3em;
}

.icon-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.icon-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.icon-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icon-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.icon-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icon-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
	filter: none;
}

.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.icon-stack-1x, .icon-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.icon-stack-1x {
	line-height: inherit;
}

.icon-stack-2x {
	font-size: 2em;
}

.icon-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
	content: "";
}

.icon-music:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-envelope-o:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-star-o:before {
	content: "";
}

.icon-user:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-th-large:before {
	content: "";
}

.icon-th:before {
	content: "";
}

.icon-th-list:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
	content: "";
}

.icon-search-plus:before {
	content: "";
}

.icon-search-minus:before {
	content: "";
}

.icon-power-off:before {
	content: "";
}

.icon-signal:before {
	content: "";
}

.icon-gear:before,
.icon-cog:before {
	content: "";
}

.icon-trash-o:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-file-o:before {
	content: "";
}

.icon-clock-o:before {
	content: "";
}

.icon-road:before {
	content: "";
}

.icon-download:before {
	content: "";
}

.icon-arrow-circle-o-down:before {
	content: "";
}

.icon-arrow-circle-o-up:before {
	content: "";
}

.icon-inbox:before {
	content: "";
}

.icon-play-circle-o:before {
	content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-list-alt:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-headphones:before {
	content: "";
}

.icon-volume-off:before {
	content: "";
}

.icon-volume-down:before {
	content: "";
}

.icon-volume-up:before {
	content: "";
}

.icon-qrcode:before {
	content: "";
}

.icon-barcode:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-tags:before {
	content: "";
}

.icon-book:before {
	content: "";
}

.icon-bookmark:before {
	content: "";
}

.icon-print:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-font:before {
	content: "";
}

.icon-bold:before {
	content: "";
}

.icon-italic:before {
	content: "";
}

.icon-text-height:before {
	content: "";
}

.icon-text-width:before {
	content: "";
}

.icon-align-left:before {
	content: "";
}

.icon-align-center:before {
	content: "";
}

.icon-align-right:before {
	content: "";
}

.icon-align-justify:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-dedent:before,
.icon-outdent:before {
	content: "";
}

.icon-indent:before {
	content: "";
}

.icon-video-camera:before {
	content: "";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-map-marker:before {
	content: "";
}

.icon-adjust:before {
	content: "";
}

.icon-tint:before {
	content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before {
	content: "";
}

.icon-share-square-o:before {
	content: "";
}

.icon-check-square-o:before {
	content: "";
}

.icon-arrows:before {
	content: "";
}

.icon-step-backward:before {
	content: "";
}

.icon-fast-backward:before {
	content: "";
}

.icon-backward:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-pause:before {
	content: "";
}

.icon-stop:before {
	content: "";
}

.icon-forward:before {
	content: "";
}

.icon-fast-forward:before {
	content: "";
}

.icon-step-forward:before {
	content: "";
}

.icon-eject:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.icon-plus-circle:before {
	content: "";
}

.icon-minus-circle:before {
	content: "";
}

.icon-times-circle:before {
	content: "";
}

.icon-check-circle:before {
	content: "";
}

.icon-question-circle:before {
	content: "";
}

.icon-info-circle:before {
	content: "";
}

.icon-crosshairs:before {
	content: "";
}

.icon-times-circle-o:before {
	content: "";
}

.icon-check-circle-o:before {
	content: "";
}

.icon-ban:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-mail-forward:before,
.icon-share:before {
	content: "";
}

.icon-expand:before {
	content: "";
}

.icon-compress:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-asterisk:before {
	content: "";
}

.icon-exclamation-circle:before {
	content: "";
}

.icon-gift:before {
	content: "";
}

.icon-leaf:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-eye:before {
	content: "";
}

.icon-eye-slash:before {
	content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
	content: "";
}

.icon-plane:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-random:before {
	content: "";
}

.icon-comment:before {
	content: "";
}

.icon-magnet:before {
	content: "";
}

.icon-chevron-up:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-retweet:before {
	content: "";
}

.icon-shopping-cart:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-folder-open:before {
	content: "";
}

.icon-arrows-v:before {
	content: "";
}

.icon-arrows-h:before {
	content: "";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
	content: "";
}

.icon-twitter-square:before {
	content: "";
}

.icon-facebook-square:before {
	content: "";
}

.icon-camera-retro:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-gears:before,
.icon-cogs:before {
	content: "";
}

.icon-comments:before {
	content: "";
}

.icon-thumbs-o-up:before {
	content: "";
}

.icon-thumbs-o-down:before {
	content: "";
}

.icon-star-half:before {
	content: "";
}

.icon-heart-o:before {
	content: "";
}

.icon-sign-out:before {
	content: "";
}

.icon-linkedin-square:before {
	content: "";
}

.icon-thumb-tack:before {
	content: "";
}

.icon-external-link:before {
	content: "";
}

.icon-sign-in:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-github-square:before {
	content: "";
}

.icon-upload:before {
	content: "";
}

.icon-lemon-o:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-square-o:before {
	content: "";
}

.icon-bookmark-o:before {
	content: "";
}

.icon-phone-square:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook-f:before,
.icon-facebook:before {
	content: "";
}

.icon-github:before {
	content: "";
}

.icon-unlock:before {
	content: "";
}

.icon-credit-card:before {
	content: "";
}

.icon-rss:before {
	content: "";
}

.icon-hdd-o:before {
	content: "";
}

.icon-bullhorn:before {
	content: "";
}

.icon-bell:before {
	content: "";
}

.icon-certificate:before {
	content: "";
}

.icon-hand-o-right:before {
	content: "";
}

.icon-hand-o-left:before {
	content: "";
}

.icon-hand-o-up:before {
	content: "";
}

.icon-hand-o-down:before {
	content: "";
}

.icon-arrow-circle-left:before {
	content: "";
}

.icon-arrow-circle-right:before {
	content: "";
}

.icon-arrow-circle-up:before {
	content: "";
}

.icon-arrow-circle-down:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-wrench:before {
	content: "";
}

.icon-tasks:before {
	content: "";
}

.icon-filter:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-arrows-alt:before {
	content: "";
}

.icon-group:before,
.icon-users:before {
	content: "";
}

.icon-chain:before,
.icon-link:before {
	content: "";
}

.icon-cloud:before {
	content: "";
}

.icon-flask:before {
	content: "";
}

.icon-cut:before,
.icon-scissors:before {
	content: "";
}

.icon-copy:before,
.icon-files-o:before {
	content: "";
}

.icon-paperclip:before {
	content: "";
}

.icon-save:before,
.icon-floppy-o:before {
	content: "";
}

.icon-square:before {
	content: "";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
	content: "";
}

.icon-list-ul:before {
	content: "";
}

.icon-list-ol:before {
	content: "";
}

.icon-strikethrough:before {
	content: "";
}

.icon-underline:before {
	content: "";
}

.icon-table:before {
	content: "";
}

.icon-magic:before {
	content: "";
}

.icon-truck:before {
	content: "";
}

.icon-pinterest:before {
	content: "";
}

.icon-pinterest-square:before {
	content: "";
}

.icon-google-plus-square:before {
	content: "";
}

.icon-google-plus:before {
	content: "";
}

.icon-money:before {
	content: "";
}

.icon-caret-down:before {
	content: "";
}

.icon-caret-up:before {
	content: "";
}

.icon-caret-left:before {
	content: "";
}

.icon-caret-right:before {
	content: "";
}

.icon-columns:before {
	content: "";
}

.icon-unsorted:before,
.icon-sort:before {
	content: "";
}

.icon-sort-down:before,
.icon-sort-desc:before {
	content: "";
}

.icon-sort-up:before,
.icon-sort-asc:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
	content: "";
}

.icon-legal:before,
.icon-gavel:before {
	content: "";
}

.icon-dashboard:before,
.icon-tachometer:before {
	content: "";
}

.icon-comment-o:before {
	content: "";
}

.icon-comments-o:before {
	content: "";
}

.icon-flash:before,
.icon-bolt:before {
	content: "";
}

.icon-sitemap:before {
	content: "";
}

.icon-umbrella:before {
	content: "";
}

.icon-paste:before,
.icon-clipboard:before {
	content: "";
}

.icon-lightbulb-o:before {
	content: "";
}

.icon-exchange:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-user-md:before {
	content: "";
}

.icon-stethoscope:before {
	content: "";
}

.icon-suitcase:before {
	content: "";
}

.icon-bell-o:before {
	content: "";
}

.icon-coffee:before {
	content: "";
}

.icon-cutlery:before {
	content: "";
}

.icon-file-text-o:before {
	content: "";
}

.icon-building-o:before {
	content: "";
}

.icon-hospital-o:before {
	content: "";
}

.icon-ambulance:before {
	content: "";
}

.icon-medkit:before {
	content: "";
}

.icon-fighter-jet:before {
	content: "";
}

.icon-beer:before {
	content: "";
}

.icon-h-square:before {
	content: "";
}

.icon-plus-square:before {
	content: "";
}

.icon-angle-double-left:before {
	content: "";
}

.icon-angle-double-right:before {
	content: "";
}

.icon-angle-double-up:before {
	content: "";
}

.icon-angle-double-down:before {
	content: "";
}

.icon-angle-left:before {
	content: "";
}

.icon-angle-right:before {
	content: "";
}

.icon-angle-up:before {
	content: "";
}

.icon-angle-down:before {
	content: "";
}

.icon-desktop:before {
	content: "";
}

.icon-laptop:before {
	content: "";
}

.icon-tablet:before {
	content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before {
	content: "";
}

.icon-circle-o:before {
	content: "";
}

.icon-quote-left:before {
	content: "";
}

.icon-quote-right:before {
	content: "";
}

.icon-spinner:before {
	content: "";
}

.icon-circle:before {
	content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
	content: "";
}

.icon-github-alt:before {
	content: "";
}

.icon-folder-o:before {
	content: "";
}

.icon-folder-open-o:before {
	content: "";
}

.icon-smile-o:before {
	content: "";
}

.icon-frown-o:before {
	content: "";
}

.icon-meh-o:before {
	content: "";
}

.icon-gamepad:before {
	content: "";
}

.icon-keyboard-o:before {
	content: "";
}

.icon-flag-o:before {
	content: "";
}

.icon-flag-checkered:before {
	content: "";
}

.icon-terminal:before {
	content: "";
}

.icon-code:before {
	content: "";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
	content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
	content: "";
}

.icon-location-arrow:before {
	content: "";
}

.icon-crop:before {
	content: "";
}

.icon-code-fork:before {
	content: "";
}

.icon-unlink:before,
.icon-chain-broken:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-exclamation:before {
	content: "";
}

.icon-superscript:before {
	content: "";
}

.icon-subscript:before {
	content: "";
}

.icon-eraser:before {
	content: "";
}

.icon-puzzle-piece:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-microphone-slash:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-calendar-o:before {
	content: "";
}

.icon-fire-extinguisher:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-maxcdn:before {
	content: "";
}

.icon-chevron-circle-left:before {
	content: "";
}

.icon-chevron-circle-right:before {
	content: "";
}

.icon-chevron-circle-up:before {
	content: "";
}

.icon-chevron-circle-down:before {
	content: "";
}

.icon-html5:before {
	content: "";
}

.icon-css3:before {
	content: "";
}

.icon-anchor:before {
	content: "";
}

.icon-unlock-alt:before {
	content: "";
}

.icon-bullseye:before {
	content: "";
}

.icon-ellipsis-h:before {
	content: "";
}

.icon-ellipsis-v:before {
	content: "";
}

.icon-rss-square:before {
	content: "";
}

.icon-play-circle:before {
	content: "";
}

.icon-ticket:before {
	content: "";
}

.icon-minus-square:before {
	content: "";
}

.icon-minus-square-o:before {
	content: "";
}

.icon-level-up:before {
	content: "";
}

.icon-level-down:before {
	content: "";
}

.icon-check-square:before {
	content: "";
}

.icon-pencil-square:before {
	content: "";
}

.icon-external-link-square:before {
	content: "";
}

.icon-share-square:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
	content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
	content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
	content: "";
}

.icon-euro:before,
.icon-eur:before {
	content: "";
}

.icon-gbp:before {
	content: "";
}

.icon-dollar:before,
.icon-usd:before {
	content: "";
}

.icon-rupee:before,
.icon-inr:before {
	content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
	content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
	content: "";
}

.icon-won:before,
.icon-krw:before {
	content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
	content: "";
}

.icon-file:before {
	content: "";
}

.icon-file-text:before {
	content: "";
}

.icon-sort-alpha-asc:before {
	content: "";
}

.icon-sort-alpha-desc:before {
	content: "";
}

.icon-sort-amount-asc:before {
	content: "";
}

.icon-sort-amount-desc:before {
	content: "";
}

.icon-sort-numeric-asc:before {
	content: "";
}

.icon-sort-numeric-desc:before {
	content: "";
}

.icon-thumbs-up:before {
	content: "";
}

.icon-thumbs-down:before {
	content: "";
}

.icon-youtube-square:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-xing:before {
	content: "";
}

.icon-xing-square:before {
	content: "";
}

.icon-youtube-play:before {
	content: "";
}

.icon-dropbox:before {
	content: "";
}

.icon-stack-overflow:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-flickr:before {
	content: "";
}

.icon-adn:before {
	content: "";
}

.icon-bitbucket:before {
	content: "";
}

.icon-bitbucket-square:before {
	content: "";
}

.icon-tumblr:before {
	content: "";
}

.icon-tumblr-square:before {
	content: "";
}

.icon-long-arrow-down:before {
	content: "";
}

.icon-long-arrow-up:before {
	content: "";
}

.icon-long-arrow-left:before {
	content: "";
}

.icon-long-arrow-right:before {
	content: "";
}

.icon-apple:before {
	content: "";
}

.icon-windows:before {
	content: "";
}

.icon-android:before {
	content: "";
}

.icon-linux:before {
	content: "";
}

.icon-dribbble:before {
	content: "";
}

.icon-skype:before {
	content: "";
}

.icon-foursquare:before {
	content: "";
}

.icon-trello:before {
	content: "";
}

.icon-female:before {
	content: "";
}

.icon-male:before {
	content: "";
}

.icon-gittip:before,
.icon-gratipay:before {
	content: "";
}

.icon-sun-o:before {
	content: "";
}

.icon-moon-o:before {
	content: "";
}

.icon-archive:before {
	content: "";
}

.icon-bug:before {
	content: "";
}

.icon-vk:before {
	content: "";
}

.icon-weibo:before {
	content: "";
}

.icon-renren:before {
	content: "";
}

.icon-pagelines:before {
	content: "";
}

.icon-stack-exchange:before {
	content: "";
}

.icon-arrow-circle-o-right:before {
	content: "";
}

.icon-arrow-circle-o-left:before {
	content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
	content: "";
}

.icon-dot-circle-o:before {
	content: "";
}

.icon-wheelchair:before {
	content: "";
}

.icon-vimeo-square:before {
	content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
	content: "";
}

.icon-plus-square-o:before {
	content: "";
}

.icon-space-shuttle:before {
	content: "";
}

.icon-slack:before {
	content: "";
}

.icon-envelope-square:before {
	content: "";
}

.icon-wordpress:before {
	content: "";
}

.icon-openid:before {
	content: "";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
	content: "";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
	content: "";
}

.icon-yahoo:before {
	content: "";
}

.icon-google:before {
	content: "";
}

.icon-reddit:before {
	content: "";
}

.icon-reddit-square:before {
	content: "";
}

.icon-stumbleupon-circle:before {
	content: "";
}

.icon-stumbleupon:before {
	content: "";
}

.icon-delicious:before {
	content: "";
}

.icon-digg:before {
	content: "";
}

.icon-pied-piper:before {
	content: "";
}

.icon-pied-piper-alt:before {
	content: "";
}

.icon-drupal:before {
	content: "";
}

.icon-joomla:before {
	content: "";
}

.icon-language:before {
	content: "";
}

.icon-fax:before {
	content: "";
}

.icon-building:before {
	content: "";
}

.icon-child:before {
	content: "";
}

.icon-paw:before {
	content: "";
}

.icon-spoon:before {
	content: "";
}

.icon-cube:before {
	content: "";
}

.icon-cubes:before {
	content: "";
}

.icon-behance:before {
	content: "";
}

.icon-behance-square:before {
	content: "";
}

.icon-steam:before {
	content: "";
}

.icon-steam-square:before {
	content: "";
}

.icon-recycle:before {
	content: "";
}

.icon-automobile:before,
.icon-car:before {
	content: "";
}

.icon-cab:before,
.icon-taxi:before {
	content: "";
}

.icon-tree:before {
	content: "";
}

.icon-spotify:before {
	content: "";
}

.icon-deviantart:before {
	content: "";
}

.icon-soundcloud:before {
	content: "";
}

.icon-database:before {
	content: "";
}

.icon-file-pdf-o:before {
	content: "";
}

.icon-file-word-o:before {
	content: "";
}

.icon-file-excel-o:before {
	content: "";
}

.icon-file-powerpoint-o:before {
	content: "";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
	content: "";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
	content: "";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
	content: "";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
	content: "";
}

.icon-file-code-o:before {
	content: "";
}

.icon-vine:before {
	content: "";
}

.icon-codepen:before {
	content: "";
}

.icon-jsfiddle:before {
	content: "";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
	content: "";
}

.icon-circle-o-notch:before {
	content: "";
}

.icon-ra:before,
.icon-rebel:before {
	content: "";
}

.icon-ge:before,
.icon-empire:before {
	content: "";
}

.icon-git-square:before {
	content: "";
}

.icon-git:before {
	content: "";
}

.icon-hacker-news:before {
	content: "";
}

.icon-tencent-weibo:before {
	content: "";
}

.icon-qq:before {
	content: "";
}

.icon-wechat:before,
.icon-weixin:before {
	content: "";
}

.icon-send:before,
.icon-paper-plane:before {
	content: "";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
	content: "";
}

.icon-history:before {
	content: "";
}

.icon-genderless:before,
.icon-circle-thin:before {
	content: "";
}

.icon-header:before {
	content: "";
}

.icon-paragraph:before {
	content: "";
}

.icon-sliders:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share-alt-square:before {
	content: "";
}

.icon-bomb:before {
	content: "";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
	content: "";
}

.icon-tty:before {
	content: "";
}

.icon-binoculars:before {
	content: "";
}

.icon-plug:before {
	content: "";
}

.icon-slideshare:before {
	content: "";
}

.icon-twitch:before {
	content: "";
}

.icon-yelp:before {
	content: "";
}

.icon-newspaper-o:before {
	content: "";
}

.icon-wifi:before {
	content: "";
}

.icon-calculator:before {
	content: "";
}

.icon-paypal:before {
	content: "";
}

.icon-google-wallet:before {
	content: "";
}

.icon-cc-visa:before {
	content: "";
}

.icon-cc-mastercard:before {
	content: "";
}

.icon-cc-discover:before {
	content: "";
}

.icon-cc-amex:before {
	content: "";
}

.icon-cc-paypal:before {
	content: "";
}

.icon-cc-stripe:before {
	content: "";
}

.icon-bell-slash:before {
	content: "";
}

.icon-bell-slash-o:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-copyright:before {
	content: "";
}

.icon-at:before {
	content: "";
}

.icon-eyedropper:before {
	content: "";
}

.icon-paint-brush:before {
	content: "";
}

.icon-birthday-cake:before {
	content: "";
}

.icon-area-chart:before {
	content: "";
}

.icon-pie-chart:before {
	content: "";
}

.icon-line-chart:before {
	content: "";
}

.icon-lastfm:before {
	content: "";
}

.icon-lastfm-square:before {
	content: "";
}

.icon-toggle-off:before {
	content: "";
}

.icon-toggle-on:before {
	content: "";
}

.icon-bicycle:before {
	content: "";
}

.icon-bus:before {
	content: "";
}

.icon-ioxhost:before {
	content: "";
}

.icon-angellist:before {
	content: "";
}

.icon-cc:before {
	content: "";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
	content: "";
}

.icon-meanpath:before {
	content: "";
}

.icon-buysellads:before {
	content: "";
}

.icon-connectdevelop:before {
	content: "";
}

.icon-dashcube:before {
	content: "";
}

.icon-forumbee:before {
	content: "";
}

.icon-leanpub:before {
	content: "";
}

.icon-sellsy:before {
	content: "";
}

.icon-shirtsinbulk:before {
	content: "";
}

.icon-simplybuilt:before {
	content: "";
}

.icon-skyatlas:before {
	content: "";
}

.icon-cart-plus:before {
	content: "";
}

.icon-cart-arrow-down:before {
	content: "";
}

.icon-diamond:before {
	content: "";
}

.icon-ship:before {
	content: "";
}

.icon-user-secret:before {
	content: "";
}

.icon-motorcycle:before {
	content: "";
}

.icon-street-view:before {
	content: "";
}

.icon-heartbeat:before {
	content: "";
}

.icon-venus:before {
	content: "";
}

.icon-mars:before {
	content: "";
}

.icon-mercury:before {
	content: "";
}

.icon-transgender:before {
	content: "";
}

.icon-transgender-alt:before {
	content: "";
}

.icon-venus-double:before {
	content: "";
}

.icon-mars-double:before {
	content: "";
}

.icon-venus-mars:before {
	content: "";
}

.icon-mars-stroke:before {
	content: "";
}

.icon-mars-stroke-v:before {
	content: "";
}

.icon-mars-stroke-h:before {
	content: "";
}

.icon-neuter:before {
	content: "";
}

.icon-facebook-official:before {
	content: "";
}

.icon-pinterest-p:before {
	content: "";
}

.icon-whatsapp:before {
	content: "";
}

.icon-server:before {
	content: "";
}

.icon-user-plus:before {
	content: "";
}

.icon-user-times:before {
	content: "";
}

.icon-hotel:before,
.icon-bed:before {
	content: "";
}

.icon-viacoin:before {
	content: "";
}

.icon-train:before {
	content: "";
}

.icon-subway:before {
	content: "";
}

.icon-medium:before {
	content: "";
}

/* Text */
/* Sprites */
/* Media Queries */
.grid {
	margin-left: -20px;
	margin-right: -20px;
}

.unit1-xs, .unit2-xs, .unit3-xs, .unit4-xs, .unit5-xs, .unit6-xs, .unit7-xs, .unit8-xs, .unit9-xs, .unit10-xs, .unit11-xs, .unit12-xs,
.unit1-sm, .unit2-sm, .unit3-sm, .unit4-sm, .unit5-sm, .unit6-sm, .unit7-sm, .unit8-sm, .unit9-sm, .unit10-sm, .unit11-sm, .unit12-sm,
.unit1-md, .unit2-md, .unit3-md, .unit4-md, .unit5-md, .unit6-md, .unit7-md, .unit8-md, .unit9-md, .unit10-md, .unit11-md, .unit12-md,
.unit1-lg, .unit2-lg, .unit3-lg, .unit4-lg, .unit5-lg, .unit6-lg, .unit7-lg, .unit8-lg, .unit9-lg, .unit10-lg, .unit11-lg, .unit12-lg {
	display: block;
	width: 100%;
	height: auto;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

.unit1-xs, .unit2-xs, .unit3-xs, .unit4-xs, .unit5-xs, .unit6-xs, .unit7-xs, .unit8-xs, .unit9-xs, .unit10-xs, .unit11-xs, .unit12-xs {
	float: left;
}

.unit1-xs {
	width: 8.33333%;
}

.unit2-xs {
	width: 16.66667%;
}

.unit3-xs {
	width: 25%;
}

.unit4-xs {
	width: 33.33333%;
}

.unit5-xs {
	width: 41.66667%;
}

.unit6-xs {
	width: 50%;
}

.unit7-xs {
	width: 58.33333%;
}

.unit8-xs {
	width: 66.66667%;
}

.unit9-xs {
	width: 75%;
}

.unit10-xs {
	width: 83.33333%;
}

.unit11-xs {
	width: 91.66667%;
}

@media (min-width: 560px) {
	.unit1-sm, .unit2-sm, .unit3-sm, .unit4-sm, .unit5-sm, .unit6-sm, .unit7-sm, .unit8-sm, .unit9-sm, .unit10-sm, .unit11-sm, .unit12-sm {
		float: left;
	}

	.unit1-sm {
		width: 8.33333%;
	}

	.unit2-sm {
		width: 16.66667%;
	}

	.unit3-sm {
		width: 25%;
	}

	.unit4-sm {
		width: 33.33333%;
	}

	.unit5-sm {
		width: 41.66667%;
	}

	.unit6-sm {
		width: 50%;
	}

	.unit7-sm {
		width: 58.33333%;
	}

	.unit8-sm {
		width: 66.66667%;
	}

	.unit9-sm {
		width: 75%;
	}

	.unit10-sm {
		width: 83.33333%;
	}

	.unit11-sm {
		width: 91.66667%;
	}
}

@media (min-width: 768px) {
	.unit1-md, .unit2-md, .unit3-md, .unit4-md, .unit5-md, .unit6-md, .unit7-md, .unit8-md, .unit9-md, .unit10-md, .unit11-md, .unit12-md {
		float: left;
	}

	.unit1-md {
		width: 8.33333%;
	}

	.unit2-md {
		width: 16.66667%;
	}

	.unit3-md {
		width: 25%;
	}

	.unit4-md {
		width: 33.33333%;
	}

	.unit5-md {
		width: 41.66667%;
	}

	.unit6-md {
		width: 50%;
	}

	.unit7-md {
		width: 58.33333%;
	}

	.unit8-md {
		width: 66.66667%;
	}

	.unit9-md {
		width: 75%;
	}

	.unit10-md {
		width: 83.33333%;
	}

	.unit11-md {
		width: 91.66667%;
	}
}

@media (min-width: 1080px) {
	.unit1-lg, .unit2-lg, .unit3-lg, .unit4-lg, .unit5-lg, .unit6-lg, .unit7-lg, .unit8-lg, .unit9-lg, .unit10-lg, .unit11-lg, .unit12-lg {
		float: left;
	}

	.unit1-lg {
		width: 8.33333%;
	}

	.unit2-lg {
		width: 16.66667%;
	}

	.unit3-lg {
		width: 25%;
	}

	.unit4-lg {
		width: 33.33333%;
	}

	.unit5-lg {
		width: 41.66667%;
	}

	.unit6-lg {
		width: 50%;
	}

	.unit7-lg {
		width: 58.33333%;
	}

	.unit8-lg {
		width: 66.66667%;
	}

	.unit9-lg {
		width: 75%;
	}

	.unit10-lg {
		width: 83.33333%;
	}

	.unit11-lg {
		width: 91.66667%;
	}
}
/* Reset */
.flex-container a:active,
.flex-container a:focus,
.slider a:active,
.slider a:focus {
	outline: none;
}

.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.slides {
	margin: 0;
	padding: 0;
}

	.slides > li {
		display: none;
		-webkit-backface-visibility: hidden;
		overflow: hidden;
		position: relative;
	}

	.slides img {
		width: 100%;
		display: block;
	}

	.slides div {
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 250px;
	}

@media (min-width: 560px) {
	.slides div {
		height: 324px;
	}
}

@media (min-width: 1080px) {
	.slides div {
		height: 424px;
	}
}

@media (min-width: 1400px) {
	.slides div {
		height: 524px;
	}
}

.slider {
	position: relative;
}

.flex-direction-nav a {
	font-family: FontAwesome;
	color: #e1e1e1;
	font-size: 40px;
	position: absolute;
	top: 35%;
	left: -40px;
	text-decoration: none;
}

	.flex-direction-nav a:hover {
		text-decoration: none;
	}

	.flex-direction-nav a.flex-next {
		left: auto;
		right: -40px;
	}

	.flex-direction-nav a.flex-prev:before {
		content: "";
	}

	.flex-direction-nav a.flex-next:before {
		content: "";
	}

.slider-nav-container {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.flex-control-nav {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 1em;
}

@media (min-width: 560px) {
	.flex-control-nav {
		text-align: right;
	}
}

.flex-control-nav li {
	display: inline-block;
	margin-left: 16px;
}

.flex-control-nav a {
	display: block;
	border-radius: 50%;
	box-shadow: 0 0 5px #263692;
	background: #fff;
	border: 2px solid transparent;
	text-indent: 2em;
	overflow: hidden;
	width: 16px;
	height: 16px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 20px;
	vertical-align: middle;
}

	.flex-control-nav a.flex-active {
		width: 20px;
		height: 20px;
		border-color: #fff;
		background: transparent;
	}

.slider-media li {
	margin-right: 20px;
}

button,
.btn {
	color: inherit;
	font-family: "Oswald", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.125rem;
	padding: 1rem 1rem;
	margin: 0;
	height: auto;
	vertical-align: middle;
	-webkit-appearance: none;
}

	button:after,
	button:before,
	.btn:after,
	.btn:before {
		box-sizing: border-box;
	}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.btn:hover {
	text-decoration: none;
}

#learnlinkbtn{
    width:100%;
}

input,
select,
textarea,
fieldset {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 0;
}

.page input[type=datetime], .page input[type=datetime-local], .page input[type=email], .page input[type=month], .page input[type=number], .page input[type=password], .page input[type=tel], .page input[type=time], .page input[type=url], .page input[type=week], .page input[type=text] { /* Modified by GN - fixes display on SP ribbon; also took out input[type=search] */
	box-sizing: border-box;
	/*  height: 3.25rem;*/ /* Modified by GN - fixes weird extra space on responsive menu */
	/*padding: 1rem;*/  /* Modified by Cliff and Cuong to fix most all bootstrap input boxes afected by this .CSS*/
	vertical-align: middle;
	-webkit-appearance: none;
}

select {
	color: #ccc;
	box-sizing: border-box;
	padding: 0 35px 0 1rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	background: #fff url(../Content/Images/Library/select@2x.png) 100% 50%/33px 14px no-repeat;
}

.select-light-blue {
	padding: 0 64px 0 1rem;
}

select:not([multiple]) {
	height: 3.25rem;
	vertical-align: middle;
}

textarea {
	box-sizing: border-box;
	/*  height: 3.25rem; */ /* Modified by GN - changing for Suggest an Item page */
	padding: 1rem 1rem;
	resize: vertical;
}

fieldset {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	border: 0;
}

	fieldset legend {
		padding: 0;
	}

.bscv {
	background-size: cover;
}

.bscn {
	background-size: contain;
}

.bgc {
	background-position: center;
}

.bgt {
	background-position: top;
}

.bgr {
	background-position: right;
}

.bgb {
	background-position: bottom;
}

.bgl {
	background-position: left;
}

.field {
	color: #111 !important;
	background-color: #fff !important;
	border: 3px solid #ccc !important;
}

	.field:focus {
		outline: none;
		border-color: #263692 !important;
		box-shadow: 0 0 0 2px rgba(38,54,145,0.5);
	}

	.field:disabled {
		background-color: rgba(0, 0, 0, 0.125);
		opacity: .5;
	}

	.field:read-only:not(select) {
		background-color: rgba(0, 0, 0, 0.125);
	}

	.field:focus:required:invalid {
		border-color: #ed1c24 !important;
	}

	.field.success {
		border-color: #31b44b;
	}

	.field.warning {
		border-color: #ffdc00;
	}

	.field.error {
		border-color: #ed1c24;
	}

select.select-light-blue {
	background-image: url(/Images/Library/select-light-blue@2x.png);
	background-position: 100% 50%;
	background-size: 52px 52px;
	background-repeat: no-repeat;
}

.btn {
	border-radius: 0px;
	-webkit-transition-duration: .05s;
	transition-duration: .05s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-property: box-shadow, background-color;
	transition-property: box-shadow, background-color;
}

	.btn:hover {
		box-shadow: inset 0 0 0 20rem rgba(255, 255, 255, 0.0625);
	}

	.btn:focus {
		outline: none;
		border-color: rgba(0, 0, 0, 0.125);
		box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
	}

	.btn:active,
	.btn.is-active {
		box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
	}

	.btn:disabled,
	.btn.is-disabled {
		opacity: .5;
	}

table th,
table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

table tr:last-child td {
	border-bottom: 0;
}

body {
	color: #ccc;
	background-color: #fff;
}

a {
	color: #111;
	text-decoration: none;
	transition: color .3s;
}

	a:visited {
		color: #111;
	}

	a:hover {
		text-decoration: underline;
	}

pre, code {
	background-color: transparent;
	border-radius: 0px;
}

hr {
	border: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}

.black, .dark-gray {
	color: #111;
}

.gray, .mid-gray {
	color: #ccc;
}

.silver, .light-gray {
	color: #e1e1e1;
}

.white, a.white { /* Modified by GN - override SP core */
	color: #fff !important;
}

.red, a.red {
	color: #ed1c24 !important;
}

.yellow {
	color: #ffdc00;
}

.green, a.green {
	color: #31b44b !important;
}

.orange, a.orange {
	color: #f7941d !important;
}

.fuchsia, a.fuchsia {
	color: #ec008c !important;
}

.blue, a.blue {
	color: #263692 !important;
}

.light-blue, a.light-blue {
	color: #0083c0 !important;
}

.dark-blue {
	color: #192461;
}

.violet, a.violet {
	color: #662d91 !important;
}

.light-violet, a.light-violet {
	color: #a864a8 !important;
}

.dark-gray {
	color: #555;
}

/* Background Color */
.bg-black {
	background-color: #111;
}

.bg-gray {
	background-color: #ccc;
}

.bg-silver {
	background-color: #e1e1e1;
}

.bg-white {
	background-color: #fff;
}

.bg-red {
	background: #ed1c24;
}

.bg-yellow {
	background: #ffdc00;
}

.bg-green {
	background: #31b44b;
}

.bg-orange {
	background: #f7941d;
}

.bg-fuchsia {
	background: #ec008c;
}

.bg-blue {
	background-color: #263692;
}

.bg-light-blue {
	background-color: #0083c0;
}

.bg-dark-blue {
	background-color: #192461;
}

.bg-violet {
	background-color: #662d91;
}

.bg-light-violet {
	background-color: #a864a8;
}

.bg-darken-1 {
	background-color: rgba(0, 0, 0, 0.0625);
}

.bg-darken-2 {
	background-color: rgba(0, 0, 0, 0.125);
}

.bg-darken-3 {
	background-color: rgba(0, 0, 0, 0.25);
}

.bg-darken-4 {
	background-color: rgba(0, 0, 0, 0.5);
}

.bg-trans-green {
	background-color: rgba(49, 180, 75, 0.8);
}

.bg-trans-light-blue {
	background-color: rgba(0, 131, 192, 0.8);
}

.bg-trans-blue {
	background-color: rgba(38, 54, 146, 0.8);
}

/* Border Color */
.border-black {
	border-color: #111;
}

.border-gray {
	border-color: #ccc;
}

.border-silver {
	border-color: #e1e1e1;
}

.border-white {
	border-color: #fff;
}

.border-darken-1 {
	border-color: rgba(0, 0, 0, 0.0625);
}

.border-darken-2 {
	border-color: rgba(0, 0, 0, 0.125);
}

.border-darken-3 {
	border-color: rgba(0, 0, 0, 0.25);
}

.border-darken-4 {
	border-color: rgba(0, 0, 0, 0.5);
}

/* Opacity */
.muted {
	opacity: 0.5;
}

.b {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}

.bt {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ccc;
}

.br {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ccc;
}

@media (max-width: 560px) { /* Modified by GN - specific to Locations page */
	.inl-blk.py1.px3 {
		display: block;
		text-align: left;
	}

		.inl-blk.py1.px3.br {
			border-right-style: none;
		}
}

.bb {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}

.bl {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ccc;
}

.bn {
	border: none;
}

.brad {
	border-radius: 0px;
}

.circle {
	border-radius: 50%;
}

.bradt {
	border-radius: 0px 0px 0 0;
}

.bradr {
	border-radius: 0 0px 0px 0;
}

.bradb {
	border-radius: 0 0 0px 0px;
}

.bradl {
	border-radius: 0px 0 0 0px;
}

.brad0 {
	border-radius: 0;
}

.core {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.col {
	float: left;
	box-sizing: border-box;
}

.col-r {
	float: right;
	box-sizing: border-box;
}

.col-1 {
	width: 8.33333%;
}

.col-2 {
	width: 16.66667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333%;
}

.col-5 {
	width: 41.66667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333%;
}

.col-8 {
	width: 66.66667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12 {
	width: 100%;
}

@media (min-width: 560px) {
	.sm-col {
		float: left;
		box-sizing: border-box;
	}

	.sm-col-r {
		float: right;
		box-sizing: border-box;
	}

	.sm-col-1 {
		width: 8.33333%;
	}

	.sm-col-2 {
		width: 16.66667%;
	}

	.sm-col-3 {
		width: 25%;
	}

	.sm-col-4 {
		width: 33.33333%;
	}

	.sm-col-5 {
		width: 41.66667%;
	}

	.sm-col-6 {
		width: 50%;
	}

	.sm-col-7 {
		width: 58.33333%;
	}

	.sm-col-8 {
		width: 66.66667%;
	}

	.sm-col-9 {
		width: 75%;
	}

	.sm-col-10 {
		width: 83.33333%;
	}

	.sm-col-11 {
		width: 91.66667%;
	}

	.sm-col-12 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.md-col {
		float: left;
		box-sizing: border-box;
	}

	.md-col-r {
		float: right;
		box-sizing: border-box;
	}

	.md-col-1 {
		width: 8.33333%;
	}

	.md-col-2 {
		width: 16.66667%;
	}

	.md-col-3 {
		width: 25%;
	}

	.md-col-4 {
		width: 33.33333%;
	}

	.md-col-5 {
		width: 41.66667%;
	}

	.md-col-6 {
		width: 50%;
	}

	.md-col-7 {
		width: 58.33333%;
	}

	.md-col-8 {
		width: 66.66667%;
	}

	.md-col-9 {
		width: 75%;
	}

	.md-col-10 {
		width: 83.33333%;
	}

	.md-col-11 {
		width: 91.66667%;
	}

	.md-col-12 {
		width: 100%;
	}
}

@media (min-width: 1080px) {
	.lg-col {
		float: left;
		box-sizing: border-box;
	}

	.lg-col-r {
		float: right;
		box-sizing: border-box;
	}

	.lg-col-1 {
		width: 8.33333%;
	}

	.lg-col-2 {
		width: 16.66667%;
	}

	.lg-col-3 {
		width: 25%;
	}

	.lg-col-4 {
		width: 33.33333%;
	}

	.lg-col-5 {
		width: 41.66667%;
	}

	.lg-col-6 {
		width: 50%;
	}

	.lg-col-7 {
		width: 58.33333%;
	}

	.lg-col-8 {
		width: 66.66667%;
	}

	.lg-col-9 {
		width: 75%;
	}

	.lg-col-10 {
		width: 83.33333%;
	}

	.lg-col-11 {
		width: 91.66667%;
	}

	.lg-col-12 {
		width: 100%;
	}
}

.x-grp {
	margin-left: -1px;
}

	.x-grp:first-of-type {
		margin-left: 0;
	}

.y-grp {
	margin-top: -1px;
}

	.y-grp:first-of-type {
		margin-top: 0;
	}

	.x-grp:focus,
	.y-grp:focus {
		position: relative;
		z-index: 1;
	}

.inl {
	display: inline;
}

.blk {
	display: block;
}

.inl-blk {
	display: inline-block;
}

.tbl {
	display: table;
}

.tbl-cell {
	display: table-cell;
}

.v-middle {
	vertical-align: middle;
}

@media (min-width: 560px) {
	.sm-tbl {
		display: table;
	}

	.sm-tbl-cell {
		display: table-cell;
	}
}

.o-hidden {
	overflow: hidden;
}

.o-scroll {
	overflow: scroll;
}

.o-auto {
	overflow: auto;
}

.clearfix:before, .grid:before, .head:before,
.clearfix:after,
.grid:after,
.head:after {
	content: ' ';
	display: table;
}

.clearfix:after, .grid:after, .head:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fit {
	max-width: 100%;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fix {
	position: fixed;
}

.t0 {
	top: 0;
}

.r0 {
	right: 0;
}

.b0 {
	bottom: 0;
}

.l0 {
	left: 0;
}

.z1 {
	z-index: 1;
}

.z2 {
	z-index: 2;
}

.z3 {
	z-index: 3;
}

.z4 {
	z-index: 4;
}

.sm-show, .md-show, .lg-show {
	display: none !important;
}

@media (min-width: 560px) {
	.sm-show {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.md-show {
		display: block !important;
	}
}

@media (min-width: 1080px) {
	.lg-show {
		display: block !important;
	}
}

@media (min-width: 560px) {
	.sm-hide {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.md-hide {
		display: none !important;
	}
}

@media (min-width: 1080px) {
	.lg-hide {
		display: none !important;
	}
}

.hide {
	display: none !important;
}

.sr-only {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
}

th {
	text-align: left;
	font-weight: bold;
}

th,
td {
	padding: 0.25rem 1.25rem;
	line-height: inherit;
}

th {
	vertical-align: bottom;
}

td {
	vertical-align: top;
}

body {
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
	color: #34495e;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.1;
	margin-top: 1em;
	margin-bottom: .5em;
}

h2 {
	font-family: "Oswald", sans-serif;
	font-size: 1.25rem;
}
h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
}

.page p, .page dl, .page ol, .page ul { /*modified by JRH - added .page to get text in ribbon to normal size*/
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 1.25rem;
}

pre, code, samp {
	font-family: "Source Code Pro", Consolas, monospace;
	font-size: inherit;
}

pre {
	margin-top: 0;
	margin-bottom: 1.25rem;
	overflow-x: scroll;
}

hr {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

blockquote {
	margin-top: .75rem;
	margin-bottom: .75rem;
	margin-left: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

	blockquote,
	blockquote p {
		font-size: 1rem;
		font-style: italic;
	}

h1, .h1 {
	font-size: 2rem;
}

h2, .h2 {
	font-size: 1.5rem;
}

h3, .h3 {
	font-size: 1.25rem;
}

h4, .h4 {
	font-size: 1rem;
}

h5, .h5 {
	font-size: 0.875rem;
}

h6, .h6 {
	font-size: 0.75rem;
}

.list0 {
	list-style: none;
	padding-left: 0;
}

.thin {
	font-weight: 100;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: normal;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.caps {
	text-transform: uppercase;
}

.track {
	letter-spacing: .2em;
}

.l-align {
	text-align: left;
}

.center {
	text-align: center;
}

.r-align {
	text-align: right;
}

.justify {
	text-align: justify;
}

.nowrap {
	white-space: nowrap;
}

.font-body {
	font-family: "Open Sans", sans-serif;
}

.font-heading {
	font-family: "Oswald", sans-serif;
}

.m0 {
	margin: 0;
}

.mt0 {
	margin-top: 0;
}

.mr0 {
	margin-right: 0;
}

.mb0 {
	margin-bottom: 0 !important;
}

.ml0 {
	margin-left: 0;
}

.m1 {
	margin: 0.625rem;
}

.mt1 {
	margin-top: 0.625rem;
}

.mr1 {
	margin-right: 0.625rem;
}

.mb1 {
	margin-bottom: 0.625rem;
}

.ml1 {
	margin-left: 0.625rem;
}

.m2 {
	margin: 1.25rem;
}

.mt2 {
	margin-top: 1.25rem;
}

.mr2 {
	margin-right: 1.25rem;
}

.mb2 {
	margin-bottom: 1.25rem;
}

.ml2 {
	margin-left: 1.25rem;
}

.m3 {
	margin: 2.5rem;
}

.mt3 {
	margin-top: 2.5rem;
}

.mr3 {
	margin-right: 2.5rem;
}

.mb3 {
	margin-bottom: 2.5rem;
}

.ml3 {
	margin-left: 2.5rem;
}

.m4 {
	margin: 3.75rem;
}

.mt4 {
	margin-top: 3.75rem;
}

.mr4 {
	margin-right: 3.75rem;
}

.mb4 {
	margin-bottom: 3.75rem;
}

.ml4 {
	margin-left: 3.75rem;
}

.mxn1 {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

.mxn2 {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

.mxn3 {
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}

.mxn4 {
	margin-left: -3.75rem;
	margin-right: -3.75rem;
}

.mxa {
	margin-left: auto;
	margin-right: auto;
}

.p1 {
	padding: 0.625rem;
}

.py1 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.px1 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p2 {
	padding: 1.25rem;
}

.py2 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.px2 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p3 {
	padding: 2.5rem;
}

.py3 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.px3 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p4 {
	padding: 3.75rem;
}

.py4 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.px4 {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

@media (min-width: 560px) {
	.sm-m0 {
		margin: 0;
	}

	.sm-mt0 {
		margin-top: 0;
	}

	.sm-mr0 {
		margin-right: 0;
	}

	.sm-mb0 {
		margin-bottom: 0;
	}

	.sm-ml0 {
		margin-left: 0;
	}

	.sm-m1 {
		margin: 0.625rem;
	}

	.sm-mt1 {
		margin-top: 0.625rem;
	}

	.sm-mr1 {
		margin-right: 0.625rem;
	}

	.sm-mb1 {
		margin-bottom: 0.625rem;
	}

	.sm-ml1 {
		margin-left: 0.625rem;
	}

	.sm-m2 {
		margin: 1.25rem;
	}

	.sm-mt2 {
		margin-top: 1.25rem;
	}

	.sm-mr2 {
		margin-right: 1.25rem;
	}

	.sm-mb2 {
		margin-bottom: 1.25rem;
	}

	.sm-ml2 {
		margin-left: 1.25rem;
	}

	.sm-m3 {
		margin: 2.5rem;
	}

	.sm-mt3 {
		margin-top: 2.5rem;
	}

	.sm-mr3 {
		margin-right: 2.5rem;
	}

	.sm-mb3 {
		margin-bottom: 2.5rem;
	}

	.sm-ml3 {
		margin-left: 2.5rem;
	}

	.sm-m4 {
		margin: 3.75rem;
	}

	.sm-mt4 {
		margin-top: 3.75rem;
	}

	.sm-mr4 {
		margin-right: 3.75rem;
	}

	.sm-mb4 {
		margin-bottom: 3.75rem;
	}

	.sm-ml4 {
		margin-left: 3.75rem;
	}

	.sm-mxn1 {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}

	.sm-mxn2 {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}

	.sm-mxn3 {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}

	.sm-mxn4 {
		margin-left: -3.75rem;
		margin-right: -3.75rem;
	}

	.sm-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.md-m0 {
		margin: 0;
	}

	.md-mt0 {
		margin-top: 0;
	}

	.md-mr0 {
		margin-right: 0;
	}

	.md-mb0 {
		margin-bottom: 0;
	}

	.md-ml0 {
		margin-left: 0;
	}

	.md-m1 {
		margin: 0.625rem;
	}

	.md-mt1 {
		margin-top: 0.625rem;
	}

	.md-mr1 {
		margin-right: 0.625rem;
	}

	.md-mb1 {
		margin-bottom: 0.625rem;
	}

	.md-ml1 {
		margin-left: 0.625rem;
	}

	.md-m2 {
		margin: 1.25rem;
	}

	.md-mt2 {
		margin-top: 1.25rem;
	}

	.md-mr2 {
		margin-right: 1.25rem;
	}

	.md-mb2 {
		margin-bottom: 1.25rem;
	}

	.md-ml2 {
		margin-left: 1.25rem;
	}

	.md-m3 {
		margin: 2.5rem;
	}

	.md-mt3 {
		margin-top: 2.5rem;
	}

	.md-mr3 {
		margin-right: 2.5rem;
	}

	.md-mb3 {
		margin-bottom: 2.5rem;
	}

	.md-ml3 {
		margin-left: 2.5rem;
	}

	.md-m4 {
		margin: 3.75rem;
	}

	.md-mt4 {
		margin-top: 3.75rem;
	}

	.md-mr4 {
		margin-right: 3.75rem;
	}

	.md-mb4 {
		margin-bottom: 3.75rem;
	}

	.md-ml4 {
		margin-left: 3.75rem;
	}

	.md-mxn1 {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}

	.md-mxn2 {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}

	.md-mxn3 {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}

	.md-mxn4 {
		margin-left: -3.75rem;
		margin-right: -3.75rem;
	}

	.md-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1080px) {
	.lg-m0 {
		margin: 0;
	}

	.lg-mt0 {
		margin-top: 0;
	}

	.lg-mr0 {
		margin-right: 0;
	}

	.lg-mb0 {
		margin-bottom: 0;
	}

	.lg-ml0 {
		margin-left: 0;
	}

	.lg-m1 {
		margin: 0.625rem;
	}

	.lg-mt1 {
		margin-top: 0.625rem;
	}

	.lg-mr1 {
		margin-right: 0.625rem;
	}

	.lg-mb1 {
		margin-bottom: 0.625rem;
	}

	.lg-ml1 {
		margin-left: 0.625rem;
	}

	.lg-m2 {
		margin: 1.25rem;
	}

	.lg-mt2 {
		margin-top: 1.25rem;
	}

	.lg-mr2 {
		margin-right: 1.25rem;
	}

	.lg-mb2 {
		margin-bottom: 1.25rem;
	}

	.lg-ml2 {
		margin-left: 1.25rem;
	}

	.lg-m3 {
		margin: 2.5rem;
	}

	.lg-mt3 {
		margin-top: 2.5rem;
	}

	.lg-mr3 {
		margin-right: 2.5rem;
	}

	.lg-mb3 {
		margin-bottom: 2.5rem;
	}

	.lg-ml3 {
		margin-left: 2.5rem;
	}

	.lg-m4 {
		margin: 3.75rem;
	}

	.lg-mt4 {
		margin-top: 3.75rem;
	}

	.lg-mr4 {
		margin-right: 3.75rem;
	}

	.lg-mb4 {
		margin-bottom: 3.75rem;
	}

	.lg-ml4 {
		margin-left: 3.75rem;
	}

	.lg-mxn1 {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}

	.lg-mxn2 {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}

	.lg-mxn3 {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}

	.lg-mxn4 {
		margin-left: -3.75rem;
		margin-right: -3.75rem;
	}

	.lg-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 560px) {
	.sm-p1 {
		padding: 0.625rem;
	}

	.sm-py1 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

	.sm-px1 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.sm-p2 {
		padding: 1.25rem;
	}

	.sm-py2 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.sm-px2 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.sm-p3 {
		padding: 2.5rem;
	}

	.sm-py3 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.sm-px3 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.sm-p4 {
		padding: 3.75rem;
	}

	.sm-py4 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.sm-px4 {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}
}

@media (min-width: 768px) {
	.md-p1 {
		padding: 0.625rem;
	}

	.md-py1 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

	.md-px1 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.md-p2 {
		padding: 1.25rem;
	}

	.md-py2 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.md-px2 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.md-p3 {
		padding: 2.5rem;
	}

	.md-py3 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.md-px3 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.md-p4 {
		padding: 3.75rem;
	}

	.md-py4 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.md-px4 {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}
}

@media (min-width: 1080px) {
	.lg-p1 {
		padding: 0.625rem;
	}

	.lg-py1 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

	.lg-px1 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.lg-p2 {
		padding: 1.25rem;
	}

	.lg-py2 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.lg-px2 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.lg-p3 {
		padding: 2.5rem;
	}

	.lg-py3 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.lg-px3 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg-p4 {
		padding: 3.75rem;
	}

	.lg-py4 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.lg-px4 {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}
}
/* Updated for new Library Footer 6/10/2021*/
.sprite-activate-logo {
	background: transparent url('Images/Library/wpl-web-sprites_standard.png') no-repeat 0 0;
	height: 59px;
	width: 99px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.sprite-activate-logo {
		background: transparent url('Images/Library/wpl-web-sprites_retina.png') no-repeat 0 0;
		background-size: 480px 852.5px;
		height: 59px;
		width: 99px;
	}
}

.sprite-bmgf {
	background: transparent url('Images/Library/wpl-web-sprites_standard.png') no-repeat 0 -59px;
	height: 32px;
	width: 162px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.sprite-bmgf {
		background: transparent url('Images/Library/wpl-web-sprites_retina.png') no-repeat 0 -59px;
		background-size: 480px 852.5px;
		height: 32px;
		width: 162px;
	}
}
.sprite-foot-left {
	background: transparent url('Images/Library/wpl-web-sprites_standard.png') no-repeat 0 0;
	height: 113px;
	width: 480px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.sprite-foot-left {
		background: transparent url('Images/Library/wpl-web-sprites_retina.png') no-repeat 0 0; 
		background-size: 480px 852.5px;
		height: 113px;
		width: 480px;
	}
}


/*Fix here Cliff*/
.sprite-foot-right {
	background: transparent url('Images/Library/wpl-web-sprites_standard.png') no-repeat 0 -114px;
	height: 106px;
	width: 478px;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

	.sprite-foot-right {
		background: transparent url('Images/Library/wpl-web-sprites_retina.png') no-repeat 0 -114px;
		background-size: 480px;
		height: 106px;
		width: 478px;
	}
}



.sprite-logo-lg {
	background: transparent url('Images/Library/wpl-web-sprites_standard.png') no-repeat 0 -221px;
	height: 88px;
	width: 173px;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

	.sprite-logo-lg {
		background: transparent url('Images/Library/wpl-web-sprites_retina.png') no-repeat 0 -221px;
		background-size: 480px;
		height: 88px;
		width: 262px;
	}
}



.sprite-logo {
	background: transparent url('Images/Library/wpl-web-sprites_standard.png') no-repeat 0 -309px;
	height: 45px;
	width: 131px;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

	.sprite-logo {
		background: transparent url('Images/Library/wpl-web-sprites_retina.png') no-repeat 0 -309px;
		background-size: 480px;
		height: 45px;
		width: 131px;
	}
}



.sprite-wichita-logo {
	background: transparent url('Images/Library/wpl-web-sprites_standard.png') no-repeat 0 -354px;
	height: 81px;
	width: 173px;
	margin-top: 1.25rem !important;
}




@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

	.sprite-wichita-logo {
		background: transparent url('Images/Library/wpl-web-sprites_retina.png') no-repeat 0 -354px;
		background-size: 480px;
		height: 81px;
		width: 173px;
	}
}

.page * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hov0 {
	text-decoration: none;
}

	.hov0:hover {
		text-decoration: none;
	}

.hov-lr:hover .icon {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-name: toRightFromLeft;
	animation-name: toRightFromLeft;
}

u0 {
	text-decoration: none;
}

.bg-title-books {
	background-image: url("Images/Library/title-books.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.icon.box {
	padding: 2px 4px 5px 4px;
	margin-left: .25em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 16px;
	vertical-align: 6px;
}

.list-arrow {
	list-style: none;
	padding-left: 0;
}

	.list-arrow li {
		position: relative;
		padding-left: 2.5em;
		margin-bottom: .5em;
	}

		.list-arrow li:before {
			font: normal normal normal 16px/1 FontAwesome;
			content: "";
			position: absolute;
			top: .25em;
			left: .75em;
			color: #31b44b;
		}

	.list-arrow ul {
		list-style: none;
	}
/* Modified by GN - get rid of bullet point on nested ul */

.breadcrumbs {
	padding-top: 1rem;
	bottom: 1rem;
	margin-bottom: -2rem;
}

	.breadcrumbs span > span:first-of-type {
		display: none;
	}

	.head a,
	.foot a,
	.breadcrumbs a {
		text-decoration: none;
	}

.section {
	position: relative;
	padding: 60px 0;
}

.section-image {
	background-position: 50% 50%;
	/*  background-attachment: fixed;*/
	background-size: cover;
	color: #fff;
}

.service-feature-section {
	padding-top: 60px; /* Modified by GN - changing from 100 and 80 to 60 and 40 */
	padding-bottom: 40px;
	background-color: #2a8dd4; /* Modified by GN - trying solid color instead of books */
}

.service-unit {
	margin-bottom: 40px;
}

.service-item-image {
	width: 100%;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

.service-item {
	position: relative;
	overflow: hidden;
	display: block;
}

@media (min-width: 1080px) { /* Modified by GN - transform only on large screens */
	.service-item:hover .service-item-image {
		-moz-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}

	.service-item:hover .service-item-overlay {
		bottom: -25px;
	}
	/* Modified by GN - changed from 0 */
}

.service-item:hover .service-item-info {
	opacity: 1;
}

.service-item-overlay {
	display: block;
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	padding: 14px 20px 14px 20px;
	-moz-transition: bottom 0.35s;
	-o-transition: bottom 0.35s;
	-webkit-transition: bottom 0.35s;
	transition: bottom 0.35s;
}

.service-item-title {
	display: table;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	font-size: 1.5625rem;
	text-transform: uppercase;
	line-height: 1.3;
	height: 64px;
	color: #fff;
	margin-bottom: 20px;
}

	.service-item-title .icon {
		padding: 2px 4px 5px 4px;
		background: #f7941d;
		margin-left: .25em;
		font-size: 16px;
		font-size: 1rem;
		line-height: 16px;
		vertical-align: 6px;
	}

.service-item-title-text {
	display: table-cell;
	vertical-align: middle;
}

.service-item-info {
	display: block;
	color: #dfd;
	height: 80px;
	overflow: hidden;
	opacity: 0;
	-moz-transition: opacity 0.2s, -moz-transform 0.35s;
	-o-transition: opacity 0.2s, -o-transform 0.35s;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

@media (min-width: 1080px) {
	.service-item.crazy .service-item-title {
		font-size: 44px;
		font-size: 2.75rem;
	}

		.service-item.crazy .service-item-title .icon {
			font-size: 36px;
			font-size: 2.25rem;
			line-height: 36px;
		}

	.service-item.crazy .service-item-overlay {
		z-index: 2;
		width: 45%;
		background: transparent;
	}

		.service-item.crazy .service-item-overlay:before {
			content: '';
			width: 160%;
			height: 300%;
			position: absolute;
			left: -45%;
			top: -270px;
			z-index: -1;
			-moz-transform: rotate(-20deg);
			-ms-transform: rotate(-20deg);
			-webkit-transform: rotate(-20deg);
			transform: rotate(-20deg);
		}

	.service-item.crazy .bg-trans-green:before {
		background: rgba(49, 180, 75, 0.8);
	}

	.service-item.crazy .bg-trans-light-blue:before {
		background: rgba(0, 131, 192, 0.8);
	}

	.service-item.crazy .bg-trans-blue:before {
		background: rgba(38, 54, 146, 0.8);
	}
}

.home-service {
	max-height: 280px;
}

@media (min-width: 560px) {
	.home-service {
		max-height: none;
	}
}

.service-banner {
	display: block;
	height: 121px;
	position: relative;
	overflow: hidden;
}

	.service-banner:hover .service-banner-image {
		-moz-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}

	.service-banner:hover .icon {
		-webkit-animation: toRightFromLeft 0.3s forwards;
		animation: toRightFromLeft 0.3s forwards;
	}

.service-banner-image {
	height: 121px;
	width: 100%; /* Modified by GN - added width so responsive wouldn't break */
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

.service-banner-overlay {
	position: absolute;
	height: auto;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	height: 121px;
	text-align: center;
}

.service-banner-title {
	display: table-cell;
	font-family: "Oswald", sans-serif;
	font-size: 38px;
	font-size: 2.375rem;
	text-transform: uppercase;
	line-height: 1.1;
	color: #fff;
	vertical-align: middle;
}

	.service-banner-title .icon {
		position: relative;
		top: -4px;
		margin-left: 8px;
	}

.overlay-green {
	background: rgba(49, 180, 75, 0.8);
}

.overlay-light-blue {
	background: rgba(0, 131, 192, 0.8);
}

.overlay-blue {
	background: rgba(38, 54, 146, 0.8);
}

/* Feature */
@media (min-width: 768px) {
	.feature-image {
		width: 411px;
		margin-right: -411px;
		height: auto;
		float: left;
	}
}

@media (min-width: 768px) {
	.feature-main {
		margin-left: 468px;
	}
}

/* Sprites */
.sprite {
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
	position: relative;
}

.head {
	position: relative;
	z-index: 1; /* Modified by JRH - address backend editing */
	-moz-box-shadow: 0px 54px 50px -50px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 54px 50px -50px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 54px 50px -50px rgba(0, 0, 0, 0.7);
	padding: 10px 0 0 0;
}

@media (min-width: 1080px) {
	.head {
		padding: 70px 0 0;
	}
}
/* Modified by GN - changing from 70 0 30 */

/* Navigation */
.head-logo {
	margin: 0;
	float: left;
}

	.head-logo a {
		display: block;
		background: transparent url('Images/WichitaPublicLibraryLogo.png');
		height: 71px;
		width: 185px;
	}

@media (min-width: 560px) {
	.head-logo a {
		background: transparent url('Images/WichitaPublicLibraryLogoRightSized.png');
		height: 87px;
		width: 261px;
		background-position: -16px -16px;
        
	}
}

.head-toggle {
	position: absolute;
	z-index: 100;
	right: 1em;
	top: .5em;
	display: inline-block;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	user-select: none;
	background: transparent;
	border: 0;
	padding: 0;
}

	.head-toggle:focus {
		outline: none;
	}

	.head-toggle:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		background-color: #fff; /* Modified by GN - overriding SharePoint core */
	}

@media (min-width: 560px) {
	.head-toggle {
		top: 30px;
	}
}

@media (min-width: 1080px) {
	.head-toggle {
		display: none;
	}
}

.head-toggle .lines {
	display: inline-block;
	width: 2em;
	height: 0.2em;
	background: #263692;
	transition: .3s;
	position: relative;
}

	.head-toggle .lines:before, .head-toggle .lines:after {
		content: ' ';
		display: inline-block;
		width: 2em;
		height: 0.2em;
		background: #263692;
		transition: .3s;
		position: absolute;
		left: 0;
		-moz-transform-origin: 0.14286em center 50%;
		-ms-transform-origin: 0.14286em center 50%;
		-webkit-transform-origin: 0.14286em center 50%;
		transform-origin: 0.14286em center 50%;
	}

	.head-toggle .lines:before {
		top: 0.5em;
	}

	.head-toggle .lines:after {
		top: -0.5em;
	}

.head-toggle .toggle-label {
	position: absolute;
	bottom: -26px;
	left: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	color: #263692;
}

.page {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-moz-transition: left 0.7s ease;
	-o-transition: left 0.7s ease;
	-webkit-transition: left 0.7s ease;
	transition: left 0.7s ease;
}

	.page.animate {
		left: -240px;
		position: fixed;
	}

@media (min-width: 1080px) {
	.page.animate {
		left: 0;
	}
}

.page.animate .head-nav {
	right: 0;
}

.page.animate .lines {
	background: transparent;
}

	.page.animate .lines:before, .page.animate .lines:after {
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-webkit-transform-origin: center center 50%;
		transform-origin: center center 50%;
		top: 0;
		margin: -1px;
		width: 2em;
	}

	.page.animate .lines:before {
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}

	.page.animate .lines:after {
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}

.head-nav {
	background: #263692;
	position: fixed;
	/*  overflow: auto;*/
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	right: -240px;
	width: 240px;
	padding-top: 60px;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-transition: right 0.7s ease;
	-o-transition: right 0.7s ease;
	-webkit-transition: right 0.7s ease;
	transition: right 0.7s ease;
}

@media (min-width: 1080px) {
	.head-nav {
		background: transparent;
		padding: 23px 0;
		box-shadow: none;
		position: static;
		width: auto;
		float: right;
	}
}

@media (min-width: 1080px) {
	.head-sub-nav {
		background: #263692;
		position: absolute;
		left: 0;
		top: 0;
		height: 40px;
		width: 100%;
	}
}

.head-sub-nav .core {
	padding: 0;
}

@media (min-width: 1080px) {
	.head-sub-nav .core {
		padding: 0 1em;
	}
}

.head-menu li {
	position: relative;
}

.head-menu a {
	line-height: 30px;
	font-size: 20px;
	font-size: 1.25rem;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	display: block;
	padding: 8px 9px; /* Modified by GN - changing from 8px 20px to fit Ask a Librarian button on row */
	color: #31b44b;
}

	.head-menu a:hover, .head-menu a:focus, .head-menu a.current, .head-menu a.menu-active {
		text-decoration: none;
		color: #fff;
		background: #263692;
	}

@media (min-width: 1080px) {
	.head-sub-menu {
		float: right;
	}
}

.head-sub-menu li {
	vertical-align: middle;
}

.head-sub-menu a {
	line-height: 24px;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	padding: .5em 1em;
}

@media (min-width: 1080px) {
	.head-sub-menu a {
		border-left: 1px solid #1a2563;
		padding: 0 1em;
		margin: .5em 0;
	}
}

.head-sub-menu a:hover {
	color: #31b44b;
}

.head-sub-menu li:first-child a {
	border: none;
}

.head-menu .item-ask { /* Modified by GN - changing from .head-sub-menu to move Ask a Librarian button */
	text-align: center;
	color: #fff;
	background: #31b44b;
	text-transform: uppercase;
	padding: .5em 1em;
	margin: 0;
	height: 40px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 24px; /* Modified by GN - override 30px default for .head-menu items */
	font-size: 1rem;
}
/* Modified by GN - override 1.25rem default for .head-menu items */
@media (min-width: 1080px) {
	.head-menu .item-ask { /* Modified by GN - changing from .head-sub-menu */
		margin-left: 1em;
	}
}
/* Modified by GN - changing from 2px; */
.head-sub-menu .item-ask .icon {
	vertical-align: .2em;
	margin-right: .25em;
}

.head-menu .item-ask:hover { /* Modified by GN - changing from .head-sub-menu */
	background: #263692;
}

	.head-menu .item-ask:hover .icon {
		-webkit-animation: bounceScale 0.3s forwards;
		animation: bounceScale 0.3s forwards;
	}
/* Modified by GN - changing from .head-sub-menu */

.books-menu {
	display: none;
}

.books-menu-list {
	overflow: hidden;
	width: 200px;
	height: 269px;
}

	.books-menu-list li {
		display: block;
	}

	.books-menu-list a {
		display: block;
		color: #fff;
		font-size: 1rem;
		font-family: "Open Sans", sans-serif;
		padding: .5rem;
		border-bottom: 1px solid #192461;
	}

.books-menu-feature {
	display: none;
}

.menu-active .books-menu {
	display: block;
}

.books-menu-list a:hover { /* Modified by GN - adding to improve clarity */
	background-color: rgb(0, 131, 191);
}

.books-menu-feature a:hover { /* Modified by GN - adding to improve clarity */
	background-color: rgb(39, 54, 145);
}

@media (min-width: 1080px) {
	.head-nav {
		overflow: visible;
	}

	.head-menu {
		display: inline-block;
		/* position: relative; */
		/* top: -19px; */
	}

		.head-menu > li {
			display: inline-block;
		}

			.head-menu > li:hover ul, .head-menu > li:focus ul {
				filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
				opacity: 1;
				visibility: visible;
			}

		.head-menu li a {
			display: block;
		}

	.books-menu {
		position: absolute;
		width: 690px;
		height: 269px;
		padding-top: 32px;
	}

		.books-menu .books-menu-content {
			border-top: 6px solid #192461;
			position: relative;
		}

			.books-menu .books-menu-content:before {
				content: '';
				position: absolute;
				top: -22px;
				left: 4rem;
				width: 0;
				height: 0;
				border-left: 10px solid transparent;
				border-right: 10px solid transparent;
				border-bottom: 22px solid #192461;
			}

	.books-menu-feature {
		display: block;
		overflow: hidden;
		width: 490px;
		height: 269px;
	}

		.books-menu-feature p {
			font-size: .9em;
		}

		.books-menu-feature a.btn {
			color: #fff;
			display: inline-block;
			font-weight: 400;
			font-size: 16px;
		}

			.books-menu-feature a.btn .icon {
				font-size: 20px;
			}
}

.header {
	padding: 79px 0;
	background-size: cover;
	background-position: 50% 50%; /* Modified by GN */
	background-repeat: no-repeat;
}

	.header.has-search {
		padding: 32px 0 0 0;
		position: relative;
	}

	.header.has-slider {
		padding: 0;
	}

		.header.has-slider .search-bar {
			margin-top: 0;
		}

.header-location {
	height: 209px;
}

@media (min-width: 560px) {
	.header-location {
		height: 362px;
	}
}
/* Modified by GN - changing from 309 and 462 */

.header-title {
	color: #fff !important;
	font-size: 50px;
	font-size: 3.125rem;
	text-transform: uppercase;
	margin: 0;
}

.header-tagline {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
}

.search-bar {
	width: 100%;
	background: rgba(0, 131, 192, 0.8) url(Images/Library/background-search-bar.png) 50% 100% no-repeat;
	color: #fff;
	padding: 2em 0;
	margin-top: 32px;
	text-align: center;
}

	.search-bar .search-bar-logo {
		line-height: 1;
		vertical-align: middle;
		white-space: nowrap;
		margin-bottom: 4px;
		display: block;
	}

	.search-bar .search-bar-icon {
		display: inline-block;
		width: 29px;
		height: 29px;
		color: #fff;
		background: #263692;
		padding: 4px;
		position: relative;
		top: -5px;
		left: -4px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 20px;
	}

	.search-bar .search-bar-title {
		font-family: "Oswald", sans-serif;
		font-size: 25px;
		font-size: 1.5625rem;
		display: inline-block;
	}

	.search-bar .search-bar-tagline {
		font-family: "Oswald", sans-serif;
		font-size: 25px;
		font-size: 1.5625rem;
		display: inline-block;
	}

	.search-bar .search-bar-query input {
		width: 200px;
		font-size: .8rem;
	}

	.search-bar .search-bar-query label {
		white-space: nowrap;
		font-size: 13px;
	}

	.search-bar .search-bar-keywords {
		display: none;
	}

	.search-bar .search-bar-btn .icon {
		margin-left: 0;
	}

	.search-bar .search-bar-btn-text {
		display: none;
	}

@media (min-width: 560px) {
	.header.has-search {
		padding: 73px 0 218px 0;
	}

	.header.has-slider {
		padding: 0;
	}

	.search-bar {
		position: absolute;
		left: 0;
		bottom: 0;
		margin-top: 0;
		padding: 1.5rem 0;
	}

		.search-bar .search-bar-logo {
			height: 65px;
			width: 208px;
			margin-right: 0.625rem;
			margin-bottom: 0.625rem;
			display: inline-block;
		}

		.search-bar .search-bar-icon {
			top: auto;
			left: auto;
			float: left;
			width: 65px;
			height: 65px;
			padding: 5px 10px 14px 10px;
			font-size: 48px;
			font-size: 3rem;
			line-height: 45px;
		}

		.search-bar .search-bar-title {
			font-size: 40px;
			font-size: 2.5rem;
			text-align: right;
			margin-top: 4px;
			display: block;
		}

		.search-bar .search-bar-tagline {
			font-family: "Open Sans", sans-serif;
			font-size: 20px;
			font-size: 1.25rem;
			text-align: right;
			display: block;
		}

		.search-bar .search-bar-query input {
			width: 340px;
			font-size: 1rem;
			margin-right: 0.625rem;
		}

		.search-bar .search-bar-query label {
			font-size: 1rem;
		}

		.search-bar .search-bar-keywords {
			display: inline-block;
		}

		.search-bar .search-bar-btn {
			width: 195px;
		}

			.search-bar .search-bar-btn .icon {
				margin-left: 1.25rem;
			}

		.search-bar .search-bar-btn-text {
			display: inline-block;
		}

	.header.has-slider .search-bar {
		position: static;
	}

	.header-title {
		font-size: 90px;
		font-size: 5.625rem;
	}

	.header-tagline {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media (min-width: 1080px) {
	.header.has-slider .search-bar {
		position: absolute;
		left: 0;
		bottom: 0;
		margin-top: 0;
	}

	.header.has-search .slider-nav-container {
		bottom: 127px;
	}
}

.sidebar-left,
.sidebar-right {
	max-width: 320px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.has-sidebar-right {
		padding-right: 365px;
	}

	.has-sidebar-left {
		padding-left: 365px;
	}

	.sidebar-right {
		margin-left: -320px;
	}

	.sidebar-left {
		margin-right: -320px;
	}
}

@media (min-width: 1080px) {
	.foot-item {
		width: 20%;
	}
}

.foot-item-title,
.foot-menu-main a {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 1.25rem !important;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff; /* modified by JRH - make text white */
}

.foot-item-connect {
	font-size: 36px;
	font-size: 2.25rem;
	text-align: center;
}

	.foot-item-connect .icon {
		margin-bottom: 20px;
		color: #263692;
		background: #fff;
		height: 36px; /* modified by GN - make four icons fit */
		width: 36px; /* modified by GN - make four icons fit */
		line-height: 36px; /* modified by GN - make four icons fit */
		font-size: 70%;
	}

		.foot-item-connect .icon:hover {
			text-decoration: none;
		}

	.foot-item-connect .sprite {
		/*    margin: 12px 0; */
		display: block; /* Modified by GN - keeps COW logo from sticking to social media icons at certain resolutions */
		margin: auto; /* Modified by GN - centers COW and Activate logos in column */
	}

	.foot-item-connect :last-of-type.sprite {
		margin-top: 1.25rem;
		/* bottom: 20px; */
	}
/* Modified by GN - keep Activate logo close to COW */
.foot-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

	.foot-menu li {
		margin-bottom: 16px;
	}

	.foot-menu a {
		color: #fff;
	}

.foot-bottom {
	text-align: center;
	background: #192461;
	margin-top: 60px; /* Modified by GN - initially 100 */
	padding-top: 20px; /* Modified by GN - was 46 */
	padding-bottom: 20px; /* Modified by GN - was 46 */
	position: relative;
}

@media (max-width: 1080px) {
	.foot-bottom {
		margin-top: 90px;
	}
}

.sprite-foot-left {
	position: absolute;
	left: 58px;
	top: -112px;
	display: none;
}

@media (min-width: 1080px) {
	.sprite-foot-left {
		display: block;
	}
}

.sprite-foot-right {
	position: absolute;
	right: 30px;
	top: -104px;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}

	50% {
		opacity: 0;
		transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

@-webkit-keyframes bounceScale {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	100% {
		-webkit-transform: scale3d(1.2, 1.1, 1);
		transform: scale3d(1.2, 1.1, 1);
	}
}

@keyframes bounceScale {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	100% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}
/* Reset */
.flex-container a:active,
.flex-container a:focus,
.slider a:active,
.slider a:focus {
	outline: none;
}

.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.slides {
	margin: 0;
	padding: 0;
}

	.slides > li {
		display: none;
		-webkit-backface-visibility: hidden;
		overflow: hidden;
		position: relative;
	}

	.slides img {
		width: 100%;
		display: block;
	}

	.slides div {
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 250px;
	}

@media (min-width: 560px) {
	.slides div {
		height: 324px;
	}
}

@media (min-width: 1080px) {
	.slides div {
		height: 424px;
	}
}

@media (min-width: 1400px) {
	.slides div {
		height: 524px;
	}
}

.slider {
	position: relative;
}

.flex-direction-nav a {
	font-family: FontAwesome;
	color: #e1e1e1;
	font-size: 40px;
	position: absolute;
	top: 35%;
	left: -40px;
	text-decoration: none;
}

	.flex-direction-nav a:hover {
		text-decoration: none;
	}

	.flex-direction-nav a.flex-next {
		left: auto;
		right: -40px;
	}

	.flex-direction-nav a.flex-prev:before {
		content: "";
	}

	.flex-direction-nav a.flex-next:before {
		content: "";
	}

.slider-nav-container {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.flex-control-nav {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 1em;
}

@media (min-width: 560px) {
	.flex-control-nav {
		text-align: right;
	}
}

.flex-control-nav li {
	display: inline-block;
	margin-left: 16px;
}

.flex-control-nav a {
	display: block;
	border-radius: 50%;
	background: #fff;
	border: 2px solid transparent;
	text-indent: 2em;
	overflow: hidden;
	width: 16px;
	height: 16px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 20px;
	vertical-align: middle;
}

	.flex-control-nav a.flex-active {
		width: 20px;
		height: 20px;
		border-color: #fff;
		background: transparent;
	}

.slider-media li {
	margin-right: 20px;
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.clearfix:before, .grid:before, .head:before, .clearfix:after, .grid:after, .head:after {
	content: ' ';
	display: table;
}

.clearfix:after, .grid:after, .head:after {
	clear: both;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capital {
	text-transform: capitalize;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-hide, .sprite {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.sr-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	.sr-only.focusable:active, .sr-only.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}

.invisible {
	visibility: hidden;
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
	   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

		a[href]:after {
			content: " (" attr(href) ")";
		}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

* {
	-webkit-overflow-scrolling: touch;
}

.foot-menu a:focus, .foot-menu a:hover {
    text-decoration: none;
    color: #fff;
}

.label-primary {
	display: none !important;
}
@media (min-width: 1080px) {
	.label-primary {
		display: inline !important;
	}
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	margin-left: 1.25rem;
}
.input-group .form-control, .bootstrap-select>.dropdown-toggle {
    z-index: 0 !important;
}
.books-menu-feature a.btn {
    padding: 6px 12px;
    margin: 0;
    border-radius: 0;
    top: -10px;
    position: relative;
}
h2 {
	font-family: "Oswald", sans-serif !important;
	color: #263692 !important;
	font-size: 1.5rem !important
	margin-top: 1em;
	margin-bottom: .5em;
}
h4 {
	font-size: 1rem !important;
}
form + div { display: none; }
.container { overflow-x: hidden; }
.head-sub-menu li {
    position: relative;
    top: -8px;
}
#SearchBox {
	background-color: rgb(0, 131, 191);
	width: 248px;
}
a.ms-srch-sb {
	font-size: .9em;
	padding: .5rem 1rem;
}
a.ms-srch-sb:hover {
	color: #fff !important;
	background-color: #0083c0 !important;
}
a.ms-srch-sb-searchLink {
	float: right;
	width: 48px;
	height: 40px;
	color: #ffffff;
	background-color: #f7941d !important;
	padding: 1rem;
	border: 1px solid transparent;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	line-height: .3rem;
	text-align: center;
}
@media (max-width: 1080px) {
	#SearchBox {
		width: 100%;
	}
	.ms-srch-sb-searchLink {
		width: 100% !important;
	}
}
a.ms-srch-sb-searchLink:before {
  content: ""; }

.ms-srch-sb-searchLink:hover, .ms-srch-sb-searchLink:active, .ms-srch-sb-searchLink:focus {
	background-color: #31b44b !important;
	color: #fff !important;
}

/* Added by Cliff 6/9/2021 to address weird close button on Javascript dialog box 
 *	https://stackoverflow.com/questions/44806553/close-text-on-close-button-in-jquery-dialog
*/

.ui-dialog-titlebar-close {
	text-indent: -99em;
	overflow: hidden;
}



/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
