@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
   * active/hover state.
   */
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 {
	-webkit-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: not-allowed;
}

/**
   * 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"] {
	-webkit-box-sizing: border-box;
	        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.
   */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* 2 */
}

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}

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

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

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

body {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #4b4943;
	background: #f8f8f8;
}

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

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	width: 100%;
	border-radius: 0;
}

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

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

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

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

.row {
	max-width: 1200px;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.row::before, .row::after {
	content: ' ';
	display: table;
}

.row::after {
	clear: both;
}

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

.row .row {
	max-width: none;
	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
	.row .row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

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

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-left: auto;
	margin-right: auto;
}

.column, .columns {
	width: 100%;
	float: left;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
	.column, .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left;
}

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

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

.small-1 {
	width: 8.3333333333%;
}

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

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

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

.small-2 {
	width: 16.6666666667%;
}

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

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

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

.small-3 {
	width: 25%;
}

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

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

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

.small-4 {
	width: 33.3333333333%;
}

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

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

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

.small-5 {
	width: 41.6666666667%;
}

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

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

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

.small-6 {
	width: 50%;
}

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

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

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

.small-7 {
	width: 58.3333333333%;
}

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

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

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

.small-8 {
	width: 66.6666666667%;
}

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

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

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

.small-9 {
	width: 75%;
}

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

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

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

.small-10 {
	width: 83.3333333333%;
}

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

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

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

.small-11 {
	width: 91.6666666667%;
}

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

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

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

.small-12 {
	width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
	width: 100%;
	float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
	width: 50%;
	float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
	width: 33.3333333333%;
	float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
	width: 25%;
	float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
	width: 20%;
	float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
	width: 16.6666666667%;
	float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
	width: 14.2857142857%;
	float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
	width: 12.5%;
	float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	float: left;
}

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

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

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

.small-centered {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

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

@media screen and (min-width: 40em) {
	.medium-1 {
		width: 8.3333333333%;
	}
	.medium-push-1 {
		position: relative;
		left: 8.3333333333%;
	}
	.medium-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}
	.medium-offset-0 {
		margin-left: 0%;
	}
	.medium-2 {
		width: 16.6666666667%;
	}
	.medium-push-2 {
		position: relative;
		left: 16.6666666667%;
	}
	.medium-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}
	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-push-3 {
		position: relative;
		left: 25%;
	}
	.medium-pull-3 {
		position: relative;
		left: -25%;
	}
	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}
	.medium-4 {
		width: 33.3333333333%;
	}
	.medium-push-4 {
		position: relative;
		left: 33.3333333333%;
	}
	.medium-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.medium-5 {
		width: 41.6666666667%;
	}
	.medium-push-5 {
		position: relative;
		left: 41.6666666667%;
	}
	.medium-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}
	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-push-6 {
		position: relative;
		left: 50%;
	}
	.medium-pull-6 {
		position: relative;
		left: -50%;
	}
	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}
	.medium-7 {
		width: 58.3333333333%;
	}
	.medium-push-7 {
		position: relative;
		left: 58.3333333333%;
	}
	.medium-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.medium-8 {
		width: 66.6666666667%;
	}
	.medium-push-8 {
		position: relative;
		left: 66.6666666667%;
	}
	.medium-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}
	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-push-9 {
		position: relative;
		left: 75%;
	}
	.medium-pull-9 {
		position: relative;
		left: -75%;
	}
	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}
	.medium-10 {
		width: 83.3333333333%;
	}
	.medium-push-10 {
		position: relative;
		left: 83.3333333333%;
	}
	.medium-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.medium-11 {
		width: 91.6666666667%;
	}
	.medium-push-11 {
		position: relative;
		left: 91.6666666667%;
	}
	.medium-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}
	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}
	.medium-12 {
		width: 100%;
	}
	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}
	.medium-up-1 > .column, .medium-up-1 > .columns {
		width: 100%;
		float: left;
	}
	.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
		float: left;
	}
	.medium-up-2 > .column, .medium-up-2 > .columns {
		width: 50%;
		float: left;
	}
	.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}
	.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
		float: left;
	}
	.medium-up-3 > .column, .medium-up-3 > .columns {
		width: 33.3333333333%;
		float: left;
	}
	.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
		float: left;
	}
	.medium-up-4 > .column, .medium-up-4 > .columns {
		width: 25%;
		float: left;
	}
	.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
		float: left;
	}
	.medium-up-5 > .column, .medium-up-5 > .columns {
		width: 20%;
		float: left;
	}
	.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
		float: left;
	}
	.medium-up-6 > .column, .medium-up-6 > .columns {
		width: 16.6666666667%;
		float: left;
	}
	.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
		float: left;
	}
	.medium-up-7 > .column, .medium-up-7 > .columns {
		width: 14.2857142857%;
		float: left;
	}
	.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
		float: left;
	}
	.medium-up-8 > .column, .medium-up-8 > .columns {
		width: 12.5%;
		float: left;
	}
	.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
		float: left;
	}
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.medium-collapse .row,
	.expanded.row .medium-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}
	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

@media screen and (min-width: 64em) {
	.large-1 {
		width: 8.3333333333%;
	}
	.large-push-1 {
		position: relative;
		left: 8.3333333333%;
	}
	.large-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}
	.large-offset-0 {
		margin-left: 0%;
	}
	.large-2 {
		width: 16.6666666667%;
	}
	.large-push-2 {
		position: relative;
		left: 16.6666666667%;
	}
	.large-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}
	.large-offset-1 {
		margin-left: 8.3333333333%;
	}
	.large-3 {
		width: 25%;
	}
	.large-push-3 {
		position: relative;
		left: 25%;
	}
	.large-pull-3 {
		position: relative;
		left: -25%;
	}
	.large-offset-2 {
		margin-left: 16.6666666667%;
	}
	.large-4 {
		width: 33.3333333333%;
	}
	.large-push-4 {
		position: relative;
		left: 33.3333333333%;
	}
	.large-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.large-5 {
		width: 41.6666666667%;
	}
	.large-push-5 {
		position: relative;
		left: 41.6666666667%;
	}
	.large-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}
	.large-offset-4 {
		margin-left: 33.3333333333%;
	}
	.large-6 {
		width: 50%;
	}
	.large-push-6 {
		position: relative;
		left: 50%;
	}
	.large-pull-6 {
		position: relative;
		left: -50%;
	}
	.large-offset-5 {
		margin-left: 41.6666666667%;
	}
	.large-7 {
		width: 58.3333333333%;
	}
	.large-push-7 {
		position: relative;
		left: 58.3333333333%;
	}
	.large-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.large-8 {
		width: 66.6666666667%;
	}
	.large-push-8 {
		position: relative;
		left: 66.6666666667%;
	}
	.large-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}
	.large-offset-7 {
		margin-left: 58.3333333333%;
	}
	.large-9 {
		width: 75%;
	}
	.large-push-9 {
		position: relative;
		left: 75%;
	}
	.large-pull-9 {
		position: relative;
		left: -75%;
	}
	.large-offset-8 {
		margin-left: 66.6666666667%;
	}
	.large-10 {
		width: 83.3333333333%;
	}
	.large-push-10 {
		position: relative;
		left: 83.3333333333%;
	}
	.large-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.large-11 {
		width: 91.6666666667%;
	}
	.large-push-11 {
		position: relative;
		left: 91.6666666667%;
	}
	.large-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}
	.large-offset-10 {
		margin-left: 83.3333333333%;
	}
	.large-12 {
		width: 100%;
	}
	.large-offset-11 {
		margin-left: 91.6666666667%;
	}
	.large-up-1 > .column, .large-up-1 > .columns {
		width: 100%;
		float: left;
	}
	.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
		float: left;
	}
	.large-up-2 > .column, .large-up-2 > .columns {
		width: 50%;
		float: left;
	}
	.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}
	.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
		float: left;
	}
	.large-up-3 > .column, .large-up-3 > .columns {
		width: 33.3333333333%;
		float: left;
	}
	.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
		float: left;
	}
	.large-up-4 > .column, .large-up-4 > .columns {
		width: 25%;
		float: left;
	}
	.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
		float: left;
	}
	.large-up-5 > .column, .large-up-5 > .columns {
		width: 20%;
		float: left;
	}
	.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
		float: left;
	}
	.large-up-6 > .column, .large-up-6 > .columns {
		width: 16.6666666667%;
		float: left;
	}
	.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
		float: left;
	}
	.large-up-7 > .column, .large-up-7 > .columns {
		width: 14.2857142857%;
		float: left;
	}
	.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
		float: left;
	}
	.large-up-8 > .column, .large-up-8 > .columns {
		width: 12.5%;
		float: left;
	}
	.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
		float: left;
	}
	.large-collapse > .column, .large-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.large-collapse .row,
	.expanded.row .large-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}
	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

@media screen and (min-width: 75em) {
	.xlarge-1 {
		width: 8.3333333333%;
	}
	.xlarge-push-1 {
		position: relative;
		left: 8.3333333333%;
	}
	.xlarge-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}
	.xlarge-offset-0 {
		margin-left: 0%;
	}
	.xlarge-2 {
		width: 16.6666666667%;
	}
	.xlarge-push-2 {
		position: relative;
		left: 16.6666666667%;
	}
	.xlarge-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}
	.xlarge-offset-1 {
		margin-left: 8.3333333333%;
	}
	.xlarge-3 {
		width: 25%;
	}
	.xlarge-push-3 {
		position: relative;
		left: 25%;
	}
	.xlarge-pull-3 {
		position: relative;
		left: -25%;
	}
	.xlarge-offset-2 {
		margin-left: 16.6666666667%;
	}
	.xlarge-4 {
		width: 33.3333333333%;
	}
	.xlarge-push-4 {
		position: relative;
		left: 33.3333333333%;
	}
	.xlarge-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}
	.xlarge-offset-3 {
		margin-left: 25%;
	}
	.xlarge-5 {
		width: 41.6666666667%;
	}
	.xlarge-push-5 {
		position: relative;
		left: 41.6666666667%;
	}
	.xlarge-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}
	.xlarge-offset-4 {
		margin-left: 33.3333333333%;
	}
	.xlarge-6 {
		width: 50%;
	}
	.xlarge-push-6 {
		position: relative;
		left: 50%;
	}
	.xlarge-pull-6 {
		position: relative;
		left: -50%;
	}
	.xlarge-offset-5 {
		margin-left: 41.6666666667%;
	}
	.xlarge-7 {
		width: 58.3333333333%;
	}
	.xlarge-push-7 {
		position: relative;
		left: 58.3333333333%;
	}
	.xlarge-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}
	.xlarge-offset-6 {
		margin-left: 50%;
	}
	.xlarge-8 {
		width: 66.6666666667%;
	}
	.xlarge-push-8 {
		position: relative;
		left: 66.6666666667%;
	}
	.xlarge-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}
	.xlarge-offset-7 {
		margin-left: 58.3333333333%;
	}
	.xlarge-9 {
		width: 75%;
	}
	.xlarge-push-9 {
		position: relative;
		left: 75%;
	}
	.xlarge-pull-9 {
		position: relative;
		left: -75%;
	}
	.xlarge-offset-8 {
		margin-left: 66.6666666667%;
	}
	.xlarge-10 {
		width: 83.3333333333%;
	}
	.xlarge-push-10 {
		position: relative;
		left: 83.3333333333%;
	}
	.xlarge-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}
	.xlarge-offset-9 {
		margin-left: 75%;
	}
	.xlarge-11 {
		width: 91.6666666667%;
	}
	.xlarge-push-11 {
		position: relative;
		left: 91.6666666667%;
	}
	.xlarge-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}
	.xlarge-offset-10 {
		margin-left: 83.3333333333%;
	}
	.xlarge-12 {
		width: 100%;
	}
	.xlarge-offset-11 {
		margin-left: 91.6666666667%;
	}
	.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
		width: 100%;
		float: left;
	}
	.xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	.xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
		float: left;
	}
	.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
		width: 50%;
		float: left;
	}
	.xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}
	.xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
		float: left;
	}
	.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
		width: 33.3333333333%;
		float: left;
	}
	.xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	.xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
		float: left;
	}
	.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
		width: 25%;
		float: left;
	}
	.xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	.xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
		float: left;
	}
	.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
		width: 20%;
		float: left;
	}
	.xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	.xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
		float: left;
	}
	.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
		width: 16.6666666667%;
		float: left;
	}
	.xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	.xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
		float: left;
	}
	.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
		width: 14.2857142857%;
		float: left;
	}
	.xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	.xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
		float: left;
	}
	.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
		width: 12.5%;
		float: left;
	}
	.xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	.xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
		float: left;
	}
	.xlarge-collapse > .column, .xlarge-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.xlarge-collapse .row,
	.expanded.row .xlarge-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}
	.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.xlarge-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.xlarge-uncentered,
	.xlarge-push-0,
	.xlarge-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

@media screen and (min-width: 105em) {
	.xxlarge-1 {
		width: 8.3333333333%;
	}
	.xxlarge-push-1 {
		position: relative;
		left: 8.3333333333%;
	}
	.xxlarge-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}
	.xxlarge-offset-0 {
		margin-left: 0%;
	}
	.xxlarge-2 {
		width: 16.6666666667%;
	}
	.xxlarge-push-2 {
		position: relative;
		left: 16.6666666667%;
	}
	.xxlarge-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}
	.xxlarge-offset-1 {
		margin-left: 8.3333333333%;
	}
	.xxlarge-3 {
		width: 25%;
	}
	.xxlarge-push-3 {
		position: relative;
		left: 25%;
	}
	.xxlarge-pull-3 {
		position: relative;
		left: -25%;
	}
	.xxlarge-offset-2 {
		margin-left: 16.6666666667%;
	}
	.xxlarge-4 {
		width: 33.3333333333%;
	}
	.xxlarge-push-4 {
		position: relative;
		left: 33.3333333333%;
	}
	.xxlarge-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}
	.xxlarge-offset-3 {
		margin-left: 25%;
	}
	.xxlarge-5 {
		width: 41.6666666667%;
	}
	.xxlarge-push-5 {
		position: relative;
		left: 41.6666666667%;
	}
	.xxlarge-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}
	.xxlarge-offset-4 {
		margin-left: 33.3333333333%;
	}
	.xxlarge-6 {
		width: 50%;
	}
	.xxlarge-push-6 {
		position: relative;
		left: 50%;
	}
	.xxlarge-pull-6 {
		position: relative;
		left: -50%;
	}
	.xxlarge-offset-5 {
		margin-left: 41.6666666667%;
	}
	.xxlarge-7 {
		width: 58.3333333333%;
	}
	.xxlarge-push-7 {
		position: relative;
		left: 58.3333333333%;
	}
	.xxlarge-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}
	.xxlarge-offset-6 {
		margin-left: 50%;
	}
	.xxlarge-8 {
		width: 66.6666666667%;
	}
	.xxlarge-push-8 {
		position: relative;
		left: 66.6666666667%;
	}
	.xxlarge-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}
	.xxlarge-offset-7 {
		margin-left: 58.3333333333%;
	}
	.xxlarge-9 {
		width: 75%;
	}
	.xxlarge-push-9 {
		position: relative;
		left: 75%;
	}
	.xxlarge-pull-9 {
		position: relative;
		left: -75%;
	}
	.xxlarge-offset-8 {
		margin-left: 66.6666666667%;
	}
	.xxlarge-10 {
		width: 83.3333333333%;
	}
	.xxlarge-push-10 {
		position: relative;
		left: 83.3333333333%;
	}
	.xxlarge-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}
	.xxlarge-offset-9 {
		margin-left: 75%;
	}
	.xxlarge-11 {
		width: 91.6666666667%;
	}
	.xxlarge-push-11 {
		position: relative;
		left: 91.6666666667%;
	}
	.xxlarge-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}
	.xxlarge-offset-10 {
		margin-left: 83.3333333333%;
	}
	.xxlarge-12 {
		width: 100%;
	}
	.xxlarge-offset-11 {
		margin-left: 91.6666666667%;
	}
	.xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
		width: 100%;
		float: left;
	}
	.xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	.xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
		float: left;
	}
	.xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
		width: 50%;
		float: left;
	}
	.xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}
	.xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
		float: left;
	}
	.xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
		width: 33.3333333333%;
		float: left;
	}
	.xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	.xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
		float: left;
	}
	.xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
		width: 25%;
		float: left;
	}
	.xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	.xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
		float: left;
	}
	.xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
		width: 20%;
		float: left;
	}
	.xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	.xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
		float: left;
	}
	.xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
		width: 16.6666666667%;
		float: left;
	}
	.xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	.xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
		float: left;
	}
	.xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
		width: 14.2857142857%;
		float: left;
	}
	.xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	.xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
		float: left;
	}
	.xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
		width: 12.5%;
		float: left;
	}
	.xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	.xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
		float: left;
	}
	.xxlarge-collapse > .column, .xxlarge-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.xxlarge-collapse .row,
	.expanded.row .xxlarge-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}
	.xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.xxlarge-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.xxlarge-uncentered,
	.xxlarge-push-0,
	.xxlarge-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: 700;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: #4b4943;
	font-weight: 400;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #cacaca;
	line-height: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
}

h2 {
	font-size: 20px;
	font-size: 1.25rem;
}

h3 {
	font-size: 19px;
	font-size: 1.1875rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 17px;
	font-size: 1.0625rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

@media screen and (min-width: 40em) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.9375rem;
	}
	h4 {
		font-size: 1.5625rem;
	}
	h5 {
		font-size: 1.25rem;
	}
	h6 {
		font-size: 1rem;
	}
}

a {
	color: #8f000e;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
}

a:hover, a:focus {
	color: #7b000c;
}

a img {
	border: 0;
}

hr {
	max-width: 1200px;
	max-width: 75rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
	margin: 20px auto;
	margin: 1.25rem auto;
	clear: both;
}

ul,
ol,
dl {
	line-height: 1.6;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	list-style-position: outside;
}

li {
	font-size: inherit;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-left: 1.25rem;
}

ol {
	margin-left: 20px;
	margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
	margin-left: 20px;
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

dl dt {
	margin-bottom: 4.8px;
	margin-bottom: 0.3rem;
	font-weight: 700;
}

blockquote {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	padding: 9px 20px 0 19px;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
	line-height: 1.6;
	color: #8a8a8a;
}

cite {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #8a8a8a;
}

cite:before {
	content: '\2014 \0020';
}

abbr {
	color: #4b4943;
	cursor: help;
	border-bottom: 1px dotted #0a0a0a;
}

code {
	font-family: Inconsolata, monospace;
	font-weight: 400;
	color: #0a0a0a;
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: 2px 5px 1px;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
	padding: 2px 4px 0;
	padding: 0.125rem 0.25rem 0;
	margin: 0;
	background-color: #e6e6e6;
	color: #0a0a0a;
	font-family: Inconsolata, monospace;
}

.subheader {
	margin-top: 3.2px;
	margin-top: 0.2rem;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #8a8a8a;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
}

p + .stat {
	margin-top: -16px;
	margin-top: -1rem;
}

.no-bullet {
	margin-left: 0;
	list-style: none;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

@media screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left;
	}
	.medium-text-right {
		text-align: right;
	}
	.medium-text-center {
		text-align: center;
	}
	.medium-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 64em) {
	.large-text-left {
		text-align: left;
	}
	.large-text-right {
		text-align: right;
	}
	.large-text-center {
		text-align: center;
	}
	.large-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 75em) {
	.xlarge-text-left {
		text-align: left;
	}
	.xlarge-text-right {
		text-align: right;
	}
	.xlarge-text-center {
		text-align: center;
	}
	.xlarge-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 105em) {
	.xxlarge-text-left {
		text-align: left;
	}
	.xxlarge-text-right {
		text-align: right;
	}
	.xxlarge-text-center {
		text-align: center;
	}
	.xxlarge-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		text-shadow: none !important;
	}
	.show-for-print {
		display: block !important;
	}
	.hide-for-print {
		display: none !important;
	}
	table.show-for-print {
		display: table !important;
	}
	thead.show-for-print {
		display: table-header-group !important;
	}
	tbody.show-for-print {
		display: table-row-group !important;
	}
	tr.show-for-print {
		display: table-row !important;
	}
	td.show-for-print {
		display: table-cell !important;
	}
	th.show-for-print {
		display: table-cell !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

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

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
	border: 1px solid #8a8a8a;
	background-color: #fff;
	outline: none;
	-webkit-box-shadow: 0 0 5px #cacaca;
	        box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

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

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

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

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

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

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

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

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

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

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
	cursor: pointer;
}

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

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

