/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
v
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove the margin in all browsers (opinionated).
*/

body {
	margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

/**
* Add the correct display in IE 9-.
*/

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/

template, /* 1 */
[hidden] {
	display: none;
}

/* Links
========================================================================== */

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/

a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
========================================================================== */

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
	font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* Add the correct font style in Android 4.3-.
*/

dfn {
	font-style: italic;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
* Add the correct background and color in IE 9-.
*/

mark {
	background-color: #ff0;
	color: #000;
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10-.
*/

img {
	border-style: none;
}

/**
* Hide the overflow in IE.
*/

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* Add the correct margin in IE 8.
*/

figure {
	margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/* Forms
========================================================================== */

/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
select,
textarea {
	font: inherit; /* 1 */
	margin: 0; /* 2 */
}

/**
* Restore the font weight unset by the previous rule.
*/

optgroup {
	font-weight: bold;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* Remove the default vertical scrollbar in IE.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}


/* global.css */

/* Text */

h1,
h2,
h3,
p,
ul,
ol{
	margin-top: 0;
	margin-bottom: 1rem;
}
h1:last-child,
h2:last-child,
h3:last-child,
p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}
b, strong {
	font-weight: bold;
}

.Important {
	color: #B60101 !important;
}
.TextDimmed {
	color: #707070;
}
.TextSmall {
	font-size: 0.9rem;
}
.TextSmaller {
	font-size: 0.9em;
}
.TextLarger {
	font-size: 1.1em;
}
.TextNormal {
	font-weight: normal !important;
	font-size: 1rem !important;
}
.Capitalize {
	text-transform: capitalize;
}

/* Images */

img.AlignLeft {
	margin-right: 1rem;
	margin-bottom: 1rem;
}
img.AlignRight {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

/* Containers */

#Content,
#Sidebar {
	font-size: 1rem;
}
#Content.Sidebar {
	display: inline-block;
	width: 58.3333%;
}
#Sidebar {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 41.6667%;
}
.ContentHighlight {
	background-color: #F5F5F5;
	color: #333;
	margin-bottom: 1rem;
	padding: 0.5rem;
}
.ContentHighlight:last-child {
	margin-bottom: 0;
}
.ContentHighlight ul:last-child,
.ContentHighlight p:last-child {
	margin-bottom: 0;
}
.ContentHighlight.HighlightInformation {
	border-left: 5px solid #1374D6;
}
.ContentHighlight.HighlightWarning {
	border-left: 5px solid #FFEB3B;
	background-color: #FFFFCC !important;
}
.ContentHighlight.HighlightConfirmation {
	border-left: 5px solid #83E067;
	background-color: #EDFDEA !important;
}
.ContentHighlight.HighlightError {
	border-left: 5px solid #FF8A8D;
	background-color: #FFF0F0 !important;
}
.ColumnLayout {
	font-size: 0;
}
.ColumnLayout .Column:nth-child(1):nth-last-child(1) {
	width: 100%;
}
.ColumnLayout .Column:nth-child(1):nth-last-child(2),
.ColumnLayout .Column:nth-child(2):nth-last-child(1) {
	width: 50%;
}
.ColumnLayout .Column:nth-child(1):nth-last-child(3),
.ColumnLayout .Column:nth-child(2):nth-last-child(2),
.ColumnLayout .Column:nth-child(3):nth-last-child(1) {
	width: 33.3333%;
}
.ColumnLayout .Column:nth-child(1):nth-last-child(4),
.ColumnLayout .Column:nth-child(2):nth-last-child(3),
.ColumnLayout .Column:nth-child(3):nth-last-child(2),
.ColumnLayout .Column:nth-child(4):nth-last-child(1) {
	width: 25%;
}
.Column {
	box-sizing: border-box;
	display: inline-block;
	font-size: 1rem;
	padding: 1em;
	vertical-align: top;
}
.ColumnCountTwo {
	column-count: 2;
	column-gap: 1rem;
}
.ColumnCountThree {
	column-count: 3;
	column-gap: 1rem;
}
.Overlay {
	animation: fadeInOverlay 0.25s ease-out;
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
aside,
figure {
	box-sizing: border-box;
	margin: 0 1rem 1rem;
	padding: 1rem;
	width: 480px;
	max-width: 100%;
}
aside.ContentSmall,
figure.ContentSmall {
	width: 240px;
}
aside.AlignRight,
figure.AlignRight {
	margin-right: 0;
	margin-left: 1rem;
}
aside.AlignLeft,
figure.AlignLeft {
	margin-right: 1rem;
	margin-left: 0;
}
aside img,
figure img {
	margin-bottom: 1rem;
}

@keyframes fadeInOverlay {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Loading */

#LoadingContainer {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
}
#LoadingContainer.Active {
	display: block;
}
#LoadingSpinner,
.LoadingSpinner {
	animation: spin 1s steps(10, end) infinite;
	border: 0;
	display: block;
	height: 30px;
	width: 30px;
	padding: 0.5em;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Icons */

.IconMail {
	background-image: url("../icons/bymail-darkblue.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 40px 40px;
	padding-left: 50px;
	display: table-cell;
	height: 2em;
	vertical-align: middle;
}
.IconEco {
	background-image: url("../icons/refresh-eco-darkblue.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 32px 32px;
	padding-left: 42px;
	display: table-cell;
	height: 2em;
	vertical-align: middle;
}
.IconGraph {
	background-image: url("../icons/bar-graph-on-a-rectangle-darkblue.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 30px 30px;
	padding-right: 40px;
	display: table-cell;
	height: 2em;
	vertical-align: middle;
}
.IconAdd {
	background-image: url("../icons/rounded-add-button-darkblue.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 25px 25px;
	padding-right: 35px;
	display: table-cell;
	height: 2em;
	vertical-align: middle;
}
.IconAddGreen {
	background-image: url("../icons/plus-green.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconDeleteRed {
	background-image: url("../icons/minus-red.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconEditGreen {
	background-image: url("../icons/pencil-green.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconHome {
	background-image: url("../icons/home-white.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	display: table-cell;
	height: 2em;
	vertical-align: middle;
}
.IconHomeBrightBlue {
	background-image: url("../icons/home-brightblue.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2em;
	width: 2em;
	vertical-align: middle;
}
.IconHomeWhiteOrangeCircle {
	background-image: url("../icons/home-white-orange-circle.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2em;
	width: 2em;
	vertical-align: middle;
}
.IconHomeWhitePurpleCircle {
	background-image: url("../icons/home-white-purple-circle.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2em;
	width: 2em;
	vertical-align: middle;
}
.IconHomeWhiteRosewoodCircle {
	background-image: url("../icons/home-white-rosewood-circle.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2em;
	width: 2em;
	vertical-align: middle;
}
.IconHomeWhiteChambrayCircle {
	background-image: url("../icons/home-white-chambray-circle.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2em;
	width: 2em;
	vertical-align: middle;
}
.IconFacebookBrightBlue {
	background-image: url("../icons/facebook-brightblue.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconFacebookOrange {
	background-image: url("../icons/facebook-orange.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconFacebookPurple {
	background-image: url("../icons/facebook-purple.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconFacebookChaletGreen {
	background-image: url("../icons/facebook-chaletgreen.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconTwitterBrightBlue {
	background-image: url("../icons/twitter-brightblue.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconTwitterOrange {
	background-image: url("../icons/twitter-orange.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconTwitterOrange {
	background-image: url("../icons/twitter-orange.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconTwitterPurple {
	background-image: url("../icons/twitter-purple.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconInstagramOrange {
	background-image: url("../icons/instagram-orange.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconInstagramPurple {
	background-image: url("../icons/instagram-purple.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconInstagramBrightBlue {
	background-image: url("../icons/instagram-brightblue.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconYouTubeOrange {
	background-image: url("../icons/youtube-orange.svg") !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	background-size: contain !important;
	display: table-cell !important;
	vertical-align: middle;
}
.IconYouTubePurple {
	background-image: url("../icons/youtube-purple.svg") !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	background-size: contain !important;
	display: table-cell !important;
	vertical-align: middle;
}
.IconYouTubeBrightBlue {
	background-image: url("../icons/youtube-brightblue.svg") !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	background-size: contain !important;
	display: table-cell !important;
	vertical-align: middle;
}
.IconPinterestOrange {
	background-image: url("../icons/pinterest-orange.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconPinterestPurple {
	background-image: url("../icons/pinterest-purple.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconYelpOrange  {
	background-image: url("../icons/yelp-orange.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconTripAdvisorOrange {
	background-image: url("../icons/tripadvisor-orange.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconLinkedInBrightBlue {
	background-image: url("../icons/linkedin-brightblue.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconLinkedInOrange {
	background-image: url("../icons/linkedin-orange.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconLinkedInPurple {
	background-image: url("../icons/linkedin-purple.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconNextdoorPurple {
	background-image: url("../icons/nextdoor-purple.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: table-cell;
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
}
.IconSearch {
	background-image: url("../icons/searching-magnifying-glass-darkgrey.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconSearchWhite {
	background-image: url("../icons/searching-magnifying-glass-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconBinocularsWhite {
	background-image: url("../icons/binoculars-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconMenu {
	background-image: url("../icons/menu-darkgrey.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconMenuWhite {
	background-image: url("../icons/menu-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconMenuTextWhite {
	background-image: url("../icons/menu-text-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconClose {
	background-image: url("../icons/close-button-darkgrey.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconCloseDarkBlue {
	background-image: url("../icons/close-button-darkblue.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconCloseDarkBlueGreen {
	background-image: url("../icons/close-button-darkbluegreen.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconCloseBrightBlue {
	background-image: url("../icons/close-button-brightblue.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconPlay {
	background-image: url("../icons/play-button-brightblue.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconCloseCerulean {
	background-image: url("../icons/close-button-cerulean.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconCloseRed {
	background-image: url("../icons/close-button-red.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconZIP {
	background-image: url("../icons/zip.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconPDF {
	background-image: url("../icons/pdf.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconDOC {
	background-image: url("../icons/doc.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconXLS {
	background-image: url("../icons/xls.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconDWG {
	background-image: url("../icons/dwg.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconVideo {
	background-image: url("../icons/vid.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconAudio {
	background-image: url("../icons/aud.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconImage {
	background-image: url("../icons/img.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconClosedCaptioning {
	background-image: url("../icons/closed-captioning-red.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconArrowUpDarkBlue {
	background-image: url("../icons/arrow-up-darkblue.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconArrowDownDarkBlue {
	background-image: url("../icons/arrow-down-darkblue.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconArrowUpWhite {
	background-image: url("../icons/arrow-up-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconArrowDownWhite {
	background-image: url("../icons/arrow-down-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconCheckGreen {
	background-image: url("../icons/check-green.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconExclamationYellowDarkBlue {
	background-image: url("../icons/exclamation-mark-in-a-circle-yellow-darkblue.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconInfoGreen {
	background-image: url("../icons/info-green.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconQuestionGrey {
	background-image: url("../icons/question-grey.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconQuestionDarkGrey {
	background-image: url("../icons/question-darkgrey.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconChat {
	background-image: url("../icons/chat.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.IconSearchDocumentBlue {
    background-image: url("../icons/search-document-blue.svg");
    background-repeat: no-repeat;
	background-size: contain;
}
.IconGlobeWhite {
	background-image: url("../icons/globe-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

/* Button Icons */

.ButtonPrimary span,
.ButtonSecondary span,
.ButtonCancel span,
.ButtonContent span,
.Button span,
button span.IconAddGreen,
button span.IconDeleteRed,
button span.IconInfoGreen {
	background-position: right center;
	padding-right: 1.6em;
}
.ButtonPrimary span.IconZIP,
.ButtonPrimary span.IconPDF,
.ButtonPrimary span.IconDOC,
.ButtonPrimary span.IconXLS,
.ButtonPrimary span.IconDWG,
.ButtonPrimary span.IconAudio,
.ButtonPrimary span.IconVideo,
.ButtonPrimary span.IconImage,
.ButtonSecondary span.IconZIP,
.ButtonSecondary span.IconPDF,
.ButtonSecondary span.IconDOC,
.ButtonSecondary span.IconXLS,
.ButtonSecondary span.IconDWG,
.ButtonSecondary span.IconAudio,
.ButtonSecondary span.IconVideo,
.ButtonSecondary span.IconImage,
.ButtonCancel span.IconZIP,
.ButtonCancel span.IconPDF,
.ButtonCancel span.IconDOC,
.ButtonCancel span.IconXLS,
.ButtonCancel span.IconDWG,
.ButtonCancel span.IconAudio,
.ButtonCancel span.IconVideo,
.ButtonCancel span.IconImage,
.Button span.IconZIP,
.Button span.IconPDF,
.Button span.IconDOC,
.Button span.IconXLS,
.Button span.IconDWG,
.Button span.IconAudio,
.Button span.IconVideo,
.Button span.IconImage,
button span.IconZIP,
button span.IconPDF,
button span.IconDOC,
button span.IconXLS,
button span.IconDWG,
button span.IconAudio,
button span.IconVideo,
button span.IconImage {
	padding-right: 3.25em;
}

/* Link Icons */

a.IconZIP,
a.IconPDF,
a.IconDOC,
a.IconXLS,
a.IconDWG,
a.IconAudio,
a.IconVideo,
a.IconImage {
	background-position: right;
	background-size: contain;
	padding-right: 3.25em;
}
a.IconArrowUpDarkBlue,
a.IconArrowDownDarkBlue,
a.IconArrowUpWhite,
a.IconArrowDownWhite,
a.IconCheckGreen {
	background-position: right;
	background-size: 1em 1em;
	padding-right: 1.5em;
}
a.IconAddGreen,
a.IconDeleteRed,
a.IconInfoGreen {
	background-position: right;
	padding-right: 1.6em;
}

/* Tables */

table {
	border-spacing: 0;
	margin-bottom: 1rem;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	padding: 0.5rem;
}
caption {
	font-style: normal;
	font-size: 1.1667em;
	font-weight: bold;
}
th, td {
	vertical-align: top;
}
th {
	font-weight: bold;
}

/* Alignment */

.AlignLeft {
	float: left !important;
}
.AlignRight {
	float: right !important;
}
.AlignCenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.AlignMiddle {
	vertical-align: middle;
}
.AlignTop {
	vertical-align: top !important;
}
.AlignNone {
	float: none !important;
}
.TextAlignLeft {
	text-align: left !important;	
}
.TextAlignRight {
	text-align: right !important;	
}
.TextAlignCenter {
	text-align: center !important;
}
.Indent {
	margin-left: 1rem !important;
}

/* Lists */

ul,
ol {
	overflow: hidden;
}
.List {
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.List > li {
	border-bottom: 1px solid #E0E0E0;
}
.List > li:last-child {
	border: 0;
}
.CustomList .Bullet {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 1.25rem;
}
.CustomList .Item {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 2rem);
}

/* Utility */

.Clear {
	clear: both;
}
.ClearChildren::after,
.ClearChildren li::after {
	clear: both;
	content: " ";
	display:block;
}
.Hidden {
	display: none !important;
}
.ScreenReader,
.TextHidden {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	display: inline !important;
}
.Highlight {
	background-color: #FFFFCC !important;
}
.BorderNone {
	border: 0 !important;
}
.BulletNone {
	list-style-type: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.BulletNone li {
	margin-bottom: 0.5em;
}
.BulletNone li:last-child {
	margin: 0;
}
.IconNone {
	background-image: none;
}
a.IconNone {
	padding-right: 0;
}
.MarginNone {
	margin: 0 !important;
}
.PaddingNone {
	padding: 0 !important;
}
.PaddingSmall {
	padding: 0.5rem !important;
}
.PaddingMedium {
	padding: 1rem !important;
}
.PaddingLarge {
	padding: 2rem !important;
}
.Width10 {
	max-width: 10% !important;
	width: 10% !important;
}
.Width15 {
	max-width: 15% !important;
	width: 15% !important;
}
.Width20 {
	max-width: 20% !important;
	width: 20% !important;
}
.Width25 {
	max-width: 25% !important;
	width: 25% !important;
}
.Width33 {
	max-width: 33.3333% !important;
	width: 33.3333% !important;
}
.Width40 {
	max-width: 40% !important;
	width: 40% !important;
}
.Width50 {
	max-width: 50% !important;
	width: 50% !important;
}
.Width60 {
	max-width: 60% !important;
	width: 60% !important;
}
.Width66 {
	max-width: 66.6666% !important;
	width: 66.6666% !important;
}
.Width75 {
	max-width: 75% !important;
	width: 75% !important;
}
.Width90 {
	max-width: 90% !important;
	width: 90% !important;
}
.Width100 {
	max-width: 100% !important;
	width: 100% !important;
}
.WidthAuto {
	width: auto !important;
}
.Inline {
	display: inline-block !important;
}
.WrapNone {
	white-space: nowrap;
}

/* Certificate Provider */

#CertificateProvider {
	clear: right;
	float: none !important;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
	width: auto;
}

/* Forms */

.Form {
	margin-bottom: 1rem;
}
.Form:last-child {
	margin-bottom: 0;
}
.Form fieldset {
	border: 0;
	margin: 0 0 1rem;
	padding: 0;
}
.Form legend,
.FormLegend {
	border-bottom: 1px solid #333;
	color: #333;
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding-bottom: 0.25em;
	width: 100%;
}
.FormHeading {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding-bottom: 0.5em;
	width: 100%;
}
.FormGroup {
	background-color: #F5F5F5;
	box-sizing: border-box;
	margin-bottom: 1em;
	padding: 1em;
}
.FormRow {
	margin-bottom: 1rem;
}
.FormRow:last-child,
.FormGroup:last-child {
	margin-bottom: 0;
}
.FormRow > label,
.FormLabel {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.Form input[type="text"],
.Form input[type="search"],
.Form input[type="email"],
.Form input[type="tel"],
.Form input[type="password"],
.Form input[type="time"],
.Form input[type="date"],
.Form input[type="number"],
.Form select,
.Form textarea {
	background-color: #FFF;
	border: 1px solid #BBB;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1rem;
	padding: 0.5rem;
	margin-bottom: 0.25rem;
	width: 100%;
	transition-property: box-shadow, background-color;
	transition-duration: 0.30s;
	transition-timing-function: ease-in-out;
	-webkit-tap-highlight-color: transparent;
}
.Form select {
	appearance: none;
	background-image: url("../icons/arrow-down-black.svg");
	background-size: 1rem;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 0.5rem);
	background-position-y: center;
	cursor: pointer;
	padding-right: 2rem;
}
.Form input[type="text"],
.Form input[type="search"],
.Form input[type="email"],
.Form input[type="tel"],
.Form input[type="password"],
.Form input[type="time"],
.Form input[type="date"],
.Form input[type="number"],
.Form input[type="submit"],
.Form textarea {
	-moz-appearance: textfield !important;
	-webkit-appearance: none;
}
.Form input[type="text"]:disabled,
.Form input[type="search"]:disabled,
.Form input[type="email"]:disabled,
.Form input[type="tel"]:disabled,
.Form input[type="password"]:disabled,
.Form input[type="time"]:disabled,
.Form input[type="date"]:disabled,
.Form input[type="number"]:disabled,
.Form textarea:disabled {
	background-color: #E4E4E4;
	color: #424242;
	cursor: not-allowed;
	opacity: 1;
	-webkit-text-fill-color:#424242;
}
input[type="submit"],
button,
a {
	cursor: pointer;
}
input:disabled,
button:disabled,
a:disabled {
	cursor: not-allowed;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
button:focus {
	outline: 0;
}
.Form textarea {
	height: auto;
}
.Form .ZIP,
.Form .Postal,
.Form .ZIP4 {
	display: inline-block !important;
}
.Form .Phone,
.FormatValue[data-format="phone"] {
	width: 12em !important;
}
.Form .PhoneExt {
	width: 5em !important;
}
.Form .ZIP,
.Form .Postal {
	width: 5em !important;
}
.Form .ZIP4 {
	width: 4em !important;
}
.FormatValue[data-format="apn"] {
	width: 9em !important;
}
.Form input[type="text"].DatePicker,
.Form input[type="time"],
.Form input.SearchEmployee {
	padding-left: 2.5rem;
	width: 10rem;
}
.Form input[type="text"].DatePicker {
	background-image: url("../icons/calendar-lightgrey.svg");
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	background-position: 0.25rem center;
}
.Form input[type="time"] {
	background-image: url("../icons/clock-lightgrey.svg");
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	background-position: 0.25rem center;
}
.Form input.SearchEmployee {
	background-image: url("../icons/user-lightgrey.svg");
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	background-position: 0.25rem center;
}
.FormFieldError {
	box-shadow: 0 0 1px 1px #B60101 !important;
	-webkit-appearance: none;
}
.Form input[type="text"]:focus,
.Form input[type="search"]:focus,
.Form input[type="email"]:focus,
.Form input[type="tel"]:focus,
.Form input[type="password"]:focus,
.Form input[type="time"]:focus,
.Form input[type="date"]:focus,
.Form input[type="number"]:focus,
.Form select:focus,
.Form textarea:focus {
	background-color: #FFFFCC;
	box-shadow: 0 0 5px 0 #51CBEE !important;
}
.FormActions {
	position: relative;
	z-index: 1;
}
.FormActionsItems {
	margin-top: 0.25em;
	position: absolute;
	right: 0;
}
.Form hr {
	border: 0;
	border-bottom: 1px dotted #777;
	height: 1px;
	margin: 0;
	margin-bottom: 1em;
}
.Form.Consolidated input[type="text"],
.Form.Consolidated input[type="search"],
.Form.Consolidated select {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-sizing: border-box;
	float: left;
	width: calc(100% - 6rem);
}
.Form.Consolidated input[type="submit"] {
	border: 1px solid #000;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-sizing: border-box;
	height: 2.313rem;
	width: 6rem;
}

/* .Form .Consolidated functionality for child elements */

.Form .Consolidated .InputUnitContainer {
	float: left;
}

.Form .Consolidated input[type="text"],
.Form .Consolidated input[type="search"],
.Form .Consolidated select {
	border-right: 0;
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 0;
	box-sizing: border-box;
	float: left;
	width: calc(100% - 6rem);
}

.Form .Consolidated input[type="submit"] {
	border: 1px solid transparent;
	border-radius: 3px;
	  border-top-left-radius: 0;
	  border-bottom-left-radius: 0;
	box-sizing: border-box;
	height: initial;
	line-height: 1;
	width: auto;
}

.Form .Consolidated button[type="button"] {
	border: 1px solid transparent;
	border-radius: 3px;
	  border-top-left-radius: 3px;
	  border-bottom-left-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-sizing: border-box;
	height: initial;
	line-height: 1;
	width: auto;
}

.Form .SearchEmployee.Consolidated {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-sizing: border-box;
	float: left;
	height: 2.438rem;
	padding-right: 40px;
	width: calc(304px - 2.4375rem);
}
.Form .SearchEmployee.Consolidated + button {
	background-color: #777;
	background-size: 1.5rem 1.5rem;
	background-position: center;
	border: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-sizing: border-box;
	height: 2.4375rem;
	margin-bottom: 0.25rem;
	width: 2.4375rem;
}
.SearchEmployeeLoadingContainer {
	left: 234px;
	margin-top: -2.7rem;
	position: absolute;
}
.SearchEmployeeLoadingContainer img {
	height: 1.4375rem;
	width: 1.4375rem;
}
.Form .ColumnLayout .Column {
	padding: 0;
}
.Form .ColumnLayout label {
	color: #353535;
	font-size: 1.125rem;
	display: block;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.Form input[type="checkbox"],
.Form input[type="radio"] {
	cursor: pointer;
}
.Form input[type="checkbox"]:disabled,
.Form input[type="radio"]:disabled {
	cursor: not-allowed;
}
.Form input[type="checkbox"] ~ label,
.Form input[type="radio"] ~ label {
	font-weight: normal;
	display: inline-block;
	color: inherit;
	cursor: pointer;
	width: calc(100% - 2rem);
	vertical-align: top;
}
.FileUpload.Enabled {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}
.FileUpload.Enabled + label {
	background-color: #040F4D;
	border-radius: 1.5rem;
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 1rem;
	max-width: 359px;
	padding: 0.5rem 1rem;
	vertical-align: middle;
	white-space: nowrap;
}
.FileUpload.Enabled:focus + label,
.FileUpload.Enabled + label:hover {
	background-color: #0D4299;
}
.FileUpload.Enabled:focus + label {
	outline: 1px dotted #000;
}
.FileUpload.Enabled + label img {
	border: 1px solid #999;
	box-sizing: border-box;
	display: inline-block;
	max-height: 2.187rem;
	max-width: 3rem;
	margin-left: .5rem;
	vertical-align: middle;
}
.FileUpload.Enabled + label + p.Important {
	margin-top: -0.5rem;
	margin-bottom: 1rem;
}
.FileUpload:disabled + label {
	cursor: not-allowed;
}
.InputUnit {
	color: #707070;
	display: inline-block;
	font-size: 1rem;
	padding: 0.5rem;
	border: 1px solid #BBB;
}
.InputUnitContainer {
	display: inline-block;
	font-size: 0;
	transition-property: box-shadow, background-color;
	transition-duration: 0.30s;
	transition-timing-function: ease-in-out;
	-webkit-tap-highlight-color: transparent;
}
.InputUnitContainer:focus-within {
	background-color: #FFFFCC;
	box-shadow: 0 0 5px 0 #51CBEE;
	outline: auto Highlight;
	outline: auto -webkit-focus-ring-color;
	-webkit-appearance: none;
}
.InputUnitContainer input {
	margin-bottom: 0 !important;
	text-align: right;
}
.InputUnitContainer .InputUnit:first-child + input {
	border-left: 0;
}
.InputUnitContainer input:first-child {
	border-right: 0;
}
.InputUnitContainer .InputUnit:first-child {
	border-right: 0;
}
.InputUnitContainer .InputUnit:last-child {
	border-left: 0;
}
.Form .InputUnitContainer input[type="text"]:focus {
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none;
}

/* Search */

#SearchContent .Results a,
#SearchContent .Results span {
	word-wrap: break-word;
}
#search_autocomplete {
	background-color: #FFF;
	border: 1px solid #BBB;
	list-style-type: none;
	margin: 3rem 0 0;
	padding: 0.5rem;
	position: absolute;
	z-index: 1;
}
#search_autocomplete:empty {
	display: none;
}
#search_autocomplete li {
	cursor: pointer;
}
#search_autocomplete li:hover {
	background-color: #DDD;
}
#search_autocomplete.instant_suggestions {
	background-color: #F2F2F2;
}
#search_autocomplete.instant_suggestions h3 {
	color: #6E6E6E;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#search_autocomplete.instant_suggestions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#search_autocomplete.instant_suggestions li {
	background-image: url("../icons/searching-magnifying-glass-lightgrey.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1rem;
	color: #333333;
	font-size: 0.875rem;
	margin: 0;
	padding: 0.5rem 0.5rem 0.5rem 1.25rem;
}
#cludo-search-results .search-results {
	padding-top: 1rem;
}
#cludo-search-results ul li.search-results-item,
.cludo-search-results ul li.search-results-item {
	margin-top: 0;
	margin-bottom: 1rem;
}
#cludo-search-results ul li.search-results-item .search-result-data > h2,
#cludo-search-results ul li.search-results-item > h2,
.cludo-search-results ul li.search-results-item .search-result-data > h2,
.cludo-search-results ul li.search-results-item > h2 {
	font-size: 1.2rem;
	line-height: inherit;
	margin: 0;
}
#cludo-search-results ul li.search-results-item > p {
	margin-bottom: 0;
}
#cludo-search-results .path a {
	color: #008000;
	text-decoration: none;
}
#cludo-search-results h2 a {
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	padding-right: 3.25em;
}
#cludo-search-results h2 a[href*=".zip"] {
	background-image: url("../icons/zip.svg");
}
#cludo-search-results h2 a[href*=".pdf"] {
	background-image: url("../icons/pdf.svg");
}
#cludo-search-results h2 a[href*=".doc"] {
	background-image: url("../icons/doc.svg");
}
#cludo-search-results h2 a[href*=".xls"] {
	background-image: url("../icons/xls.svg");
}
#cludo-search-results h2 a[href*=".dwg"] {
	background-image: url("../icons/dwg.svg");
}
#cludo-search-results h2 a[href*=".mp4"],
#cludo-search-results h2 a[href*=".youtu"] {
	background-image: url("../icons/vid.svg");
}
#cludo-search-results h2 a[href*=".mp3"] {
	background-image: url("../icons/aud.svg");
}
#cludo-search-results h2 a[href*=".jpg"],
#cludo-search-results h2 a[href*=".png"],
#cludo-search-results h2 a[href*=".gif"],
#cludo-search-results h2 a[href*="flickr"] {
	background-image: url("../icons/img.svg");
}
.cludo-page-navigation .powered-by-cludo,
#cludo-search-results .file-type {
	display: none;
}

/* Paginaion */

.Pagination {
	margin-bottom: 1.5em;
	padding: 1.5em 0;
}
.Pagination .Active {
	font-weight: bold;
}
.Pagination a, 
.Pagination span {
	margin: 0;
	padding: 2px 4px;
	text-align: center;
}
.Pagination span.PaginationResultCount {
	margin-left:10px;
}
.Pagination #ResultsPerPage {
	margin-left: 25px;	
}

/* Google reCAPTCHA */

.g-recaptcha div div {
	margin-left: auto;
	margin-right: auto;
}
.RECAPTCHALabel {
	width: 304px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}

/* Dojo input */

.dijitInputInner {
	margin-bottom: 0 !important;
}
.dijitValidationTextBox {
	margin-bottom: 0.25rem !important;
}

/* Dojo tooltips */

.dijitTooltipContainer {
	background-color: #ffffff !important;
	background-image: url("//cdn.lvvwd.com/dojo/dijit/themes/claro/images/tooltipGradient.png") !important;
	background-position: center bottom !important;
	background-repeat: repeat-x !important;
	border: 1px solid #759dc0 !important;
	border-radius: 4px  !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
	color: #000000 !important;
	display: block !important;
	font-size: 1em !important;
	padding: 6px 8px !important;
}
.dijitTooltipAbove .dijitTooltipConnector {
	background-position: -15px 0;
	bottom: 0;
	height: 14px;
	left: 3px;
	width: 16px;
}
.dijitTooltipConnector {
	background-image: url("//cdn.lvvwd.com/dojo/dijit/themes/claro/images/tooltip.png");
	background-repeat: no-repeat;
	border: 0 none;
	height: 14px;
	width: 16px;
	z-index: 2;
}
.dijitTooltipConnector {
	position: absolute;
}
.dijitTooltipRight {
	padding-left: 14px;
}
.dijitTooltipRight .dijitTooltipConnector {
	background-position: -48px 0;
	height: 14px;
	left: 0;
	width: 16px;
}

/* Dojo calendar */

.dojoxCalendar,
.dojoxCalendarContainer,
.dojoxCalendarBody,
.dojoxCalendar .dojoxCalendarBody > div {
	width: 278px !important;
}
.dojoxCalendarHeader {
	width: 270px !important;
}
.dojoxCalendar .dijitCalendarDateLabel {
	height: 20px;
}
.dojoxCalendarBody {
	height: 162px;
}
.dojoxCalendar .no-header .dojoxCalendarBody {
	height: 186px;
}
.dijitTextBoxError {
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #B60101 !important;
	-webkit-appearance: none;
}
.dijitTextBoxFocused {
	background-color: #FFFFCC;
	box-shadow: 0 0 5px 0 #51CBEE !important;
	-webkit-appearance: none;	
}
.dijitTextBox {
	width: 100% !important;
}
.dijitTooltip {
	display: none !important;
}

/* Components */

.ComponentRow {
	border-collapse: separate;
	border-spacing: 0.5rem 0.25rem;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.ComponentRow > .Column {
	display: table-cell;
	padding: 0;
}
.ComponentRow > .StyleNone > .ComponentContent {
	padding: 0;
}
.ComponentRowCollapse {
	border-spacing: 0 !important;
}
.ComponentRowCollapse .ComponentContent {
	padding: 0;
}
.ComponentContent {
	padding: 1rem;
}
.ComponentContent::after {
	content: " ";
	display: block;
	clear: both;
}
.ComponentRow > .Column > img {
	display: block;
}
.ComponentContent img {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
}
.ComponentContent img:last-child {
	margin-bottom: 0;
}

/* Shapes */

.ShapeCircle {
	border-radius: 100%;
}
.OptionCircle {
	background-image: url("../icons/bullet-darkgrey.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	height: 2rem;
	line-height: 2;
	margin: 1rem;
	text-align: center;
	width: 2rem;
}

/* Slider */

.swiper-container {
	width: 100%;
}
.swiper-container.gallery-top,
.swiper-container.gallery-thumbs {
	background-color: #000;
}
.swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.swiper-slide:only-child .SlideOverlay {
	padding: 1rem !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0.25em;
}
.swiper-pagination-fraction {
	color: #FFF;
}
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
	display: none;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.SlideContainer {
	max-width: 1200px;
	position: relative;
}
img.SlideImage {
	display: block;
	margin: 0;
	width: 100%;
}
.SlideOverlay {
	box-sizing: border-box;
	letter-spacing: 0.1em;
	padding: 0.5rem 3rem;
	width: 100%;
}
.SlideOverlay {
	color: #FFF;
	position: absolute;
	top: 0;
}
.SlideOverlay:only-child {
	position: relative;
}
.SlideOverlay.OverlayBackground {
	background-color: rgba(0, 0, 0, 0.5);
}
.SlideOverlay.SlideOverlayHidden,
.SlideOverlay.SlideOverlayHidden.PositionMiddle,
.SlideOverlay.SlideOverlayHidden.PositionBottom {
    background: none !important;
}
.SlideImage + .SlideOverlay.PositionBottom {
	bottom: 0;
	padding: 0.5rem 3rem;
	top: auto;
}
.SlideImage + .SlideOverlay.PositionMiddle {
	top: 50%;
	transform: translateY(-50%);
}
.SlideContent {
	display: none;
	padding: 1rem;
}
.SlideContent.Active {
	display: block;
}

/* Show More */

.ShowMore {
	overflow: hidden;
}
.ShowMore + [data-readmore-toggle],
.ShowMore[data-readmore] {
	display: block;
	width: 100%;
}
.ShowMore + [data-readmore-toggle] {
	margin-bottom: 1rem;
	padding: 0.5rem;
}
.ShowMore + [data-readmore-toggle],
.ShowMore + [data-readmore-toggle] a {
	text-align: center;
}
.ShowMore + [data-readmore-toggle] a {
	background-color: #EEE;
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	padding: 0.25em 0.5em;
}
.ShowMore[data-readmore] {
	overflow: hidden;
	transition: height 200ms ease 0s;
}

/* Accordion */

.Accordion {
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 1rem;
	outline: none;
	padding: 1rem;
	text-align: left;
	width: 100%;
}
.AccordionPanel {
	display: none;
	padding: 1rem;
}
.AccordionPanel::after {
	clear: both;
	content: " ";
	display: block;
}

/* Info Dialog */

.DialogInfoContent {
	display: none;
}

/* Tabs */

.Tabs {
	margin-bottom: 1rem;
}
.Tabs .Tab {
	border: 0;
	background: #EEE;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	outline: none;
	padding: 0.5rem 1rem;
}
.Tabs .TabPanel {
	display: none;
}
.Tabs .Tab.Active {
	background-color: #AAA;
	color: #FFF;
}

/* Embed Video */

.VideoEmbed {
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 640px;
}
.VideoEmbed.VideoPortrait {
	aspect-ratio: 9/16;
}
.VideoEmbed::after {
	padding-top: 56.25%;
	display: block;
	content: "";
}
.VideoEmbed:last-child {
	margin-bottom: 0;
}
.VideoEmbed iframe,
.VideoEmbed object,
.VideoEmbed embed {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Embed Flickr Album */

.GalleryEmbed {
	background-color: #000;
	width: 100%;
	height: 635px;
}
.galleria-container * {
	font-size: 1rem !important;
}
.galleria-container + div {
	opacity: 1 !important;
	margin: 0 auto;
}
.galleria-errors {
	z-index: 100 !important;
}
.galleria-theme-classic .galleria-counter {
	bottom: 10px;
	left: auto;
	right: 10px;
	opacity: 1 !important;
}
.galleria-theme-classic .galleria-info {
	box-sizing: border-box;
	left: 10px;
	right: 10px;
	width: auto;
}
.galleria-theme-classic .galleria-info-link {
	background-color: #333;
	border-radius: 100%;
	opacity: 0.8;
}
.galleria-theme-classic .galleria-info-text {
	background: rgba(50, 50, 50, 0.9);
}
.galleria-theme-classic .galleria-info-description {
	color: #EEE;
	max-height: 200px;
	overflow: auto;
}

/* Embed Facebook */

.fb-page,
.fb-page iframe[style],
.fb-page span {
	width: 100% !important;
}

/* Date Picker */

.ui-datepicker.ui-widget-content .ui-state-highlight {
	color: #000;
}

/* Dialog */

.ui-dialog {
    min-width: 320px;
	z-index: 600 !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
	border-radius: 0;
	padding: 0;
}
.ui-dialog .ui-widget-header.ui-corner-all {
	border: 0;
	border-radius: 0;
	padding: 0.5rem;
}
.ui-dialog div.ui-dialog-content {
	padding: 0.5rem;
}
.ui-dialog .ui-dialog-content::-webkit-scrollbar {
	-webkit-appearance: none;
}
.ui-dialog .ui-dialog-content::-webkit-scrollbar:vertical {
	width: 9px;
}
.ui-dialog .ui-dialog-content::-webkit-scrollbar:horizontal {
	height: 9px;
}
.ui-dialog .ui-dialog-content::-webkit-scrollbar-thumb {
	border-radius: 6px;
	border: 3px solid white;
	background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1024px) {
	aside,
	figure {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	#Content.Sidebar {
		display: block;
		width: 100%;
	}
	#Sidebar {
		display: block;
		width: 100%;
	}
	.ComponentRow {
		display: block;
	}
	.ComponentRow > .Column {
		display: block;
		max-width: 100% !important;
		margin-bottom: 1rem;
		width: 100% !important;
	}
	.ColumnCountThree {
		column-count: 2;
	}
}
@media screen and (max-width: 720px) {
	aside,
	figure {
		width: 100%;
	}
	aside.AlignRight,
	aside.AlignLeft,
	figure.AlignRight,
	figure.AlignLeft {
		margin-left: 0;
		margin-right: 0;
	}
	aside.ContentSmall.AlignRight,
	figure.ContentSmall.AlignRight {
		margin-left: 1rem;
	}
	aside.AsideSmall.AlignLeft,
	figure.ContentSmall.AlignLeft {
		margin-right: 1rem;
	}
}
@media screen and (max-width: 640px) {
	aside.ContentSmall,
	figure.ContentSmall {
		width: 50%;
	}
	.SlideImage + .SlideOverlay {
		padding: 0.5rem !important;
		position: static;
	}
	.SlideImage + .SlideOverlay.PositionMiddle {
		transform: translateY(0);
	}
	.GalleryEmbed {
		height: 460px;
	}
	.ColumnCountTwo,
	.ColumnCountThree {
		column-count: 1;
	}
}
@media screen and (max-width: 480px) {
	.BreakPoint480 {
		clear: both !important;
		display: block !important;
		float: none !important;
	}
	aside.ContentSmall,
	figure.ContentSmall {
		width: 100%;
	}
	aside.AlignRight,
	aside.AlignLeft,
	figure.AlignRight,
	figure.AlignLeft {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 375px) { 
	.GalleryEmbed {
		height: 360px;
	}
}
@media screen and (max-width: 360px) {
	.BreakPoint360 {
		clear: both !important;
		display: block !important;
		float: none !important;
	}
}
@media screen and (max-width: 320px) {
	.BreakPoint320 {
		clear: both !important;
		display: block !important;
		float: none !important;
	}
}

/* iOS Safari */
@supports (-webkit-touch-callout: none) {
	.Form select {
		height: 2.5rem;
		padding: 0;
		text-indent: 0.25rem;
	}
}