label {
	display: block;
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #0a0a0a;
}

label.middle {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	padding: 9px 0;
	padding: 0.5625rem 0;
}

.help-text {
	margin-top: -8px;
	margin-top: -0.5rem;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	color: #0a0a0a;
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.input-group > :first-child {
	border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
	border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.input-group-label {
	text-align: center;
	padding: 0 16px;
	padding: 0 1rem;
	background: #e6e6e6;
	color: #0a0a0a;
	border: 1px solid #cacaca;
	white-space: nowrap;
	width: 1%;
	height: 100%;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	height: 40px;
	height: 2.5rem;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	height: 100%;
	width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
	margin: 0;
}

.input-group .input-group-button {
	display: table-cell;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	max-width: 100%;
}

.fieldset {
	border: 1px solid #cacaca;
	padding: 20px;
	padding: 1.25rem;
	margin: 18px 0;
	margin: 1.125rem 0;
}

.fieldset legend {
	background: #f8f8f8;
	padding: 0 3px;
	padding: 0 0.1875rem;
	margin: 0;
	margin-left: -3px;
	margin-left: -0.1875rem;
}

select {
	height: 39px;
	height: 2.4375rem;
	padding: 8px;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	font-size: 16px;
	font-size: 1rem;
	font-family: inherit;
	line-height: normal;
	color: #0a0a0a;
	background-color: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	-webkit-background-size: 9px 6px;
	        background-size: 9px 6px;
	background-position: right -16px center;
	background-position: right -1rem center;
	-webkit-background-origin: content-box;
	        background-origin: content-box;
	background-repeat: no-repeat;
	padding-right: 24px;
	padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	background-color: rgba(236, 88, 64, 0.1);
	border-color: #ec5840;
}

.is-invalid-label {
	color: #ec5840;
}

.form-error {
	display: none;
	margin-top: -8px;
	margin-top: -0.5rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	color: #ec5840;
}

.form-error.is-visible {
	display: block;
}

.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	font-size: 14.4px;
	font-size: 0.9rem;
	background-color: #8f000e;
	color: #fff;
}

[data-whatinput='mouse'] .button {
	outline: 0;
}

.button:hover, .button:focus {
	background-color: #7a000c;
	color: #fff;
}

.button.tiny {
	font-size: 9.6px;
	font-size: 0.6rem;
}

.button.small {
	font-size: 12px;
	font-size: 0.75rem;
}

.button.large {
	font-size: 20px;
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.button.primary {
	background-color: #8f000e;
	color: #fff;
}

.button.primary:hover, .button.primary:focus {
	background-color: #72000b;
	color: #fff;
}

.button.secondary {
	background-color: #e8e8e8;
	color: #0a0a0a;
}

.button.secondary:hover, .button.secondary:focus {
	background-color: #bababa;
	color: #0a0a0a;
}

.button.success {
	background-color: #3adb76;
	color: #fff;
}

.button.success:hover, .button.success:focus {
	background-color: #22bb5b;
	color: #fff;
}

.button.warning {
	background-color: #ffae00;
	color: #fff;
}

.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #fff;
}

.button.alert {
	background-color: #ec5840;
	color: #fff;
}

.button.alert:hover, .button.alert:focus {
	background-color: #da3116;
	color: #fff;
}

.button.hollow {
	border: 1px solid #8f000e;
	color: #8f000e;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
	border-color: #480007;
	color: #480007;
}

.button.hollow.primary {
	border: 1px solid #8f000e;
	color: #8f000e;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #480007;
	color: #480007;
}

.button.hollow.secondary {
	border: 1px solid #e8e8e8;
	color: #e8e8e8;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #747474;
	color: #747474;
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.hollow.alert {
	border: 1px solid #ec5840;
	color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #881f0e;
	color: #881f0e;
}

.button.disabled, .button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #8f000e;
	color: #fff;
}

.button.dropdown::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	border-color: #fff transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: relative;
	top: 0.4em;
	float: right;
	margin-left: 1em;
	display: inline-block;
}

.button.arrow-only::after {
	margin-left: 0;
	float: none;
	top: -0.1em;
}

.accordion {
	list-style-type: none;
	background: #fff;
	margin-left: 0;
}

.accordion-item:first-child > :first-child {
	border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
	border-radius: 0 0 0 0;
}

.accordion-title {
	display: block;
	padding: 20px 16px;
	padding: 1.25rem 1rem;
	line-height: 1;
	font-size: 12px;
	font-size: 0.75rem;
	color: #8f000e;
	position: relative;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
	border-radius: 0 0 0 0;
	border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus {
	background-color: #e6e6e6;
}

.accordion-title::before {
	content: '+';
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 50%;
	margin-top: -8px;
	margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
	content: '–';
}

.accordion-content {
	padding: 16px;
	padding: 1rem;
	display: none;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fff;
	color: #8f000e;
}

:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
	position: relative;
}

.is-accordion-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: #8f000e transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 16px;
	right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	     -o-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	     -o-transform: scaleY(-1);
	        transform: scaleY(-1);
}

.badge {
	display: inline-block;
	padding: 0.3em;
	min-width: 2.1em;
	font-size: 9.6px;
	font-size: 0.6rem;
	text-align: center;
	border-radius: 50%;
	background: #8f000e;
	color: #fff;
}

.badge.secondary {
	background: #e8e8e8;
	color: #0a0a0a;
}

.badge.success {
	background: #3adb76;
	color: #fff;
}

.badge.warning {
	background: #ffae00;
	color: #fff;
}

.badge.alert {
	background: #ec5840;
	color: #fff;
}

.breadcrumbs {
	list-style: none;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
	content: ' ';
	display: table;
}

.breadcrumbs::after {
	clear: both;
}

.breadcrumbs li {
	float: left;
	color: #0a0a0a;
	font-size: 11px;
	font-size: 0.6875rem;
	cursor: default;
	text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
	color: #cacaca;
	content: "/";
	margin: 0 12px;
	margin: 0 0.75rem;
	position: relative;
	top: 1px;
	opacity: 1;
}

.breadcrumbs a {
	color: #8f000e;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed;
}

.button-group {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-size: 0;
}

.button-group::before, .button-group::after {
	content: ' ';
	display: table;
}

.button-group::after {
	clear: both;
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 14.4px;
	font-size: 0.9rem;
}

.button-group .button:last-child {
	margin-right: 0;
}

.button-group.tiny .button {
	font-size: 9.6px;
	font-size: 0.6rem;
}

.button-group.small .button {
	font-size: 12px;
	font-size: 0.75rem;
}

.button-group.large .button {
	font-size: 20px;
	font-size: 1.25rem;
}

.button-group.expanded {
	margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
	display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
	display: inline-block;
	width: calc(33.3333333333% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
	display: inline-block;
	width: calc(16.6666666667% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.primary .button {
	background-color: #8f000e;
	color: #fff;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
	background-color: #72000b;
	color: #fff;
}

.button-group.secondary .button {
	background-color: #e8e8e8;
	color: #0a0a0a;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
	background-color: #bababa;
	color: #0a0a0a;
}

.button-group.success .button {
	background-color: #3adb76;
	color: #fff;
}

.button-group.success .button:hover, .button-group.success .button:focus {
	background-color: #22bb5b;
	color: #fff;
}

.button-group.warning .button {
	background-color: #ffae00;
	color: #fff;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #fff;
}

.button-group.alert .button {
	background-color: #ec5840;
	color: #fff;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
	background-color: #da3116;
	color: #fff;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
	width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 40em) {
	.button-group.stacked-for-small .button {
		width: auto;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button {
		width: auto;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 39.9375em) {
	.button-group.stacked-for-small.expanded {
		display: block;
	}
	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0;
	}
}

.callout {
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 16px;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	position: relative;
	color: #4b4943;
	background-color: white;
}

.callout > :first-child {
	margin-top: 0;
}

.callout > :last-child {
	margin-bottom: 0;
}

.callout.primary {
	background-color: #ffc8cd;
}

.callout.secondary {
	background-color: #fcfcfc;
}

.callout.success {
	background-color: #e1faea;
}

.callout.warning {
	background-color: #fff3d9;
}

.callout.alert {
	background-color: #fce6e2;
}

.callout.small {
	padding-top: 8px;
	padding-top: 0.5rem;
	padding-right: 8px;
	padding-right: 0.5rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 8px;
	padding-left: 0.5rem;
}

.callout.large {
	padding-top: 48px;
	padding-top: 3rem;
	padding-right: 48px;
	padding-right: 3rem;
	padding-bottom: 48px;
	padding-bottom: 3rem;
	padding-left: 48px;
	padding-left: 3rem;
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	right: 16px;
	right: 1rem;
	top: 8px;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1;
	cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
	outline: 0;
}

.close-button:hover, .close-button:focus {
	color: #0a0a0a;
}

.menu {
	margin: 0;
	list-style-type: none;
}

.menu > li {
	display: table-cell;
	vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
	outline: 0;
}

.menu > li > a {
	display: block;
	padding: 11.2px 16px;
	padding: 0.7rem 1rem;
	line-height: 1;
}

.menu input,
.menu a,
.menu button {
	margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
	vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
	vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
	margin-right: 4px;
	margin-right: 0.25rem;
	display: inline-block;
}

.menu > li {
	display: table-cell;
}

.menu.vertical > li {
	display: block;
}

@media screen and (min-width: 40em) {
	.menu.medium-horizontal > li {
		display: table-cell;
	}
	.menu.medium-vertical > li {
		display: block;
	}
}

@media screen and (min-width: 64em) {
	.menu.large-horizontal > li {
		display: table-cell;
	}
	.menu.large-vertical > li {
		display: block;
	}
}

@media screen and (min-width: 75em) {
	.menu.xlarge-horizontal > li {
		display: table-cell;
	}
	.menu.xlarge-vertical > li {
		display: block;
	}
}

@media screen and (min-width: 105em) {
	.menu.xxlarge-horizontal > li {
		display: table-cell;
	}
	.menu.xxlarge-vertical > li {
		display: block;
	}
}

.menu.simple li {
	line-height: 1;
	display: inline-block;
	margin-right: 16px;
	margin-right: 1rem;
}

.menu.simple a {
	padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
	content: ' ';
	display: table;
}

.menu.align-right::after {
	clear: both;
}

.menu.align-right > li {
	float: right;
}

.menu.expanded {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
	width: 100%;
}

.menu.icon-top > li > a {
	text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
	display: block;
	margin: 0 auto 4px;
	margin: 0 auto 0.25rem;
}

.menu.nested {
	margin-left: 16px;
	margin-left: 1rem;
}

.menu .active > a {
	color: #fff;
	background: #8f000e;
}

.menu-text {
	font-weight: bold;
	color: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding: 11.2px 16px;
	padding: 0.7rem 1rem;
}

.menu-centered {
	text-align: center;
}

.menu-centered > .menu {
	display: inline-block;
}

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

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}

.menu-icon::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #8f000e;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 7px 0 #8f000e, 0 14px 0 #8f000e;
	        box-shadow: 0 7px 0 #8f000e, 0 14px 0 #8f000e;
}

.menu-icon:hover::after {
	background: #cacaca;
	-webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
	        box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}

.menu-icon.dark::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	        box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
	background: #8a8a8a;
	-webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
	        box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
	position: relative;
	overflow: hidden;
}

.is-drilldown li {
	display: block !important;
}

.is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: -webkit-transform 0.15s linear;
	-o-transition: -o-transform 0.15s linear;
	transition: transform 0.15s linear;
	transition: transform 0.15s linear, -webkit-transform 0.15s linear, -o-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	     -o-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	     -o-transform: translateX(100%);
	        transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
	position: relative;
}

.is-drilldown-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent transparent #8f000e;
	border-left-style: solid;
	border-right-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 16px;
	right: 1rem;
}

.js-drilldown-back > a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent #8f000e transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	margin-right: 0.75rem;
}

.dropdown-pane {
	background-color: #f8f8f8;
	border: 1px solid #cacaca;
	border-radius: 0;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
	position: absolute;
	visibility: hidden;
	width: 300px;
	z-index: 10;
}

.dropdown-pane.is-open {
	visibility: visible;
}

.dropdown-pane.tiny {
	width: 100px;
}

.dropdown-pane.small {
	width: 200px;
}

.dropdown-pane.large {
	width: 400px;
}

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

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

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

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

[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-dropdown-submenu-parent {
	position: relative;
}

.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	top: 100%;
	left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.is-dropdown-submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 200px;
	z-index: 1;
	background: #fff;
	border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
	right: 14px;
	margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #8f000e transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #8f000e;
	border-left-style: solid;
	border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}

.is-dropdown-submenu > li {
	width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
	display: block;
}

.flex-video {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flex-video.widescreen {
	padding-bottom: 56.25%;
}

.flex-video.vimeo {
	padding-top: 0;
}

.label {
	display: inline-block;
	padding: 5.333px 8px;
	padding: 0.33333rem 0.5rem;
	font-size: 12.8px;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	border-radius: 0;
	background: #8f000e;
	color: #fff;
}

.label.secondary {
	background: #e8e8e8;
	color: #0a0a0a;
}

.label.success {
	background: #3adb76;
	color: #fff;
}

.label.warning {
	background: #ffae00;
	color: #fff;
}

.label.alert {
	background: #ec5840;
	color: #fff;
}

.media-object {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	display: block;
}

.media-object img {
	max-width: none;
}

@media screen and (max-width: 39.9375em) {
	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		display: block;
	}
	.media-object.stack-for-small .media-object-section img {
		width: 100%;
	}
}

.media-object-section {
	display: table-cell;
	vertical-align: top;
}

.media-object-section:first-child {
	padding-right: 16px;
	padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 16px;
	padding-left: 1rem;
}

.media-object-section > :last-child {
	margin-bottom: 0;
}

.media-object-section.middle {
	vertical-align: middle;
}

.media-object-section.bottom {
	vertical-align: bottom;
}

html,
body {
	height: 100%;
}

.off-canvas-wrapper {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
	position: relative;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
	content: ' ';
	display: table;
}

.off-canvas-wrapper-inner::after {
	clear: both;
}

.off-canvas-content,
.off-canvas-content {
	min-height: 100%;
	background: #f8f8f8;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	z-index: 1;
	padding-bottom: 0.1px;
	-webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
	        box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.5);
	cursor: pointer;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.off-canvas {
	position: absolute;
	background: #222;
	z-index: -1;
	max-height: 100%;
	overflow-y: auto;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
	outline: 0;
}

.off-canvas.position-left {
	left: -250px;
	top: 0;
	width: 250px;
}

.is-open-left {
	-webkit-transform: translateX(250px);
	    -ms-transform: translateX(250px);
	     -o-transform: translateX(250px);
	        transform: translateX(250px);
}

.off-canvas.position-right {
	right: -250px;
	top: 0;
	width: 250px;
}

.is-open-right {
	-webkit-transform: translateX(-250px);
	    -ms-transform: translateX(-250px);
	     -o-transform: translateX(-250px);
	        transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		left: 0;
		z-index: auto;
		position: fixed;
	}
	.position-left.reveal-for-medium ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-medium {
		right: 0;
		z-index: auto;
		position: fixed;
	}
	.position-right.reveal-for-medium ~ .off-canvas-content {
		margin-right: 250px;
	}
}

@media screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		left: 0;
		z-index: auto;
		position: fixed;
	}
	.position-left.reveal-for-large ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-large {
		right: 0;
		z-index: auto;
		position: fixed;
	}
	.position-right.reveal-for-large ~ .off-canvas-content {
		margin-right: 250px;
	}
}

@media screen and (min-width: 75em) {
	.position-left.reveal-for-xlarge {
		left: 0;
		z-index: auto;
		position: fixed;
	}
	.position-left.reveal-for-xlarge ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-xlarge {
		right: 0;
		z-index: auto;
		position: fixed;
	}
	.position-right.reveal-for-xlarge ~ .off-canvas-content {
		margin-right: 250px;
	}
}

@media screen and (min-width: 105em) {
	.position-left.reveal-for-xxlarge {
		left: 0;
		z-index: auto;
		position: fixed;
	}
	.position-left.reveal-for-xxlarge ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-xxlarge {
		right: 0;
		z-index: auto;
		position: fixed;
	}
	.position-right.reveal-for-xxlarge ~ .off-canvas-content {
		margin-right: 250px;
	}
}

.orbit {
	position: relative;
}

.orbit-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none;
}

.orbit-slide {
	width: 100%;
	max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0;
}

.orbit-figure {
	margin: 0;
}

.orbit-image {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 16px;
	padding: 1rem;
	margin-bottom: 0;
	color: #fff;
	background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous, .orbit-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 10;
	padding: 16px;
	padding: 1rem;
	color: #fff;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
	outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
	background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
	left: 0;
}

.orbit-next {
	left: auto;
	right: 0;
}

.orbit-bullets {
	position: relative;
	margin-top: 12.8px;
	margin-top: 0.8rem;
	margin-bottom: 12.8px;
	margin-bottom: 0.8rem;
	text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
	outline: 0;
}

.orbit-bullets button {
	width: 14px;
	width: 0.875rem;
	height: 14px;
	height: 0.875rem;
	margin: 1.6px;
	margin: 0.1rem;
	background-color: #cacaca;
	border-radius: 50%;
}

.orbit-bullets button:hover {
	background-color: #8f000e;
}

.orbit-bullets button.is-active {
	background-color: #8f000e;
}

.pagination {
	margin-left: 0;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
	content: ' ';
	display: table;
}

.pagination::after {
	clear: both;
}

.pagination li {
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 1px;
	margin-right: 0.0625rem;
	border-radius: 0;
	display: none;
}

.pagination li:last-child, .pagination li:first-child {
	display: inline-block;
}

@media screen and (min-width: 40em) {
	.pagination li {
		display: inline-block;
	}
}

.pagination a,
.pagination button {
	color: #0a0a0a;
	display: block;
	padding: 3px 10px;
	padding: 0.1875rem 0.625rem;
	border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
	background: #e6e6e6;
}

.pagination .current {
	padding: 3px 10px;
	padding: 0.1875rem 0.625rem;
	background: #8f000e;
	color: #fff;
	cursor: default;
}

.pagination .disabled {
	padding: 3px 10px;
	padding: 0.1875rem 0.625rem;
	color: #cacaca;
	cursor: not-allowed;
}

.pagination .disabled:hover {
	background: transparent;
}

.pagination .ellipsis::after {
	content: '\2026';
	padding: 3px 10px;
	padding: 0.1875rem 0.625rem;
	color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	content: '\00ab';
	display: inline-block;
	margin-right: 8px;
	margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
	content: '\00bb';
	display: inline-block;
	margin-left: 8px;
	margin-left: 0.5rem;
}

.progress {
	background-color: #cacaca;
	height: 16px;
	height: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	border-radius: 0;
}

.progress.primary .progress-meter {
	background-color: #8f000e;
}

.progress.secondary .progress-meter {
	background-color: #e8e8e8;
}

.progress.success .progress-meter {
	background-color: #3adb76;
}

.progress.warning .progress-meter {
	background-color: #ffae00;
}

.progress.alert .progress-meter {
	background-color: #ec5840;
}

.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #8f000e;
}

.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}

.slider {
	position: relative;
	height: 8px;
	height: 0.5rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-ms-touch-action: none;
	    touch-action: none;
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: 8px;
	height: 0.5rem;
	background-color: #cacaca;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
}

.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 22.4px;
	width: 1.4rem;
	height: 22.4px;
	height: 1.4rem;
	background-color: #8f000e;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
	outline: 0;
}

.slider-handle:hover {
	background-color: #7a000c;
}

.slider-handle.is-dragging {
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

.slider.vertical {
	display: inline-block;
	width: 8px;
	width: 0.5rem;
	height: 200px;
	height: 12.5rem;
	margin: 0 20px;
	margin: 0 1.25rem;
	-webkit-transform: scale(1, -1);
	    -ms-transform: scale(1, -1);
	     -o-transform: scale(1, -1);
	        transform: scale(1, -1);
}

.slider.vertical .slider-fill {
	top: 0;
	width: 8px;
	width: 0.5rem;
	max-height: 100%;
}

.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 22.4px;
	width: 1.4rem;
	height: 22.4px;
	height: 1.4rem;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.sticky-container {
	position: relative;
}

.sticky {
	position: absolute;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5;
}

.sticky.is-stuck.is-at-top {
	top: 0;
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0;
}

.sticky.is-anchored {
	position: absolute;
	left: auto;
	right: auto;
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0;
}

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

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

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

.reveal {
	display: none;
	z-index: 1006;
	padding: 16px;
	padding: 1rem;
	border: 1px solid #cacaca;
	background-color: #fff;
	border-radius: 0;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
	outline: 0;
}

@media screen and (min-width: 40em) {
	.reveal {
		min-height: 0;
	}
}

.reveal .column, .reveal .columns,
.reveal .columns {
	min-width: 0;
}

.reveal > :last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 40em) {
	.reveal {
		width: 600px;
		max-width: 75rem;
	}
}

@media screen and (min-width: 40em) {
	.reveal .reveal {
		left: auto;
		right: auto;
		margin: 0 auto;
	}
}

.reveal.collapse {
	padding: 0;
}

@media screen and (min-width: 40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 75rem;
	}
}

@media screen and (min-width: 40em) {
	.reveal.small {
		width: 50%;
		max-width: 75rem;
	}
}

@media screen and (min-width: 40em) {
	.reveal.large {
		width: 90%;
		max-width: 75rem;
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	max-width: none;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		max-width: none;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}

.reveal.without-overlay {
	position: fixed;
}

.switch {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	outline: 0;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
}

.switch-input {
	opacity: 0;
	position: absolute;
}

.switch-paddle {
	background: #cacaca;
	cursor: pointer;
	display: block;
	position: relative;
	width: 64px;
	width: 4rem;
	height: 32px;
	height: 2rem;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-radius: 0;
	color: inherit;
	font-weight: inherit;
}

input + .switch-paddle {
	margin: 0;
}

.switch-paddle::after {
	background: #fff;
	content: '';
	display: block;
	position: absolute;
	height: 24px;
	height: 1.5rem;
	left: 4px;
	left: 0.25rem;
	top: 4px;
	top: 0.25rem;
	width: 24px;
	width: 1.5rem;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	border-radius: 0;
}

input:checked ~ .switch-paddle {
	background: #8f000e;
}

input:checked ~ .switch-paddle::after {
	left: 36px;
	left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
	outline: 0;
}

.switch-active, .switch-inactive {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.switch-active {
	left: 8%;
	display: none;
}

input:checked + label > .switch-active {
	display: block;
}

.switch-inactive {
	right: 15%;
}

input:checked + label > .switch-inactive {
	display: none;
}

.switch.tiny .switch-paddle {
	width: 48px;
	width: 3rem;
	height: 24px;
	height: 1.5rem;
	font-size: 10px;
	font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
	left: 28px;
	left: 1.75rem;
}

.switch.small .switch-paddle {
	width: 56px;
	width: 3.5rem;
	height: 28px;
	height: 1.75rem;
	font-size: 12px;
	font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
	left: 32px;
	left: 2rem;
}

.switch.large .switch-paddle {
	width: 80px;
	width: 5rem;
	height: 40px;
	height: 2.5rem;
	font-size: 16px;
	font-size: 1rem;
}

.switch.large .switch-paddle::after {
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
	left: 44px;
	left: 2.75rem;
}

table {
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	border-radius: 0;
}

thead, tbody, tfoot {
	border: 1px solid #f2f2f2;
	background-color: #fff;
}

caption {
	font-weight: 700;
	padding: 8px 10px 10px;
	padding: 0.5rem 0.625rem 0.625rem;
}

thead, tfoot {
	background: #4b4943;
	color: #fff;
}

thead tr, tfoot tr {
	background: transparent;
}

thead th, thead td, tfoot th, tfoot td {
	padding: 8px 10px 10px;
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: 700;
	text-align: left;
}

tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

tbody th, tbody td {
	padding: 8px 10px 10px;
	padding: 0.5rem 0.625rem 0.625rem;
}

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

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

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

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

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

.table-scroll table {
	width: auto;
}

.tabs {
	margin: 0;
	list-style-type: none;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
	content: ' ';
	display: table;
}

.tabs::after {
	clear: both;
}

.tabs.vertical > li {
	width: auto;
	float: none;
	display: block;
}

.tabs.simple > li > a {
	padding: 0;
}

.tabs.simple > li > a:hover {
	background: transparent;
}

.tabs.primary {
	background: #8f000e;
}

.tabs.primary > li > a {
	color: #fff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
	background: #a10010;
}

.tabs-title {
	float: left;
}

.tabs-title > a {
	display: block;
	padding: 20px 24px;
	padding: 1.25rem 1.5rem;
	line-height: 1;
	font-size: 12px;
	font-size: 0.75rem;
}

.tabs-title > a:hover {
	background: #fff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background: #e6e6e6;
}

.tabs-content {
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0;
}

.tabs-panel {
	display: none;
	padding: 16px;
	padding: 1rem;
}

.tabs-panel.is-active {
	display: block;
}

.thumbnail {
	border: solid 4px #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	        box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	-webkit-transition: -webkit-box-shadow 200ms ease-out;
	transition: -webkit-box-shadow 200ms ease-out;
	-o-transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
	border-radius: 0;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
	-webkit-box-shadow: 0 0 6px 1px rgba(143, 0, 14, 0.5);
	        box-shadow: 0 0 6px 1px rgba(143, 0, 14, 0.5);
}

.title-bar {
	background: #fff;
	color: #8f000e;
	padding: 8px;
	padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
	content: ' ';
	display: table;
}

.title-bar::after {
	clear: both;
}

.title-bar .menu-icon {
	margin-left: 4px;
	margin-left: 0.25rem;
	margin-right: 4px;
	margin-right: 0.25rem;
}

.title-bar-left {
	float: left;
}

.title-bar-right {
	float: right;
	text-align: right;
}

.title-bar-title {
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}

.menu-icon.dark::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	        box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
	background: #8a8a8a;
	-webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
	        box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
	border-bottom: dotted 1px #8a8a8a;
	font-weight: 700;
	position: relative;
	display: inline-block;
	cursor: help;
}

.tooltip {
	background-color: #0a0a0a;
	color: #fff;
	font-size: 80%;
	padding: 12px;
	padding: 0.75rem;
	position: absolute;
	z-index: 10;
	top: calc(100% + 0.6495rem);
	max-width: 160px !important;
	max-width: 10rem !important;
	border-radius: 0;
}

.tooltip::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 12px;
	border: inset 0.75rem;
	border-color: transparent transparent #0a0a0a;
	border-bottom-style: solid;
	border-top-width: 0;
	bottom: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.tooltip.top::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 12px;
	border: inset 0.75rem;
	border-color: #0a0a0a transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	top: 100%;
	bottom: auto;
}

.tooltip.left::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 12px;
	border: inset 0.75rem;
	border-color: transparent transparent transparent #0a0a0a;
	border-left-style: solid;
	border-right-width: 0;
	bottom: auto;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.tooltip.right::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 12px;
	border: inset 0.75rem;
	border-color: transparent #0a0a0a transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.top-bar {
	padding: 0;
}

.top-bar::before, .top-bar::after {
	content: ' ';
	display: table;
}

.top-bar::after {
	clear: both;
}

.top-bar,
.top-bar ul {
	background-color: #fff;
}

.top-bar input {
	max-width: 400px;
	margin-right: 16px;
	margin-right: 1rem;
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0;
}

.top-bar input.button {
	width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
	width: 100%;
}

@media screen and (min-width: 40em) {
	.top-bar .top-bar-left,
	.top-bar .top-bar-right {
		width: auto;
	}
}

@media screen and (max-width: 63.9375em) {
	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		width: 100%;
	}
}

@media screen and (max-width: 74.9375em) {
	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		width: 100%;
	}
}

@media screen and (max-width: 104.9375em) {
	.top-bar.stacked-for-xlarge .top-bar-left,
	.top-bar.stacked-for-xlarge .top-bar-right {
		width: 100%;
	}
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
	width: 100%;
}

.top-bar-title {
	float: left;
	margin-right: 32px;
	margin-right: 2rem;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important;
	}
}

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

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

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

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

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

@media screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

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

@media screen and (min-width: 75em) {
	.hide-for-xlarge {
		display: none !important;
	}
}

@media screen and (max-width: 74.9375em) {
	.show-for-xlarge {
		display: none !important;
	}
}

@media screen and (min-width: 75em) and (max-width: 104.9375em) {
	.hide-for-xlarge-only {
		display: none !important;
	}
}

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

@media screen and (min-width: 105em) {
	.hide-for-xxlarge {
		display: none !important;
	}
}

@media screen and (max-width: 104.9375em) {
	.show-for-xxlarge {
		display: none !important;
	}
}

@media screen and (min-width: 105em) {
	.hide-for-xxlarge-only {
		display: none !important;
	}
}

@media screen and (max-width: 104.9375em) {
	.show-for-xxlarge-only {
		display: none !important;
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}

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

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

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix::before, .clearfix::after {
	content: ' ';
	display: table;
}

.clearfix::after {
	clear: both;
}

/*!-------------------------------------------------------------
# Motion UI
--------------------------------------------------------------*/
.slide-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

.slide-in-left.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	     -o-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

.slide-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

.slide-in-right.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	     -o-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

.slide-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
}

.slide-out-right.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	     -o-transform: translateX(100%);
	        transform: translateX(100%);
}

.slide-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	     -o-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.fade-in.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	        transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	     -o-transform-origin: top;
	        transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	        transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	     -o-transform-origin: right;
	        transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	        transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	    -ms-transform-origin: bottom;
	     -o-transform-origin: bottom;
	        transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	        transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	     -o-transform-origin: left;
	        transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	        transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	     -o-transform-origin: center;
	        transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	        transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	     -o-transform-origin: center;
	        transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	     -o-transform-origin: top;
	        transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	        transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	     -o-transform-origin: right;
	        transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	        transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: bottom;
	    -ms-transform-origin: bottom;
	     -o-transform-origin: bottom;
	        transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	        transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	     -o-transform-origin: left;
	        transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	        transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	     -o-transform-origin: center;
	        transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	        transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	        transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	     -o-transform-origin: center;
	        transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	        transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	     -o-transform: scale(0.5);
	        transform: scale(0.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	     -o-transform: scale(0.5);
	        transform: scale(0.5);
	opacity: 0;
}

.spin-in.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: rotate(-0.75turn);
	    -ms-transform: rotate(-0.75turn);
	     -o-transform: rotate(-0.75turn);
	        transform: rotate(-0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	     -o-transform: rotate(0);
	        transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	     -o-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(0.75turn);
	    -ms-transform: rotate(0.75turn);
	     -o-transform: rotate(0.75turn);
	        transform: rotate(0.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: rotate(0.75turn);
	    -ms-transform: rotate(0.75turn);
	     -o-transform: rotate(0.75turn);
	        transform: rotate(0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	     -o-transform: rotate(0);
	        transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	     -o-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-0.75turn);
	    -ms-transform: rotate(-0.75turn);
	     -o-transform: rotate(-0.75turn);
	        transform: rotate(-0.75turn);
	opacity: 0;
}

.slow {
	-webkit-transition-duration: 750ms !important;
	     -o-transition-duration: 750ms !important;
	        transition-duration: 750ms !important;
}

.fast {
	-webkit-transition-duration: 250ms !important;
	     -o-transition-duration: 250ms !important;
	        transition-duration: 250ms !important;
}

.linear {
	-webkit-transition-timing-function: linear !important;
	     -o-transition-timing-function: linear !important;
	        transition-timing-function: linear !important;
}

.ease {
	-webkit-transition-timing-function: ease !important;
	     -o-transition-timing-function: ease !important;
	        transition-timing-function: ease !important;
}

.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	     -o-transition-timing-function: ease-in !important;
	        transition-timing-function: ease-in !important;
}

.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	     -o-transition-timing-function: ease-out !important;
	        transition-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	     -o-transition-timing-function: ease-in-out !important;
	        transition-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	     -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	        transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	     -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	        transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	     -o-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	        transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	-webkit-transition-delay: 300ms !important;
	     -o-transition-delay: 300ms !important;
	        transition-delay: 300ms !important;
}

.long-delay {
	-webkit-transition-delay: 700ms !important;
	     -o-transition-delay: 700ms !important;
	        transition-delay: 700ms !important;
}

.shake {
	-webkit-animation-name: shake-7;
	     -o-animation-name: shake-7;
	        animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		-webkit-transform: translateX(7%);
		        transform: translateX(7%);
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		-webkit-transform: translateX(-7%);
		        transform: translateX(-7%);
	}
}

@-o-keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		-o-transform: translateX(7%);
		   transform: translateX(7%);
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		-o-transform: translateX(-7%);
		   transform: translateX(-7%);
	}
}

@keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		-webkit-transform: translateX(7%);
		     -o-transform: translateX(7%);
		        transform: translateX(7%);
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		-webkit-transform: translateX(-7%);
		     -o-transform: translateX(-7%);
		        transform: translateX(-7%);
	}
}

.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	     -o-animation-name: spin-cw-1turn;
	        animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		        transform: rotate(-1turn);
	}
	100% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}

@-o-keyframes spin-cw-1turn {
	0% {
		-o-transform: rotate(-1turn);
		   transform: rotate(-1turn);
	}
	100% {
		-o-transform: rotate(0);
		   transform: rotate(0);
	}
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		     -o-transform: rotate(-1turn);
		        transform: rotate(-1turn);
	}
	100% {
		-webkit-transform: rotate(0);
		     -o-transform: rotate(0);
		        transform: rotate(0);
	}
}

.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	     -o-animation-name: spin-cw-1turn;
	        animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(0);
		     -o-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(1turn);
		     -o-transform: rotate(1turn);
		        transform: rotate(1turn);
	}
}

.wiggle {
	-webkit-animation-name: wiggle-7deg;
	     -o-animation-name: wiggle-7deg;
	        animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
	40%, 50%, 60% {
		-webkit-transform: rotate(7deg);
		        transform: rotate(7deg);
	}
	35%, 45%, 55%, 65% {
		-webkit-transform: rotate(-7deg);
		        transform: rotate(-7deg);
	}
	0%, 30%, 70%, 100% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}

@-o-keyframes wiggle-7deg {
	40%, 50%, 60% {
		-o-transform: rotate(7deg);
		   transform: rotate(7deg);
	}
	35%, 45%, 55%, 65% {
		-o-transform: rotate(-7deg);
		   transform: rotate(-7deg);
	}
	0%, 30%, 70%, 100% {
		-o-transform: rotate(0);
		   transform: rotate(0);
	}
}

@keyframes wiggle-7deg {
	40%, 50%, 60% {
		-webkit-transform: rotate(7deg);
		     -o-transform: rotate(7deg);
		        transform: rotate(7deg);
	}
	35%, 45%, 55%, 65% {
		-webkit-transform: rotate(-7deg);
		     -o-transform: rotate(-7deg);
		        transform: rotate(-7deg);
	}
	0%, 30%, 70%, 100% {
		-webkit-transform: rotate(0);
		     -o-transform: rotate(0);
		        transform: rotate(0);
	}
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	-webkit-animation-duration: 500ms;
	     -o-animation-duration: 500ms;
	        animation-duration: 500ms;
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	     -o-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.slow {
	-webkit-animation-duration: 750ms !important;
	     -o-animation-duration: 750ms !important;
	        animation-duration: 750ms !important;
}

.fast {
	-webkit-animation-duration: 250ms !important;
	     -o-animation-duration: 250ms !important;
	        animation-duration: 250ms !important;
}

.linear {
	-webkit-animation-timing-function: linear !important;
	     -o-animation-timing-function: linear !important;
	        animation-timing-function: linear !important;
}

.ease {
	-webkit-animation-timing-function: ease !important;
	     -o-animation-timing-function: ease !important;
	        animation-timing-function: ease !important;
}

.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	     -o-animation-timing-function: ease-in !important;
	        animation-timing-function: ease-in !important;
}

.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	     -o-animation-timing-function: ease-out !important;
	        animation-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	     -o-animation-timing-function: ease-in-out !important;
	        animation-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	     -o-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	        animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	     -o-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	        animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	     -o-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	        animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	-webkit-animation-delay: 300ms !important;
	     -o-animation-delay: 300ms !important;
	        animation-delay: 300ms !important;
}

.long-delay {
	-webkit-animation-delay: 700ms !important;
	     -o-animation-delay: 700ms !important;
	        animation-delay: 700ms !important;
}

/*!-------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	   transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.button.button__pdf::after, .button.button__word::after, .button.button__excel::after, .button.button__powerpoint::after, .comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before, .comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after, .search-bar .search-bar-inner::after, .social-navigation a::before, .cat-links::before, .tags-links::before, .comments-link::before, .edit-link::before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.animate-fade-in {
	-webkit-animation-duration: 1.5s;
	     -o-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-name: fade-0-to-100;
	     -o-animation-name: fade-0-to-100;
	        animation-name: fade-0-to-100;
}

@-webkit-keyframes fade-0-to-100 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fade-0-to-100 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-0-to-100 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*!-------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*! Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(10, 10, 10, 0.6);
	        box-shadow: 0 0 2px 2px rgba(10, 10, 10, 0.6);
	clip: auto !important;
	color: #4b4943;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/*! Above WP toolbar. */
}

/*! Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.accordion-title {
	font-size: 16px;
	font-size: 1rem;
}

.accordion-content {
	color: #4b4943;
}

/*!-------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 4px 24px 24px 0;
	margin: 0.25rem 1.5rem 1.5rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 4px 0 24px 24px;
	margin: 0.25rem 0 1.5rem 1.5rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
}

/*!-------------------------------------------------------------
# Alert Box
--------------------------------------------------------------*/
.alert-box {
	background-color: #fff;
	border-color: #479dd1;
	border-left: 3px solid #ec5840;
	border-radius: 0;
	position: relative;
}

.alert-box h4 {
	color: #8f000e;
}

.alert-box p {
	color: #4b4943;
	margin-bottom: 0;
}

.alert-box .close-reminder {
	top: 20px;
	top: 1.25rem;
}

.button.button__bordered {
	border: 0;
	border-left: 3px solid #8f000e;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(218, 218, 218, 0.75);
	        box-shadow: 3px 3px 3px 0 rgba(218, 218, 218, 0.75);
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
	-webkit-transition: background-color .3s ease-in-out, border-width .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out, border-width .3s ease-in-out;
	transition: background-color .3s ease-in-out, border-width .3s ease-in-out;
}

.button.button__bordered:hover {
	background-color: #8f000e;
	border-width: 8px;
}

.button.button__bordered.secondary:hover {
	background-color: #fff;
}

.button.button__document {
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(218, 218, 218, 0.75);
	        box-shadow: 3px 3px 3px 0 rgba(218, 218, 218, 0.75);
	color: #8f000e;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
	padding: 23px 32px 22px 79px;
	padding: 1.4375rem 2rem 1.375rem 4.9375rem;
	position: relative;
	text-align: left;
	-webkit-transition: background-color .3s ease-in-out, border-width .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out, border-width .3s ease-in-out;
	transition: background-color .3s ease-in-out, border-width .3s ease-in-out;
}

.button.button__document::before {
	background-color: #8f000e;
	bottom: 0;
	color: #fff;
	content: ' ';
	left: 0;
	position: absolute;
	top: 0;
	width: 64px;
	width: 4rem;
}

.button.button__document::after {
	bottom: 0;
	color: #fff;
	content: '';
	font-size: 22px;
	font-size: 1.375rem;
	left: 0;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 64px;
	width: 4rem;
}

.button.button__document:hover {
	background-color: #8f000e;
	color: #fff;
}

.button.button__pdf::after {
	content: '\f1c1';
}

.button.button__word::before {
	background-color: #2a5699;
}

.button.button__word::after {
	content: '\f1c2';
}

.button.button__word:hover {
	background-color: #2a5699;
}

.button.button__excel::before {
	background-color: #207245;
}

.button.button__excel::after {
	content: '\f1c3';
}

.button.button__excel:hover {
	background-color: #207245;
}

.button.button__powerpoint::before {
	background-color: #d24625;
}

.button.button__powerpoint::after {
	content: '\f1c4';
}

.button.button__powerpoint:hover {
	background-color: #d24625;
}

.layout-section {
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.layout-section > .row > .columns > .hentry {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.layout-section header {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

/*!-------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#show-3-column-sidebar {
	position: absolute;
	top: 18px;
	right: 20px;
	display: none;
}

@media screen and (max-width: 63.9375em) {
	#show-3-column-sidebar {
		display: block;
	}
}

.hide-3-column-sidebar-wrap {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	text-align: right;
	display: none;
}

@media screen and (max-width: 63.9375em) {
	.hide-3-column-sidebar-wrap {
		display: block;
	}
}

#hide-3-column-sidebar {
	color: #8f000e;
	font-size: 24px;
	font-size: 1.5rem;
	display: block;
	padding-right: 17px;
	padding-top: 12px;
}

#hide-3-column-sidebar i {
	color: #8f000e;
	font-size: 24px;
	font-size: 1.5rem;
}

.page-columns-wrap {
	overflow: hidden;
}

.page-columns-wrap .sidebar-3-column-wrap {
	display: block;
}

@media screen and (max-width: 63.9375em) {
	.page-columns-wrap .hentry {
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
	}
	.page-columns-wrap .sidebar-3-column-wrap {
		display: block;
		position: absolute;
		z-index: 1001;
		width: 100%;
		background: #fdfdf8;
		color: #373a47;
		background: rgba(0, 0, 0, 0.8);
		-webkit-transform: translate3d(520px, 0px, 0);
		        transform: translate3d(520px, 0px, 0);
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
	}
	.page-columns-wrap .sidebar-3-column-wrap .widget-area-left {
		margin-top: 0px;
		width: 100%;
	}
}

.hide-sidebar .sidebar-3-column-wrap {
	-webkit-transform: translate3d(520px, 0px, 0);
	        transform: translate3d(520px, 0px, 0);
}

.show-sidebar .sidebar-3-column-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.show-sidebar .hentry {
	-webkit-transform: translate3d(-520px, 0px, 0);
	        transform: translate3d(-520px, 0px, 0);
}


.widget-area-left .widget-title {
	border-radius: 0;
	color: #8f000e;
	cursor: default;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	padding: 10px;
	padding: 0.625rem;
	text-transform: none;
	white-space: nowrap;
}

.widget-area-left .widget:not(:first-child) {
	border-top: 4px solid #8f000e;
}

.widget-area-left .widget {
	background-color: #fff;
	border-top: none;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
	position: relative;
}

.widget-area-left .widget.icon-panel .widget-title {
	margin-top: 25px;
	margin-top: 1.5625rem;
	padding-left: 16px;
	padding-left: 1rem;
}

.widget-area-left .widget.icon-panel .icon-wrap {
	background: #8f000e;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

.widget {
	position: relative;
}

.widget dl,
.widget dd {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.widget ul,
.widget ol {
	margin: 0;
	list-style-type: none;
	font-size: 14px;
	font-size: 0.875rem;
	list-style: none;
	margin: 0;
}

.widget ul > li,
.widget ol > li {
	display: table-cell;
	vertical-align: middle;
}

[data-whatinput='mouse'] .widget ul > li, [data-whatinput='mouse']
.widget ol > li {
	outline: 0;
}

.widget ul > li > a,
.widget ol > li > a {
	display: block;
	padding: 11.2px 16px;
	padding: 0.7rem 1rem;
	line-height: 1;
}

.widget ul input,
.widget ul a,
.widget ul button,
.widget ol input,
.widget ol a,
.widget ol button {
	margin-bottom: 0;
}

.widget ul > li,
.widget ol > li {
	display: block;
}

.widget ul > li > a,
.widget ol > li > a {
	border-bottom: 1px solid #e8e8e8;
}

.widget ul > li > a:hover, .widget ul > li > a:focus,
.widget ol > li > a:hover,
.widget ol > li > a:focus {
	background-color: #e8e8e8;
}

.widget ul > li:last-child > a,
.widget ol > li:last-child > a {
	border: 0;
}

.widget ul > li.active > a, .widget ul > li.current-menu-item > a,
.widget ol > li.active > a,
.widget ol > li.current-menu-item > a {
	background: #f8f8f8;
	color: #4b4943;
}

.widget .sub-menu > li:last-child > a {
	border-bottom: 1px solid #e8e8e8;
}

.widget .icon-wrap {
	background-color: #8f000e;
	color: #fff;
	display: block;
	float: left;
	padding: 12px 0 12px;
	width: 41.6px;
	width: 2.6rem;
	text-align: center;
}

.widget.icon-panel .widget-title {
	padding-left: 55px;
	padding-left: 3.4375rem;
}

.widget-title {
	border-bottom: 1px dotted #e8e8e8;
	color: #8f000e;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 15px;
	padding: 0.9375rem;
	padding-left: 0;
	word-wrap: normal;
	-webkit-hyphens: initial;
	   -moz-hyphens: initial;
	    -ms-hyphens: initial;
	        hyphens: initial;
}

.widget-title:empty {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

/*! Custom Menu */
.widget_nav_menu .sub-menu {
	display: none;
}

.widget_nav_menu .current-menu-ancestor > .sub-menu,
.widget_nav_menu .active > .sub-menu {
	display: block;
}

.widget_nav_menu .current-menu-item > .sub-menu {
	display: block;
}

.widget_nav_menu .menu > li .sub-menu a,
.widget_nav_menu .menu > li .children a {
	padding-left: 36px;
	padding-left: 2.25rem;
}

.widget_nav_menu .menu > li .sub-menu .sub-menu a,
.widget_nav_menu .menu > li .sub-menu .children a,
.widget_nav_menu .menu > li .children .sub-menu a,
.widget_nav_menu .menu > li .children .children a {
	padding-left: 72px;
	padding-left: 4.5rem;
}

.widget_nav_menu .menu > li .sub-menu .sub-menu .sub-menu a,
.widget_nav_menu .menu > li .sub-menu .sub-menu .children a,
.widget_nav_menu .menu > li .sub-menu .children .sub-menu a,
.widget_nav_menu .menu > li .sub-menu .children .children a,
.widget_nav_menu .menu > li .children .sub-menu .sub-menu a,
.widget_nav_menu .menu > li .children .sub-menu .children a,
.widget_nav_menu .menu > li .children .children .sub-menu a,
.widget_nav_menu .menu > li .children .children .children a {
	padding-left: 108px;
	padding-left: 6.75rem;
}

.widget_nav_menu .menu.reset > li {
	display: none;
}

.widget_nav_menu .menu.reset > li.current-menu-ancestor {
	display: block;
}

/*! Recent Posts Widget */
.widget_recent_entries .post-date {
	display: block;
}

/*! RSS Widget */
.rssSummary {
	margin: 9px 0;
}

.rssSummary img {
	margin-top: -4px;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/*! Text Widget */
.textwidget {
	padding: 11.2px 16px;
	padding: 0.7rem 1rem;
}

.widget_text > div > :last-child {
	margin-bottom: 0;
}

/*! Contact Us Widget */
.widget_ucc_contact_us_widget ul > li > a {
	border-bottom: 0 !important;
	/*! have to reset this because styles from nav are messing it up */
	padding: 0;
}

.widget_ucc_contact_us_widget li {
	margin-bottom: 15px;
}

.widget_ucc_contact_us_widget .contact-us-label {
	display: block;
	font-weight: bold;
}

.widget_ucc_contact_us_widget .additional-details {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_ucc_contact_us_widget .additional-details p, .widget_ucc_contact_us_widget .additional-details span, .widget_ucc_contact_us_widget .additional-details li, .widget_ucc_contact_us_widget .additional-details a {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_ucc_image_widget {
	position: relative;
}

.widget_ucc_image_widget .image-caption {
	bottom: 0;
	margin-bottom: 0;
	padding: 48px 48px 48px 16px;
	padding: 3rem 3rem 3rem 1rem;
	position: absolute;
	width: 100%;
}

.widget_ucc_image_widget .image-caption p {
	margin-bottom: 0;
}

.widget_ucc_image_widget .image-caption span, .widget_ucc_image_widget .image-caption a {
	color: #fff;
}

.widget_ucc_image_widget .image-caption span.primary, .widget_ucc_image_widget .image-caption a.primary {
	background: #8f000e;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.widget_ucc_image_widget .image-caption span.secondary, .widget_ucc_image_widget .image-caption a.secondary {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 5px 15px;
}

.widget_ucc_image_widget .image-caption span.secondary::before, .widget_ucc_image_widget .image-caption span.secondary::after, .widget_ucc_image_widget .image-caption a.secondary::before, .widget_ucc_image_widget .image-caption a.secondary::after {
	content: ' ';
	display: table;
}

.widget_ucc_image_widget .image-caption span.secondary::after, .widget_ucc_image_widget .image-caption a.secondary::after {
	clear: both;
}

.widget_ucc_testimonials_widget .testimonial-profile {
	position: relative;
}

.widget_ucc_testimonials_widget .testimonial-profile .image-caption {
	bottom: 0;
	margin-bottom: 0;
	padding: 48px 48px 48px 16px;
	padding: 3rem 3rem 3rem 1rem;
	position: absolute;
	width: 100%;
}

.widget_ucc_testimonials_widget .testimonial-profile .image-caption p {
	margin-bottom: 0;
}

.widget_ucc_testimonials_widget .testimonial-profile .image-caption span, .widget_ucc_testimonials_widget .testimonial-profile .image-caption a {
	color: #fff;
}

.widget_ucc_testimonials_widget .testimonial-profile .image-caption span.primary, .widget_ucc_testimonials_widget .testimonial-profile .image-caption a.primary {
	background: #8f000e;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.widget_ucc_testimonials_widget .testimonial-profile .image-caption span.secondary, .widget_ucc_testimonials_widget .testimonial-profile .image-caption a.secondary {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 5px 15px;
}

.widget_ucc_testimonials_widget .testimonial-profile .image-caption span.secondary::before, .widget_ucc_testimonials_widget .testimonial-profile .image-caption span.secondary::after, .widget_ucc_testimonials_widget .testimonial-profile .image-caption a.secondary::before, .widget_ucc_testimonials_widget .testimonial-profile .image-caption a.secondary::after {
	content: ' ';
	display: table;
}

.widget_ucc_testimonials_widget .testimonial-profile .image-caption span.secondary::after, .widget_ucc_testimonials_widget .testimonial-profile .image-caption a.secondary::after {
	clear: both;
}

.widget_ucc_testimonials_widget .testimonial-content {
	position: relative;
	padding: 16px;
	padding: 1rem;
	background: #e8e8e8;
	font-style: italic;
	padding-top: 30px;
}

.widget_ucc_testimonials_widget .icon-wrap {
	background: #e8e8e8;
	border-radius: 50%;
	color: #4b4943;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

.widget_school_news .article-wrap {
	position: relative;
	margin-bottom: 24px;
}

.widget_school_news .article-wrap .article-content {
	padding-left: 60px;
}

.widget_school_news .article-wrap .content-inner {
	padding-bottom: 10px;
}

.widget_school_news .article-wrap .content-inner h3 {
	font-size: 16px;
	font-size: 1rem;
}

.widget_school_news .article-wrap .article-meta {
	display: block;
	border-right: 1px solid #E6E6E6;
	position: absolute;
	left: 0px;
	top: 5px;
}

.widget_school_news .article-wrap .article-meta .date {
	padding-bottom: 5px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 12px;
	margin-bottom: 36px;
	position: relative;
}

.widget_school_news .article-wrap .article-meta .date .month {
	display: block;
	font-size: 12.8px;
	font-size: .8rem;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	font-weight: 600;
}

.widget_school_news .article-wrap .article-meta .date .day {
	display: block;
	font-size: 17.6px;
	font-size: 1.1rem;
	text-align: center;
	padding: 0px 12px 0px 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget_school_news .article-wrap .article-meta .date .year {
	display: block;
	font-size: 11.2px;
	font-size: .7rem;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	font-weight: normal;
}

@media screen and (max-width: 39.9375em) {
	.widget_school_news h2.widget-title {
		position: relative;
		border: 1px solid #8f000e;
		padding: 14px 7px 14px 7px;
	}
	.widget_school_news h2.widget-title:after {
		content: "\f0c9";
		font-family: FontAwesome;
		float: right;
	}
	.widget_school_news .news-list {
		display: none;
	}
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event {
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #2f2f2f;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event.first {
	margin-top: 10px;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date {
	float: left;
	overflow: hidden;
	font-weight: bold;
	margin: 10px 5% 10px 0;
	padding: 3px;
	width: 15%;
	text-align: center;
	display: inline;
	background: #666;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info {
	margin: 10px 0;
	display: inline;
	line-height: 1;
	float: left;
	width: 80%;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date .list-dayname {
	background: #fff;
	color: #666;
	padding: 3px;
	font-size: 9px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date .list-daynumber {
	color: #fff;
	font-size: 15px;
	width: 100%;
	line-height: 22px;
	display: block;
	text-align: center;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info {
	font-size: 13px;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info p {
	display: none;
	margin: 5px 0;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event.first .list-info p {
	display: block;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .tribe-events-divider {
	display: inline;
	font-weight: normal;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .tribe-events-event-schedule-details {
	display: inline-block;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event-cost {
	font-weight: bold;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-right .tribe-mini-calendar-event:last-child {
	border: 0;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .tribe-events-event-schedule-details,
.tribe-events-adv-list-widget .tribe-mini-calendar-event-venue {
	margin: 5px 0 0;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-wrapper a.tribe-events-button {
	margin-top: 10px;
	display: inline-block;
	background-color: #666;
	color: #fff;
	background-image: none;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 9px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	border: 0;
	line-height: normal;
	cursor: pointer;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-decoration: none;
}

@media screen and (max-width: 39.9375em) {
	.tribe-events-adv-list-widget h5.widget-title {
		position: relative;
		border: 1px solid #8f000e;
		padding: 14px 7px 14px 7px;
	}
	.tribe-events-adv-list-widget h5.widget-title:after {
		content: "\f0c9";
		font-family: FontAwesome;
		float: right;
	}
	.tribe-events-adv-list-widget .type-tribe_events {
		display: none;
	}
	.tribe-events-adv-list-widget a.full-list {
		display: none;
	}
}

/*!-------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}

.site-main .comment-navigation::before, .site-main .comment-navigation::after,
.site-main .posts-navigation::before,
.site-main .posts-navigation::after,
.site-main .post-navigation::before,
.site-main .post-navigation::after {
	content: ' ';
	display: table;
}

.site-main .comment-navigation::after,
.site-main .posts-navigation::after,
.site-main .post-navigation::after {
	clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	line-height: 1;
	width: 50%;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
	content: '';
	padding-right: 5px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	line-height: 1;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
	content: '';
	padding-left: 5px;
}

/*!-------------------------------------------------------------
# Feature Box
--------------------------------------------------------------*/
.feature {
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 16px;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	position: relative;
	color: #4b4943;
	background-color: #fff;
	border-bottom: 3px solid #8f000e;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	padding: 0;
	position: relative;
	text-align: left;
	-webkit-transition: border-bottom-color .25s ease-out, color .25s ease-out;
	-o-transition: border-bottom-color .25s ease-out, color .25s ease-out;
	transition: border-bottom-color .25s ease-out, color .25s ease-out;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
}

.feature > :first-child {
	margin-top: 0;
}

.feature > :last-child {
	margin-bottom: 0;
}

.feature .feature-icon {
	background-color: #fff;
	color: #4b4943;
	display: block;
	left: 0;
	min-width: 47px;
	padding: 10px 15px 14px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
	-o-transition: color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
	transition: color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
}

.feature .feature-top-bar {
	background-color: transparent;
	border-bottom: 1px solid rgba(10, 10, 10, 0.25);
	color: #4b4943;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding: 15px;
	padding: 0.9375rem;
	text-align: center;
	-webkit-transition: color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
	-o-transition: color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
	transition: color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
}

.feature .feature-title {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.feature .feature-image {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
}

.feature .feature-border {
	border-bottom: solid 1px #8f000e;
	padding: 0 25px;
}

.feature .feature-content {
	margin-top: 22px;
	margin-top: 1.375rem;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
	padding: 16px;
	padding: 1rem;
}

.feature .button-container {
	position: absolute;
	bottom: 0;
	right: 0;
}

.feature .button {
	margin-bottom: 0;
}

.feature-alt .feature {
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 16px;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	position: relative;
	color: #4b4943;
	background-color: #f8f8f8;
	border-bottom: 3px solid #8f000e;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	padding: 0;
	position: relative;
	text-align: left;
	-webkit-transition: border-bottom-color .25s ease-out, color .25s ease-out;
	-o-transition: border-bottom-color .25s ease-out, color .25s ease-out;
	transition: border-bottom-color .25s ease-out, color .25s ease-out;
}

.feature-alt .feature > :first-child {
	margin-top: 0;
}

.feature-alt .feature > :last-child {
	margin-bottom: 0;
}

.feature-alt .feature .feature-icon {
	background-color: #8f000e;
	color: #f8f8f8;
	display: block;
	left: 0;
	min-width: 47px;
	padding: 10px 15px 15px;
	position: absolute;
	text-align: center;
	top: 0;
}

.feature-alt .feature .feature-top-bar {
	background-color: #4b4943;
	border-bottom: 0;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding: 15px;
	padding: 0.9375rem;
	text-align: center;
	-webkit-transition: color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
	-o-transition: color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
	transition: color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
}

.feature-alt .feature .feature-title {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.feature-alt .feature .feature-image {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
}

.feature-alt .feature .feature-border {
	border-bottom: solid 1px #8f000e;
	padding: 0 25px;
}

.feature-alt .feature .feature-content {
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
	padding: 16px;
	padding: 1rem;
}

.feature-alt .feature .feature-button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	font-size: 14.4px;
	font-size: 0.9rem;
	background-color: #8f000e;
	color: #fff;
	background-image: none;
	border-radius: 3px 0 0;
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
}

[data-whatinput='mouse'] .feature-alt .feature .feature-button {
	outline: 0;
}

.feature-alt .feature .feature-button:hover, .feature-alt .feature .feature-button:focus {
	background-color: #8a8a8a;
	color: #fff;
}

.feature-alt-3 {
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 16px;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	position: relative;
	color: #4b4943;
	border-bottom: 3px solid #8a8a8a;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	cursor: pointer;
	padding: 0;
	position: relative;
	text-align: left;
	-webkit-transition: border-bottom-color .25s ease-out, color .25s ease-out;
	-o-transition: border-bottom-color .25s ease-out, color .25s ease-out;
	transition: border-bottom-color .25s ease-out, color .25s ease-out;
}

.feature-alt-3 > :first-child {
	margin-top: 0;
}

.feature-alt-3 > :last-child {
	margin-bottom: 0;
}

.feature-alt-3 .feature-alt-3-icon {
	background-color: #8a8a8a;
	color: #fff;
	display: block;
	left: 0;
	min-width: 47px;
	padding: 10px 15px 14px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	-o-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
}

.feature-alt-3 .feature-alt-3-top-bar {
	border-bottom: 1px solid #e8e8e8;
	color: #8794a1;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	padding: 15px;
	padding: 0.9375rem;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: color .25s ease-out, color .25s ease-out;
	-o-transition: color .25s ease-out, color .25s ease-out;
	transition: color .25s ease-out, color .25s ease-out;
}

.feature-alt-3 .feature-alt-3-title {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.feature-alt-3 .feature-alt-3-image {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
}

.feature-alt-3 .feature-alt-3-border {
	border-bottom: solid 1px #8f000e;
	padding: 0 25px;
}

.feature-alt-3 .feature-alt-3-content {
	margin-top: 22px;
	margin-top: 1.375rem;
	padding: 16px;
	padding: 1rem;
}

.feature-alt-3 .feature-alt-3-button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	font-size: 14.4px;
	font-size: 0.9rem;
	background-color: #8a8a8a;
	color: #fff;
	background-image: none;
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
}

[data-whatinput='mouse'] .feature-alt-3 .feature-alt-3-button {
	outline: 0;
}

.feature-alt-3 .feature-alt-3-button:hover, .feature-alt-3 .feature-alt-3-button:focus {
	background-color: #8f000e;
	color: #fff;
}

.feature-alt-3:hover, .feature-alt-3:focus {
	border-bottom-color: #8f000e;
}

.feature-alt-3:hover .feature-alt-3-icon, .feature-alt-3:focus .feature-alt-3-icon {
	background-color: #8f000e;
}

.feature-alt-3:hover .feature-alt-3-top-bar, .feature-alt-3:focus .feature-alt-3-top-bar {
	color: #8f000e;
}

.feature-alt-3:hover .feature-alt-3-button, .feature-alt-3:focus .feature-alt-3-button {
	background-color: #8f000e;
}

/*!-------------------------------------------------------------
# Page Slider
--------------------------------------------------------------*/
.page-slider {
	background-color: #4b4943;
	color: #fff;
}

.page-slider img {
	height: auto;
	width: 100%;
}

.page-slider p,
.page-slider a {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
}

.page-slider h4 {
	color: #fff;
}

.page-slider .slide-content {
	padding: 30px;
	padding: 1.875rem;
}

.page-slider .slide-content .button {
	background-color: transparent;
	border: solid 1px #fff;
	margin-top: 50px;
}

/*!-------------------------------------------------------------
# Slider Arrows
--------------------------------------------------------------*/
.slider-arrows {
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	left: 40px;
	position: absolute;
	top: 10%;
}

.slider-arrows .fa-angle-left {
	padding-right: 5px;
	padding-right: 0.3125rem;
}

.slider-arrows .fa-angle-right {
	padding-left: 5px;
	padding-left: 0.3125rem;
}

/*!-------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.row-seperator {
	height: 1px;
	margin-bottom: 21px;
	margin-bottom: 1.3125rem;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.row-seperator.primary {
	border-bottom: 3px solid #8f000e;
}

.row-seperator.secondary {
	border-bottom: 3px solid #e8e8e8;
}

.service {
	border-bottom: 3px solid #8a8a8a;
	border-radius: 3px;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 16px;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	position: relative;
	color: #4b4943;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	cursor: pointer;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	text-align: center;
	-webkit-transition: border-bottom-color 0.25s ease-out, color 0.25s ease-out;
	-o-transition: border-bottom-color 0.25s ease-out, color 0.25s ease-out;
	transition: border-bottom-color 0.25s ease-out, color 0.25s ease-out;
}

.service > :first-child {
	margin-top: 0;
}

.service > :last-child {
	margin-bottom: 0;
}

.service .service-icon {
	background-color: #8a8a8a;
	color: #fff;
	display: block;
	left: 0;
	padding: 10px 15px 14px;
	position: absolute;
	top: 0;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	-o-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
}

.service .service-top-bar {
	border-bottom: 1px solid #e8e8e8;
	color: #8794a1;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
	padding: 15px;
	padding: 0.9375rem;
	text-transform: uppercase;
	-webkit-transition: color .25s ease-out, color .25s ease-out;
	-o-transition: color .25s ease-out, color .25s ease-out;
	transition: color .25s ease-out, color .25s ease-out;
}

.service .service-title {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.service .service-content {
	margin-bottom: 100px;
}

.service .service-button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	font-size: 14.4px;
	font-size: 0.9rem;
	background-color: #8a8a8a;
	color: #fff;
	background-image: none;
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
}

[data-whatinput='mouse'] .service .service-button {
	outline: 0;
}

.service .service-button:hover, .service .service-button:focus {
	background-color: #8f000e;
	color: #fff;
}

.service:hover, .service:focus {
	border-bottom-color: #8f000e;
}

.service:hover .service-icon, .service:focus .service-icon {
	background-color: #8f000e;
}

.service:hover .service-top-bar, .service:focus .service-top-bar {
	color: #8f000e;
}

.service:hover .service-button, .service:focus .service-button {
	background-color: #8f000e;
}

.callouts {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.callouts a {
	text-decoration: none;
}

.callouts img {
	border-radius: 50%;
}

.callouts h3 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

.callouts .content {
	padding-left: 16px;
	padding-left: 1rem;
}

/*!-------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.layout-section-layout_timeline_steps header {
	text-align: center;
}

.layout-section-layout_timeline_steps header h2 {
	margin-bottom: 0;
}

.timeline-steps {
	position: relative;
	/*! For the large square box */
	/*! For the little arrow things */
}

.timeline-steps::after {
	background: #e6e6e6;
	bottom: -64px;
	bottom: -4rem;
	content: '';
	display: block;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: -44px;
	top: -2.75rem;
	width: 2px;
}

.timeline-steps .row {
	cursor: pointer;
	margin-bottom: 104px;
	margin-bottom: 6.5rem;
	position: relative;
}

.timeline-steps .row:first-child {
	margin-top: 64px;
	margin-top: 4rem;
}

.timeline-steps .row:hover .timeline-steps-indicator-square {
	border-color: #8f000e;
}

.timeline-steps .row:hover .timeline-steps-indicator-left::before, .timeline-steps .row:hover .timeline-steps-indicator-left::after,
.timeline-steps .row:hover .timeline-steps-indicator-right::before,
.timeline-steps .row:hover .timeline-steps-indicator-right::after {
	background-color: #8f000e;
}

.timeline-steps .row:hover .timeline-steps-content {
	border-bottom-color: #8f000e;
}

.timeline-steps .row:hover .timeline-steps-content::before {
	background: #8f000e;
}

.timeline-steps .row:hover .timeline-steps-button {
	background-color: #8f000e;
}

.timeline-steps .columns {
	padding-top: 10px;
}

.timeline-steps .timeline-steps-indicator {
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: 1em;
	z-index: 1;
}

.timeline-steps .timeline-steps-indicator-square {
	background: #fff;
	border: 5px solid #e6e6e6;
	-webkit-box-shadow: inset 0 0 0 2px #cacddc;
	        box-shadow: inset 0 0 0 2px #cacddc;
	height: 40px;
	width: 40px;
}

.timeline-steps .timeline-steps-indicator-right,
.timeline-steps .timeline-steps-indicator-left {
	-webkit-transition: border-color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
	-o-transition: border-color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
	transition: border-color .25s ease-out, color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
}

.timeline-steps .timeline-steps-indicator-right::before,
.timeline-steps .timeline-steps-indicator-left::before {
	background: #cacddc;
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	top: 15px;
	width: 7px;
}

.timeline-steps .timeline-steps-indicator-right:after,
.timeline-steps .timeline-steps-indicator-left:after {
	background: #cacddc;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 18px;
	width: 34px;
}

.timeline-steps .timeline-steps-indicator-right::before {
	right: -37px;
}

.timeline-steps .timeline-steps-indicator-right::after {
	left: 100%;
}

.timeline-steps .timeline-steps-indicator-left::before {
	left: -37px;
}

.timeline-steps .timeline-steps-indicator-left::after {
	right: 100%;
}

.timeline-steps .timeline-steps-img {
	margin-top: 16px;
	margin-top: 1rem;
}

.timeline-steps .timeline-steps-title {
	margin: 0;
	padding: 0;
}

.timeline-steps .timeline-steps-title a {
	background: none;
	text-decoration: none;
}

.timeline-steps .timeline-steps-content {
	border-bottom: 1px solid #8a8a8a;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	position: relative;
	-webkit-transition: border-bottom-color .25s ease-out, color .25s ease-out;
	-o-transition: border-bottom-color .25s ease-out, color .25s ease-out;
	transition: border-bottom-color .25s ease-out, color .25s ease-out;
}

.timeline-steps .timeline-steps-content::before {
	background: #8a8a8a;
	bottom: -4px;
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	width: 7px;
}

.timeline-steps .timeline-steps-button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	font-size: 14.4px;
	font-size: 0.9rem;
	background-color: #8a8a8a;
	color: #fff;
	background-image: none;
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	-o-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
}

[data-whatinput='mouse'] .timeline-steps .timeline-steps-button {
	outline: 0;
}

.timeline-steps .timeline-steps-button:hover, .timeline-steps .timeline-steps-button:focus {
	background-color: #8f000e;
	color: #fff;
}

.timeline-steps .timeline-steps-left {
	padding-right: 80px;
	text-align: right;
}

.timeline-steps .timeline-steps-left .timeline-steps-button {
	left: 0;
	right: auto;
}

.timeline-steps .timeline-steps-right {
	padding-left: 80px;
	text-align: left;
}

.timeline-steps .timeline-steps-right-row .timeline-steps-content::before {
	left: 0;
}

.timeline-steps .timeline-steps-left-row .timeline-steps-content::before {
	right: 0;
}

.number-stats ul li {
	list-style: none;
}

.number-stats .number-stat {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	min-height: 225px;
	margin-bottom: 20px;
	padding: 35px 25px 30px;
	position: relative;
	text-align: center;
}

.number-stats .number-stat .icon-wrap {
	background: #8f000e;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

.number-stats .number-stat .icon-wrap i {
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	padding-top: 15px;
	position: relative;
}

.number-stats .number-stat .number {
	font-size: 60px;
	font-size: 3.75rem;
}

.number-stats .number-stat .stats-title {
	font-size: 16px;
	font-size: 1rem;
}

.number-stats .number-stat .stats-subtitle {
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.widget-area .widget_ucc_facts_widget, .layout-section .widget_ucc_facts_widget {
	background-color: #fff;
}

.widget-area .widget_ucc_facts_widget .number-stats, .layout-section .widget_ucc_facts_widget .number-stats {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.widget-area .widget_ucc_facts_widget .number-stats .number-stat, .layout-section .widget_ucc_facts_widget .number-stats .number-stat {
	background-color: #efefef;
	color: #4b4943;
}

@media screen and (max-width: 39.9375em) {
	.widget-area .widget_ucc_facts_widget, .layout-section .widget_ucc_facts_widget {
		display: none;
	}
}

/*!-------------------------------------------------------------
# Content Squares
--------------------------------------------------------------*/
.content-squares .content-square {
	position: relative;
	width: 100%;
	float: left;
}

.content-squares .content-square:last-child:not(:first-child) {
	float: right;
}

@media screen and (min-width: 40em) {
	.content-squares .content-square {
		width: 50%;
		float: left;
	}
	.content-squares .content-square:last-child:not(:first-child) {
		float: right;
	}
	.content-squares .content-square:nth-child(3n) {
		width: 100%;
		float: left;
	}
	.content-squares .content-square:nth-child(3n):last-child:not(:first-child) {
		float: right;
	}
}

@media screen and (min-width: 79.6875em) {
	.content-squares .content-square.content-square-4 {
		width: 33.3333333333%;
		float: left;
	}
	.content-squares .content-square.content-square-4:last-child:not(:first-child) {
		float: right;
	}
	.content-squares .content-square.content-square-8 {
		width: 66.6666666667%;
		float: left;
	}
	.content-squares .content-square.content-square-8:last-child:not(:first-child) {
		float: right;
	}
}

.content-squares .icon-wrap {
	background: #8f000e;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	margin-left: -25px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 9999;
}

.content-squares .icon-wrap i {
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	padding-top: 15px;
	position: relative;
}

.content-squares .icon-wrap.top {
	margin-top: -25px;
	top: 0;
}

.content-squares .icon-wrap.bottom {
	bottom: 0;
	margin-bottom: -25px;
}

.content-squares .content-square-general {
	-webkit-background-size: cover;
	        background-size: cover;
	height: 350px;
	max-height: 350px;
	position: relative;
	width: 100%;
}

.content-squares .content-square-testimonials {
	background-color: #e8e8e8;
	height: 350px;
	max-height: 350px;
}

.content-squares .content-square-testimonials .testimonial-wrap {
	height: 350px;
	max-height: 350px;
	padding: 0;
	position: relative;
	text-align: center;
}

.content-squares .content-square-testimonials .testimonial-content {
	padding: 30px 25px 25px;
	position: relative;
}

.content-squares .content-square-testimonials .testimonial-content p {
	text-wrap: normal !important;
	white-space: normal !important;
}

.content-squares .content-square-testimonials .testimonial-content p::before {
	content: '\201C';
	font-size: 58px;
	font-size: 3.625rem;
	font-style: normal;
	left: 3px;
	line-height: 1;
	position: absolute;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
	top: 21px;
}

.content-squares .content-square-testimonials .testimonial-content p::after {
	bottom: 21px;
	content: '\201C';
	font-size: 58px;
	font-size: 3.625rem;
	font-style: normal;
	line-height: 1;
	position: absolute;
	right: 3px;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.content-squares .content-square-testimonials .testimonial-profile {
	width: 100%;
}

.content-squares .content-square-testimonials .testimonial-profile img {
	border-radius: 50% !important;
	height: 80px;
	width: 80px;
}

.content-squares .content-square-fact {
	color: #4b4943;
	height: 350px;
	max-height: 350px;
	padding: 50px;
	text-align: center;
	width: 100%;
}

.content-squares .content-square-fact .number-stat {
	padding: 50px;
}

.content-squares .content-square-fact .number {
	font-size: 60px;
	font-size: 3.75rem;
}

.content-squares .content-square-fact .stats-title {
	font-size: 16px;
	font-size: 1rem;
}

.content-squares .content-square-fact .stats-subtitle {
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	text-wrap: normal !important;
	white-space: normal !important;
}

.content-squares .content-square-fact .bg-overlay {
	background-image: -webkit-radial-gradient(circle farthest-side at center bottom, rgba(255, 255, 255, 0.65), white 125%);
	background-image: -o-radial-gradient(circle farthest-side at center bottom, rgba(255, 255, 255, 0.65), white 125%);
	background-image: radial-gradient(circle farthest-side at center bottom, rgba(255, 255, 255, 0.65), white 125%);
}

.content-squares .content-square-text {
	color: #fff;
	height: 350px;
	padding: 50px;
	text-align: left;
	width: 100%;
}

.content-squares .content-square-text h1,
.content-squares .content-square-text h2,
.content-squares .content-square-text h3,
.content-squares .content-square-text h4,
.content-squares .content-square-text h5,
.content-squares .content-square-text label,
.content-squares .content-square-text span,
.content-squares .content-square-text p {
	color: #fff;
}

.content-squares .content-square-text a {
	color: #fff;
}

.content-squares .content-square-text.primary {
	background-color: #8f000e;
}

.content-squares .content-square-text.secondary {
	background-color: #4b4943;
}

.content-squares .content-square-text.tertiary {
	background-color: #f8f8f8;
}

.content-squares .content-square-text.tertiary h1,
.content-squares .content-square-text.tertiary h2,
.content-squares .content-square-text.tertiary h3,
.content-squares .content-square-text.tertiary h4,
.content-squares .content-square-text.tertiary h5,
.content-squares .content-square-text.tertiary label,
.content-squares .content-square-text.tertiary span,
.content-squares .content-square-text.tertiary p {
	color: #4b4943;
}

.content-squares .content-square-text.tertiary a {
	color: #4b4943;
}

.content-squares .content-square-text .bg-overlay {
	background-image: -webkit-radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.5), #0a0a0a 125%);
	background-image: -o-radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.5), #0a0a0a 125%);
	background-image: radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.5), #0a0a0a 125%);
	display: block;
}

.content-squares .content-square-image {
	-webkit-background-size: cover;
	        background-size: cover;
	height: 350px;
	max-height: 350px;
	position: relative;
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 50px;
}

.content-squares .content-square-image.text-right .image-caption {
	text-align: right;
}

.content-squares .content-square-image .image-caption {
	bottom: 0;
	margin-bottom: 0;
	padding: 48px 48px 48px 16px;
	padding: 3rem 3rem 3rem 1rem;
	width: 100%;
	color: #fff;
}

.content-squares .content-square-image .image-caption .primary {
	background: #8f000e;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 5px 15px;
}

.content-squares .content-square-image .image-caption .secondary {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 5px 15px;
}

.content-squares .content-square-stat {
	text-align: center;
	height: 225px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 25px;
	padding-bottom: 25px;
}

@media screen and (min-width: 40em) {
	.content-squares .content-square-stat {
		border: none;
		height: 320px;
	}
}

@media screen and (min-width: 79.6875em) {
	.content-squares .content-square-stat {
		height: 250px;
	}
}

@media screen and (max-width: 39.9375em) {
	.content-squares .content-square-stat {
		display: none;
	}
}

.content-squares .content-square-inner-content {
	position: relative;
}

.content-squares .menu li {
	display: block;
	vertical-align: middle;
}

.content-squares .menu li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 39.9375em) {
	.content-squares .content-square-text {
		height: auto !important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.content-squares .content-square-image {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.content-squares .content-squares-stats {
		display: none;
	}
	.content-squares .content-square-hide-for-small {
		display: none;
	}
	.content-squares .content-square-collapse {
		height: auto !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.content-squares .content-square-collapse > h2, .content-squares .content-square-collapse .content-square-inner-content > h2 {
		position: relative;
		border: 1px solid #fff;
		padding: 7px;
	}
	.content-squares .content-square-collapse > h2:after, .content-squares .content-square-collapse .content-square-inner-content > h2:after {
		content: "\f0c9";
		font-family: FontAwesome;
		float: right;
	}
	.content-squares .content-square-collapse .content-square-collapse-content {
		display: none;
		padding-bottom: 20px;
	}
	.content-squares .content-square-collapse.opened > h2:after, .content-squares .content-square-collapse.opened .content-square-inner-content > h2:after {
		content: "\f0aa";
	}
	.content-squares .content-square-collapse.tertiary > h2, .content-squares .content-square-collapse.tertiary .content-square-inner-content > h2 {
		border-color: #e8e8e8;
	}
}

.content-squares .masonry-grid .content-square-text {
	height: auto !important;
	max-height: 100%;
}

.content-squares .masonry-grid .content-square-image {
	max-height: 100%;
}

.content-squares .masonry-grid .content-square-general {
	height: auto !important;
	max-height: 100%;
}

.page-template-default:not(.home) .content-squares .content-square-text h2, .page-template-default:not(.home) .content-squares .content-square-image h2, .page-template-3-column .content-squares .content-square-text h2, .page-template-3-column .content-squares .content-square-image h2 {
	font-size: 22px;
}

.content-square .widget_ucc_events_widget a.button {
	color: #fff;
}

.content-square .widget_ucc_events_widget .widget-title {
	display: none;
}

.site-slider .orbit-previous,
.site-slider .orbit-next {
	font-size: 32px;
	font-size: 2rem;
}

.site-slider .slide-caption {
	bottom: 0;
	margin-bottom: 0;
	padding: 48px;
	padding: 3rem;
	position: absolute;
	width: 100%;
}

.site-slider .slide-caption p {
	margin-bottom: 0;
}

.site-slider .slide-caption span {
	color: #fff;
	padding: 5px 15px;
	padding: 0.3125rem 0.9375rem;
}

.site-slider .slide-caption span.primary {
	background: #8f000e;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	text-transform: uppercase;
}

.site-slider .slide-caption span.secondary {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
}

.site-slider .slide-caption span.secondary::before, .site-slider .slide-caption span.secondary::after {
	content: ' ';
	display: table;
}

.site-slider .slide-caption span.secondary::after {
	clear: both;
}

@media screen and (min-width: 64em) {
	.site-slider .slide-caption span.primary {
		font-size: 1.125rem;
	}
	.site-slider .slide-caption span.secondary {
		font-size: 1rem;
	}
}

.page-template-2-column .image-panels .image-panel-column, .page-template-1-column .image-panels .image-panel-column {
	width: 100%;
	float: left;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
	.page-template-2-column .image-panels .image-panel-column, .page-template-1-column .image-panels .image-panel-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.page-template-2-column .image-panels .image-panel-column:last-child:not(:first-child), .page-template-1-column .image-panels .image-panel-column:last-child:not(:first-child) {
	float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.page-template-2-column .image-panels .image-panel-column, .page-template-1-column .image-panels .image-panel-column {
		width: 50%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
	.page-template-2-column .image-panels .image-panel-column, .page-template-1-column .image-panels .image-panel-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.page-template-2-column .image-panels .image-panel-column:last-child:not(:first-child), .page-template-1-column .image-panels .image-panel-column:last-child:not(:first-child) {
		float: right;
	}
}

@media screen and (min-width: 64em) {
	.page-template-2-column .image-panels .image-panel-column, .page-template-1-column .image-panels .image-panel-column {
		width: 33.3333333333%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}

@media screen and (min-width: 64em) and (min-width: 40em) {
	.page-template-2-column .image-panels .image-panel-column, .page-template-1-column .image-panels .image-panel-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (min-width: 64em) {
	.page-template-2-column .image-panels .image-panel-column:last-child:not(:first-child), .page-template-1-column .image-panels .image-panel-column:last-child:not(:first-child) {
		float: right;
	}
}

.image-panels .image-panel-column {
	width: 100%;
	float: left;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
	.image-panels .image-panel-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.image-panels .image-panel-column:last-child:not(:first-child) {
	float: right;
}

@media screen and (min-width: 40em) {
	.image-panels .image-panel-column {
		width: 50%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}

@media screen and (min-width: 40em) and (min-width: 40em) {
	.image-panels .image-panel-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (min-width: 40em) {
	.image-panels .image-panel-column:last-child:not(:first-child) {
		float: right;
	}
}

.image-panels .image-panel-wrap {
	position: relative;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
}

.image-panels .image-panel-image {
	position: relative;
	overflow: hidden;
}

.image-panels .image-panel-image .image-caption {
	bottom: 0;
	margin-bottom: 0;
	padding: 48px 48px 48px 16px;
	padding: 3rem 3rem 3rem 1rem;
	position: absolute;
	width: 100%;
}

.image-panels .image-panel-image .image-caption p {
	margin-bottom: 0;
}

.image-panels .image-panel-image .image-caption span, .image-panels .image-panel-image .image-caption a {
	color: #fff;
}

.image-panels .image-panel-image .image-caption span.primary, .image-panels .image-panel-image .image-caption a.primary {
	background: #8f000e;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.image-panels .image-panel-image .image-caption span.secondary, .image-panels .image-panel-image .image-caption a.secondary {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 5px 15px;
}

.image-panels .image-panel-image .image-caption span.secondary::before, .image-panels .image-panel-image .image-caption span.secondary::after, .image-panels .image-panel-image .image-caption a.secondary::before, .image-panels .image-panel-image .image-caption a.secondary::after {
	content: ' ';
	display: table;
}

.image-panels .image-panel-image .image-caption span.secondary::after, .image-panels .image-panel-image .image-caption a.secondary::after {
	clear: both;
}

.image-panels .image-panel-content {
	position: relative;
	padding: 30px 18px 60px 18px;
	padding: 1.875rem 1.125rem 3.75rem 1.125rem;
	background: #e8e8e8;
}

.image-panels .image-panel-button {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #8f000e;
}

.image-panels .image-panel-button a {
	display: block;
	padding: 10px 16px 10px 16px;
	padding: 0.625rem 1rem 0.625rem 1rem;
	width: 100%;
	color: #fff;
	background: none;
	border: none;
	text-decoration: none;
}

.tabs-title > a {
	font-size: 16px;
	font-size: 1rem;
}

.single-tribe_events .tribe-events-venue-map {
	width: 100% !important;
}

.single-tribe_events .tribe-events-widget-content {
	padding: 16px;
	padding: 1rem;
}

.single-tribe_events .tribe-events-venue-map {
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
}

.single-tribe_events header.entry-header {
	display: block;
}

/*!-------------------------------------------------------------
# Extra Widgets
--------------------------------------------------------------*/
/*! Blog Subscriptions Widget */
.jetpack_subscription_widget #subscribe-email input {
	padding: 3px 6px;
	width: 100%;
}

.jetpack_subscription_widget form > :last-child {
	margin-bottom: 0;
}

/*! Display WordPress Posts Widget */
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts {
	margin: 0;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.33333;
	margin: 0 0 24px;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts img {
	margin: 0 0 24px;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
	font-size: inherit;
	line-height: 1.6 !important;
	margin: 0 0 24px !important;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts > :last-child {
	margin-bottom: 0 !important;
}

/*! Gallery Widget */
.widget-gallery .slideshow-window {
	border-radius: 0;
}

/* Goodreads Widget */
.widget_goodreads div[class^="gr_custom_container"] {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	padding: 0;
}

.widget_goodreads div[class^="gr_custom_container"] a {
	color: inherit;
}

.widget_goodreads div[class^="gr_custom_each_container"] {
	border: 0;
	margin-bottom: 0;
}

/* Gravatar Profile Widget */
.widget-grofile .grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px;
}

.widget-grofile .grofile-thumbnail h4 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.33333;
	margin: 24px 0 0;
}

.widget-area .widget-grofile .grofile-accounts {
	margin-top: 12px;
}

/*! Image Widget */
.widget_image .wp-caption {
	margin-bottom: 0;
}

/*! RSS Links Widget */
.widget_rss_links img {
	position: relative;
	top: -3px;
}

/*! Top Posts & Pages Widget */
.widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
	border-radius: 50%;
	margin-right: 12px;
	max-width: 48px;
}

.widget_top-posts .widgets-list-layout-links {
	float: left;
	padding-top: 12px;
	width: auto;
}

.widget_top-posts .widgets-list-layout li {
	margin-bottom: 0;
}

/*! List type widgets */
.widget_rss_links ul,
.widget_top-posts ul,
.widget_upcoming_events_widget ul {
	border-bottom: 1px solid #e8e8e8;
	list-style: none;
	margin: 0;
}

.widget_rss_links ul ul,
.widget_top-posts ul ul,
.widget_upcoming_events_widget ul ul {
	border-bottom: 0;
	margin: 12px 0 0 12px;
}

.widget_rss_links li,
.widget_top-posts li,
.widget_upcoming_events_widget li {
	border-top: 1px solid #e8e8e8;
	padding: 12px 0;
}

.widget_rss_links li li:last-child,
.widget_top-posts li li:last-child,
.widget_upcoming_events_widget li li:last-child {
	padding-bottom: 0;
}

/* Contact Info */
.widget_contact_info .confit-address,
.widget_contact_info .confit-phone,
.widget_contact_info .confit-hours {
	padding: 0 16px 16px;
	padding: 0 1rem 1rem;
}

.widget_contact_info .contact-map {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

/*! Gravity Forms */
.gform_widget .gform_wrapper {
	padding: 0 16px;
	padding: 0 1rem;
}

/*!-------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.site .avatar {
	border-radius: 50%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*! Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .mejs-container .mejs-controls .mejs-time {
	padding-top: 11px;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 24px;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

.hentry .latex {
	margin: 0;
	max-width: 100%;
}

.jetpack-video-wrapper {
	margin-bottom: 24px;
}

.jetpack-video-wrapper > embed,
.jetpack-video-wrapper > iframe,
.jetpack-video-wrapper > object,
.jetpack-video-wrapper > .wp-video {
	margin-bottom: 0;
}

/*!-------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption.alignleft {
	margin: 4px 24px 24px 0;
	margin: 0.25rem 1.5rem 1.5rem 0;
}

.wp-caption.alignright {
	margin: 4px 0 24px 24px;
	margin: 0.25rem 0 1.5rem 1.5rem;
}

.wp-caption.aligncenter {
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
}

.wp-caption.alignnone {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
}

.wp-caption-text {
	color: #8a8a8a;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 6px 0 0;
}

/*!-------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*!-------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
	background-color: #222;
}

a {
	-webkit-transition: background-color .2s, color .2s, border-color .2s;
	-o-transition: background-color .2s, color .2s, border-color .2s;
	transition: background-color .2s, color .2s, border-color .2s;
}

@media screen and (min-width: 105em) {
	.off-canvas-wrapper {
		margin: 0 auto;
		max-width: 105rem;
	}
}

.off-canvas {
	display: block;
}

.row-large {
	max-width: 1600px;
	max-width: 100rem;
}

.site-content {
	background-color: #fff;
	position: relative;
}

.content-area {
	background-color: #f8f8f8;
}

.site-content-border-primary {
	border-bottom: 3px solid #8f000e;
}

.site-content-border-sidebar {
	border-bottom: 3px solid #4b4943;
}

.bg-overlay {
	background-image: -webkit-radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.15), rgba(10, 10, 10, 0.8) 125%);
	background-image: -o-radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.15), rgba(10, 10, 10, 0.8) 125%);
	background-image: radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.15), rgba(10, 10, 10, 0.8) 125%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

/*!-------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.off-canvas-trigger {
	display: block;
}

@media screen and (min-width: 1400px) {
	.off-canvas-trigger {
		display: none !important;
	}
}

#menu-audience {
	display: none !important;
}

@media screen and (min-width: 1400px) {
	#menu-audience {
		display: block !important;
	}
}

#masthead {
	display: none !important;
}

@media screen and (min-width: 1400px) {
	#masthead {
		display: block !important;
	}
}

.sticky-site-header-wrap {
	left: 0;
	position: absolute;
	right: 0;
	top: 110px;
	z-index: 99;
}

.desktop-site-logo {
	display: block;
	height: 40px;
	margin-left: 25px;
}

@media screen and (min-width: 1400px) {
	.desktop-site-logo {
		height: 80px;
	}
}

.site-header {
	background-color: transparent;
	padding: 0;
	position: relative;
	-webkit-transition: padding .25s ease, background-color .5s ease;
	-o-transition: padding .25s ease, background-color .5s ease;
	transition: padding .25s ease, background-color .5s ease;
}

.site-header .row {
	width: 100%;
	max-width: 100%;
}

.site-header .site-logo {
	display: none;
	height: auto;
	-webkit-transition: opacity .2s, width .2s;
	-o-transition: opacity .2s, width .2s;
	transition: opacity .2s, width .2s;
	width: 75px;
	margin-left: 20px;
}

@media screen and (min-width: 1400px) {
	.site-header .site-logo {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.site-header .site-logo {
		width: 150px;
	}
}

.site-header.shrink {
	background-color: #8f000e;
	padding: 0;
}

.site-header.shrink .site-logo {
	width: 95px;
	width: 5.9375rem;
}

.site-header.shrink .top-bar-right {
	padding-top: 0;
}

.site-header.shrink .bg-overlay {
	display: none;
}

.site-header.shrink .main-navigation .menu > li > a {
	padding: 19.2px 16px;
	padding: 1.2rem 1rem;
}

.site-header.shrink .jetmenu > li > a {
	padding: 33.6px 20px 24.8px 20px;
	padding: 2.1rem 1.25rem 1.55rem 1.25rem;
}

.site-header.shrink .jetmenu > li > a::after {
	bottom: 30px;
}

.site-header--white, .site-header--white.shrink {
	background-color: #fff;
}

.site-header--white .bg-overlay, .site-header--white.shrink .bg-overlay {
	background-image: -webkit-radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.2) 125%);
	background-image: -o-radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.2) 125%);
	background-image: radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.2) 125%);
}

.site-header--white .main-navigation .menu > li > a, .site-header--white.shrink .main-navigation .menu > li > a {
	color: #8f000e;
}

.site-header--white .main-navigation .menu > li > a:hover, .site-header--white .main-navigation .menu > li > a:focus, .site-header--white.shrink .main-navigation .menu > li > a:hover, .site-header--white.shrink .main-navigation .menu > li > a:focus {
	color: #5c0009;
}

.site-header--white.shrink {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.site-header--red {
	background-color: #8f000e;
}

.site-header--red .bg-overlay {
	background-image: -webkit-radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.2) 125%);
	background-image: -o-radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.2) 125%);
	background-image: radial-gradient(circle farthest-side at center bottom, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.2) 125%);
}

.site-header--red.shrink {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 39.9375em) {
	.site-header .bg-overlay {
		display: none;
	}
}

.site-branding {
	padding: 30px;
	padding: 1.875rem;
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 40em) {
	.site-branding {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
		padding: 0;
		width: auto;
	}
}

.site-branding a:hover {
	text-decoration: none;
	background: none;
}

.site-description {
	display: none;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0;
}

.title-bar .menu-icon {
	top: 10px;
}

#search-box {
	background-color: rgba(10, 10, 10, 0.9);
	border: 0;
	left: 0 !important;
	right: 0 !important;
	top: 42px !important;
	width: 100% !important;
}

.header-search {
	position: relative;
	width: 100%;
}

.header-search .search-input {
	background: none;
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #fff;
	font-size: 21px;
	font-size: 1.3125rem;
	height: 54px;
	margin: 0;
}

.site-banner {
	background-color: #8f000e;
}

.site-banner .site-banner-empty {
	background-color: #4b4943;
}

@media screen and (min-width: 1400px) {
	.site-banner .site-banner-empty {
		padding-top: 133px;
	}
}

@media screen and (min-width: 1280px) {
	.site-banner .site-banner-empty {
		padding-top: 137px;
	}
}

.site-banner-wrap {
	background-color: #8f000e;
	border-top: solid 1px #e8e8e8;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	width: 100%;
}

.site-banner-wrap .site-breadcrumbs {
	border: 0;
}

.site-banner-wrap img {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.site-banner-wrap .orbit-slide {
	background-position: center center;
	-webkit-background-size: cover;
	        background-size: cover;
	min-height: 280px;
}

@media screen and (min-width: 75em) {
	.site-banner-wrap .orbit-slide {
		min-height: 522px;
	}
}

.site-banner-wrap .orbit-bullets {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 0;
}

.site-banner-wrap .site-banner-image {
	position: relative;
}

.site-banner-wrap .site-banner-image .slide-caption {
	bottom: 0;
	margin-bottom: 0;
	padding: 10px;
	position: absolute;
	width: 100%;
}

.site-banner-wrap .site-banner-image .slide-caption p {
	margin-bottom: 0;
}

.site-banner-wrap .site-banner-image .slide-caption span {
	color: #fff;
	padding: 5px 15px;
	padding: 0.3125rem 0.9375rem;
}

.site-banner-wrap .site-banner-image .slide-caption span.primary {
	background: #8f000e;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	text-transform: uppercase;
}

.site-banner-wrap .site-banner-image .slide-caption span.secondary {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
}

.site-banner-wrap .site-banner-image .slide-caption span.secondary::before, .site-banner-wrap .site-banner-image .slide-caption span.secondary::after {
	content: ' ';
	display: table;
}

.site-banner-wrap .site-banner-image .slide-caption span.secondary::after {
	clear: both;
}

@media screen and (min-width: 64em) {
	.site-banner-wrap .site-banner-image .slide-caption span.primary {
		font-size: 1.125rem;
	}
	.site-banner-wrap .site-banner-image .slide-caption span.secondary {
		font-size: 1rem;
	}
}

h3.section-title {
	background-color: #8f000e;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 21px;
	padding: 1.3125rem;
}

/*!-------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.top-navigation {
	background-color: #8f000e;
	color: #e8e8e8;
	padding: 15px 0;
	padding: 0.9375rem 0;
}

.top-navigation::before, .top-navigation::after {
	content: ' ';
	display: table;
}

.top-navigation::after {
	clear: both;
}

.top-navigation .row {
	max-width: 100%;
	margin-right: 28px;
	margin-right: 1.75rem;
}

.top-navigation .menu > li > a {
	color: #e8e8e8;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
}

.top-navigation .menu > li > a:hover, .top-navigation .menu > li > a:focus {
	color: #fff;
}

.top-navigation .audience-navigation {
	padding-top: 0px;
}

@media screen and (min-width: 1400px) {
	.top-navigation .audience-navigation {
		z-index: 9999;
		float: right;
		padding-top: 30px;
	}
}

.top-navigation .audience-navigation #menu-audience {
	position: relative;
	padding-top: 12px;
	margin-right: 30px;
	width: auto;
	background-color: #8f000e;
	z-index: 99999;
}

.top-navigation .audience-navigation #menu-audience > li > .megamenu {
	top: 40px;
}

.top-navigation .audience-navigation #menu-audience > li > .megamenu ul {
	float: none;
	margin-bottom: 25px;
	width: 100%;
	overflow: hidden;
}

.top-navigation .audience-navigation #menu-audience > li > a.empty .indicator {
	color: #8f000e;
}

.top-navigation .audience-navigation #menu-audience > li:hover > a, .top-navigation .audience-navigation #menu-audience .jetmenu > li.active > a {
	background: #8f000e;
	color: #fff;
}

.top-navigation .audience-navigation #menu-audience > li > a::after {
	top: 17px;
}

.top-navigation .audience-navigation #menu-audience > li > a.opened::after {
	background: #fff;
	left: 0;
	width: 100%;
	bottom: 0;
}

.top-navigation .audience-navigation #menu-audience .dropdown {
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 9px 0px #d8d8d8;
	        box-shadow: 0px 1px 9px 0px #d8d8d8;
	background: #8f000e;
	position: absolute;
	top: 39px;
	left: 19.2px;
	left: 1.2rem;
	padding: 15px 0;
	z-index: 100;
	list-style: none;
	margin: 0;
	min-width: 134px;
}

.top-navigation .audience-navigation #menu-audience .dropdown li {
	clear: both;
	font-size: 12px;
	font-size: 12px;
	font-size: 0.75rem;
	width: 100%;
	display: inline-block;
	float: left;
}

.top-navigation .audience-navigation #menu-audience .dropdown li a {
	padding: 7px 20px;
	color: #fff;
}

.top-navigation .audience-navigation i {
	font-size: 11px;
	font-size: 0.6875rem;
}

.top-navigation .audience-navigation .indicator {
	padding-top: 1px;
	display: block;
	font-size: 10px;
	font-size: 10px;
	font-size: 0.625rem;
	position: relative;
	text-align: center;
}

.top-navigation .audience-navigation .indicator.empty {
	/* A little hack to get the position right */
	font-weight: 700;
	color: #8f000e;
}

.top-navigation .audience-navigation .form-wrapper {
	position: relative;
}

@media screen and (max-width: 76.375em) {
	.top-navigation .audience-navigation .form-wrapper {
		margin-right: 25px;
	}
}

.top-navigation .audience-navigation .form-wrapper #search-site {
	font-size: 12px;
	font-size: 0.75rem;
	height: 30.4px;
	height: 1.9rem;
	padding-left: 9.6px !important;
	padding-left: .6rem !important;
	width: 175px;
}

.top-navigation .global-search:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #8f000e;
	content: "\f002";
	font-size: 14px !important;
	font-size: 14px;
	font-size: 0.875rem;
	right: 0;
	padding-left: 2px;
	padding-right: 7px;
	position: absolute;
	top: 9px;
}

.top-navigation .global-search {
	height: 0;
	margin: 0;
	padding: 0;
	display: inherit;
}

.top-navigation .social-navigation {
	float: left;
}

.top-navigation .social-navigation .menu > li > a::before {
	font-size: 11px;
	font-size: 0.6875rem;
}

.wp-custom-logo .main-navigation {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.main-navigation .menu > li > a {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 40px 16px;
	padding: 2.5rem 1rem;
}

.main-navigation .menu > li > a:hover, .main-navigation .menu > li > a:focus {
	background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	-webkit-background-size: 100% 4px;
	        background-size: 100% 4px;
	color: #ccc;
	text-decoration: none;
}

.main-navigation .menu > li > a:hover, .main-navigation .menu > li > a:focus {
	color: #fff;
}

.main-navigation .menu > li.current-menu-parent > a,
.main-navigation .menu > li.current-menu-item > a {
	font-weight: 700;
}

.main-navigation .submenu {
	border: 0;
	-webkit-box-shadow: 0 -3px 0 0 #8f000e, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 -3px 0 0 #8f000e, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.main-navigation .submenu > li > a {
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.main-navigation .submenu > li > a:hover, .main-navigation .submenu > li > a:focus {
	background-color: #e8e8e8;
}

.no-js .main-navigation .submenu {
	display: none;
}

.off-canvas-navigation .widget-title {
	border-bottom: 1px solid #111;
}

.off-canvas-navigation .menu {
	margin: 0;
	list-style-type: none;
	list-style: none;
	margin: 0;
}

.off-canvas-navigation .menu > li {
	display: table-cell;
	vertical-align: middle;
}

[data-whatinput='mouse'] .off-canvas-navigation .menu > li {
	outline: 0;
}

.off-canvas-navigation .menu > li > a {
	display: block;
	padding: 11.2px 16px;
	padding: 0.7rem 1rem;
	line-height: 1;
}

.off-canvas-navigation .menu input,
.off-canvas-navigation .menu a,
.off-canvas-navigation .menu button {
	margin-bottom: 0;
}

.off-canvas-navigation .menu > li {
	display: block;
}

.off-canvas-navigation .menu > li > span.off-canvas-label {
	background: #444;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
	padding: 4.8px 15px;
	padding: .3rem .9375rem;
}

.off-canvas-navigation .menu > li > a {
	border-bottom: 1px solid #444;
	color: #d8d8d8;
	font-size: 13px;
	font-size: 0.8125rem;
}

.off-canvas-navigation .menu > li > a:hover, .off-canvas-navigation .menu > li > a:focus {
	background-color: #111;
}

.off-canvas-navigation .menu .off-canvas-submenu {
	background-color: #f8f8f8;
}

.off-canvas-navigation .menu .off-canvas-submenu > li {
	border-bottom: 1px solid #e8e8e8;
}

.off-canvas-navigation .menu .off-canvas-submenu > li > a {
	font-size: 14px;
	line-height: 19.2px;
	line-height: 1.2rem;
	color: #4b4943;
	padding: 12px 5px 12px 32px;
	padding: .75rem 5px .75rem 2rem;
	border-bottom: none;
}

.search-bar {
	background-color: #fff;
	display: none;
}

.search-bar .search-bar-inner {
	position: relative;
}

.search-bar .search-bar-inner::after {
	color: #fff;
	content: '';
	font-size: 28px;
	font-size: 1.75rem;
	position: absolute;
	right: 15px;
	top: 28px;
}

.search-bar.expanded {
	display: block;
}

.search-bar .input-group {
	margin-bottom: 0;
}

.search-bar .input-group-field {
	background: none;
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 28px;
	font-size: 1.75rem;
	height: 80px;
	height: 5rem;
	margin-right: 0;
	padding-right: 30px;
}

.site-breadcrumbs {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px;
	padding: 0.625rem;
}

.site-breadcrumbs .breadcrumbs {
	margin-bottom: 0;
}

.site-breadcrumbs i {
	font-size: 16px;
	font-size: 1rem;
}

.menu-left {
	float: left;
}

.menu-right {
	float: right;
}

/*!-------------------------------------------------------------
## Social Navigation
--------------------------------------------------------------*/
.social-navigation::before, .social-navigation::after {
	content: ' ';
	display: table;
}

.social-navigation::after {
	clear: both;
}

.social-navigation ul {
	margin: 0;
	list-style-type: none;
}

.social-navigation ul > li {
	display: table-cell;
	vertical-align: middle;
}

[data-whatinput='mouse'] .social-navigation ul > li {
	outline: 0;
}

.social-navigation ul > li > a {
	display: block;
	padding: 11.2px 16px;
	padding: 0.7rem 1rem;
	line-height: 1;
}

.social-navigation ul input,
.social-navigation ul a,
.social-navigation ul button {
	margin-bottom: 0;
}

.social-navigation a::before {
	content: '\f0c1';
	text-align: center;
}

.social-navigation a[href*='codepen.io']::before {
	content: '\f1cb';
}

.social-navigation a[href*='digg.com']::before {
	content: '\f1a6';
}

.social-navigation a[href*='dribbble.com']::before {
	content: '\f17d';
}

.social-navigation a[href*='dropbox.com']::before {
	content: '\f16b';
}

.social-navigation a[href*='facebook.com']::before {
	content: '\f09a';
}

.social-navigation a[href*='flickr.com']::before {
	content: '\f16e';
}

.social-navigation a[href*='foursquare.com']::before {
	content: '\f180';
}

.social-navigation a[href*='plus.google.com']::before {
	content: '\f0d5';
}

.social-navigation a[href*='github.com']::before {
	content: '\f09b';
}

.social-navigation a[href*='instagram.com']::before {
	content: '\f16d';
}

.social-navigation a[href*='linkedin.com']::before {
	content: '\f0e1';
}

.social-navigation a[href*='pinterest.com']::before {
	content: '\f231';
}

.social-navigation a[href*='getpocket.com']::before {
	content: '\f265';
}

.social-navigation a[href*='reddit.com']::before {
	content: '\f1a1';
}

.social-navigation a[href*='stumbleupon.com']::before {
	content: '\f1a4';
}

.social-navigation a[href*='tumblr.com']::before {
	content: '\f173';
}

.social-navigation a[href*='twitter.com']::before {
	content: '\f099';
}

.social-navigation a[href*='vimeo.com']::before {
	content: '\f27d';
}

.social-navigation a[href*='wordpress.com']::before,
.social-navigation a[href*='wordpress.org']::before {
	content: '\f19a';
}

.social-navigation a[href*='youtube.com']::before {
	content: '\f16a';
}

.social-navigation a[href*='mailto:']::before {
	content: '\f0e0';
}

.social-navigation a[href*='spotify.com']::before {
	content: '\f1bc';
}

.social-navigation a[href*='twitch.tv']::before {
	content: '\f1e8';
}

.social-navigation a[href$='/feed/']::before {
	content: '\f09e';
}

.social-navigation a[href*='skype.com']::before {
	content: '\f17e';
}

/*!-------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #222;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 20px;
	padding: 1.25rem;
}

.site-footer::before, .site-footer::after {
	content: ' ';
	display: table;
}

.site-footer::after {
	clear: both;
}

.site-footer .site-info {
	float: left;
	line-height: 1;
	color:#fff;
}

.site-footer .menu > li > a {
	color: #c1baac;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 0;
	padding-top: 0;
}

.site-footer .menu > li > a:hover, .site-footer .menu > li > a:focus {
	color: #fff;
}

@media screen and (max-width: 39.9375em) {
	.site-footer .site-info,
	.site-footer .menu {
		float: none;
	}
	.site-footer .site-info {
		margin-top: 1.875rem;
		text-align: center;
	}
	.site-footer .menu > li {
		display: block;
	}
	.site-footer .menu > li > a {
		font-size: 0.8125rem;
		padding: 1rem 0;
	}
}

.footer-widget-area {
	background-color: #4b4943;
	border-top: 5px solid #000;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 55px 0;
	padding: 3.4375rem 0;
}

.footer-widget-area::before, .footer-widget-area::after {
	content: ' ';
	display: table;
}

.footer-widget-area::after {
	clear: both;
}

.footer-widget-area a:not(.button) {
	color: #fff;
}

.footer-widget-area p {
	font-size: 14px;
	font-size: 0.875rem;
}

.footer-widget-area .widget {
	word-wrap: break-word;
}

.footer-widget-area .widget ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.footer-widget-area .widget .menu {
	padding-top: 0;
}

.footer-widget-area .widget .menu li a {
	border-bottom: 0;
	padding: 6px 5px;
	padding: 0.375rem 0.3125rem;
}

.footer-widget-area .widget .menu li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.footer-widget-area .widget-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 2px;
	margin-bottom: 0.125rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	text-transform: uppercase;
}

@media screen and (min-width: 40em) {
	.footer-widget-area .widgets .widget {
		padding-bottom: 0;
	}
}

.footer-widget-area {
	position: relative;
}

.footer-widget-area .footer-site-logo {
	padding-bottom: 25px;
	padding-top: 25px;
}

.footer-widget-area .footer-site-logo img {
	margin: auto;
	width: 100%;
}

@media screen and (min-width: 40em) {
	.footer-widget-area .footer-site-logo {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.footer-widget-area .footer-site-logo img {
		width: 200px;
	}
}

.social-navigation {
	list-style: none;
	margin-bottom: 16px;
	margin-left: -16px;
	margin-left: -1rem;
	margin-right: 0;
	overflow: hidden;
	padding: 0;
}

.social-navigation > li {
	display: block;
	float: left;
	list-style: none;
}

.social-navigation > li > a {
	border: 0 !important;
	color: #898989;
	font-size: 32px;
	font-size: 2rem;
	padding: 0;
	text-decoration: none;
}

/*!-------------------------------------------------------------
## Widget Area
--------------------------------------------------------------*/
.widget-area-wrap {
	background: #fff;
}

.widget-area {
	background-color: #fff;
}

.widget-area .widget:first-child {
	margin-top: 25px;
}

.widget-area .widget {
	background-color: #fff;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	margin-bottom: 56px;
	margin-bottom: 3.5rem;
	padding: 0 25px 0 25px;
	padding: 0 1.5625rem 0 1.5625rem;
	word-wrap: break-word;
}

@media screen and (max-width: 63.9375em) {
	.widget-area .widget.widget_school_news, .widget-area .widget.widget_ucc_events_widget {
		margin-bottom: 1.5rem;
	}
}

/*!-------------------------------------------------------------
# Posts & Pages
--------------------------------------------------------------*/
.sticky-post {
	display: block;
}

.sticky-post .posted-on {
	display: none;
}

.hentry,
.content-box {
	margin: 0 0 60px;
	margin: 0 0 3.75rem;
	padding: 0 30px 30px 30px;
	padding: 0 1.875rem 1.875rem 1.875rem;
}

.hentry::before, .hentry::after,
.content-box::before,
.content-box::after {
	content: ' ';
	display: table;
}

.hentry::after,
.content-box::after {
	clear: both;
}

.entry-header {
	border-bottom: 1px solid #e8e8e8;
	margin-top: 17.6px;
	margin-top: 1.1rem;
	padding-bottom: 5px;
}

.entry-header::before, .entry-header::after {
	content: ' ';
	display: table;
}

.entry-header::after {
	clear: both;
}

.entry-header-medium .entry-title {
	font-size: 1.5em;
}

.entry-header-small .entry-title {
	font-size: 1.1em;
	font-weight: 600;
}

.entry-title,
.content-box-title {
	clear: none;
	margin: 0;
}

.entry-title a,
.content-box-title a {
	color: #4b4943;
}

.entry-title a:hover, .entry-title a:focus,
.content-box-title a:hover,
.content-box-title a:focus {
	color: #8f000e;
}

.entry-content,
.entry-summary,
.content-box-content {
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	padding: 15px;
	padding: 0.9375rem;
	word-wrap: break-word;
}

.entry-content::before, .entry-content::after,
.entry-summary::before,
.entry-summary::after,
.content-box-content::before,
.content-box-content::after {
	content: ' ';
	display: table;
}

.entry-content::after,
.entry-summary::after,
.content-box-content::after {
	clear: both;
}

.entry-content a:not('.button'),
.entry-summary a:not('.button'),
.content-box-content a:not('.button') {
	background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	-webkit-background-size: 100% 1px;
	        background-size: 100% 1px;
	text-decoration: none;
}

.entry-content a:not('.button'):hover, .entry-content a:not('.button'):focus,
.entry-summary a:not('.button'):hover,
.entry-summary a:not('.button'):focus,
.content-box-content a:not('.button'):hover,
.content-box-content a:not('.button'):focus {
	background-image: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.content-box-content h1,
.content-box-content h2,
.content-box-content h3,
.content-box-content h4,
.content-box-content h5,
.content-box-content h6 {
	margin-bottom: 7px;
	margin-bottom: 0.4375rem;
	margin-top: 48px;
	margin-top: 3rem;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.content-box-content h1:first-child,
.content-box-content h2:first-child,
.content-box-content h3:first-child,
.content-box-content h4:first-child,
.content-box-content h5:first-child,
.content-box-content h6:first-child {
	margin-top: 0;
}

.entry-content .more-link,
.entry-summary .more-link,
.content-box-content .more-link {
	white-space: nowrap;
}

.entry-content > :last-child,
.entry-summary > :last-child,
.content-box-content > :last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 64em) {
	.entry-content,
	.entry-summary,
	.content-box-content {
		padding: 1.875rem;
	}
}

.entry-content {
	padding: 20px 0 0 0;
	padding: 1.25rem 0 0 0;
}

.entry-cta-wrap {
	bottom: 0;
	position: absolute;
	right: 0;
}

.entry-cta-wrap .entry-cta {
	background-color: #8f000e;
	color: #fff;
	padding: 22px;
	padding: 1.375rem;
}

.entry-cta-wrap .entry-cta a,
.entry-cta-wrap .entry-cta p,
.entry-cta-wrap .entry-cta span {
	color: #fff;
}

.page-header {
	padding: 30px;
	padding: 1.875rem;
	text-align: center;
}

.page-title {
	font-size: 28px;
	font-size: 1.75rem;
}

.taxonomy-description {
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-footer {
	border-top: 1px solid #e8e8e8;
	margin: 24px 0 0;
	margin: 1.5rem 0 0;
	padding: 10px 30px;
	padding: 0.625rem 1.875rem;
}

.entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
}

.entry-meta::before, .entry-meta::after {
	content: ' ';
	display: table;
}

.entry-meta::after {
	clear: both;
}

.cat-links {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 3px 0 3px 19px;
	position: relative;
}

.cat-links::before {
	content: '';
	left: 0;
	position: absolute;
	top: 3px;
}

.tags-links {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 3px 0 3px 19px;
	position: relative;
}

.tags-links::before {
	content: '';
	left: 0;
	position: absolute;
	top: 3px;
}

.comments-link {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 3px 0 3px 19px;
	position: relative;
}

.comments-link::before {
	content: '';
	left: 0;
	position: absolute;
	top: 3px;
}

.edit-link {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 3px 0 3px 19px;
	position: relative;
}

.edit-link::before {
	content: '';
	left: 0;
	position: absolute;
	top: 3px;
}

.comment-content {
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	word-wrap: break-word;
}

.textwidget {
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	word-wrap: break-word;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}

.post-thumbnail-wrap {
	background-color: #4b4943;
	color: #fff;
	/* 1205 */
}

.post-thumbnail-wrap h3 {
	color: #fff;
}

.post-thumbnail-wrap .section-title-wrap {
	padding: 30px;
	padding: 1.875rem;
}

.post-thumbnail-wrap .section-title-wrap.section-title-wrap-medium h3 {
	font-size: 1.5em;
}

.post-thumbnail-wrap .section-title-wrap.section-title-wrap-small h3 {
	font-size: 1.1em;
	font-weight: 600;
}

.post-thumbnail-wrap .left-column {
	width: 33.3333333333%;
	float: left;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
	.post-thumbnail-wrap .left-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.post-thumbnail-wrap .left-column:last-child:not(:first-child) {
	float: right;
}

.post-thumbnail-wrap .middle-column {
	width: 33.3333333333%;
	float: left;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
	.post-thumbnail-wrap .middle-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.post-thumbnail-wrap .middle-column:last-child:not(:first-child) {
	float: right;
}

.post-thumbnail-wrap .right-column {
	width: 33.3333333333%;
	float: left;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
	.post-thumbnail-wrap .right-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.post-thumbnail-wrap .right-column:last-child:not(:first-child) {
	float: right;
}

@media screen and (max-width: 104.8125em) {
	.post-thumbnail-wrap .middle-column {
		display: none;
	}
	.post-thumbnail-wrap .left-column {
		width: 66.6666666667%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}

@media screen and (max-width: 104.8125em) and (min-width: 40em) {
	.post-thumbnail-wrap .left-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (max-width: 104.8125em) {
	.post-thumbnail-wrap .left-column:last-child:not(:first-child) {
		float: right;
	}
	.post-thumbnail-wrap .right-column {
		width: 33.3333333333%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}

@media screen and (max-width: 104.8125em) and (min-width: 40em) {
	.post-thumbnail-wrap .right-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (max-width: 104.8125em) {
	.post-thumbnail-wrap .right-column:last-child:not(:first-child) {
		float: right;
	}
}

@media screen and (max-width: 64.0625em) {
	.post-thumbnail-wrap .left-column {
		width: 100%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}

@media screen and (max-width: 64.0625em) and (min-width: 40em) {
	.post-thumbnail-wrap .left-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (max-width: 64.0625em) {
	.post-thumbnail-wrap .left-column:last-child:not(:first-child) {
		float: right;
	}
	.post-thumbnail-wrap .right-column {
		width: 100%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}

@media screen and (max-width: 64.0625em) and (min-width: 40em) {
	.post-thumbnail-wrap .right-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (max-width: 64.0625em) {
	.post-thumbnail-wrap .right-column:last-child:not(:first-child) {
		float: right;
	}
}

.post-title-wrap {
	background-color: #f8f8f8;
	color: #fff;
}

.post-title-wrap .post-title {
	text-align: center;
}

.post-title-wrap .post-title h1 {
	color: #4b4943;
	margin-top: 67px;
	margin-top: 4.1875rem;
}

.post-title-wrap img {
	border-bottom: 3px solid #4b4943;
}

.post-thumbnail {
	display: block;
}

.post-thumbnail:hover, .post-thumbnail:focus {
	opacity: .85;
}

.post-thumbnail:focus {
	outline: none;
}

.post-thumbnail.alignright {
	margin: 0;
}

.post-thumbnail.alignright img {
	height: 100px;
	width: 100px;
}

.search-results .entry-header {
	margin-bottom: 0;
	padding: 30px 30px 0;
	padding: 1.875rem 1.875rem 0;
}

.search-results .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

/*!-------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 24px;
	padding-top: 1.5rem;
}

.comments-title,
.comment-reply-title {
	margin: 0;
}

.comments-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	padding: 24px 0;
	padding: 1.5rem 0;
}

.comments-title + .comment-list > li:first-child > article,
.comments-title + .comment-list > li:first-child > .pingback,
.comments-title + .comment-list > li:first-child > .trackback {
	border-top: 0;
	padding-top: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 12px;
}

.comment-author {
	margin-bottom: 6px;
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 12px;
	position: relative;
	width: 24px;
}

.comment-metadata,
.pingback .edit-link {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
}

.comment-metadata {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.comment-metadata a {
	color: #e8e8e8;
}

.comment-metadata .comment-edit-link {
	color: #8f000e;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
	margin-left: 6px;
}

.pingback .edit-link:before {
	top: 3px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 20px;
	margin: 0 0 1.5rem 1.25rem;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 0.75rem;
}

.comment-list .reply a {
	display: inline-block;
	line-height: 1;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 6px 12px 5px;
	text-transform: uppercase;
}

.comment-list .reply a a:hover,
.comment-list .reply a a:focus {
	border-color: currentColor;
	color: #8f000e;
	outline: 0;
}

.comment-form {
	padding-top: 24px;
	padding-top: 1.5rem;
}

.comment-form label {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.comment-form input[type="submit"] {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	font-size: 14.4px;
	font-size: 0.9rem;
	background-color: #8f000e;
	color: #fff;
}

[data-whatinput='mouse'] .comment-form input[type="submit"] {
	outline: 0;
}

.comment-form input[type="submit"]:hover, .comment-form input[type="submit"]:focus {
	background-color: #7a000c;
	color: #fff;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.no-comments {
	font-weight: 700;
	margin: 0;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #ffae00;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.site-header,
	.navigation,
	.title-bar,
	.site-title,
	.off-canvas,
	.widget-area,
	.main-navigation,
	.social-navigation,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}
	.custom-logo-link:after {
		content: '' !important;
	}
	.custom-logo {
		margin: 0;
		width: auto;
		height: auto;
		max-height: none;
		max-width: 50%;
	}
	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}
	blockquote {
		font-size: 14.25pt;
	}
	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}
	.site-description {
		display: block;
	}
	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}
	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}
	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}
	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}
	body,
	.site {
		background: none !important;
		/* Brute force since user agents all print differently. */
	}
	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important;
		/* Make sure color schemes don't affect to print */
	}
	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important;
		/* Make sure color schemes don't affect to print */
	}
	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important;
		/* Make sure color schemes don't affect to print */
	}
	code,
	hr {
		background-color: #d1d1d1 !important;
		/* Make sure color schemes don't affect to print */
	}
	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important;
		/* Make sure color schemes don't affect to print */
	}
	a {
		color: #007acc !important;
		/* Make sure color schemes don't affect to print */
	}
	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		-webkit-box-shadow: none;
		        box-shadow: none;
		border-bottom: 1px solid #007acc !important;
		/* Make sure color schemes don't affect to print */
	}
	.site {
		margin: 5%;
	}
	.site-header {
		padding: 0 0 1.75em;
	}
	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}
	.site-main {
		margin-bottom: 3.5em;
	}
	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}
	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: calc(50% - 0.736842105em);
	}
	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}
	.widecolumn {
		padding: 0;
	}
}

table tbody th {
	text-align: left;
	font-weight: normal;
}

.dev-page-type {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: rgba(10, 10, 10, 0.45);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 5px;
	padding: 0.3125rem;
	z-index: 1000;
}

.jetmenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
}

.jetmenu h4 {
	margin-bottom: 25px;
	margin-bottom: 41px;
	margin-bottom: 2.5625rem;
	color: #fff;
	border-bottom: 1px dashed #888;
	padding-bottom: 5px;
	padding-right: 25px;
	text-align: left;
	margin-top: 16px;
	margin-top: 1rem;
}

.jetmenu h5 {
	color: #fff;
}

.jetmenu .hide-title {
	visibility: hidden;
}

.jetmenu li {
	display: inline-block;
	float: left;
}

.jetmenu li.has-form .indicator {
	display: none;
}

.jetmenu a {
	outline: none;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 10;
}

.jetmenu > li > a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.825rem;
	font-weight: 700;
	padding: 56px 24px 40px 24px;
	padding: 3.5rem 1.5rem 2.5rem 1.5rem;
	position: relative;
	text-decoration: none;
}

@media screen and (min-width: 80em) {
	.jetmenu > li > a {
		font-size: 1rem;
	}
}

.jetmenu > li > a.empty::after {
	bottom: 7px;
}

.jetmenu > li > a::after {
	background: transparent;
	bottom: 44px;
	content: '';
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	-webkit-transition: width .6s ease, background-color .6s ease, left .6s ease;
	-o-transition: width .6s ease, background-color .6s ease, left .6s ease;
	transition: width .6s ease, background-color .6s ease, left .6s ease;
	width: 0;
}

.jetmenu > li > a .indicator {
	opacity: 1;
	-webkit-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}

.jetmenu > li > a.opened .indicator {
	opacity: 0;
}

.jetmenu > li > a.opened::after {
	background: #fff;
	left: 0;
	width: 100%;
}

.jetmenu > li:hover > a,
.jetmenu > li.active > a {
	background: none;
	color: #fff;
}

.jetmenu ul.dropdown {
	background: #333333;
	display: none;
	list-style: none;
	margin: 0;
	min-width: 134px;
	padding: 0;
	position: absolute;
	top: 60px;
	z-index: 99;
}

.jetmenu ul.dropdown li {
	clear: both;
	font-size: 12px;
	font-size: 0.75rem;
	width: 100%;
}

.jetmenu ul.dropdown li ul.dropdown {
	background: #333333;
	display: none;
	left: 100%;
	list-style: none;
	margin: 0;
	min-width: 134px;
	padding: 0;
	position: absolute;
	top: inherit;
	z-index: 99;
}

.jetmenu ul.dropdown li a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	clear: both;
	color: #999;
	display: inline-block;
	float: left;
	padding: 12px 24px;
	text-decoration: none;
	width: 100%;
}

.jetmenu ul.dropdown li:hover > a {
	background: #e0e0e0;
	color: #555;
}

.jetmenu ul.dropdown li ul.dropdown.left {
	left: auto;
	right: 100%;
}

.jetmenu .indicator {
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	position: relative;
	text-align: center;
}

.jetmenu ul li .indicator {
	font-size: 12px;
	font-size: 0.75rem;
	left: 10px;
	top: 1px;
}

.jetmenu > li > .megamenu {
	background: #333333;
	border-top: 1px solid #000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #999;
	display: none;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 20px 30px;
	position: absolute;
	top: 60px;
	width: 25%;
	z-index: 99;
}

.jetmenu li > .megamenu ul {
	display: block;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	width: 100%;
}

.jetmenu li > .megamenu ul li {
	padding: 2px 0;
	width: 100%;
}

.jetmenu li > .megamenu ul li.title {
	border-bottom: solid 1px #888;
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 8px;
	padding: 0 0 5px;
}

.jetmenu li > .megamenu ul li.title h5 {
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	font-weight: bold;
}

.jetmenu li > .megamenu h5 {
	margin: 0;
	padding: 0;
	width: 100%;
}

.jetmenu li > .megamenu a {
	color: #d8d8d8;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

.jetmenu li > .megamenu a:hover {
	color: #fff;
}

.jetmenu .megamenu img {
	-webkit-transition: border .3s linear;
	-o-transition: border .3s linear;
	transition: border .3s linear;
	width: 100%;
}

.jetmenu > li.fix-sub > .megamenu {
	right: 0;
}

.jetmenu > li.fix-sub > .megamenu.half-width {
	right: 0;
}

.jetmenu > li.fix-sub > .dropdown {
	right: 0;
}

.jetmenu > li > .megamenu.half-width {
	width: 50%;
}

.jetmenu > li > .megamenu.full-width {
	left: 5%;
	width: 90%;
	top: 100%;
}

.jetmenu li > .megamenu form {
	width: 100%;
}

.jetmenu li > .megamenu form input[type='text'], .jetmenu li > .megamenu form textarea {
	background: #444;
	border: solid 1px transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
	outline: none;
	padding: 5px;
	-webkit-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}

.jetmenu li > .megamenu form input[type='text']:focus, .jetmenu li > .megamenu form textarea:focus {
	border-color: #e0e0e0;
}

.jetmenu li > .megamenu form input[type='text'], .jetmenu li > .megamenu form textarea {
	margin-top: 10px;
	width: 100%;
}

.jetmenu li > .megamenu form input[type='submit'] {
	background: #444;
	border: 0;
	color: #777;
	cursor: pointer;
	float: right;
	height: 30px;
	margin-top: 10px;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	width: 25%;
}

.jetmenu li > .megamenu form input[type='submit']:hover {
	background: #e0e0e0;
	color: #555;
}

.megamenu .mega-row {
	margin-top: 15px;
	width: 100%;
}

.megamenu .mega-row:first-child {
	margin-top: 0;
}

.megamenu .mega-row:before {
	content: '';
	display: table;
	line-height: 0;
}

.megamenu .mega-row:after {
	clear: both;
	content: '';
	display: table;
	line-height: 0;
}

.megamenu .mega-row .col1,
.megamenu .mega-row .col2,
.megamenu .mega-row .col3,
.megamenu .mega-row .col4,
.megamenu .mega-row .col5,
.megamenu .mega-row .col6 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 20px;
	width: 100%;
}

.megamenu .mega-row [class*='col']:first-child {
	margin-left: 0;
}

.megamenu .mega-row .col1 {
	width: 98.893617021276595%;
}

.megamenu .mega-row .col2 {
	width: 48.914893617021278%;
}

.megamenu .mega-row .col3 {
	width: 31.914893617021278%;
}

.megamenu .mega-row .col4 {
	width: 22.893617021276595%;
}

.megamenu .mega-row .col5 {
	width: 17.893617021276594%;
}

.megamenu .mega-row .col6 {
	width: 14%;
}

.jetmenu > li.right {
	float: right;
}

.jetmenu > li.right > .megamenu {
	right: 0;
}

.jetmenu > li.right > .megamenu.half-width {
	right: 0;
}

.jetmenu > li.right > .dropdown {
	right: 0;
}

.jetmenu > li.jsright {
	float: right;
}

.jetmenu > li.jsright.last > .megamenu {
	right: 0;
}

.jetmenu > li.jsright.last > .megamenu.half-width {
	right: 0;
}

.jetmenu > li.jsright.last > .dropdown {
	right: 0;
}

.jetmenu > li > a > i {
	float: left;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 23px !important;
	margin-right: 6px;
}

.jetmenu > li.showhide {
	background: #333;
	color: #999;
	cursor: pointer;
	display: none;
	height: 50px;
	width: 100%;
}

.jetmenu > li.showhide span.title {
	float: left;
	margin: 15px 0 0 25px;
}

.jetmenu > li.showhide span.icon {
	float: right;
	margin: 17px 20px;
}

.jetmenu > li.showhide .icon em {
	background: #999;
	display: block;
	height: 2px;
	margin-bottom: 3px;
	width: 20px;
}

.black > li:hover > a,
.black > li.active > a {
	background: #111111;
	color: #fff;
}

.black ul.dropdown li:hover > a {
	background: #111111;
	color: #fff;
}

.black li > .megamenu form input[type='text']:focus, .black li > .megamenu form textarea:focus {
	border-color: #111111;
}

.black li > .megamenu form input[type='submit']:hover {
	background: #111111;
	color: #fff;
}

.black li > .megamenu a:hover {
	color: #dedede;
}

.grey > li:hover > a, .grey > li.active > a {
	background: #82837e;
	color: #fff;
}

.grey ul.dropdown li:hover > a {
	background: #82837e;
	color: #fff;
}

.grey li > .megamenu form input[type='text']:focus, .grey li > .megamenu form textarea:focus {
	border-color: #82837E;
}

.grey li > .megamenu form input[type='submit']:hover {
	background: #82837e;
	color: #fff;
}

.grey li > .megamenu a:hover {
	color: #dedede;
}

.blue > li:hover > a, .blue > li.active > a {
	background: #02b8fa;
	color: #fff;
}

.blue ul.dropdown li:hover > a {
	background: #02b8fa;
	color: #fff;
}

.blue li > .megamenu form input[type='text']:focus, .blue li > .megamenu form textarea:focus {
	border-color: #02b8fa;
}

.blue li > .megamenu form input[type='submit']:hover {
	background: #02b8fa;
	color: #fff;
}

.blue li > .megamenu a:hover {
	color: #02b8fa;
}

.deeper > li:hover > a, .deeper > li.active > a {
	background: #008C9E;
	color: #fff;
}

.deeper ul.dropdown li:hover > a {
	background: #008C9E;
	color: #fff;
}

.deeper li > .megamenu form input[type='text']:focus, .deeper li > .megamenu form textarea:focus {
	border-color: #008C9E;
}

.deeper li > .megamenu form input[type='submit']:hover {
	background: #008C9E;
	color: #fff;
}

.deeper li > .megamenu a:hover {
	color: #008C9E;
}

.green > li:hover > a, .green > li.active > a {
	background: #88c425;
	color: #fff;
}

.green ul.dropdown li:hover > a {
	background: #88c425;
	color: #fff;
}

.green li > .megamenu form input[type='text']:focus, .green li > .megamenu form textarea:focus {
	border-color: #88c425;
}

.green li > .megamenu form input[type='submit']:hover {
	background: #88c425;
	color: #fff;
}

.green li > .megamenu a:hover {
	color: #88c425;
}

.emerald > li:hover > a, .emerald > li.active > a {
	background: #2ecc71;
	color: #fff;
}

.emerald ul.dropdown li:hover > a {
	background: #2ecc71;
	color: #fff;
}

.emerald li > .megamenu form input[type='text']:focus, .emerald li > .megamenu form textarea:focus {
	border-color: #2ecc71;
}

.emerald li > .megamenu form input[type='submit']:hover {
	background: #2ecc71;
	color: #fff;
}

.emerald li > .megamenu a:hover {
	color: #2ecc71;
}

.red {
	background: none;
}

.red > li > a {
	color: #fff;
}

.red > li > a:after {
	bottom: 29px;
}

.red > li:hover > a,
.red > li.active > a {
	background: none;
	color: #fff;
}

.red a:hover {
	color: #8f000e;
}

.red ul.dropdown {
	background: #8f000e;
}

.red ul.dropdown li:hover > a {
	background: none;
	color: #ccc;
}

.red > li > .megamenu {
	background: #8f000e;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.red > li > .megamenu a {
	color: #fff;
}

.red > li > .megamenu a.button {
	background-color: #e8e8e8;
	color: #4b4943;
}

.red > li > .megamenu a.button:hover {
	background-color: #e8e8e8;
	color: #4b4943;
}

.red > li > .megamenu a:hover, .red > li > .megamenu a:focus {
	color: #f8f8f8;
}

.red li > .megamenu form input[type='text']:focus, .red li > .megamenu form textarea:focus {
	border-color: #8f000e;
}

.red li > .megamenu form input[type='submit']:hover {
	background: #8f000e;
	color: #fff;
}

.pox > li:hover > a, .pox > li.active > a {
	background: #FA023C;
	color: #fff;
}

.pox ul.dropdown li:hover > a {
	background: #FA023C;
	color: #fff;
}

.pox li > .megamenu form input[type='text']:focus, .pox li > .megamenu form textarea:focus {
	border-color: #FA023C;
}

.pox li > .megamenu form input[type='submit']:hover {
	background: #FA023C;
	color: #fff;
}

.pox li > .megamenu a:hover {
	color: #FA023C;
}

.orange > li:hover > a, .orange > li.active > a {
	background: #ff670f;
	color: #fff;
}

.orange ul.dropdown li:hover > a {
	background: #ff670f;
	color: #fff;
}

.orange li > .megamenu form input[type='text']:focus, .orange li > .megamenu form textarea:focus {
	border-color: #ff670f;
}

.orange li > .megamenu form input[type='submit']:hover {
	background: #ff670f;
	color: #fff;
}

.orange li > .megamenu a:hover {
	color: #ff670f;
}

.sunburst > li:hover > a, .sunburst > li.active > a {
	background: #D46D22;
	color: #fff;
}

.sunburst ul.dropdown li:hover > a {
	background: #D46D22;
	color: #fff;
}

.sunburst li > .megamenu form input[type='text']:focus, .sunburst li > .megamenu form textarea:focus {
	border-color: #D46D22;
}

.sunburst li > .megamenu form input[type='submit']:hover {
	background: #D46D22;
	color: #fff;
}

.sunburst li > .megamenu a:hover {
	color: #D46D22;
}

.yellow > li:hover > a, .yellow > li.active > a {
	background: #febf01;
	color: #222;
}

.yellow ul.dropdown li:hover > a {
	background: #febf01;
	color: #222;
}

.yellow li > .megamenu form input[type='text']:focus, .yellow li > .megamenu form textarea:focus {
	border-color: #febf01;
}

.yellow li > .megamenu form input[type='submit']:hover {
	background: #febf01;
	color: #222;
}

.yellow li > .megamenu a:hover {
	color: #febf01;
}

.purple > li:hover > a, .purple > li.active > a {
	background: #a849a3;
	color: #fff;
}

.purple ul.dropdown li:hover > a {
	background: #a849a3;
	color: #fff;
}

.purple li > .megamenu form input[type='text']:focus, .purple li > .megamenu form textarea:focus {
	border-color: #a849a3;
}

.purple li > .megamenu form input[type='submit']:hover {
	background: #a849a3;
	color: #fff;
}

.purple li > .megamenu a:hover {
	color: #a849a3;
}

.pink > li:hover > a, .pink > li.active > a {
	background: #F56991;
	color: #fff;
}

.pink ul.dropdown li:hover > a {
	background: #F56991;
	color: #fff;
}

.pink li > .megamenu form input[type='text']:focus, .pink li > .megamenu form textarea:focus {
	border-color: #F56991;
}

.pink li > .megamenu form input[type='submit']:hover {
	background: #F56991;
	color: #fff;
}

.pink li > .megamenu a:hover {
	color: #F56991;
}

.white {
	background: none;
}

.white > li > a::after {
	bottom: 22px;
}

.white > li:hover > a,
.white > li.active > a {
	background: transparent;
	color: #8f000e;
}

.white ul.dropdown,
.white ul.dropdown li ul.dropdown {
	background-color: #fff;
}

.white ul.dropdown li:hover > a,
.white ul.dropdown li ul.dropdown li:hover > a {
	background: #8f000e;
	color: #fff;
}

.white li > .megamenu {
	background: #fff;
	border: 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.white li > .megamenu form input[type='text']:focus, .white li > .megamenu form textarea:focus {
	border-color: #8f000e;
}

.white li > .megamenu form input[type='submit']:hover {
	background: #8f000e;
	color: #fff;
}

.white li > .megamenu a {
	color: #8f000e;
}

.white li > .megamenu a:hover {
	color: #8f000e;
}

@media (max-width: 768px) {
	.jetmenu > li {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.jetmenu > li > a {
		padding: 15px 25px;
	}
	.jetmenu a {
		width: 100%;
		background: #333;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.jetmenu ul.dropdown {
		width: 100% !important;
		left: 0;
		position: static !important;
		border: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.jetmenu ul.dropdown li {
		background: #fff !important;
		border: 0;
	}
	.jetmenu ul.dropdown li ul.dropdown {
		width: 100% !important;
		left: 0;
		position: static !important;
		border: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.jetmenu ul.dropdown > li > a {
		padding-left: 40px !important;
	}
	.jetmenu > li > .megamenu {
		width: 100% !important;
		position: static;
		border-top: none;
	}
	.jetmenu > li > .megamenu .mega-row {
		margin-top: 0;
	}
	.jetmenu > li > .megamenu .mega-row [class*='col'] {
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.jetmenu > li > .megamenu .mega-row:first-child [class*='col']:first-child {
		margin-top: 0;
	}
	.jetmenu > li > ul.dropdown > li > a {
		padding-left: 40px !important;
	}
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 60px !important;
	}
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 80px !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.jetmenu > li > .megamenu {
		width: 100% !important;
		left: 0 !important;
	}
}