


/*! jQuery UI - v1.10.2 - 2013-05-01
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2C%20Helvetica%2C%20sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0&bgColorHeader=%23cccccc&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%23cccccc&fcHeader=%23333333&iconColorHeader=%23333333&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%23cccccc&fcContent=%23333333&iconColorContent=%23333333&bgColorDefault=%23eeeeee&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%23dddddd&fcDefault=%23666666&iconColorDefault=%23888888&bgColorHover=%23eeeeee&bgTextureHover=flat&bgImgOpacityHover=100&borderColorHover=%23999999&fcHover=%23333333&iconColorHover=%23333333&bgColorActive=%23ffffff&bgTextureActive=flat&bgImgOpacityActive=100&borderColorActive=%23cccccc&fcActive=%23333333&iconColorActive=%23333333&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px&zThemeParams=5d00000100ef05000000000000003d8888d844329a8dfe02723de3e5700bbb34ecf36cd860b0b15c401619a7e924a16722e66e3e2a2945dabbdb3cb54cf95e9d49d626ee5ce67245f727ef682c200e494d70eb38204c605fb69d3ded8fb25c65cbcc29f42471975a772d1931b5bd5acb9552851c6a1e55174c7c160f404fdc7b7ad5381e18c48d3bf7147a5dd0a20e5a8b469c380ce15e3d8bdc938ac514514b1f022191a3c25ec6e447729d46167ac48a19011ff933e2f964da7d27f92eb7bae7d3f76a07e820bfe28ac212fe0d8229bc4eead42e23eeb950b2355cc57e430b840be416309aac84e20bbc3eb99b08a0fe4d3fa00200890bcb2ef096c8055721ea640a4b8ea31c2dae8c62ed37eed779cd3056ec23886a92060a5121281d8bb62ffdb1fdb769781c506fc14c8a0c19f00b8c9762ad8ccc0946c9f00bf554c843efc9482bd793f8aa24198e78a6d5b0529fb94200344cf1e6c53aa8c70210855c8ac5ca36236f7564b6c8f8994f12f75baae38746cb478b1ea8c32223b7c509e15d8f22ae7184b6bfb44dd5996a0a3cb8c5e049c9c4237f8bbb84b7ad5a3f6a475337336b6f881def3609bcececb4f01933885e1898ebe70cff07a4ffd710295b
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #BFBFBF;
	background: #ffffff url(/static/images/jquery-ui/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x;
	color: #242424;
}
.ui-widget-content a {
	color: #242424;
}
.ui-widget-header {
	border: 1px solid #BFBFBF;
	background: #BFBFBF url(/static/images/jquery-ui/ui-bg_flat_100_cccccc_40x100.png) 50% 50% repeat-x;
	color: #242424;
	font-weight: bold;
}
.ui-widget-header a {
	color: #242424;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #dddddd;
	background: #eeeeee url(/static/images/jquery-ui/ui-bg_flat_100_eeeeee_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #666666;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #666666;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #808080;
	background: #eeeeee url(/static/images/jquery-ui/ui-bg_flat_100_eeeeee_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #242424;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #242424;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #BFBFBF;
	background: #ffffff url(/static/images/jquery-ui/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #242424;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #242424;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/static/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/static/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/static/images/jquery-ui/ui-icons_333333_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/static/images/jquery-ui/ui-icons_333333_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/static/images/jquery-ui/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/static/images/jquery-ui/ui-icons_333333_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/static/images/jquery-ui/ui-icons_333333_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/static/images/jquery-ui/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/static/images/jquery-ui/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(/static/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/static/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(/static/images/royal-slider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(/static/images/royal-slider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(/static/images/royal-slider/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: rs-default.png
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;

}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;
	margin-left: -16px;

	position: absolute;
	cursor: pointer;
	background: url(/static/images/royal-slider/rs-default.png);

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;

	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: auto;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url(/static/images/royal-slider/rs-default.png);
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #242424;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #F6F6F6;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline;
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
	color: #FFF;
	border: 1px solid #808080;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;

}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url(/static/images/royal-slider/rs-default.png) 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(/static/images/royal-slider/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);

}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url(/static/images/royal-slider/rs-default.png) -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/static/images/royal-slider/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;
	background: url('/static/images/royal-slider/rs-minimal-white.png') transparent;

	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #BFBFBF;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsMinW .rsThumbsHor {
	width: 100%;
	height: auto;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #242424;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
}
.rsMinW .rsTmb {
	display: block;
}




/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('/static/images/royal-slider/rs-minimal-white.png');
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #242424;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #F6F6F6;
	text-decoration: none;

	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline;
	*zoom:1;
}
.rsMinW .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsMinW .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected {
	color: #000;
	border: 1px solid #808080;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;

}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/static/images/royal-slider/rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url('/static/images/royal-slider/rs-minimal-white.png') no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);

}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/static/images/royal-slider/rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/static/images/royal-slider/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}




/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

.loc-dropdown {
    display: none;
    position: absolute;
    left: auto;
    top: auto;
    z-index: 9999;
}
.loc-dropdown.active {
    display: block;
}
.loc-dropdown:focus {
    outline: none;
}

.js-to_expand[aria-hidden=true],
.js-to_expand[data-hidden=true] {
    display: none;
}
.expandmore__button {
    display: block;
    background: none;
    font-size: inherit;
    color: inherit;
    border: 1px solid transparent;
    padding: 0;
    height: auto;
    width: 100%;
    text-align: left;
    position: relative;
}
.expandmore__button:hover,
.expandmore__button:focus {
    background: none;
    color: inherit;
}
.expandmore__button:before {
    font-family: FontAwesome;
    content : '\f0fe';
    position: absolute;
    right: 0;
    top: 0;
}
.expandmore__button[aria-expanded=true]:before,
.expandmore__button[data-expanded=true]:before {
    content : '\f146';
}

.js-expandmore[data-hideshow-prefix-class='light'] {
    margin: 0 0 1rem;
}
.light-expandmore__button {
    display: block;
    border: none;
    height: auto;
    width: 100%;
    text-align: left;
    position: relative;
    background-color: #eee;
    padding: 1rem 1rem 1rem 37px;
    font-size: 1rem;
    font-weight: normal;
    color: #0076AD;
}
.light-expandmore__button:hover,
.light-expandmore__button:focus {
    color: #0076AD;
    background-color: #eee;
}
.light-expandmore__button:before {
    font-family: FontAwesome;
    font-size: 1rem;
    content : '\f0fe';
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -8px;
}
.light-expandmore__button[aria-expanded=true]:before,
.light-expandmore__button[data-expanded=true]:before {
    content : '\f146';
}
.light-expandmore__to_expand {
    background-color: #eee;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-top: -1rem;
}

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
    border: 0;
    clip: rect( 1px, 1px, 1px, 1px );
    -webkit-clip-path: inset( 50% );
            clip-path: inset( 50% );
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.mejs__container {
    background: #000;
    box-sizing: border-box;
    font-family: 'Helvetica', Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

.mejs__container * {
    box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs__container:focus {
    outline: none;
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important;
}

/* Start: LAYERS */
.mejs__background {
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    background: url('../images/mejs-controls.svg') no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px;
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px;
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: mejs__loading-spinner 1s linear infinite;
            animation: mejs__loading-spinner 1s linear infinite;
    background: transparent url('../images/mejs-controls.svg') -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
}

.mejs__button > button {
    background: transparent url('../images/mejs-controls.svg');
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}

/* :focus for accessibility */
.mejs__button > button:focus {
    outline: dotted 1px #808080;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs__play > button {
    background-position: 0 0;
}

.mejs__pause > button {
    background-position: -20px 0;
}

.mejs__replay > button {
    background-position: -160px 0;
}

/* End: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
}

.mejs__time-total {
    background: rgba(255, 255, 255, 0.3);
    margin: 5px 0 0;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
            animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
    background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.mejs__time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 11;
}

.mejs__time-handle-content {
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #242424;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36px;
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}

.mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px;
}

.mejs__long-video .mejs__time-float-current {
    width: 60px;
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
}

/* End: Progress Bar */

/* Start: Fullscreen */
.mejs__fullscreen-button > button {
    background-position: -80px 0;
}

.mejs__unfullscreen > button {
    background-position: -100px 0;
}

/* End: Fullscreen */

/* Start: Mute/Volume */
.mejs__mute > button {
    background-position: -60px 0;
}

.mejs__unmute > button {
    background-position: -40px 0;
}

.mejs__volume-button {
    position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
    background: rgba(255, 255, 255, 0.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
}

.mejs__volume-current {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16px;
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px;
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px;
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mejs__horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
    position: relative;
}

.mejs__captions-button > button {
    background-position: -140px 0;
}

.mejs__chapters-button > button {
    background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -55px;
    width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%;
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: rgba(33, 248, 248, 1);
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs__captions-position-hover {
    bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
}

/* End: Track (Captions and Chapters) */

/* Start: Error */
.mejs__overlay-error {
    position: relative;
}
.mejs__overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em;
}

.mejs__cannotplay {
    position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}
/* End: Error */


:root {
  --loc-primary: #0076AD;
  --loc-primary-accent: #F05129;
  --loc-primary-darker: #002347;
  --gray-darkest: #242424;
  --gray-dark: #808080;
  --gray: #BFBFBF;
  --gray-light: #EFEFEF;
  --gray-lightest: #F6F6F6;
  --red: #D1332E;
  --yellow: #FFFF00;
  --orange-light: #FAAC1D;
  --dark-blue: #00618E;
}
/* SG

# Normalize
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: #FFFF00;
  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 {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  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.
 */
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;
}
.container-undo {
  margin: 0 -2rem;
}
@media (max-width: 768px) {
  .container-undo {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
/* intrinsic(min-content) sizing not supported in ie */
.default-max-width {
  max-width: 564px;
  /* 17px for scrollbar */
}
@media (max-width: 1200px) {
  .default-max-width {
    max-width: 564px;
  }
}
@media (max-width: 992px) {
  .default-max-width {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .default-max-width {
    max-width: 75vw;
  }
}
@media (max-width: 480px) {
  .default-max-width {
    max-width: calc(100vw - 2rem - 17px);
  }
}
.large-max-width {
  max-width: 1144px;
}
@media (max-width: 1200px) {
  .large-max-width {
    max-width: 936px;
  }
}
@media (max-width: 992px) {
  .large-max-width {
    max-width: 712px;
  }
}
@media (max-width: 768px) {
  .large-max-width {
    max-width: 75vw;
  }
}
@media (max-width: 480px) {
  .large-max-width {
    max-width: calc(100vw - 2rem - 17px);
  }
}
.small-max-width {
  max-width: 300px;
}
@media (max-width: 1200px) {
  .small-max-width {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .small-max-width {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .small-max-width {
    max-width: 45vw;
  }
}
@media (max-width: 480px) {
  .small-max-width {
    max-width: calc(100vw - 2rem - 17px);
  }
}
.news-image-max-width {
  max-width: 450px;
}
@media (max-width: 1200px) {
  .news-image-max-width {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .news-image-max-width {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .news-image-max-width {
    max-width: 45vw;
  }
}
@media (max-width: 480px) {
  .news-image-max-width {
    max-width: calc(100vw - 2rem - 17px);
  }
}
figure,
.figure,
div {
  /* only works with image-align-center */
}
figure figcaption,
.figure figcaption,
div figcaption {
  padding-top: 5px;
  font-size: 12px;
  color: #242424;
  margin: auto;
}
figure.image-align-center,
.figure.image-align-center,
div.image-align-center,
figure.image-align-left,
.figure.image-align-left,
div.image-align-left,
figure.image-align-right,
.figure.image-align-right,
div.image-align-right,
figure.image-align-news,
.figure.image-align-news,
div.image-align-news {
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
  display: -ms-inline-grid;
  -ms-grid-columns: min-content;
  margin: 0.3rem auto 1.5rem auto;
}
figure.image-align-center figcaption,
.figure.image-align-center figcaption,
div.image-align-center figcaption,
figure.image-align-left figcaption,
.figure.image-align-left figcaption,
div.image-align-left figcaption,
figure.image-align-right figcaption,
.figure.image-align-right figcaption,
div.image-align-right figcaption,
figure.image-align-news figcaption,
.figure.image-align-news figcaption,
div.image-align-news figcaption {
  max-width: 564px;
  /* 17px for scrollbar */
  -ms-grid-row: 2;
}
@media (max-width: 1200px) {
  figure.image-align-center figcaption,
  .figure.image-align-center figcaption,
  div.image-align-center figcaption,
  figure.image-align-left figcaption,
  .figure.image-align-left figcaption,
  div.image-align-left figcaption,
  figure.image-align-right figcaption,
  .figure.image-align-right figcaption,
  div.image-align-right figcaption,
  figure.image-align-news figcaption,
  .figure.image-align-news figcaption,
  div.image-align-news figcaption {
    max-width: 564px;
  }
}
@media (max-width: 992px) {
  figure.image-align-center figcaption,
  .figure.image-align-center figcaption,
  div.image-align-center figcaption,
  figure.image-align-left figcaption,
  .figure.image-align-left figcaption,
  div.image-align-left figcaption,
  figure.image-align-right figcaption,
  .figure.image-align-right figcaption,
  div.image-align-right figcaption,
  figure.image-align-news figcaption,
  .figure.image-align-news figcaption,
  div.image-align-news figcaption {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  figure.image-align-center figcaption,
  .figure.image-align-center figcaption,
  div.image-align-center figcaption,
  figure.image-align-left figcaption,
  .figure.image-align-left figcaption,
  div.image-align-left figcaption,
  figure.image-align-right figcaption,
  .figure.image-align-right figcaption,
  div.image-align-right figcaption,
  figure.image-align-news figcaption,
  .figure.image-align-news figcaption,
  div.image-align-news figcaption {
    max-width: 75vw;
  }
}
@media (max-width: 480px) {
  figure.image-align-center figcaption,
  .figure.image-align-center figcaption,
  div.image-align-center figcaption,
  figure.image-align-left figcaption,
  .figure.image-align-left figcaption,
  div.image-align-left figcaption,
  figure.image-align-right figcaption,
  .figure.image-align-right figcaption,
  div.image-align-right figcaption,
  figure.image-align-news figcaption,
  .figure.image-align-news figcaption,
  div.image-align-news figcaption {
    max-width: calc(100vw - 2rem - 17px);
  }
}
figure.image-align-center img,
.figure.image-align-center img,
div.image-align-center img,
figure.image-align-left img,
.figure.image-align-left img,
div.image-align-left img,
figure.image-align-right img,
.figure.image-align-right img,
div.image-align-right img,
figure.image-align-news img,
.figure.image-align-news img,
div.image-align-news img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 564px;
  /* 17px for scrollbar */
}
@media (max-width: 1200px) {
  figure.image-align-center img,
  .figure.image-align-center img,
  div.image-align-center img,
  figure.image-align-left img,
  .figure.image-align-left img,
  div.image-align-left img,
  figure.image-align-right img,
  .figure.image-align-right img,
  div.image-align-right img,
  figure.image-align-news img,
  .figure.image-align-news img,
  div.image-align-news img {
    max-width: 564px;
  }
}
@media (max-width: 992px) {
  figure.image-align-center img,
  .figure.image-align-center img,
  div.image-align-center img,
  figure.image-align-left img,
  .figure.image-align-left img,
  div.image-align-left img,
  figure.image-align-right img,
  .figure.image-align-right img,
  div.image-align-right img,
  figure.image-align-news img,
  .figure.image-align-news img,
  div.image-align-news img {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  figure.image-align-center img,
  .figure.image-align-center img,
  div.image-align-center img,
  figure.image-align-left img,
  .figure.image-align-left img,
  div.image-align-left img,
  figure.image-align-right img,
  .figure.image-align-right img,
  div.image-align-right img,
  figure.image-align-news img,
  .figure.image-align-news img,
  div.image-align-news img {
    max-width: 75vw;
  }
}
@media (max-width: 480px) {
  figure.image-align-center img,
  .figure.image-align-center img,
  div.image-align-center img,
  figure.image-align-left img,
  .figure.image-align-left img,
  div.image-align-left img,
  figure.image-align-right img,
  .figure.image-align-right img,
  div.image-align-right img,
  figure.image-align-news img,
  .figure.image-align-news img,
  div.image-align-news img {
    max-width: calc(100vw - 2rem - 17px);
  }
}
figure.image-align-center,
.figure.image-align-center,
div.image-align-center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
  margin-right: 0;
}
figure.image-align-large figcaption,
.figure.image-align-large figcaption,
div.image-align-large figcaption,
figure.image-align-large img,
.figure.image-align-large img,
div.image-align-large img {
  max-width: 1144px;
}
@media (max-width: 1200px) {
  figure.image-align-large figcaption,
  .figure.image-align-large figcaption,
  div.image-align-large figcaption,
  figure.image-align-large img,
  .figure.image-align-large img,
  div.image-align-large img {
    max-width: 936px;
  }
}
@media (max-width: 992px) {
  figure.image-align-large figcaption,
  .figure.image-align-large figcaption,
  div.image-align-large figcaption,
  figure.image-align-large img,
  .figure.image-align-large img,
  div.image-align-large img {
    max-width: 712px;
  }
}
@media (max-width: 768px) {
  figure.image-align-large figcaption,
  .figure.image-align-large figcaption,
  div.image-align-large figcaption,
  figure.image-align-large img,
  .figure.image-align-large img,
  div.image-align-large img {
    max-width: 75vw;
  }
}
@media (max-width: 480px) {
  figure.image-align-large figcaption,
  .figure.image-align-large figcaption,
  div.image-align-large figcaption,
  figure.image-align-large img,
  .figure.image-align-large img,
  div.image-align-large img {
    max-width: calc(100vw - 2rem - 17px);
  }
}
figure.image-align-left figcaption,
.figure.image-align-left figcaption,
div.image-align-left figcaption,
figure.image-align-right figcaption,
.figure.image-align-right figcaption,
div.image-align-right figcaption,
figure.image-align-left img,
.figure.image-align-left img,
div.image-align-left img,
figure.image-align-right img,
.figure.image-align-right img,
div.image-align-right img {
  max-width: 300px;
}
@media (max-width: 1200px) {
  figure.image-align-left figcaption,
  .figure.image-align-left figcaption,
  div.image-align-left figcaption,
  figure.image-align-right figcaption,
  .figure.image-align-right figcaption,
  div.image-align-right figcaption,
  figure.image-align-left img,
  .figure.image-align-left img,
  div.image-align-left img,
  figure.image-align-right img,
  .figure.image-align-right img,
  div.image-align-right img {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  figure.image-align-left figcaption,
  .figure.image-align-left figcaption,
  div.image-align-left figcaption,
  figure.image-align-right figcaption,
  .figure.image-align-right figcaption,
  div.image-align-right figcaption,
  figure.image-align-left img,
  .figure.image-align-left img,
  div.image-align-left img,
  figure.image-align-right img,
  .figure.image-align-right img,
  div.image-align-right img {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  figure.image-align-left figcaption,
  .figure.image-align-left figcaption,
  div.image-align-left figcaption,
  figure.image-align-right figcaption,
  .figure.image-align-right figcaption,
  div.image-align-right figcaption,
  figure.image-align-left img,
  .figure.image-align-left img,
  div.image-align-left img,
  figure.image-align-right img,
  .figure.image-align-right img,
  div.image-align-right img {
    max-width: 45vw;
  }
}
@media (max-width: 480px) {
  figure.image-align-left figcaption,
  .figure.image-align-left figcaption,
  div.image-align-left figcaption,
  figure.image-align-right figcaption,
  .figure.image-align-right figcaption,
  div.image-align-right figcaption,
  figure.image-align-left img,
  .figure.image-align-left img,
  div.image-align-left img,
  figure.image-align-right img,
  .figure.image-align-right img,
  div.image-align-right img {
    max-width: calc(100vw - 2rem - 17px);
  }
}
@media (min-width: 481px) {
  figure.image-align-left,
  .figure.image-align-left,
  div.image-align-left,
  figure.image-align-right,
  .figure.image-align-right,
  div.image-align-right {
    float: left;
    margin: 0.3rem 2rem 2rem 0;
  }
}
@media (min-width: 481px) {
  figure.image-align-right,
  .figure.image-align-right,
  div.image-align-right {
    float: right;
    margin: 0.3rem 0 2rem 2rem;
  }
}
figure.image-align-news figcaption,
.figure.image-align-news figcaption,
div.image-align-news figcaption,
figure.image-align-news img,
.figure.image-align-news img,
div.image-align-news img {
  max-width: 450px;
}
@media (max-width: 1200px) {
  figure.image-align-news figcaption,
  .figure.image-align-news figcaption,
  div.image-align-news figcaption,
  figure.image-align-news img,
  .figure.image-align-news img,
  div.image-align-news img {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  figure.image-align-news figcaption,
  .figure.image-align-news figcaption,
  div.image-align-news figcaption,
  figure.image-align-news img,
  .figure.image-align-news img,
  div.image-align-news img {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  figure.image-align-news figcaption,
  .figure.image-align-news figcaption,
  div.image-align-news figcaption,
  figure.image-align-news img,
  .figure.image-align-news img,
  div.image-align-news img {
    max-width: 45vw;
  }
}
@media (max-width: 480px) {
  figure.image-align-news figcaption,
  .figure.image-align-news figcaption,
  div.image-align-news figcaption,
  figure.image-align-news img,
  .figure.image-align-news img,
  div.image-align-news img {
    max-width: calc(100vw - 2rem - 17px);
  }
}
@media (min-width: 481px) {
  figure.image-align-news,
  .figure.image-align-news,
  div.image-align-news {
    float: right;
    margin: 0.3rem 0 2rem 2rem;
  }
}
figure.banner,
.figure.banner,
div.banner {
  width: 100%;
  margin: 0.3rem auto 1.5rem auto;
}
figure.banner figcaption,
.figure.banner figcaption,
div.banner figcaption,
figure.banner img,
.figure.banner img,
div.banner img {
  width: 100%;
  max-width: 100%;
}
figure.banner img,
.figure.banner img,
div.banner img {
  display: block;
  height: auto;
  margin: auto;
}
.image-group {
  clear: both;
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}
.image-group figcaption {
  padding-top: 5px;
  font-size: 12px;
  color: #242424;
  margin: auto;
}
.image-group img {
  display: inline-block;
}
/* figcaption overlay for banner image only */
.figcaption-overlay {
  font-size: 13px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  height: 28px;
  line-height: 28px;
  margin-top: -28px;
  padding: 0 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
.figcaption-overlay > a {
  color: #fff !important;
}
/* banner - overlay text - example @ /programs/john-w-kluge-center */
.banner-overlay {
  position: relative;
}
.banner-overlay .text-block {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2rem 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 45%;
}
.banner-overlay .text-block .title {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  color: #fff;
}
.banner-overlay .text-block .title small,
.banner-overlay .text-block .title .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.banner-overlay .text-block .title small.block,
.banner-overlay .text-block .title .small.block {
  display: block;
  margin-bottom: 2px;
}
a .banner-overlay .text-block .title {
  color: inherit !important;
}
@media (max-width: 992px) {
  .banner-overlay .text-block .title {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #242424;
    margin: 0 0 1rem;
    font-size: 1.25rem;
    margin: 0 0 0.75rem;
    color: #fff;
    text-align: center;
  }
  .banner-overlay .text-block .title small,
  .banner-overlay .text-block .title .small {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: #242424;
  }
  .banner-overlay .text-block .title small.block,
  .banner-overlay .text-block .title .small.block {
    display: block;
    margin-bottom: 2px;
  }
  a .banner-overlay .text-block .title {
    color: inherit !important;
  }
}
.banner-overlay .text-block .description {
  margin: 0 0 0.5rem;
  color: #8fbbe4;
}
@media (max-width: 992px) {
  .banner-overlay .text-block .description {
    text-align: center;
  }
}
.banner-overlay .text-block .link {
  margin: 0;
  color: #fff;
}
.banner-overlay .text-block .link a {
  color: #fff;
}
@media (max-width: 992px) {
  .banner-overlay .text-block .link {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .banner-overlay .text-block {
    padding: 1rem;
    width: 55%;
  }
}
@media (max-width: 992px) {
  .banner-overlay .text-block {
    position: static;
    width: 100%;
    background-color: #242424;
    padding: 1.5rem 4rem;
  }
}
/*custom example
body {
   border: 10px solid yellow;
   .screen-custom(@size:800px;{
       border: 10px solid red;
   });
}
*/
/* Browser specific http://browserhacks.com/ */
/* IE 10+ */
/* Firefox */
/* Webkit */
/* SG

# Media Queries / Reference
* iPhone 6 portrait: 375px
* iPhone 6 landscape: 667px
* iPhone 6+ portrait: 414px
* iPhone 6+ landscape: 736px
* iPhone 5 portrait: 320px
* iPhone 5 landscape: 568px
* iPad(standard/mini) portrait: 768px
* iPad(standard/mini) landscape: 1024px
* http://www.websitedimensions.com
* http://www.w3schools.com/browsers/browsers_display.asp
* Library statistic (?)

*/
/* SG

# Media Queries / Breakpoints
* @screen-xs: 480px;
* @screen-sm: 768px;
* @screen-md: 992px; //default width for browsers with no media query support
* @screen-lg: 1200px; //default width
* @screen-xl: 1600px;

*/
.abstract-new {
  background-color: #F6F6F6;
  padding: 2rem 2rem 0.5rem;
  margin-bottom: 2rem;
}
.abstract {
  font-size: 18px;
  border-bottom: 1px solid #808080;
  margin-bottom: 20px;
}
.search-results-pane .abstract {
  border-bottom: none;
  margin-bottom: 0;
}
.abstract p {
  font-size: 18px;
}
.with-branding {
  margin-top: 2rem;
}
.with-branding > figure {
  text-align: center;
  max-height: 170px;
  margin-bottom: 1rem;
}
.with-branding > figure img {
  max-height: 100%;
  width: auto;
}
@media (min-width: 993px) {
  .with-branding {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 0 30px;
  }
  .with-branding > figure {
    grid-column: 1 / 2;
    grid-row: 1 / span 3;
  }
  .with-branding > p {
    grid-column: 2 / 3;
  }
}
.aside-in-body article,
.aside-in-body section {
  background-color: #F6F6F6;
  padding: 1.5rem 1.5rem 0.1rem;
  margin-bottom: 1px;
}
.aside-in-body article h2,
.aside-in-body section h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.aside-in-body article h2 small,
.aside-in-body section h2 small,
.aside-in-body article h2 .small,
.aside-in-body section h2 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.aside-in-body article h2 small.block,
.aside-in-body section h2 small.block,
.aside-in-body article h2 .small.block,
.aside-in-body section h2 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .aside-in-body article h2,
a .aside-in-body section h2 {
  color: inherit !important;
}
.aside-in-body article h3,
.aside-in-body section h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
.aside-in-body article h3 small,
.aside-in-body section h3 small,
.aside-in-body article h3 .small,
.aside-in-body section h3 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.aside-in-body article h3 small.block,
.aside-in-body section h3 small.block,
.aside-in-body article h3 .small.block,
.aside-in-body section h3 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .aside-in-body article h3,
a .aside-in-body section h3 {
  color: inherit !important;
}
.aside-in-body article .plain,
.aside-in-body section .plain {
  padding-left: 0;
  list-style: none;
}
ul .aside-in-body article .plain,
ul .aside-in-body section .plain {
  padding-left: 40px;
}
.clear:before,
.clear-fix:before,
.clear:after,
.clear-fix:after {
  content: " ";
  display: table;
}
.clear:after,
.clear-fix:after {
  clear: both;
}
.column-keep-together {
  display: inline-block;
  width: 100%;
}
.column-group {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 769px) {
  .content-3-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .content-3-columns > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (min-width: 993px) {
  .content-3-columns {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .content-3-columns > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.list-2-columns {
  max-width: 550px;
}
@media (min-width: 481px) {
  .list-2-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .list-2-columns > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.icon-external-link > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* example
i {
  .fa-mixin;
  .fa-mixin-icon(thumbs-up);
}
*/
.image-scalable {
  display: block;
  max-width: 100%;
  height: auto;
}
.list-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -0.75rem;
  /* search results */
}
.list-gallery > li {
  -webkit-box-flex: ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: ;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: ;
  /* IE 10 */
  -moz-box-flex: ;
  flex: ;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0.74962519rem;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(25% - 1.5rem) !important;
  -webkit-flex: 0 0 calc(25% - 1.5rem) !important;
  flex: 0 0 calc(25% - 1.5rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(25% - 1.5rem);
  /* ie fix */
  max-width: calc(25% - 1.5rem);
  /* moz fix */
  margin-bottom: 1.5rem;
  background-color: transparent;
}
.list-gallery > li figure img,
.list-gallery > li .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .list-gallery > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 1.5rem) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 1.5rem) !important;
    flex: 0 0 calc(33.33333333% - 1.5rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 1.5rem);
    /* ie fix */
    max-width: calc(33.33333333% - 1.5rem);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .list-gallery > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 1.5rem) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 1.5rem) !important;
    flex: 0 0 calc(33.33333333% - 1.5rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 1.5rem);
    /* ie fix */
    max-width: calc(33.33333333% - 1.5rem);
    /* moz fix */
  }
}
@media (max-width: 480px) {
  .list-gallery > li {
    -webkit-box-flex: 0 0 calc(50% - 1.5rem) !important;
    -webkit-flex: 0 0 calc(50% - 1.5rem) !important;
    flex: 0 0 calc(50% - 1.5rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 1.5rem);
    /* ie fix */
    max-width: calc(50% - 1.5rem);
    /* moz fix */
  }
}
.list-gallery > li.merge-cells {
  -webkit-box-flex: 0 0 calc(100% - 1.5rem) !important;
  -webkit-flex: 0 0 calc(100% - 1.5rem) !important;
  flex: 0 0 calc(100% - 1.5rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 1.5rem);
  /* ie fix */
  max-width: calc(100% - 1.5rem);
  /* moz fix */
}
.list-gallery.gallery-view > li {
  border: 1px solid #EFEFEF;
  padding: 1rem;
}
.list-gallery.gallery-view > li figure,
.list-gallery.gallery-view > li .figure {
  margin-bottom: 1rem;
}
.list-gallery.list-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.list-gallery.list-view > li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
}
.list-gallery.list-gallery-2-columns {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -7px;
  /* search results */
}
.list-gallery.list-gallery-2-columns > li {
  -webkit-box-flex: ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: ;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: ;
  /* IE 10 */
  -moz-box-flex: ;
  flex: ;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 6.99650175px;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(50% - 14px) !important;
  -webkit-flex: 0 0 calc(50% - 14px) !important;
  flex: 0 0 calc(50% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(50% - 14px);
  /* ie fix */
  max-width: calc(50% - 14px);
  /* moz fix */
  margin-bottom: 14px;
  background-color: transparent;
}
.list-gallery.list-gallery-2-columns > li figure img,
.list-gallery.list-gallery-2-columns > li .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .list-gallery.list-gallery-2-columns > li {
    -webkit-box-flex: 0 0 calc(50% - 14px) !important;
    -webkit-flex: 0 0 calc(50% - 14px) !important;
    flex: 0 0 calc(50% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 14px);
    /* ie fix */
    max-width: calc(50% - 14px);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .list-gallery.list-gallery-2-columns > li {
    -webkit-box-flex: 0 0 calc(50% - 14px) !important;
    -webkit-flex: 0 0 calc(50% - 14px) !important;
    flex: 0 0 calc(50% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 14px);
    /* ie fix */
    max-width: calc(50% - 14px);
    /* moz fix */
  }
}
@media (max-width: 480px) {
  .list-gallery.list-gallery-2-columns > li {
    -webkit-box-flex: 0 0 calc(50% - 14px) !important;
    -webkit-flex: 0 0 calc(50% - 14px) !important;
    flex: 0 0 calc(50% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 14px);
    /* ie fix */
    max-width: calc(50% - 14px);
    /* moz fix */
  }
}
.list-gallery.list-gallery-2-columns > li.merge-cells {
  -webkit-box-flex: 0 0 calc(100% - 14px) !important;
  -webkit-flex: 0 0 calc(100% - 14px) !important;
  flex: 0 0 calc(100% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 14px);
  /* ie fix */
  max-width: calc(100% - 14px);
  /* moz fix */
}
.list-gallery.list-gallery-2-columns.gallery-view > li {
  border: 1px solid #EFEFEF;
  padding: 1rem;
}
.list-gallery.list-gallery-2-columns.gallery-view > li figure,
.list-gallery.list-gallery-2-columns.gallery-view > li .figure {
  margin-bottom: 1rem;
}
.list-gallery.list-gallery-2-columns.list-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.list-gallery.list-gallery-2-columns.list-view > li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
}
.list-media-default {
  padding-left: 0;
  list-style: none;
}
.list-media-default > li {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.list-media-default > li img,
.list-media-default > li figure {
  display: block;
  max-width: 100%;
  height: auto;
  width: calc(50% - 1rem);
  float: left;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .list-media-default > li img,
  .list-media-default > li figure {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .list-media-default > li img,
  .list-media-default > li figure {
    width: calc(40% - 1rem);
  }
}
@media (max-width: 480px) {
  .list-media-default > li img,
  .list-media-default > li figure {
    width: calc(40% - 1rem);
  }
}
.list-media-default > li figure > img {
  float: none;
  width: 100%;
}
.list-media-default > li .info {
  float: left;
  width: calc(100% - 50%);
  margin: 0;
}
@media (max-width: 992px) {
  .list-media-default > li .info {
    width: calc(100% - 50%);
  }
}
@media (max-width: 768px) {
  .list-media-default > li .info {
    width: calc(100% - 40%);
  }
}
@media (max-width: 480px) {
  .list-media-default > li .info {
    width: calc(100% - 40%);
  }
}
.list-media-default > li .info h2 {
  margin-bottom: 0.5rem;
}
.list-media-default > li .info h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  margin-bottom: 0.5rem;
}
.list-media-default > li .info h3 small,
.list-media-default > li .info h3 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.list-media-default > li .info h3 small.block,
.list-media-default > li .info h3 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .list-media-default > li .info h3 {
  color: inherit !important;
}
.list-media-default > li .info p {
  margin: 0 0 0.75rem;
}
.list-media-default > li .info p:last-child {
  margin: 0;
}
.list-media-default > li .info > ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 0.75rem;
}
ul .list-media-default > li .info > ul {
  padding-left: 40px;
}
.list-media-default > li .info > ul > li {
  margin: 0 0 0.75rem;
}
.list-media-default > li .info > ul > li:last-child {
  margin: 0;
}
.list-media-default > li .info > ul.list-bulleted {
  padding-left: 40px;
  list-style: disc;
}
.list-media-default > li .info > ul.list-bulleted > li {
  margin-bottom: 5px;
}
.list-media-portrait {
  padding-left: 0;
  list-style: none;
}
.list-media-portrait > li {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.list-media-portrait > li img,
.list-media-portrait > li figure {
  display: block;
  max-width: 100%;
  height: auto;
  width: calc(25% - 1.5rem);
  float: left;
  margin-right: 1.5rem;
}
@media (max-width: 992px) {
  .list-media-portrait > li img,
  .list-media-portrait > li figure {
    width: calc(30% - 1.5rem);
  }
}
@media (max-width: 768px) {
  .list-media-portrait > li img,
  .list-media-portrait > li figure {
    width: calc(30% - 1.5rem);
  }
}
@media (max-width: 480px) {
  .list-media-portrait > li img,
  .list-media-portrait > li figure {
    width: calc(40% - 1.5rem);
  }
}
.list-media-portrait > li figure > img {
  float: none;
  width: 100%;
}
.list-media-portrait > li .info {
  float: left;
  width: calc(100% - 25%);
  margin: 0;
}
@media (max-width: 992px) {
  .list-media-portrait > li .info {
    width: calc(100% - 30%);
  }
}
@media (max-width: 768px) {
  .list-media-portrait > li .info {
    width: calc(100% - 30%);
  }
}
@media (max-width: 480px) {
  .list-media-portrait > li .info {
    width: calc(100% - 40%);
  }
}
.list-media-portrait > li .info h2 {
  margin-bottom: 0.5rem;
}
.list-media-portrait > li .info h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  margin-bottom: 0.5rem;
}
.list-media-portrait > li .info h3 small,
.list-media-portrait > li .info h3 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.list-media-portrait > li .info h3 small.block,
.list-media-portrait > li .info h3 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .list-media-portrait > li .info h3 {
  color: inherit !important;
}
.list-media-portrait > li .info p {
  margin: 0 0 0.75rem;
}
.list-media-portrait > li .info p:last-child {
  margin: 0;
}
.list-media-portrait > li .info > ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 0.75rem;
}
ul .list-media-portrait > li .info > ul {
  padding-left: 40px;
}
.list-media-portrait > li .info > ul > li {
  margin: 0 0 0.75rem;
}
.list-media-portrait > li .info > ul > li:last-child {
  margin: 0;
}
.list-media-portrait > li .info > ul.list-bulleted {
  padding-left: 40px;
  list-style: disc;
}
.list-media-portrait > li .info > ul.list-bulleted > li {
  margin-bottom: 5px;
}
.list-media-portrait > li {
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .list-media-portrait > li img {
    float: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .list-media-portrait > li .info {
    width: 100%;
    float: none;
  }
}
.list-plain {
  padding-left: 0;
  list-style: none;
}
ul .list-plain {
  padding-left: 40px;
}
.list-plain-extra-margin {
  padding-left: 0;
  list-style: none;
}
ul .list-plain-extra-margin {
  padding-left: 40px;
}
.list-plain-extra-margin > li {
  margin-bottom: 0.5rem;
}
.list-plain-extra-margin > li h4,
.list-plain-extra-margin > li h5 {
  margin-bottom: 0;
}
ul .list-plain-extra-margin {
  margin-top: 0.5rem;
}
.list-unstyle {
  padding: 0;
  margin: 0;
  list-style: none;
}
.screen-readers-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 769px) {
  .single-column-slim > h1,
  .single-column-slim > h2,
  .single-column-slim > h3,
  .single-column-slim > h4,
  .single-column-slim > h5,
  .single-column-slim > h6,
  .single-column-slim > p,
  .single-column-slim > table {
    margin-right: 16.78321678% !important;
    margin-left: 16.78321678% !important;
  }
  .single-column-slim > ul,
  .single-column-slim > ol,
  .single-column-slim > dl {
    margin-right: 16.78321678% !important;
    margin-left: 16.78321678% !important;
  }
  .single-column-slim > .table-responsive {
    padding-right: 16.78321678% !important;
    padding-left: 16.78321678% !important;
  }
}
.tab-focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.text-align-center {
  text-align: center;
}
.description-text {
  text-align: center;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  padding: 0 15rem;
  margin: 0 0 2.5rem;
}
@media (max-width: 992px) {
  .description-text {
    padding: 0 10rem;
  }
}
@media (max-width: 768px) {
  .description-text {
    padding: 0 5rem;
  }
}
@media (max-width: 480px) {
  .description-text {
    padding: 0 2rem;
  }
}
.word-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    */
}
.word-wrap-with-hyphens {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
}
table thead th {
  empty-cells: hide;
}
.default-table-padding th,
.default-table-padding td {
  padding: 10px;
}
.default-table-width {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.table,
.table-bordered {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #979797;
}
.table th,
.table-bordered th,
.table td,
.table-bordered td {
  padding: 10px;
}
.table th,
.table-bordered th,
.table td,
.table-bordered td {
  border: 1px solid #979797;
  color: #242424;
}
.table th figure,
.table-bordered th figure,
.table td figure,
.table-bordered td figure {
  text-align: center;
}
.table th figure.image-align-left,
.table-bordered th figure.image-align-left,
.table td figure.image-align-left,
.table-bordered td figure.image-align-left {
  margin: 0 !important;
  float: none;
  width: auto;
}
.table th figure figcaption,
.table-bordered th figure figcaption,
.table td figure figcaption,
.table-bordered td figure figcaption {
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    */
}
.table th,
.table-bordered th {
  background-color: #F6F6F6;
}
.table-sticky {
  border-collapse: separate;
  border: none;
  margin: 0;
}
.table-sticky th,
.table-sticky td {
  vertical-align: middle;
}
.table-sticky thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  border: none;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.table-sticky thead th:first-child {
  border-left: 1px solid #979797;
}
.table-sticky tbody td {
  border: none;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.table-sticky tbody td:first-child {
  border-left: 1px solid #979797;
}
.table-wrapper {
  overflow-x: auto;
  min-height: 0.01%;
}
.table-wrapper-for-sticky {
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .table-wrapper-for-sticky {
    overflow: auto;
    max-height: 70vh;
  }
}
.table-stripes tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}
.sortable-column-button {
  display: block;
  color: inherit;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: inherit;
  vertical-align: baseline;
}
.sortable-column-button:hover,
.sortable-column-button:focus {
  color: inherit;
  background-color: transparent;
}
.sortable-column-button::before {
  font-family: FontAwesome;
  content: "\f0dc";
  padding-right: 5px;
}
.no-sort .sortable-column-button::before {
  content: "\f0dc";
}
.sortable-column-ascending .sortable-column-button::before {
  content: "\f0de";
}
.sortable-column-descending .sortable-column-button::before {
  content: "\f0dd";
}
.sortable-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.sortable-table tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}
.sortable-table th,
.sortable-table td {
  padding: 10px;
}
.sortable-table thead th {
  background-color: #F6F6F6;
  border-bottom: 1px solid #979797;
}
.sortable-table tbody th {
  font-weight: normal;
  background-color: none;
}
.sortable-table .tablesorter-header {
  cursor: pointer;
}
.sortable-table .tablesorter-header .tablesorter-header-inner i {
  margin-right: 5px;
  font-family: FontAwesome;
  font-style: normal;
}
.sortable-table .tablesorter-header .tablesorter-header-inner i:before {
  content: "\f0dc";
}
.sortable-table .tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner i:before {
  content: "\f0dd";
}
.sortable-table .tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner i:before {
  content: "\f0de";
}
.font-sharp-grotesk-light {
  font-family: 'Sharp Grotesk Light', Arial, Helvetica, sans-serif;
  font-feature-settings: "ss02";
}
.font-sharp-grotesk-book {
  font-family: 'Sharp Grotesk Book', Arial, Helvetica, sans-serif;
  font-feature-settings: "ss02";
}
.font-sharp-grotesk-semi-bold {
  font-family: 'Sharp Grotesk Semi Bold', Arial, Helvetica, sans-serif;
  font-feature-settings: "ss02";
}
.font-sharp-grotesk-bold {
  font-family: 'Sharp Grotesk Bold', Arial, Helvetica, sans-serif;
  font-feature-settings: "ss02";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
h1 small.block,
h2 small.block,
h3 small.block,
h4 small.block,
h5 small.block,
h6 small.block,
.h1 small.block,
.h2 small.block,
.h3 small.block,
.h4 small.block,
.h5 small.block,
.h6 small.block,
h1 .small.block,
h2 .small.block,
h3 .small.block,
h4 .small.block,
h5 .small.block,
h6 .small.block,
.h1 .small.block,
.h2 .small.block,
.h3 .small.block,
.h4 .small.block,
.h5 .small.block,
.h6 .small.block {
  display: block;
  margin-bottom: 2px;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a .h1,
a .h2,
a .h3,
a .h4,
a .h5,
a .h6 {
  color: inherit !important;
}
h1,
.h1 {
  font-size: 2.5rem;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}
h1 small,
.h1 small,
h1 .small,
.h1 .small {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
h1 small.match-header,
.h1 small.match-header,
h1 .small.match-header,
.h1 .small.match-header {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: inherit;
}
h1 .subheading,
.h1 .subheading {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  margin-top: 5px;
  text-transform: none;
}
h2,
.h2 {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}
h4,
.h4 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
h5,
.h5 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
h6,
.h6 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
.serif-font-family {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}
.intro-text {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.heading-for-aside {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.heading-for-aside small,
.heading-for-aside .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.heading-for-aside small.block,
.heading-for-aside .small.block {
  display: block;
  margin-bottom: 2px;
}
a .heading-for-aside {
  color: inherit !important;
}
/* footnote */
.footnote-number {
  font-size: 100%;
  top: auto;
  position: static;
}
.footnote-number > a {
  background-color: #0076AD;
  color: white !important;
  font-weight: bold;
  padding: 0 4px;
  margin-left: 1px;
}
.footnotes {
  list-style-position: inside;
  padding-left: 0;
}
.footnotes li {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.footnotes li:target {
  background-color: #F6F6F6;
  outline: 7px solid #F6F6F6;
}
.text-normal-weight,
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.text-allcap {
  text-transform: uppercase;
}
.add-bottom-margin {
  margin-bottom: 1rem !important;
}
.add-bottom-margin-larger {
  margin-bottom: 2rem !important;
}
.add-bottom-margin-largest {
  margin-bottom: 3rem !important;
}
.add-bottom-margin-largest.subscribe-content {
  margin-bottom: 2rem !important;
  border-bottom: 1px solid #BFBFBF;
}
.add-bottom-margin-largest.subscribe-content:last-of-type {
  border: none;
}
p,
ul,
ol,
dl {
  margin: 0 0 1.5rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-extra-margin > li {
  margin-bottom: 0.5rem;
}
.list-extra-margin > li h4,
.list-extra-margin > li h5 {
  margin-bottom: 0;
}
.list-extra-margin.add-more-margin > li {
  margin-bottom: 1.5rem;
}
blockquote {
  margin: 0 0 0 1.5rem;
}
blockquote.plain {
  margin: 0;
}
address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #BFBFBF;
}
hr.no-margin {
  margin: 0;
}
.text-mute {
  color: #808080;
}
.text-primary {
  color: #0076AD;
}
.text-info {
  color: #808080;
}
.text-warning {
  color: #F05129;
}
.text-danger {
  color: #D1332E;
}
.bg-white {
  background-color: #fff;
  padding: 1rem;
}
.clear {
  height: 0;
  clear: both;
}
.clear-block {
  clear: both;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/static/fonts/OpenSans-Regular.woff2') format('woff2'), url('/static/fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/static/fonts/OpenSans-Italic.woff2') format('woff2'), url('/static/fonts/OpenSans-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/static/fonts/OpenSans-Bold.woff2') format('woff2'), url('/static/fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('/static/fonts/OpenSans-BoldItalic.woff2') format('woff2'), url('/static/fonts/OpenSans-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('/static/fonts/RobotoSlab-Regular.woff2') format('woff2'), url('/static/fonts/RobotoSlab-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url('/static/fonts/RobotoSlab-Bold.woff2') format('woff2'), url('/static/fonts/RobotoSlab-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Sharp Grotesk Bold';
  src: local('SharpGroteskBold20'), local('SharpGroteskBold20'), url('/static/fonts/SharpGroteskBold20.woff2') format('woff2'), url('/static/fonts/SharpGroteskBold20.woff') format('woff');
}
@font-face {
  font-family: 'Sharp Grotesk Semi Bold';
  src: local('SharpGroteskSmBold20'), local('SharpGroteskSmBold20'), url('/static/fonts/SharpGroteskSmBold20.woff2') format('woff2'), url('/static/fonts/SharpGroteskSmBold20.woff') format('woff');
}
@font-face {
  font-family: 'Sharp Grotesk Book';
  src: local('SharpGroteskBook20'), local('SharpGroteskBook20'), url('/static/fonts/SharpGroteskBook20.woff2') format('woff2'), url('/static/fonts/SharpGroteskBook20.woff') format('woff');
}
@font-face {
  font-family: 'Sharp Grotesk Light';
  src: local('SharpGroteskLight20'), local('SharpGroteskLight20'), url('/static/fonts/SharpGroteskLight20.woff2') format('woff2'), url('/static/fonts/SharpGroteskLight20.woff') format('woff');
}
.common-input {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
}
.input-fixed-height {
  height: 2.286rem;
}
.link-button-text-centered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
fieldset {
  border: 1px solid #BFBFBF;
  padding: 10px 20px 15px;
  margin: 0 0 2rem;
}
legend {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  display: block;
  width: auto;
  padding: 0 5px;
  margin: 0;
  border: 0;
}
legend small,
legend .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
legend small.block,
legend .small.block {
  display: block;
  margin-bottom: 2px;
}
a legend {
  color: inherit !important;
}
.fieldset-plain {
  border: none;
  padding: 0;
}
.fieldset-plain legend {
  padding: 0;
  margin-bottom: 10px;
}
.input,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
  background-color: #fff;
}
.input:disabled,
select:disabled,
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
.input.disabled,
select.disabled,
textarea.disabled,
input[type="text"].disabled,
input[type="password"].disabled,
input[type="datetime"].disabled,
input[type="datetime-local"].disabled,
input[type="date"].disabled,
input[type="month"].disabled,
input[type="week"].disabled,
input[type="time"].disabled,
input[type="number"].disabled,
input[type="email"].disabled,
input[type="url"].disabled,
input[type="search"].disabled,
input[type="tel"].disabled,
input[type="color"].disabled,
.input[readonly],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="week"][readonly],
input[type="time"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.input.readonly,
select.readonly,
textarea.readonly,
input[type="text"].readonly,
input[type="password"].readonly,
input[type="datetime"].readonly,
input[type="datetime-local"].readonly,
input[type="date"].readonly,
input[type="month"].readonly,
input[type="week"].readonly,
input[type="time"].readonly,
input[type="number"].readonly,
input[type="email"].readonly,
input[type="url"].readonly,
input[type="search"].readonly,
input[type="tel"].readonly,
input[type="color"].readonly {
  background-color: #F6F6F6;
}
.input:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  z-index: 3;
}
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"] {
  height: 2.286rem;
  padding: 0 0.6rem;
}
.select {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: default;
  padding-right: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 9px;
}
.select:disabled,
.select.disabled,
.select[readonly],
.select.readonly {
  background-color: #F6F6F6;
}
.select:focus {
  z-index: 3;
}
.select:disabled,
.select.disabled {
  background-color: #fff;
  opacity: 0.65;
  pointer-events: none;
}
.select-primary {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: default;
  padding-right: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 9px;
  border-color: #0076AD;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBmaWxsPSIjMDA3NkFEIiBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPgo=);
}
.select-primary:disabled,
.select-primary.disabled,
.select-primary[readonly],
.select-primary.readonly {
  background-color: #F6F6F6;
}
.select-primary:focus {
  z-index: 3;
}
.select-primary:disabled,
.select-primary.disabled {
  background-color: #fff;
  opacity: 0.65;
  pointer-events: none;
}
.select-primary:active {
  border-color: #0076AD;
}
.select-accent {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: default;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 9px;
  border-color: #242424;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPg==);
}
.select-accent:disabled,
.select-accent.disabled,
.select-accent[readonly],
.select-accent.readonly {
  background-color: #F6F6F6;
}
.select-accent:focus {
  z-index: 3;
}
.select-accent:disabled,
.select-accent.disabled {
  background-color: #fff;
  opacity: 0.65;
  pointer-events: none;
}
.select-accent:active {
  border-color: #242424;
}
button.select,
a.select {
  display: inline-block;
  vertical-align: middle;
  color: #242424 !important;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  position: relative;
}
button.select:active,
a.select:active,
button.select:hover,
a.select:hover,
button.select:focus,
a.select:focus {
  background-color: #fff;
}
button.select:focus,
a.select:focus {
  outline: 4px solid #0076AD;
}
.label,
label {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
.label.disabled,
label.disabled,
.label.readonly,
label.readonly {
  opacity: 0.65;
}
.label.label-small,
label.label-small {
  font-size: 12px;
}
.label.label-bold,
label.label-bold {
  font-weight: bold;
}
.button {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #0076AD;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #0076AD;
}
.button:link,
.button:visited {
  color: #fff;
}
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: #002347;
  border-color: #002347;
  color: #fff;
}
.button:active {
  border-style: inset;
  border-color: #BFBFBF;
  background-color: #000000;
}
.button:focus {
  z-index: 3;
  outline: 4px solid #0076AD;
}
.button:disabled,
.button.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.button-default,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #0076AD;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #0076AD;
}
.button-default:link,
button:link,
input[type="button"]:link,
input[type="submit"]:link,
input[type="reset"]:link,
.button-default:visited,
button:visited,
input[type="button"]:visited,
input[type="submit"]:visited,
input[type="reset"]:visited {
  color: #fff;
}
.button-default:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button-default:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  text-decoration: none;
  background-color: #002347;
  border-color: #002347;
  color: #fff;
}
.button-default:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  border-style: inset;
  border-color: #BFBFBF;
  background-color: #000000;
}
.button-default:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  z-index: 3;
  outline: 4px solid #0076AD;
}
.button-default:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
.button-default.disabled,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="reset"].disabled {
  opacity: 0.65;
  pointer-events: none;
}
.button-accent,
a.button-accent,
button.button-accent,
input.button-accent {
  border-color: #242424;
  background-color: #242424;
  color: #fff;
}
.button-accent:hover,
a.button-accent:hover,
button.button-accent:hover,
input.button-accent:hover,
.button-accent:focus,
a.button-accent:focus,
button.button-accent:focus,
input.button-accent:focus {
  border-color: #575757;
  background-color: #575757;
  color: #fff;
}
.button-accent:active,
a.button-accent:active,
button.button-accent:active,
input.button-accent:active {
  border-style: inset;
  border-color: #BFBFBF;
  background-color: #000000;
}
.button-tertiary,
a.button-tertiary,
button.button-tertiary,
input.button-tertiary {
  border-color: #0076AD;
  background-color: #fff;
  color: #0076AD;
}
.button-tertiary:link,
a.button-tertiary:link,
button.button-tertiary:link,
input.button-tertiary:link,
.button-tertiary:visited,
a.button-tertiary:visited,
button.button-tertiary:visited,
input.button-tertiary:visited {
  color: #0076AD;
}
.button-tertiary:hover,
a.button-tertiary:hover,
button.button-tertiary:hover,
input.button-tertiary:hover,
.button-tertiary:focus,
a.button-tertiary:focus,
button.button-tertiary:focus,
input.button-tertiary:focus {
  border-color: #002347;
  background-color: #fff;
  color: #002347;
}
.button-tertiary:active,
a.button-tertiary:active,
button.button-tertiary:active,
input.button-tertiary:active {
  border-style: solid;
  border-right-color: #BFBFBF;
  border-bottom-color: #BFBFBF;
}
.button-plain,
a.button-plain,
button.button-plain,
input.button-plain {
  background-color: transparent;
  border-color: transparent;
  color: #0076AD;
}
.button-plain:hover,
a.button-plain:hover,
button.button-plain:hover,
input.button-plain:hover,
.button-plain:focus,
a.button-plain:focus,
button.button-plain:focus,
input.button-plain:focus {
  background-color: transparent;
  border-color: transparent;
  color: #002347;
}
.button-round,
a.button-round,
button.button-round,
input.button-round {
  border-radius: 32px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.button-large-round,
a.button-large-round,
button.button-large-round,
input.button-large-round {
  font-size: 16px;
  padding: 8px 15px;
  height: auto;
  border-radius: 3px;
  line-height: 1.2;
}
.button-large-round-outline,
a.button-large-round-outline,
button.button-large-round-outline,
input.button-large-round-outline {
  font-size: 1.125rem;
  padding: 10px 30px;
  height: auto;
  border-radius: 20px;
  line-height: 1.2;
}
.button-small,
a.button-small,
button.button-small,
input.button-small {
  height: 2.286rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.button-icon {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #0076AD;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #0076AD;
  padding: 0;
  border-radius: 0 !important;
  font-size: 16px;
  height: 32px !important;
  width: 32px !important;
}
.button-icon:link,
.button-icon:visited {
  color: #fff;
}
.button-icon:hover,
.button-icon:focus {
  text-decoration: none;
  background-color: #002347;
  border-color: #002347;
  color: #fff;
}
.button-icon:active {
  border-style: inset;
  border-color: #BFBFBF;
  background-color: #000000;
}
.button-icon:focus {
  z-index: 3;
  outline: 4px solid #0076AD;
}
.button-icon:disabled,
.button-icon.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.button-icon:hover {
  outline: 1px solid #fff;
}
.button-icon:focus {
  outline-color: #fff;
}
.button-icon.active,
.button-icon.toggled {
  border-color: #fff;
  background-color: #fff !important;
  color: #0076AD !important;
  transition: all 0.5s;
}
.button-icon.button-icon-svg {
  line-height: 50%;
}
.button-icon.button-icon-svg.active svg,
.button-icon.button-icon-svg.toggled svg,
.button-icon.button-icon-svg.active g,
.button-icon.button-icon-svg.toggled g {
  stroke: #0076AD;
}
.form-input {
  margin: 0 0 1rem;
}
.list-form {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
ul .list-form {
  padding-left: 40px;
}
.list-form-horizontal > li {
  display: inline-block;
  margin-right: 1rem;
}
.list-form-horizontal.is-validated .list-form-feedback {
  display: block;
}
.box-error {
  color: #D1332E;
}
.validation-summary {
  background-color: #F6F6F6;
  padding: 1.25rem 1.25rem 0.125rem;
  margin-bottom: 1.5rem;
  border-left: 6px solid #0076AD;
  font-size: 16px;
}
.validation-summary h2 {
  margin-bottom: 0.5rem;
  color: #0076AD;
}
.validation-summary.box-error {
  border-left-color: #D1332E;
  color: #242424;
}
.validation-summary.box-error h2 {
  color: #D1332E;
}
.error > span:first-child {
  color: #D1332E;
}
input[type="radio"].error:invalid ~ label,
input[type="checkbox"].error:invalid ~ label {
  color: #D1332E;
}
input[type="radio"].error:valid ~ label,
input[type="checkbox"].error:valid ~ label {
  color: #242424;
}
select.error:invalid,
textarea.error:invalid,
input[type="text"].error:invalid,
input[type="password"].error:invalid,
input[type="datetime"].error:invalid,
input[type="datetime-local"].error:invalid,
input[type="date"].error:invalid,
input[type="month"].error:invalid,
input[type="time"].error:invalid,
input[type="week"].error:invalid,
input[type="number"].error:invalid,
input[type="email"].error:invalid,
input[type="url"].error:invalid,
input[type="search"].error:invalid,
input[type="tel"].error:invalid,
input[type="color"].error:invalid {
  border-color: #D1332E;
}
select.error:invalid:not(:focus),
textarea.error:invalid:not(:focus),
input[type="text"].error:invalid:not(:focus),
input[type="password"].error:invalid:not(:focus),
input[type="datetime"].error:invalid:not(:focus),
input[type="datetime-local"].error:invalid:not(:focus),
input[type="date"].error:invalid:not(:focus),
input[type="month"].error:invalid:not(:focus),
input[type="time"].error:invalid:not(:focus),
input[type="week"].error:invalid:not(:focus),
input[type="number"].error:invalid:not(:focus),
input[type="email"].error:invalid:not(:focus),
input[type="url"].error:invalid:not(:focus),
input[type="search"].error:invalid:not(:focus),
input[type="tel"].error:invalid:not(:focus),
input[type="color"].error:invalid:not(:focus) {
  outline: 2px solid #D1332E;
}
select.error:valid,
textarea.error:valid,
input[type="text"].error:valid,
input[type="password"].error:valid,
input[type="datetime"].error:valid,
input[type="datetime-local"].error:valid,
input[type="date"].error:valid,
input[type="month"].error:valid,
input[type="time"].error:valid,
input[type="week"].error:valid,
input[type="number"].error:valid,
input[type="email"].error:valid,
input[type="url"].error:valid,
input[type="search"].error:valid,
input[type="tel"].error:valid,
input[type="color"].error:valid {
  border-color: #BFBFBF;
}
select.error:valid:not(:focus),
textarea.error:valid:not(:focus),
input[type="text"].error:valid:not(:focus),
input[type="password"].error:valid:not(:focus),
input[type="datetime"].error:valid:not(:focus),
input[type="datetime-local"].error:valid:not(:focus),
input[type="date"].error:valid:not(:focus),
input[type="month"].error:valid:not(:focus),
input[type="time"].error:valid:not(:focus),
input[type="week"].error:valid:not(:focus),
input[type="number"].error:valid:not(:focus),
input[type="email"].error:valid:not(:focus),
input[type="url"].error:valid:not(:focus),
input[type="search"].error:valid:not(:focus),
input[type="tel"].error:valid:not(:focus),
input[type="color"].error:valid:not(:focus) {
  outline: none;
}
.error-feedback {
  display: block;
  color: #D1332E;
  margin: 0.25rem 0;
}
.error:valid ~ .error-feedback {
  display: none;
}
.input-group {
  display: flex;
  align-items: center;
}
.input-group label {
  padding-right: 6px;
  margin-bottom: 0;
}
.input-group > * {
  margin-right: -1px;
}
.input-group input {
  border-color: #0076AD !important;
}
.input-group select {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: default;
  padding-right: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 9px;
  border-color: #0076AD;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBmaWxsPSIjMDA3NkFEIiBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPgo=);
}
.input-group select:disabled,
.input-group select.disabled,
.input-group select[readonly],
.input-group select.readonly {
  background-color: #F6F6F6;
}
.input-group select:focus {
  z-index: 3;
}
.input-group select:disabled,
.input-group select.disabled {
  background-color: #fff;
  opacity: 0.65;
  pointer-events: none;
}
.input-group select:active {
  border-color: #0076AD;
}
@media (max-width: 992px) {
  .input-group select {
    max-width: 110px;
  }
}
@media (max-width: 480px) {
  .input-group select {
    max-width: 70px;
  }
}
.input-group-accent {
  display: flex;
  align-items: center;
}
.input-group-accent label {
  padding-right: 6px;
  margin-bottom: 0;
}
.input-group-accent > * {
  margin-right: -1px;
}
.input-group-accent input {
  border-color: #0076AD !important;
}
.input-group-accent select {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: default;
  padding-right: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 9px;
  border-color: #0076AD;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBmaWxsPSIjMDA3NkFEIiBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPgo=);
}
.input-group-accent select:disabled,
.input-group-accent select.disabled,
.input-group-accent select[readonly],
.input-group-accent select.readonly {
  background-color: #F6F6F6;
}
.input-group-accent select:focus {
  z-index: 3;
}
.input-group-accent select:disabled,
.input-group-accent select.disabled {
  background-color: #fff;
  opacity: 0.65;
  pointer-events: none;
}
.input-group-accent select:active {
  border-color: #0076AD;
}
@media (max-width: 992px) {
  .input-group-accent select {
    max-width: 110px;
  }
}
@media (max-width: 480px) {
  .input-group-accent select {
    max-width: 70px;
  }
}
.input-group-accent input {
  border-color: #242424 !important;
}
.input-group-accent select {
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: default;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 9px;
  border-color: #242424;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPg==);
}
.input-group-accent select:disabled,
.input-group-accent select.disabled,
.input-group-accent select[readonly],
.input-group-accent select.readonly {
  background-color: #F6F6F6;
}
.input-group-accent select:focus {
  z-index: 3;
}
.input-group-accent select:disabled,
.input-group-accent select.disabled {
  background-color: #fff;
  opacity: 0.65;
  pointer-events: none;
}
.input-group-accent select:active {
  border-color: #242424;
}
.input-group-accent button {
  border-color: #242424;
  background-color: #242424;
  color: #fff;
}
.input-group-accent button:hover,
.input-group-accent button:focus {
  border-color: #575757;
  background-color: #575757;
  color: #fff;
}
.input-group-accent button:active {
  border-style: inset;
  border-color: #BFBFBF;
  background-color: #000000;
}
.input-group-small {
  display: flex;
  align-items: center;
}
.input-group-small label {
  padding-right: 6px;
  margin-bottom: 0;
}
.input-group-small > * {
  margin-right: -1px;
}
.input-group-small input {
  border-color: #0076AD !important;
}
.input-group-small select {
  max-width: 160px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: default;
  padding-right: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 9px;
  border-color: #0076AD;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBmaWxsPSIjMDA3NkFEIiBkPSJNMjI0IDQxNmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTkyLTE5MmMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMjI0IDMzOC44bDE2OS40LTE2OS40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzI0MC40IDQxMi45IDIzMi4yIDQxNiAyMjQgNDE2eiIvPjwvc3ZnPgo=);
}
.input-group-small select:disabled,
.input-group-small select.disabled,
.input-group-small select[readonly],
.input-group-small select.readonly {
  background-color: #F6F6F6;
}
.input-group-small select:focus {
  z-index: 3;
}
.input-group-small select:disabled,
.input-group-small select.disabled {
  background-color: #fff;
  opacity: 0.65;
  pointer-events: none;
}
.input-group-small select:active {
  border-color: #0076AD;
}
@media (max-width: 992px) {
  .input-group-small select {
    max-width: 110px;
  }
}
@media (max-width: 480px) {
  .input-group-small select {
    max-width: 70px;
  }
}
.input-group-small label {
  font-size: 12px !important;
}
.input-group-small input,
.input-group-small select,
.input-group-small button {
  height: 2.286rem;
  font-size: 12px !important;
}
/* SVG Logo urls */
html {
  font-size: 14px;
}
body {
  background-color: #F6F6F6;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #242424;
}
.content {
  background-color: #fff;
  padding: 1rem 0;
}
.content.without-padding {
  padding: 0;
}
a {
  color: #0076AD;
  text-decoration: none;
}
a:link {
  color: #0076AD;
}
a:visited {
  color: #0076AD;
}
a:hover {
  color: #002347;
  text-decoration: underline;
}
a:active {
  color: #0076AD;
}
:focus {
  outline-style: auto;
  outline-color: #0076AD;
}
:not(a):focus {
  outline-style: solid;
  outline-width: 4px;
}
figure {
  margin: 0;
}
.boxed-exhibit-wrapper {
  position: relative;
  height: 60vh;
  overflow: hidden;
  margin-bottom: 2rem;
}
.boxed-exhibit {
  box-sizing: border-box;
  display: block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
}
.boxed-exhibit.rsDefault .rsNav.rsThumbsHor {
  height: 60px !important;
}
.boxed-exhibit.rsDefault .rsNav.rsThumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #242424;
}
.boxed-exhibit.rsDefault .rsNav.rsThumbs .rsThumb {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
}
.boxed-exhibit.rsDefault .rsNav.rsThumbs .rsThumb img {
  object-fit: cover;
  opacity: 0.3;
}
.boxed-exhibit.rsDefault .rsNav.rsThumbs .rsThumb.rsNavSelected {
  background: none;
}
.boxed-exhibit.rsDefault .rsNav.rsThumbs .rsThumb.rsNavSelected img {
  opacity: 1;
}
.boxed-exhibit.rsDefault .rsGCaption {
  bottom: 80px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  padding: 10px;
  border-radius: 0;
  box-sizing: border-box;
}
.boxed-exhibit.rsDefault .rsGCaption a {
  color: #fff;
  text-decoration: underline;
}
.boxed-playlist {
  background-color: #F6F6F6;
  padding: 20px 20px 10px;
  margin-bottom: 2rem;
}
.boxed-playlist-title {
  font-size: 1.25rem;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.boxed-playlist-lists {
  padding-left: 0;
  list-style: none;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
ul .boxed-playlist-lists {
  padding-left: 40px;
}
.boxed-playlist-lists > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 993px) {
  .boxed-playlist-lists {
    -webkit-columns: 3 auto;
    -moz-columns: 3 auto;
    columns: 3 auto;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .boxed-playlist-lists > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.boxed-playlist-lists > li > a {
  font-weight: bold;
}
.facet-styles {
  border: 1px solid #808080;
  margin: 1rem 0;
  overflow: hidden;
  font-size: 12px;
}
.facet-styles > a {
  box-sizing: border-box;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px;
}
.facet-styles > a:last-child {
  border-left: 1px solid #808080;
}
.facet-styles > a.selected {
  background-color: #F6F6F6;
  color: #242424;
  cursor: text;
}
.date-slider-wrapper {
  border: 1px solid #BFBFBF;
  background-color: #F6F6F6;
  overflow: hidden;
  padding: 10px;
}
.date-slider-wrapper .ui-slider {
  border: none;
  background-color: #BFBFBF;
  height: 4px;
  margin: 20px 6px;
}
.date-slider-wrapper .ui-slider .ui-slider-range {
  background: none;
  background-color: #0076AD;
  height: 4px;
  margin-top: -2px;
  top: 50%;
}
.date-slider-wrapper .ui-slider .ui-slider-handle {
  background-color: #EFEFEF;
  border-radius: 0;
  border-top: none;
  border-color: #002347;
  width: 10px;
  height: 15px;
  margin: -7px 0 0 -6px;
  top: 50%;
}
.date-slider-wrapper .ui-slider .ui-slider-handle:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 1px solid #002347;
  border-right: none;
  border-bottom: none;
  background-color: #EFEFEF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -4px;
  left: 1px;
}
.date-slider-form-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 0;
}
.date-slider-form-cell {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
}
.date-slider-form-cell input,
.date-slider-form-cell button {
  width: 100%;
  font-size: 12px;
}
.date-slider-form-cell-to span {
  display: block;
  font-size: 12px;
  padding: 4px 8px 0;
}
.date-slider-form-cell-button {
  padding-left: 15px;
}
.date-slider-form-cell-button button {
  width: 100%;
  font-size: 12px;
}
/* jquery-ui datepicker style override */
.ui-widget {
  font-size: 1rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.ui-widget-header {
  background: none;
  border: none;
  border-bottom: 1px solid #808080;
}
.ui-widget-content {
  border: 1px solid #0076AD;
  background: none;
  background-color: #fff;
}
.ui-datepicker {
  width: 260px;
  padding: 10px;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker th {
  font-weight: normal;
}
.ui-datepicker td {
  width: 14.28571429%;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  border-radius: 5px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
  background-color: #fff !important;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: none;
  text-indent: 0;
  font-family: FontAwesome;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
  content: "\f054";
  display: block;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  color: #0076AD;
}
.ui-datepicker .ui-datepicker-prev span:before {
  content: "\f053";
}
.ui-datepicker-prev,
.ui-datepicker-next {
  background: none;
  border: 1px dotted;
}
.ui-datepicker-prev:focus,
.ui-datepicker-next:focus {
  background: none;
  outline: 1px dotted;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.ui-widget-overlay {
  background: none;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.75);
}
.ui-front {
  z-index: 1000 !important;
}
.loc-modal {
  padding: 0 !important;
  z-index: 1001 !important;
  border: none !important;
  background-color: #fff !important;
}
.loc-modal .ui-dialog-content {
  padding: 0 !important;
  clear: both;
}
.loc-modal .ui-dialog-titlebar {
  border: none !important;
  padding: 0 !important;
  height: 0 !important;
  position: static;
}
.loc-modal .ui-dialog-titlebar .ui-dialog-title {
  margin: 0 !important;
}
.loc-modal .ui-dialog-titlebar-close {
  padding: 0;
  width: 28px !important;
  height: 28px !important;
  line-height: 26px !important;
  text-align: center !important;
  top: 0;
  right: 0;
  margin: -13px -13px 0 0;
  background: #242424;
  border: 1px solid #fff !important;
  z-index: 1002 !important;
  border-radius: 26px;
}
.loc-modal .ui-dialog-titlebar-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 26px !important;
}
.loc-modal .ui-dialog-titlebar-close:hover,
.loc-modal .ui-dialog-titlebar-close:focus {
  background: #fff;
  border-color: #242424 !important;
}
.loc-modal .ui-dialog-titlebar-close:hover:before,
.loc-modal .ui-dialog-titlebar-close:focus:before {
  color: #242424;
}
.loc-modal .ui-dialog-titlebar-close .ui-icon {
  background-image: none !important;
}
.image-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  background-image: url("/static/images/icons-social-media.png?$Revision$");
  background-position: -200px 0;
  background-repeat: no-repeat;
}
.image-icon.facebook {
  background-position: 0 0;
}
.image-icon.flickr {
  background-position: -16px 0;
}
.image-icon.instagram {
  background-position: -32px 0;
}
.image-icon.pinterest {
  background-position: -48px 0;
}
.image-icon.twitter {
  background-position: -64px 0;
}
.image-icon.youtube {
  background-position: -80px 0;
}
.image-icon.medium {
  background-position: -96px 0;
  width: 18px;
}
.image-icon.itunes {
  background-position: -114px 0;
}
.jump-menu {
  border: 1px solid #808080;
  background-color: #F6F6F6;
  padding: 1.25rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .jump-menu {
    display: grid;
    grid-gap: 10px 12px;
    grid-template-columns: auto 1fr;
  }
}
.jump-menu h1,
.jump-menu h2,
.jump-menu h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  font-weight: normal;
  margin: 4px 0;
  white-space: nowrap;
}
.jump-menu h1 small,
.jump-menu h2 small,
.jump-menu h3 small,
.jump-menu h1 .small,
.jump-menu h2 .small,
.jump-menu h3 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.jump-menu h1 small.block,
.jump-menu h2 small.block,
.jump-menu h3 small.block,
.jump-menu h1 .small.block,
.jump-menu h2 .small.block,
.jump-menu h3 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .jump-menu h1,
a .jump-menu h2,
a .jump-menu h3 {
  color: inherit !important;
}
@media (min-width: 769px) {
  .jump-menu h1,
  .jump-menu h2,
  .jump-menu h3 {
    text-align: right;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .jump-menu h1:not(:first-of-type),
  .jump-menu h2:not(:first-of-type),
  .jump-menu h3:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.jump-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
ul .jump-menu ul {
  padding-left: 40px;
}
.jump-menu ul > li {
  display: inline-block;
  margin: 0 11px 0 0;
  padding: 0 14px 0 0;
  border-right: 1px solid #0076AD;
  line-height: 1;
}
.jump-menu ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
@media (min-width: 769px) {
  .jump-menu ul {
    line-height: 1;
  }
}
.jump-menu ul li {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 769px) {
  .jump-menu ul li {
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .jump-menu ul li {
    display: block;
    border: none;
    margin: 0 !important;
    padding: 4px 0 !important;
  }
}
/* royalslider buttons */
/* rsMinW arrows and boxed-exhibit */
.rsMinW .rsArrow {
  width: 28px;
  height: 28px;
}
.rsMinW .rsArrowLeft {
  right: 33px;
}
.rsMinW .rsArrowRight {
  right: 0;
}
.rsMinW .rsArrowIcn {
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, 0.45) !important;
  margin: 0 !important;
  background: none;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  font-family: FontAwesome;
  font-size: 1.25rem;
  color: #fff;
}
.rsMinW .rsArrowIcn:before {
  content: "\f054";
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  padding-left: 0;
  padding-right: 2px;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn:before {
  content: "\f053";
}
/* Default arrows and other buttons */
.rsDefault .rsArrowIcn {
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px;
  line-height: 28px;
  text-align: center;
  padding-left: 2px;
  border-radius: 5px;
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  font-family: FontAwesome;
  font-size: 1.25rem;
  color: #fff;
}
.rsDefault .rsArrowIcn:before {
  content: "\f054";
}
.rsDefault .rsArrowIcn:hover,
.rsDefault .rsArrowIcn:focus {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 2px #000;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  padding-left: 0;
  padding-right: 2px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before {
  content: "\f053";
}
.rsDefault .rsFullscreenIcn {
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  margin: 8px;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  font-family: FontAwesome;
  font-size: 1.25rem;
  color: #fff;
}
.rsDefault .rsFullscreenIcn:before {
  content: "\f065";
}
.rsDefault .rsFullscreenIcn:hover,
.rsDefault .rsFullscreenIcn:focus {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 2px #000;
}
.rsDefault.rsFullscreen .rsFullscreenIcn:before {
  content: "\f066";
}
.rsDefault .rsThumbsArrow {
  width: 44px;
}
.rsDefault .rsThumbsArrowIcn {
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px;
  line-height: 28px;
  text-align: center;
  padding-left: 2px;
  border-radius: 5px;
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  font-family: FontAwesome;
  font-size: 1.25rem;
  color: #fff;
}
.rsDefault .rsThumbsArrowIcn:before {
  content: "\f054";
}
.rsDefault .rsThumbsArrowIcn:hover,
.rsDefault .rsThumbsArrowIcn:focus {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 2px #000;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  padding-left: 0;
  padding-right: 2px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  content: "\f053";
}
/*******************
basicanimated
*******************/
.locslider-basicanimated {
  width: 100%;
  background-color: transparent;
}
.locslider-basicanimated img {
  max-width: 100%;
  height: auto;
  display: block;
}
.locslider-basicanimated .infoBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  max-width: 35%;
  height: 100%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.locslider-basicanimated .infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  right: auto;
}
.locslider-basicanimated .infoBlockRightBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  right: auto;
}
.locslider-basicanimated .infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 20px 0 3px;
  color: #fff;
}
.locslider-basicanimated .infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.locslider-basicanimated .infoBlock p.description {
  color: #8fbbe4;
}
.locslider-basicanimated .infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.locslider-basicanimated.rsMinW .rsBullets {
  position: static;
  width: 100%;
  padding-top: 7px;
}
.locslider-basicanimated.rsMinW .rsBullet {
  width: 12px;
  height: 12px;
  padding: 0 2px;
}
.locslider-basicanimated.rsMinW .rsBullet span {
  box-shadow: none;
  border: 1px solid #BFBFBF;
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.locslider-basicanimated.rsMinW .rsBullet.rsNavSelected span {
  background-color: #BFBFBF;
}
.locslider-basicanimated .rsContent {
  height: auto;
}
@media (max-width: 992px) {
  .locslider-basicanimated .infoBlock {
    max-width: 35%;
  }
  .locslider-basicanimated .infoBlock h4 {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .locslider-basicanimated .infoBlock {
    max-width: 45%;
    padding: 15px;
  }
  .locslider-basicanimated .infoBlockLeftBlack {
    /* left: 10px; */
  }
  .locslider-basicanimated .infoBlockRightBlack {
    /* right: 10px; */
  }
  .locslider-basicanimated .infoBlock h4 {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .locslider-basicanimated .infoBlock p {
    font-size: 12px;
    margin-top: 2px;
  }
}
@media (max-width: 480px) {
  .locslider-basicanimated .infoBlock {
    display: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .locslider-basicanimated .infoBlock p.description {
    display: none;
  }
  .locslider-basicanimated .infoBlock h4 {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.rsbtn {
  margin-bottom: 2rem !important;
}
.skip-nav {
  padding: 6px;
  position: fixed;
  top: -40px;
  left: 0;
  color: #0076AD;
  font-weight: bold;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  border-bottom-right-radius: 8px;
  background: #F6F6F6;
  transition: top 1s ease-out;
  z-index: 1000;
}
.skip-nav:focus {
  top: 0;
  left: 0;
  outline-color: transparent;
  transition: top 0.1s ease-in;
}
/* fix for selectable text. only active when slider is set to "draggable: false" */
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* fix for track alignment */
.slick-track {
  margin-left: 0;
}
/* custom */
.slick-slider {
  margin: 0;
  padding: 0 30px;
  list-style: none;
  position: relative;
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}
.slick-slider .slick-prev {
  box-sizing: border-box;
  padding: 0;
  /* inherited from button */
  position: absolute;
  top: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 100;
  font-family: FontAwesome;
  font-size: 0 !important;
  line-height: 0;
  background-color: transparent;
  color: #242424;
  border: 1px solid transparent;
  border-radius: 4px;
  left: 0;
  right: auto;
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev:before {
  font-size: 30px !important;
  line-height: 30px !important;
}
.slick-slider .slick-prev.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 992px) {
  .slick-slider .slick-prev {
    width: 30px;
    height: 30px;
  }
  .slick-slider .slick-prev:before {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 768px) {
  .slick-slider .slick-prev {
    width: 30px;
    height: 30px;
  }
  .slick-slider .slick-prev:before {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
.slick-slider .slick-prev:before {
  content: "\f053";
}
.slick-slider .slick-next {
  box-sizing: border-box;
  padding: 0;
  /* inherited from button */
  position: absolute;
  top: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 100;
  font-family: FontAwesome;
  font-size: 0 !important;
  line-height: 0;
  background-color: transparent;
  color: #242424;
  border: 1px solid transparent;
  border-radius: 4px;
  left: auto;
  right: 0;
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-next:before {
  font-size: 30px !important;
  line-height: 30px !important;
}
.slick-slider .slick-next.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 992px) {
  .slick-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-slider .slick-next:before {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 768px) {
  .slick-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-slider .slick-next:before {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
.slick-slider .slick-next:before {
  content: "\f054";
}
.slick-slider .slick-slide {
  padding: 0 10px;
  outline: none;
}
.slick-slider .slick-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
}
.slick-slider .slick-slide a {
  color: #242424;
}
.slick-slider .slick-slide .carousel-text {
  /* add: "classes": "featured-carousel-text-align-center" in manifest */
}
.featured-carousel-text-align-center .slick-slider .slick-slide .carousel-text {
  text-align: center;
}
.slick-slider .slick-slide .carousel-text .carousel-format {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-weight: bold;
}
.slick-slider .slick-slide .carousel-text .carousel-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
}
.slick-slider .slick-slide .carousel-text .carousel-author {
  display: block;
  font-weight: bold;
}
.slick-slider .slick-slide .carousel-text .carousel-date {
  display: block;
}
.slick-slider .slick-slide .carousel-text .carousel-description {
  display: block;
}
.slick-slider.carousel-theme-dark {
  background-color: #242424;
}
.slick-slider.carousel-theme-dark .slick-prev,
.slick-slider.carousel-theme-dark .slick-next {
  color: #fff;
}
.slick-slider.carousel-theme-dark .slick-slide {
  color: #fff;
}
.slick-slider.carousel-theme-dark .slick-slide a {
  color: #fff;
}
.slick-slider.carousel-theme-dark .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 1rem 0 0;
  width: 100%;
  height: 12px;
}
.slick-slider.carousel-theme-dark .slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-slider.carousel-theme-dark .slick-dots li button {
  padding: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #0076AD;
  border: 1px solid #0076AD;
  vertical-align: top;
  color: #0076AD;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.slick-slider.carousel-theme-dark .slick-dots li button:focus {
  outline: 2px solid #0076AD;
  outline-offset: 2px;
}
.slick-slider.carousel-theme-dark .slick-dots li.slick-active button {
  background-color: #fff;
  border: 1px solid #fff;
  color: white;
}
.slick-slider.carousel-media-list .slick-slide a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 0;
}
@media (max-width: 992px) {
  .slick-slider.carousel-media-list .slick-slide a {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.slick-slider.carousel-media-list .slick-slide .carousel-image {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .slick-slider.carousel-media-list .slick-slide .carousel-image {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
  }
  .slick-slider.carousel-media-list .slick-slide .carousel-image img {
    width: 100%;
  }
}
.slick-slider.carousel-media-list .slick-slide .carousel-text {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  line-height: 1.3;
}
.slick-slider.carousel-media-list .slick-slide .carousel-text .carousel-portal {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.slick-slider.carousel-media-list .slick-slide .carousel-text .carousel-title {
  margin: 0 0 0.5rem;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  line-height: 1.3;
}
.slick-slider.carousel-media-list .slick-slide .carousel-text .carousel-description {
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .slick-slider.carousel-media-list .slick-slide .carousel-text {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;
    /* IE 10 */
    -moz-box-flex: 1;
    flex: 1;
    /* NEW, Spec - Firefox, Chrome, Opera */
    min-width: 0;
    /* firefox fix */
    margin: 0 0;
    box-sizing: border-box;
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
  }
}
/* dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 1rem 0 0;
  width: 100%;
  height: 12px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  padding: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #0076AD;
  vertical-align: top;
  color: #0076AD;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.slick-dots li button:focus {
  outline: 2px solid #0076AD;
  outline-offset: 2px;
}
.slick-dots li.slick-active button {
  background-color: #0076AD;
  border: 1px solid #0076AD;
  color: white;
}
/* mixins - next/prev buttons */
/* mixins - dots */
.select2-container {
  /* width: 100% !important; */
}
.select2-dropdown {
  border-radius: 0;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border-color: #808080;
  min-height: 28px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  background-color: #F6F6F6;
  border-color: #BFBFBF;
  border-radius: 0;
  padding: 0 5px;
  margin: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  padding: 2px;
}
.select2-container .select2-search--inline .select2-search__field {
  height: auto;
  margin: 0;
}
.boxed-blurb {
  border: 1px solid #808080;
  padding: 1.5rem 1.5rem 0rem;
  margin-bottom: 2rem;
}
.boxed-blurb .blurb-list-media {
  padding-left: 0;
  list-style: none;
}
.boxed-blurb .blurb-list-media > li {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.boxed-blurb .blurb-list-media > li img,
.boxed-blurb .blurb-list-media > li figure {
  display: block;
  max-width: 100%;
  height: auto;
  width: calc(50% - 1rem);
  float: left;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .boxed-blurb .blurb-list-media > li img,
  .boxed-blurb .blurb-list-media > li figure {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .boxed-blurb .blurb-list-media > li img,
  .boxed-blurb .blurb-list-media > li figure {
    width: calc(40% - 1rem);
  }
}
@media (max-width: 480px) {
  .boxed-blurb .blurb-list-media > li img,
  .boxed-blurb .blurb-list-media > li figure {
    width: calc(40% - 1rem);
  }
}
.boxed-blurb .blurb-list-media > li figure > img {
  float: none;
  width: 100%;
}
.boxed-blurb .blurb-list-media > li .info {
  float: left;
  width: calc(100% - 50%);
  margin: 0;
}
@media (max-width: 992px) {
  .boxed-blurb .blurb-list-media > li .info {
    width: calc(100% - 50%);
  }
}
@media (max-width: 768px) {
  .boxed-blurb .blurb-list-media > li .info {
    width: calc(100% - 40%);
  }
}
@media (max-width: 480px) {
  .boxed-blurb .blurb-list-media > li .info {
    width: calc(100% - 40%);
  }
}
.boxed-blurb .blurb-list-media > li .info h2 {
  margin-bottom: 0.5rem;
}
.boxed-blurb .blurb-list-media > li .info h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  margin-bottom: 0.5rem;
}
.boxed-blurb .blurb-list-media > li .info h3 small,
.boxed-blurb .blurb-list-media > li .info h3 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.boxed-blurb .blurb-list-media > li .info h3 small.block,
.boxed-blurb .blurb-list-media > li .info h3 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .boxed-blurb .blurb-list-media > li .info h3 {
  color: inherit !important;
}
.boxed-blurb .blurb-list-media > li .info p {
  margin: 0 0 0.75rem;
}
.boxed-blurb .blurb-list-media > li .info p:last-child {
  margin: 0;
}
.boxed-blurb .blurb-list-media > li .info > ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 0.75rem;
}
ul .boxed-blurb .blurb-list-media > li .info > ul {
  padding-left: 40px;
}
.boxed-blurb .blurb-list-media > li .info > ul > li {
  margin: 0 0 0.75rem;
}
.boxed-blurb .blurb-list-media > li .info > ul > li:last-child {
  margin: 0;
}
.boxed-blurb .blurb-list-media > li .info > ul.list-bulleted {
  padding-left: 40px;
  list-style: disc;
}
.boxed-blurb .blurb-list-media > li .info > ul.list-bulleted > li {
  margin-bottom: 5px;
}
.boxed-blurb .blurb-list {
  padding-left: 0;
  list-style: none;
}
ul .boxed-blurb .blurb-list {
  padding-left: 40px;
}
.boxed-blurb.article-in-body {
  padding: 0;
  border: none;
}
.boxed-blurb-list {
  border: 1px solid #808080;
  padding: 1.5rem 1.5rem 0rem;
  margin-bottom: 2rem;
}
.boxed-blurb-list ul {
  padding-left: 0;
  list-style: none;
}
.boxed-blurb-list ul > li {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.boxed-blurb-list ul > li img,
.boxed-blurb-list ul > li figure {
  display: block;
  max-width: 100%;
  height: auto;
  width: calc(50% - 1rem);
  float: left;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .boxed-blurb-list ul > li img,
  .boxed-blurb-list ul > li figure {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .boxed-blurb-list ul > li img,
  .boxed-blurb-list ul > li figure {
    width: calc(40% - 1rem);
  }
}
@media (max-width: 480px) {
  .boxed-blurb-list ul > li img,
  .boxed-blurb-list ul > li figure {
    width: calc(40% - 1rem);
  }
}
.boxed-blurb-list ul > li figure > img {
  float: none;
  width: 100%;
}
.boxed-blurb-list ul > li .info {
  float: left;
  width: calc(100% - 50%);
  margin: 0;
}
@media (max-width: 992px) {
  .boxed-blurb-list ul > li .info {
    width: calc(100% - 50%);
  }
}
@media (max-width: 768px) {
  .boxed-blurb-list ul > li .info {
    width: calc(100% - 40%);
  }
}
@media (max-width: 480px) {
  .boxed-blurb-list ul > li .info {
    width: calc(100% - 40%);
  }
}
.boxed-blurb-list ul > li .info h2 {
  margin-bottom: 0.5rem;
}
.boxed-blurb-list ul > li .info h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  margin-bottom: 0.5rem;
}
.boxed-blurb-list ul > li .info h3 small,
.boxed-blurb-list ul > li .info h3 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.boxed-blurb-list ul > li .info h3 small.block,
.boxed-blurb-list ul > li .info h3 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .boxed-blurb-list ul > li .info h3 {
  color: inherit !important;
}
.boxed-blurb-list ul > li .info p {
  margin: 0 0 0.75rem;
}
.boxed-blurb-list ul > li .info p:last-child {
  margin: 0;
}
.boxed-blurb-list ul > li .info > ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 0.75rem;
}
ul .boxed-blurb-list ul > li .info > ul {
  padding-left: 40px;
}
.boxed-blurb-list ul > li .info > ul > li {
  margin: 0 0 0.75rem;
}
.boxed-blurb-list ul > li .info > ul > li:last-child {
  margin: 0;
}
.boxed-blurb-list ul > li .info > ul.list-bulleted {
  padding-left: 40px;
  list-style: disc;
}
.boxed-blurb-list ul > li .info > ul.list-bulleted > li {
  margin-bottom: 5px;
}
.boxed-blurb-list.boxed-blurb-list-wide ul {
  padding-left: 0;
  list-style: none;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li img,
.boxed-blurb-list.boxed-blurb-list-wide ul > li figure {
  display: block;
  max-width: 100%;
  height: auto;
  width: calc(30% - 1rem);
  float: left;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .boxed-blurb-list.boxed-blurb-list-wide ul > li img,
  .boxed-blurb-list.boxed-blurb-list-wide ul > li figure {
    width: calc(30% - 1rem);
  }
}
@media (max-width: 768px) {
  .boxed-blurb-list.boxed-blurb-list-wide ul > li img,
  .boxed-blurb-list.boxed-blurb-list-wide ul > li figure {
    width: calc(40% - 1rem);
  }
}
@media (max-width: 480px) {
  .boxed-blurb-list.boxed-blurb-list-wide ul > li img,
  .boxed-blurb-list.boxed-blurb-list-wide ul > li figure {
    width: calc(40% - 1rem);
  }
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li figure > img {
  float: none;
  width: 100%;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info {
  float: left;
  width: calc(100% - 30%);
  margin: 0;
}
@media (max-width: 992px) {
  .boxed-blurb-list.boxed-blurb-list-wide ul > li .info {
    width: calc(100% - 30%);
  }
}
@media (max-width: 768px) {
  .boxed-blurb-list.boxed-blurb-list-wide ul > li .info {
    width: calc(100% - 40%);
  }
}
@media (max-width: 480px) {
  .boxed-blurb-list.boxed-blurb-list-wide ul > li .info {
    width: calc(100% - 40%);
  }
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info h2 {
  margin-bottom: 0.5rem;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  margin-bottom: 0.5rem;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info h3 small,
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info h3 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info h3 small.block,
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info h3 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .boxed-blurb-list.boxed-blurb-list-wide ul > li .info h3 {
  color: inherit !important;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info p {
  margin: 0 0 0.75rem;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info p:last-child {
  margin: 0;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info > ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 0.75rem;
}
ul .boxed-blurb-list.boxed-blurb-list-wide ul > li .info > ul {
  padding-left: 40px;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info > ul > li {
  margin: 0 0 0.75rem;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info > ul > li:last-child {
  margin: 0;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info > ul.list-bulleted {
  padding-left: 40px;
  list-style: disc;
}
.boxed-blurb-list.boxed-blurb-list-wide ul > li .info > ul.list-bulleted > li {
  margin-bottom: 5px;
}
.boxed-blurb-list.article-in-body {
  padding: 0;
  border: none;
}
.header-wrapper {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: transparent;
  box-sizing: border-box;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .header-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  .header-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header-wrapper h1 {
  margin: 0;
}
.header-wrapper h1.smaller-h1 {
  font-size: 1.5rem;
}
.header-wrapper.with-tabs {
  padding-bottom: 0.1rem;
}
.header-wrapper.with-tabs h1 {
  margin-bottom: 1rem;
}
.header-wrapper.no-tabs {
  background: none;
  padding-bottom: 0;
}
.topics-content .header-wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.topics-content .header-wrapper h1 {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.topics-content .header-wrapper h1 small {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 768px) {
  .topics-content .header-wrapper h1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.topics-content .header-wrapper h1:after {
  padding-top: 25%;
  /* 4:1 ratio */
  display: block;
  content: '';
}
.topics-content .header-wrapper h1 > span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 7rem;
  line-height: 0.8;
  position: absolute;
  bottom: -1px;
  left: -1px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .topics-content .header-wrapper h1 > span {
    font-size: 7rem;
    font-size: 8vw;
  }
}
@media (max-width: 992px) {
  .topics-content .header-wrapper h1 > span {
    font-size: 6rem;
    font-size: 8vw;
  }
}
@media (max-width: 768px) {
  .topics-content .header-wrapper h1 > span {
    font-size: 4rem;
    font-size: 8vw;
  }
}
@media (max-width: 480px) {
  .topics-content .header-wrapper h1 > span {
    font-size: 2rem;
    font-size: 8vw;
  }
}
.topics-content {
  padding-top: 0 !important;
}
.facet-nav {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .facet-nav {
    /* display: none; */
  }
}
.facet-toggle {
  display: none;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .facet-toggle {
    display: block;
  }
}
.facet-heading {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
.facet-heading small,
.facet-heading .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.facet-heading small.block,
.facet-heading .small.block {
  display: block;
  margin-bottom: 2px;
}
a .facet-heading {
  color: inherit !important;
}
@media (max-width: 768px) {
  .facet-heading {
    /* .screen-readers-only(); */
  }
}
.supplements {
  margin-top: 1.5rem;
}
.facet-box {
  padding: 0.5rem 0;
  margin: 0;
  border-top: 1px solid #808080;
}
.facet-box:nth-last-of-type(1) {
  border-bottom: 1px solid #808080;
  margin-bottom: 2rem;
}
.facet-box h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  margin: 0;
  padding: 5px 0;
}
.facet-box h2 small,
.facet-box h2 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.facet-box h2 small.block,
.facet-box h2 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .facet-box h2 {
  color: inherit !important;
}
.facet-box h2.js-expandmore {
  padding: 0;
}
.facet-box h2.js-expandmore .expandmore__button {
  padding: 5px 15px 5px 0;
}
.facet-box h2.js-expandmore .expandmore__button:before {
  top: 5px;
  color: #0076AD;
}
.facet-box ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
ul .facet-box ul {
  padding-left: 40px;
}
.facet-box ul > li {
  line-height: 1.2;
}
.facet-box ul > li.indented-date {
  margin-left: 10px;
}
.facet-box ul > li a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 0;
  padding: 4px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.facet-box ul > li a:hover,
.facet-box ul > li a:focus {
  background-color: #F6F6F6;
  border-color: #EFEFEF;
  text-decoration: none;
}
.facet-box ul > li a.checked {
  color: #242424;
}
.facet-box ul > li a.disabled {
  cursor: default;
  color: #242424;
}
.facet-box ul > li a.disabled:hover,
.facet-box ul > li a.disabled:focus {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}
.facet-box ul > li span.facet-item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  padding-right: 2rem;
}
.facet-box ul > li span.count {
  text-align: right;
  color: #242424;
}
.facet-box ul > li.off span.facet-item {
  color: #242424;
}
.facet-box ul h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  margin: 0;
}
.facet-box ul h3 small,
.facet-box ul h3 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.facet-box ul h3 small.block,
.facet-box ul h3 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .facet-box ul h3 {
  color: inherit !important;
}
.search-results-heading {
  padding-bottom: 2rem;
}
.search-results-heading h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  margin: 0;
}
.search-results-heading h2 small,
.search-results-heading h2 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.search-results-heading h2 small.block,
.search-results-heading h2 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .search-results-heading h2 {
  color: inherit !important;
}
.search-results-heading h2 small {
  font-size: 12px;
  color: #242424 !important;
}
.search-results-heading h2 small > span {
  margin-right: 0.5rem;
}
.search-results-heading h2 small > span:first-child {
  margin: 0;
}
.facet-trail .blue-lozenge {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #0076AD;
  background-color: #fff;
  border-radius: 24px;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  margin: 1px 2px 1px 0;
}
.facet-trail .blue-lozenge:hover,
.facet-trail .blue-lozenge:focus {
  border-color: #002347;
}
.facet-trail .blue-lozenge > span {
  vertical-align: middle;
  display: inline-block;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .facet-trail .blue-lozenge > span {
    max-width: 170px;
  }
}
.facet-trail .blue-lozenge i > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.facet-trail .constraint {
  padding: 5px 0px 0px 0px;
}
.filters .filters-form * {
  font-size: 12px;
}
@media (min-width: 769px) {
  .filters .filters-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -7px;
  }
  .filters .filters-form > * {
    margin: 0 7px;
  }
}
.filters .filters-form > h2 {
  margin-bottom: 0;
  font-size: 12px;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .filters .filters-form > h2 {
    flex: 0 0 100%;
    margin: 0 0 5px 0;
    padding: 0 7px;
  }
}
@media (min-width: 993px) {
  .filters .filters-form > h2 {
    flex: 0 0 auto;
    margin: 0 7px;
    padding: 0;
  }
}
.filters .advanced-search-form-cell {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .filters .advanced-search-form-cell {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.filters .advanced-search-form-cell > label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filters .filter-form-actions {
  text-align: center;
  box-sizing: border-box;
}
.filters .filter-form-actions * {
  vertical-align: middle;
}
.filters .filter-form-actions > a {
  padding-right: 10px;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .filters .filter-form-actions {
    flex: 0 0 100%;
    margin: 5px 0 0 0;
    padding: 0 7px;
    text-align: right;
  }
}
@media (min-width: 993px) {
  .filters .filter-form-actions {
    flex: 0 0 auto;
    margin: 0 7px;
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 1201px) {
  .filters .filter-form-actions {
    padding-left: 100px;
  }
}
.hit-highlight {
  background-color: rgba(255, 0, 0, 0.5);
}
.search-results-wrapper {
  background-color: transparent;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.search-results-container {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .search-results-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.search-results-container .search-results-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 -1rem;
}
@media print {
  .search-results-container .search-results-row {
    display: block;
  }
}
.search-results-container.segments {
  padding: 0;
}
.search-results-container.segments .search-results-row {
  display: block;
  margin: 0;
}
ul li.no-bullet {
  margin-left: -1.1em;
  list-style-type: none;
}
/* results */
.search-results-pane {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
}
.search-results-pane.no-facets {
  -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
  -webkit-flex: 0 0 calc(100% - 2rem) !important;
  flex: 0 0 calc(100% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 2rem);
  /* ie fix */
  max-width: calc(100% - 2rem);
  /* moz fix */
}
.search-results-pane.search-results-pane-labs {
  margin: 0;
}
.search-results-pane.search-results-pane-labs h1 {
  text-align: center;
  margin-bottom: 5px;
}
.search-results-pane.search-results-pane-labs .abstract {
  text-align: center;
}
@media (max-width: 768px) {
  .search-results-pane {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
}
.facet-nav {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(25% - 2rem) !important;
  -webkit-flex: 0 0 calc(25% - 2rem) !important;
  flex: 0 0 calc(25% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(25% - 2rem);
  /* ie fix */
  max-width: calc(25% - 2rem);
  /* moz fix */
}
@media (max-width: 992px) {
  .facet-nav {
    -webkit-box-flex: 0 0 calc(33.33333333% - 2rem) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 2rem) !important;
    flex: 0 0 calc(33.33333333% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 2rem);
    /* ie fix */
    max-width: calc(33.33333333% - 2rem);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .facet-nav {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    margin-top: 1rem;
  }
}
@media print {
  .facet-nav {
    display: none;
  }
}
.related-items .search-results {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -7px;
  /* search results */
}
.related-items .search-results > li {
  -webkit-box-flex: ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: ;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: ;
  /* IE 10 */
  -moz-box-flex: ;
  flex: ;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 6.99650175px;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(16.66666667% - 14px) !important;
  -webkit-flex: 0 0 calc(16.66666667% - 14px) !important;
  flex: 0 0 calc(16.66666667% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(16.66666667% - 14px);
  /* ie fix */
  max-width: calc(16.66666667% - 14px);
  /* moz fix */
  margin-bottom: 14px;
  background-color: transparent;
}
.related-items .search-results > li figure img,
.related-items .search-results > li .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .related-items .search-results > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 14px) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 14px) !important;
    flex: 0 0 calc(33.33333333% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 14px);
    /* ie fix */
    max-width: calc(33.33333333% - 14px);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .related-items .search-results > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 14px) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 14px) !important;
    flex: 0 0 calc(33.33333333% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 14px);
    /* ie fix */
    max-width: calc(33.33333333% - 14px);
    /* moz fix */
  }
}
@media (max-width: 480px) {
  .related-items .search-results > li {
    -webkit-box-flex: 0 0 calc(50% - 14px) !important;
    -webkit-flex: 0 0 calc(50% - 14px) !important;
    flex: 0 0 calc(50% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 14px);
    /* ie fix */
    max-width: calc(50% - 14px);
    /* moz fix */
  }
}
.related-items .search-results > li.merge-cells {
  -webkit-box-flex: 0 0 calc(100% - 14px) !important;
  -webkit-flex: 0 0 calc(100% - 14px) !important;
  flex: 0 0 calc(100% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 14px);
  /* ie fix */
  max-width: calc(100% - 14px);
  /* moz fix */
}
.related-items .search-results.gallery-view > li {
  border: 1px solid #EFEFEF;
  padding: 1rem;
}
.related-items .search-results.gallery-view > li figure,
.related-items .search-results.gallery-view > li .figure {
  margin-bottom: 1rem;
}
.related-items .search-results.list-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.related-items .search-results.list-view > li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
}
.related-items .search-results > li .description .item-description h3,
.related-items .search-results > li .description .item-description .item-description-abstract {
  display: none;
}
.inverted-row-with-paginations {
  background-color: #000;
  padding: 0.5rem 0.5rem 0 0.5rem;
}
.result-group {
  margin-bottom: 2rem;
}
.poetry-and-literature-center-body .result-group,
.poetry-and-literature-body .result-group {
  margin: -1px 0 0;
}
.result-group.poetry-and-literature-result-group.single-item-result-group {
  border-bottom: 1px solid #808080;
  padding: 2rem 0;
}
.result-group.poetry-and-literature-result-group.single-item-result-group h2 {
  margin-bottom: 8px;
}
.result-group.poetry-and-literature-result-group.single-item-result-group .search-results > li {
  padding: 0;
  border: none;
}
.events-header {
  display: none;
  /* if child site */
  /* if national book festival event */
}
.events-header.events-subsite-header {
  display: block !important;
}
[class*="national-book-festival-content"] .events-header {
  display: block;
  /* hide banner if next sibling has one */
}
[class*="national-book-festival-content"] .events-header ~ article > .banner {
  display: none;
}
.featured-event {
  background-color: #606060;
  margin-bottom: 2rem;
}
@media (min-width: 481px) {
  .featured-event {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-box;
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0;
    margin-bottom: 2rem;
  }
}
@media (min-width: 993px) {
  .featured-event {
    height: 223px;
  }
}
.featured-event.concerts-and-performances {
  background-color: #E9007B;
}
.featured-event.courses-and-workshops {
  background-color: #FADE1D;
}
.featured-event.exhibits-and-tours {
  background-color: #FAAC1D;
}
.featured-event.film-and-video-screenings {
  background-color: #83CFDD;
}
.featured-event.lectures-and-symposia {
  background-color: #A2C800;
}
.featured-event.meetings-and-conferences {
  background-color: #D8D8D8;
}
.featured-event.special-events {
  background-color: #8D2E8D;
}
.featured-event.event-branded-orange {
  background-color: #F05129;
}
.featured-event-image {
  overflow: hidden;
  height: 0;
  padding-top: 60.32608696%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 481px) {
  .featured-event-image {
    width: 230px;
    padding-top: 0;
    height: auto;
  }
}
@media (min-width: 993px) {
  .featured-event-image {
    width: 280px;
  }
}
@media (min-width: 993px) {
  .featured-event-image {
    width: 320px;
  }
}
@media (min-width: 1201px) {
  .featured-event-image {
    width: 368px;
  }
}
.featured-event-content {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  padding: 12px;
  position: relative;
}
@media (min-width: 993px) {
  .featured-event-content {
    padding: 12px 25px;
  }
}
.featured-event-content h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.featured-event-content h3 small,
.featured-event-content h3 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.featured-event-content h3 small.block,
.featured-event-content h3 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .featured-event-content h3 {
  color: inherit !important;
}
.featured-event-content h3 small {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.featured-event-content div,
.featured-event-content a,
.featured-event-content h3,
.featured-event-content h3 small {
  color: #fff;
}
.courses-and-workshops .featured-event-content div,
.courses-and-workshops .featured-event-content a,
.courses-and-workshops .featured-event-content h3,
.courses-and-workshops .featured-event-content h3 small,
.exhibits-and-tours .featured-event-content div,
.exhibits-and-tours .featured-event-content a,
.exhibits-and-tours .featured-event-content h3,
.exhibits-and-tours .featured-event-content h3 small,
.film-and-video-screenings .featured-event-content div,
.film-and-video-screenings .featured-event-content a,
.film-and-video-screenings .featured-event-content h3,
.film-and-video-screenings .featured-event-content h3 small,
.lectures-and-symposia .featured-event-content div,
.lectures-and-symposia .featured-event-content a,
.lectures-and-symposia .featured-event-content h3,
.lectures-and-symposia .featured-event-content h3 small,
.meetings-and-conferences .featured-event-content div,
.meetings-and-conferences .featured-event-content a,
.meetings-and-conferences .featured-event-content h3,
.meetings-and-conferences .featured-event-content h3 small {
  color: #242424;
}
.featured-event-content .featured-event-date {
  box-sizing: border-box;
}
@media (min-width: 993px) {
  .featured-event-content .featured-event-date {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 1rem 2rem;
  }
}
.featured-event-content .featured-event-date .featured-event-learn-more {
  display: block;
  margin-top: 10px;
}
@media (min-width: 993px) {
  .featured-event-content .featured-event-date .featured-event-learn-more {
    float: right;
    margin: 0;
  }
}
.results-events h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  background-color: #242424;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
  display: flex;
}
.results-events h2 small,
.results-events h2 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.results-events h2 small.block,
.results-events h2 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .results-events h2 {
  color: inherit !important;
}
.results-events h2 > a {
  color: white;
  font-weight: bold;
}
.results-events h2 > span.event-result-group-date {
  flex: 1 1 0%;
  text-align: center;
}
.results-events li.item.event {
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #808080;
  border-left: 10px solid #BFBFBF;
  background-color: #F6F6F6;
  position: relative;
}
.results-events li.item.event.concert {
  border-left-color: #E9007B;
}
.results-events li.item.event.course {
  border-left-color: #FADE1D;
}
.results-events li.item.event.exhibit {
  border-left-color: #FAAC1D;
}
.results-events li.item.event.film {
  border-left-color: #83CFDD;
}
.results-events li.item.event.lecture {
  border-left-color: #A2C800;
}
.results-events li.item.event.special {
  border-left-color: #8D2E8D;
}
.results-events li.item.event:first-child {
  border-top: none;
}
.results-events li.item.event figure {
  display: none;
}
.results-events li.item.event .description .original-format {
  padding-left: 180px;
}
@media (max-width: 992px) {
  .results-events li.item.event .description .original-format {
    padding-left: 0;
  }
}
.results-events li.item.event .description .item-description .item-description-title {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1.5rem;
}
.results-events li.item.event .description .item-description .item-description-title small,
.results-events li.item.event .description .item-description .item-description-title .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.results-events li.item.event .description .item-description .item-description-title small.block,
.results-events li.item.event .description .item-description .item-description-title .small.block {
  display: block;
  margin-bottom: 2px;
}
a .results-events li.item.event .description .item-description .item-description-title {
  color: inherit !important;
}
.results-events li.item.event .description .item-description .item-description-title a {
  color: #242424;
}
.results-events li.item.event .description .item-description .event-time {
  display: block;
  width: 180px;
  font-weight: normal;
  float: left;
  margin: -20px 0 0;
}
@media (max-width: 992px) {
  .results-events li.item.event .description .item-description .event-time {
    width: auto;
    float: none;
    margin: 0 0 1rem;
  }
}
.results-events li.item.event .description .item-description .event-time .event-date,
.results-events li.item.event .description .item-description .event-time .event-location {
  display: flex;
  align-items: first baseline;
}
.results-events li.item.event .description .item-description .event-time .event-date i,
.results-events li.item.event .description .item-description .event-time .event-location i {
  width: 15px;
}
.results-events li.item.event .description .item-description .event-time .event-date span,
.results-events li.item.event .description .item-description .event-time .event-location span {
  padding-left: 5px;
}
.results-events li.item.event .description .item-description .event-location,
.results-events li.item.event .description .item-description .event-topic,
.results-events li.item.event .description .item-description .item-livestream {
  display: block;
  margin-top: 1rem;
}
.results-events li.item.event .description .item-description .event-tag,
.results-events li.item.event .description .item-description .event-genre {
  display: block;
  margin-top: 0.1rem;
}
.results-events li.item.event .description .item-description .item-description-title,
.results-events li.item.event .description .item-description .item-description-abstract,
.results-events li.item.event .description .item-description .event-genre,
.results-events li.item.event .description .item-description .event-topic,
.results-events li.item.event .description .item-description .event-tag,
.results-events li.item.event .description .item-description .item-livestream {
  float: right;
  width: calc(100% - 180px);
}
@media (max-width: 992px) {
  .results-events li.item.event .description .item-description .item-description-title,
  .results-events li.item.event .description .item-description .item-description-abstract,
  .results-events li.item.event .description .item-description .event-genre,
  .results-events li.item.event .description .item-description .event-topic,
  .results-events li.item.event .description .item-description .event-tag,
  .results-events li.item.event .description .item-description .item-livestream {
    float: none;
    width: auto;
  }
}
.results-events li.item.event .description .item-description .event-genre,
.results-events li.item.event .description .item-description .event-topic,
.results-events li.item.event .description .item-description .event-tag {
  line-height: 1.5rem !important;
}
.results-events li.item.event .description .item-description .event-genre span,
.results-events li.item.event .description .item-description .event-topic span,
.results-events li.item.event .description .item-description .event-tag span {
  font-weight: bold;
}
.results-events li.item.persistent-card {
  border-top: 1px solid #808080 !important;
  border-bottom: 1px solid #808080;
  border-left: 10px solid #0076AD;
  border-right: 10px solid #0076AD;
  background: #F6F6F6;
  position: relative;
}
.results-events li.item.persistent-card .event-date span {
  padding-left: 18px !important;
}
/* for specific event authors / nbf */
.authors[class*="national-book-festival-results-events"] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 481px) {
  .authors[class*="national-book-festival-results-events"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
/* result group for specific event */
[class*="national-book-festival-result-group"] {
  /* for authors list, display two column list and alternative group heading */
  /* border and margin adjustments to base group-by filter */
  border-top: 0 !important;
  margin-bottom: 2rem;
  /* only show title, time and location */
}
.authors[class*="national-book-festival-results-events"] [class*="national-book-festival-result-group"] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
}
@media (max-width: 480px) {
  .authors[class*="national-book-festival-results-events"] [class*="national-book-festival-result-group"]:empty {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.authors[class*="national-book-festival-results-events"] [class*="national-book-festival-result-group"] > h2 {
  color: #242424 !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.search-results {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -7px;
  /* search results */
}
@media print {
  .search-results {
    display: block;
  }
}
.search-results > li {
  -webkit-box-flex: ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: ;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: ;
  /* IE 10 */
  -moz-box-flex: ;
  flex: ;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 6.99650175px;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(25% - 14px) !important;
  -webkit-flex: 0 0 calc(25% - 14px) !important;
  flex: 0 0 calc(25% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(25% - 14px);
  /* ie fix */
  max-width: calc(25% - 14px);
  /* moz fix */
  margin-bottom: 14px;
  background-color: transparent;
}
.search-results > li figure img,
.search-results > li .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .search-results > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 14px) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 14px) !important;
    flex: 0 0 calc(33.33333333% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 14px);
    /* ie fix */
    max-width: calc(33.33333333% - 14px);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .search-results > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 14px) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 14px) !important;
    flex: 0 0 calc(33.33333333% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 14px);
    /* ie fix */
    max-width: calc(33.33333333% - 14px);
    /* moz fix */
  }
}
@media (max-width: 480px) {
  .search-results > li {
    -webkit-box-flex: 0 0 calc(50% - 14px) !important;
    -webkit-flex: 0 0 calc(50% - 14px) !important;
    flex: 0 0 calc(50% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 14px);
    /* ie fix */
    max-width: calc(50% - 14px);
    /* moz fix */
  }
}
.search-results > li.merge-cells {
  -webkit-box-flex: 0 0 calc(100% - 14px) !important;
  -webkit-flex: 0 0 calc(100% - 14px) !important;
  flex: 0 0 calc(100% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 14px);
  /* ie fix */
  max-width: calc(100% - 14px);
  /* moz fix */
}
.search-results.gallery-view > li {
  border: 1px solid #EFEFEF;
  padding: 1rem;
}
.search-results.gallery-view > li figure,
.search-results.gallery-view > li .figure {
  margin-bottom: 1rem;
}
.search-results.list-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.search-results.list-view > li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
}
.search-results > li {
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    */
}
.search-results > li .description .original-format {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin-bottom: 3px;
}
.search-results > li .description .item-description h2,
.search-results > li .description .item-description .item-description-title {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  display: block;
}
.search-results > li .description .item-description h2 small,
.search-results > li .description .item-description .item-description-title small,
.search-results > li .description .item-description h2 .small,
.search-results > li .description .item-description .item-description-title .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.search-results > li .description .item-description h2 small.block,
.search-results > li .description .item-description .item-description-title small.block,
.search-results > li .description .item-description h2 .small.block,
.search-results > li .description .item-description .item-description-title .small.block {
  display: block;
  margin-bottom: 2px;
}
a .search-results > li .description .item-description h2,
a .search-results > li .description .item-description .item-description-title {
  color: inherit !important;
}
.search-results > li .description .item-description h2 .upper,
.search-results > li .description .item-description .item-description-title .upper {
  font-size: 1rem;
}
.search-results > li .description .item-description h3,
.search-results > li .description .item-description .item-description-abstract,
.search-results > li .description .item-description .item-livestream,
.search-results > li .description .item-description .event-genre,
.search-results > li .description .item-description .event-topic,
.search-results > li .description .item-description .event-tag {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.search-results > li .description .item-description h3 small,
.search-results > li .description .item-description .item-description-abstract small,
.search-results > li .description .item-description .item-livestream small,
.search-results > li .description .item-description .event-genre small,
.search-results > li .description .item-description .event-topic small,
.search-results > li .description .item-description .event-tag small,
.search-results > li .description .item-description h3 .small,
.search-results > li .description .item-description .item-description-abstract .small,
.search-results > li .description .item-description .item-livestream .small,
.search-results > li .description .item-description .event-genre .small,
.search-results > li .description .item-description .event-topic .small,
.search-results > li .description .item-description .event-tag .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.search-results > li .description .item-description h3 small.block,
.search-results > li .description .item-description .item-description-abstract small.block,
.search-results > li .description .item-description .item-livestream small.block,
.search-results > li .description .item-description .event-genre small.block,
.search-results > li .description .item-description .event-topic small.block,
.search-results > li .description .item-description .event-tag small.block,
.search-results > li .description .item-description h3 .small.block,
.search-results > li .description .item-description .item-description-abstract .small.block,
.search-results > li .description .item-description .item-livestream .small.block,
.search-results > li .description .item-description .event-genre .small.block,
.search-results > li .description .item-description .event-topic .small.block,
.search-results > li .description .item-description .event-tag .small.block {
  display: block;
  margin-bottom: 2px;
}
a .search-results > li .description .item-description h3,
a .search-results > li .description .item-description .item-description-abstract,
a .search-results > li .description .item-description .item-livestream,
a .search-results > li .description .item-description .event-genre,
a .search-results > li .description .item-description .event-topic,
a .search-results > li .description .item-description .event-tag {
  color: inherit !important;
}
.search-results > li .description .item-description .event-topic {
  margin-top: 1rem !important;
}
.search-results > li .description .item-description ul {
  padding-left: 0;
  list-style: none;
}
ul .search-results > li .description .item-description ul {
  padding-left: 40px;
}
.search-results > li .description .items-count {
  margin: 0;
}
.search-results > li .description .event-time {
  display: none;
}
.search-results.list-view {
  /* when combined with list view */
}
.search-results.list-view > li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #808080;
}
.search-results.list-view > li:first-child {
  border-top: 1px solid #808080;
}
.search-results.list-view > li figure {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(33.33333333% - 0rem) !important;
  -webkit-flex: 0 0 calc(33.33333333% - 0rem) !important;
  flex: 0 0 calc(33.33333333% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(33.33333333% - 0rem);
  /* ie fix */
  max-width: calc(33.33333333% - 0rem);
  /* moz fix */
  padding-right: 2rem;
}
.search-results.list-view > li figure img {
  max-height: 200px;
}
.search-results.list-view > li .description {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
}
.search-results.list-view > li .description .item-description h2,
.search-results.list-view > li .description .item-description .item-description-title {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  display: block;
}
.search-results.list-view > li .description .item-description h2 small,
.search-results.list-view > li .description .item-description .item-description-title small,
.search-results.list-view > li .description .item-description h2 .small,
.search-results.list-view > li .description .item-description .item-description-title .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.search-results.list-view > li .description .item-description h2 small.block,
.search-results.list-view > li .description .item-description .item-description-title small.block,
.search-results.list-view > li .description .item-description h2 .small.block,
.search-results.list-view > li .description .item-description .item-description-title .small.block {
  display: block;
  margin-bottom: 2px;
}
a .search-results.list-view > li .description .item-description h2,
a .search-results.list-view > li .description .item-description .item-description-title {
  color: inherit !important;
}
.search-results.list-view > li .description .event-time {
  display: block;
  font-weight: bold;
  margin: -8px 0 1rem;
}
.search-results.list-view > li .preview-controls {
  text-align: center;
  z-index: 1000;
  margin-bottom: 5px;
  margin-top: 8px;
}
.search-results.list-view[class*="national-book-festival-search-results"] > li .description .event-date {
  display: none;
}
.search-results.list-view.national-jukebox-playlists > li .item-description > ul {
  display: none;
}
.search-results.list-view.national-jukebox-playlists > li .item-description .item-description-title .recording-info {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 3px;
}
.search-results.brief-view {
  /* when combined with brief view */
}
.search-results.brief-view > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: none;
}
.search-results.brief-view > li:first-child {
  border: none;
}
.search-results.brief-view > li figure {
  display: none;
}
.search-results.brief-view > li .description {
  /* padding-left: 0; */
  margin-bottom: 0;
}
.search-results.brief-view > li .description .item-description h3,
.search-results.brief-view > li .description .item-description .item-description-abstract,
.search-results.brief-view > li .description .item-description ul {
  display: none;
}
.search-results.brief-view > li .description .item-description .item-description-title {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
.search-results.brief-view > li .description .item-description .item-description-title small,
.search-results.brief-view > li .description .item-description .item-description-title .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.search-results.brief-view > li .description .item-description .item-description-title small.block,
.search-results.brief-view > li .description .item-description .item-description-title .small.block {
  display: block;
  margin-bottom: 2px;
}
a .search-results.brief-view > li .description .item-description .item-description-title {
  color: inherit !important;
}
.search-results.brief-view > li .description .items-count {
  flex: 0;
  display: none;
}
.search-results.brief-view > li .preview-controls {
  margin-bottom: 12px;
  width: 100%;
  text-align: center;
}
.search-results.brief-view > li .brief-shelf-id {
  font-size: 0.8rem;
  font-style: italic;
}
.search-results.brief-view[class*="national-book-festival-search-results"] {
  display: block !important;
  list-style: none;
  margin: initial;
  padding: 0;
}
.search-results.brief-view[class*="national-book-festival-search-results"] .brief-shelf-id {
  display: none;
}
.search-results.brief-view[class*="national-book-festival-search-results"] figure {
  display: block !important;
}
.search-results.brief-view[class*="national-book-festival-search-results"] figure img {
  border: 1px solid #808080;
}
.search-results.brief-view[class*="national-book-festival-search-results"] > li {
  display: flex !important;
  align-items: center;
  color: #0076AD;
  padding: 0;
  margin-bottom: 10px;
}
.search-results.brief-view[class*="national-book-festival-search-results"] > li * {
  font-weight: normal;
  display: block;
}
.search-results.brief-view[class*="national-book-festival-search-results"] > li * script {
  display: none !important;
}
.search-results.brief-view[class*="national-book-festival-search-results"] > li .h4 {
  display: none;
}
.search-results.brief-view[class*="national-book-festival-search-results"] > li .description .original-format,
.search-results.brief-view[class*="national-book-festival-search-results"] > li .description .event-date {
  display: none;
}
.search-results.gallery-view.no-facets {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -7px;
  /* search results */
}
.search-results.gallery-view.no-facets > li {
  -webkit-box-flex: ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: ;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: ;
  /* IE 10 */
  -moz-box-flex: ;
  flex: ;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 6.99650175px;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(20% - 14px) !important;
  -webkit-flex: 0 0 calc(20% - 14px) !important;
  flex: 0 0 calc(20% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(20% - 14px);
  /* ie fix */
  max-width: calc(20% - 14px);
  /* moz fix */
  margin-bottom: 14px;
  background-color: transparent;
}
.search-results.gallery-view.no-facets > li figure img,
.search-results.gallery-view.no-facets > li .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .search-results.gallery-view.no-facets > li {
    -webkit-box-flex: 0 0 calc(25% - 14px) !important;
    -webkit-flex: 0 0 calc(25% - 14px) !important;
    flex: 0 0 calc(25% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(25% - 14px);
    /* ie fix */
    max-width: calc(25% - 14px);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .search-results.gallery-view.no-facets > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 14px) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 14px) !important;
    flex: 0 0 calc(33.33333333% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 14px);
    /* ie fix */
    max-width: calc(33.33333333% - 14px);
    /* moz fix */
  }
}
@media (max-width: 480px) {
  .search-results.gallery-view.no-facets > li {
    -webkit-box-flex: 0 0 calc(50% - 14px) !important;
    -webkit-flex: 0 0 calc(50% - 14px) !important;
    flex: 0 0 calc(50% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 14px);
    /* ie fix */
    max-width: calc(50% - 14px);
    /* moz fix */
  }
}
.search-results.gallery-view.no-facets > li.merge-cells {
  -webkit-box-flex: 0 0 calc(100% - 14px) !important;
  -webkit-flex: 0 0 calc(100% - 14px) !important;
  flex: 0 0 calc(100% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 14px);
  /* ie fix */
  max-width: calc(100% - 14px);
  /* moz fix */
}
.search-results.gallery-view.no-facets.gallery-view > li {
  border: 1px solid #EFEFEF;
  padding: 1rem;
}
.search-results.gallery-view.no-facets.gallery-view > li figure,
.search-results.gallery-view.no-facets.gallery-view > li .figure {
  margin-bottom: 1rem;
}
.search-results.gallery-view.no-facets.list-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.search-results.gallery-view.no-facets.list-view > li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
}
.search-results.gallery-view.no-facets h3,
.search-results.gallery-view.no-facets .item-description-abstract {
  display: none;
}
.search-results.gallery-view > li {
  background-color: #F6F6F6;
  border-color: #808080;
}
.search-results.gallery-view > li .description .item-description ul {
  display: none;
}
.search-results.gallery-view > li:hover,
.search-results.gallery-view > li:focus {
  border-color: #242424;
}
.search-results.gallery-view > li figure img {
  max-height: 300px;
}
.search-results.gallery-view.three-column-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1rem;
  /* search results */
}
.search-results.gallery-view.three-column-gallery > li {
  -webkit-box-flex: ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: ;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: ;
  /* IE 10 */
  -moz-box-flex: ;
  flex: ;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0.99950025rem;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(33.33333333% - 2rem) !important;
  -webkit-flex: 0 0 calc(33.33333333% - 2rem) !important;
  flex: 0 0 calc(33.33333333% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(33.33333333% - 2rem);
  /* ie fix */
  max-width: calc(33.33333333% - 2rem);
  /* moz fix */
  margin-bottom: 2rem;
  background-color: transparent;
}
.search-results.gallery-view.three-column-gallery > li figure img,
.search-results.gallery-view.three-column-gallery > li .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .search-results.gallery-view.three-column-gallery > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 2rem) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 2rem) !important;
    flex: 0 0 calc(33.33333333% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 2rem);
    /* ie fix */
    max-width: calc(33.33333333% - 2rem);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .search-results.gallery-view.three-column-gallery > li {
    -webkit-box-flex: 0 0 calc(50% - 2rem) !important;
    -webkit-flex: 0 0 calc(50% - 2rem) !important;
    flex: 0 0 calc(50% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 2rem);
    /* ie fix */
    max-width: calc(50% - 2rem);
    /* moz fix */
  }
}
@media (max-width: 480px) {
  .search-results.gallery-view.three-column-gallery > li {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
  }
}
.search-results.gallery-view.three-column-gallery > li.merge-cells {
  -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
  -webkit-flex: 0 0 calc(100% - 2rem) !important;
  flex: 0 0 calc(100% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 2rem);
  /* ie fix */
  max-width: calc(100% - 2rem);
  /* moz fix */
}
.search-results.gallery-view.three-column-gallery.gallery-view > li {
  border: 1px solid #EFEFEF;
  padding: 1rem;
}
.search-results.gallery-view.three-column-gallery.gallery-view > li figure,
.search-results.gallery-view.three-column-gallery.gallery-view > li .figure {
  margin-bottom: 1rem;
}
.search-results.gallery-view.three-column-gallery.list-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.search-results.gallery-view.three-column-gallery.list-view > li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
}
.search-results.gallery-view.three-column-gallery h3,
.search-results.gallery-view.three-column-gallery .item-description-abstract {
  display: none !important;
}
.search-results.gallery-view.three-column-gallery > li {
  border: none !important;
  padding: 0 !important;
}
.search-results.gallery-view.three-column-gallery > li figure,
.search-results.gallery-view.three-column-gallery > li .figure {
  margin-bottom: 0.5rem !important;
}
.search-results.gallery-view.three-column-gallery > li figure img,
.search-results.gallery-view.three-column-gallery > li .figure img {
  border: 1px solid #808080;
}
.search-results.gallery-view.exhibition-items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1rem;
  /* search results */
}
.search-results.gallery-view.exhibition-items > li {
  -webkit-box-flex: ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: ;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: ;
  /* IE 10 */
  -moz-box-flex: ;
  flex: ;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0.99950025rem;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(25% - 2rem) !important;
  -webkit-flex: 0 0 calc(25% - 2rem) !important;
  flex: 0 0 calc(25% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(25% - 2rem);
  /* ie fix */
  max-width: calc(25% - 2rem);
  /* moz fix */
  margin-bottom: 2rem;
  background-color: transparent;
}
.search-results.gallery-view.exhibition-items > li figure img,
.search-results.gallery-view.exhibition-items > li .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .search-results.gallery-view.exhibition-items > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 2rem) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 2rem) !important;
    flex: 0 0 calc(33.33333333% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 2rem);
    /* ie fix */
    max-width: calc(33.33333333% - 2rem);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .search-results.gallery-view.exhibition-items > li {
    -webkit-box-flex: 0 0 calc(50% - 2rem) !important;
    -webkit-flex: 0 0 calc(50% - 2rem) !important;
    flex: 0 0 calc(50% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 2rem);
    /* ie fix */
    max-width: calc(50% - 2rem);
    /* moz fix */
  }
}
@media (max-width: 480px) {
  .search-results.gallery-view.exhibition-items > li {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
  }
}
.search-results.gallery-view.exhibition-items > li.merge-cells {
  -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
  -webkit-flex: 0 0 calc(100% - 2rem) !important;
  flex: 0 0 calc(100% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 2rem);
  /* ie fix */
  max-width: calc(100% - 2rem);
  /* moz fix */
}
.search-results.gallery-view.exhibition-items.gallery-view > li {
  border: 1px solid #EFEFEF;
  padding: 1rem;
}
.search-results.gallery-view.exhibition-items.gallery-view > li figure,
.search-results.gallery-view.exhibition-items.gallery-view > li .figure {
  margin-bottom: 1rem;
}
.search-results.gallery-view.exhibition-items.list-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.search-results.gallery-view.exhibition-items.list-view > li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
}
.search-results.grid-view {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -7px;
  /* search results */
}
.search-results.grid-view > li {
  -webkit-box-flex: ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: ;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: ;
  /* IE 10 */
  -moz-box-flex: ;
  flex: ;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 6.99650175px;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(20% - 14px) !important;
  -webkit-flex: 0 0 calc(20% - 14px) !important;
  flex: 0 0 calc(20% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(20% - 14px);
  /* ie fix */
  max-width: calc(20% - 14px);
  /* moz fix */
  margin-bottom: 14px;
  background-color: transparent;
}
.search-results.grid-view > li figure img,
.search-results.grid-view > li .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .search-results.grid-view > li {
    -webkit-box-flex: 0 0 calc(25% - 14px) !important;
    -webkit-flex: 0 0 calc(25% - 14px) !important;
    flex: 0 0 calc(25% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(25% - 14px);
    /* ie fix */
    max-width: calc(25% - 14px);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .search-results.grid-view > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 14px) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 14px) !important;
    flex: 0 0 calc(33.33333333% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 14px);
    /* ie fix */
    max-width: calc(33.33333333% - 14px);
    /* moz fix */
  }
}
@media (max-width: 480px) {
  .search-results.grid-view > li {
    -webkit-box-flex: 0 0 calc(50% - 14px) !important;
    -webkit-flex: 0 0 calc(50% - 14px) !important;
    flex: 0 0 calc(50% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 14px);
    /* ie fix */
    max-width: calc(50% - 14px);
    /* moz fix */
  }
}
.search-results.grid-view > li.merge-cells {
  -webkit-box-flex: 0 0 calc(100% - 14px) !important;
  -webkit-flex: 0 0 calc(100% - 14px) !important;
  flex: 0 0 calc(100% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 14px);
  /* ie fix */
  max-width: calc(100% - 14px);
  /* moz fix */
}
.search-results.grid-view.gallery-view > li {
  border: 1px solid #EFEFEF;
  padding: 1rem;
}
.search-results.grid-view.gallery-view > li figure,
.search-results.grid-view.gallery-view > li .figure {
  margin-bottom: 1rem;
}
.search-results.grid-view.list-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.search-results.grid-view.list-view > li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
}
.search-results.grid-view.no-facets {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -7px;
  /* search results */
}
.search-results.grid-view.no-facets > li {
  -webkit-box-flex: ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: ;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: ;
  /* IE 10 */
  -moz-box-flex: ;
  flex: ;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 6.99650175px;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(14.28571429% - 14px) !important;
  -webkit-flex: 0 0 calc(14.28571429% - 14px) !important;
  flex: 0 0 calc(14.28571429% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(14.28571429% - 14px);
  /* ie fix */
  max-width: calc(14.28571429% - 14px);
  /* moz fix */
  margin-bottom: 14px;
  background-color: transparent;
}
.search-results.grid-view.no-facets > li figure img,
.search-results.grid-view.no-facets > li .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .search-results.grid-view.no-facets > li {
    -webkit-box-flex: 0 0 calc(20% - 14px) !important;
    -webkit-flex: 0 0 calc(20% - 14px) !important;
    flex: 0 0 calc(20% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(20% - 14px);
    /* ie fix */
    max-width: calc(20% - 14px);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .search-results.grid-view.no-facets > li {
    -webkit-box-flex: 0 0 calc(33.33333333% - 14px) !important;
    -webkit-flex: 0 0 calc(33.33333333% - 14px) !important;
    flex: 0 0 calc(33.33333333% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(33.33333333% - 14px);
    /* ie fix */
    max-width: calc(33.33333333% - 14px);
    /* moz fix */
  }
}
@media (max-width: 480px) {
  .search-results.grid-view.no-facets > li {
    -webkit-box-flex: 0 0 calc(50% - 14px) !important;
    -webkit-flex: 0 0 calc(50% - 14px) !important;
    flex: 0 0 calc(50% - 14px) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 14px);
    /* ie fix */
    max-width: calc(50% - 14px);
    /* moz fix */
  }
}
.search-results.grid-view.no-facets > li.merge-cells {
  -webkit-box-flex: 0 0 calc(100% - 14px) !important;
  -webkit-flex: 0 0 calc(100% - 14px) !important;
  flex: 0 0 calc(100% - 14px) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 14px);
  /* ie fix */
  max-width: calc(100% - 14px);
  /* moz fix */
}
.search-results.grid-view.no-facets.gallery-view > li {
  border: 1px solid #EFEFEF;
  padding: 1rem;
}
.search-results.grid-view.no-facets.gallery-view > li figure,
.search-results.grid-view.no-facets.gallery-view > li .figure {
  margin-bottom: 1rem;
}
.search-results.grid-view.no-facets.list-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.search-results.grid-view.no-facets.list-view > li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
}
.search-results.grid-view > li {
  position: relative;
  /* fixes overlay issue on homepage */
}
.search-results.grid-view > li figure img {
  max-height: 300px;
}
.search-results.grid-view > li .description .original-format {
  display: none;
}
.search-results.grid-view > li .description .item-description h2,
.search-results.grid-view > li .description .item-description .item-description-title {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.search-results.grid-view > li .description .item-description h2 a,
.search-results.grid-view > li .description .item-description .item-description-title a {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 300ms linear;
  text-indent: -10000px;
}
.search-results.grid-view > li .description .item-description h2 a:hover,
.search-results.grid-view > li .description .item-description .item-description-title a:hover,
.search-results.grid-view > li .description .item-description h2 a:focus,
.search-results.grid-view > li .description .item-description .item-description-title a:focus {
  text-indent: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.search-results.grid-view > li .description .item-description h2 small,
.search-results.grid-view > li .description .item-description .item-description-title small {
  display: none;
}
.search-results.grid-view > li .description .item-description h3,
.search-results.grid-view > li .description .item-description .h3,
.search-results.grid-view > li .description .item-description .h4,
.search-results.grid-view > li .description .item-description .item-description-abstract {
  display: none;
}
.search-results.grid-view > li .description .item-description ul {
  display: none;
}
.search-results.grid-view > li .description .items-count {
  flex: 0;
  display: none;
}
.search-results.grid-view.public-domain-results > li .description .item-description h2 a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 13px;
  text-align: center;
}
.search-results.grid-view.public-domain-results > li figure img {
  max-height: none;
}
.search-results.slideshow-view {
  box-sizing: border-box;
  display: block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
}
.search-results.slideshow-view li .description .original-format {
  display: none;
}
.search-results.slideshow-view li .description .item-description h2,
.search-results.slideshow-view li .description .item-description .item-description-title {
  font-size: 14px;
  font-weight: normal;
}
.search-results.slideshow-view li .description .item-description h2 a,
.search-results.slideshow-view li .description .item-description .item-description-title a {
  color: #fff;
}
.programs-content.poetry-and-literature-content .search-results.slideshow-view li .description .item-description h2,
.programs-content.poetry-and-literature-content .search-results.slideshow-view li .description .item-description .item-description-title {
  font-weight: bold;
}
.search-results.slideshow-view li .description .item-description .h4 {
  color: #fff;
}
.search-results.slideshow-view li .description .item-description h3,
.search-results.slideshow-view li .description .item-description .item-description-abstract {
  display: none;
}
.programs-content.poetry-and-literature-content .search-results.slideshow-view li .description .item-description h3,
.programs-content.poetry-and-literature-content .search-results.slideshow-view li .description .item-description .item-description-abstract {
  display: block;
  font-size: 1rem;
}
.search-results.slideshow-view li .description .item-description ul {
  display: none;
}
.search-results.slideshow-view li .description .items-count {
  flex: 0;
  display: none;
}
.search-results.slideshow-view.rsDefault img[src$=".svg"] {
  filter: brightness(0) invert(1);
}
.search-results.slideshow-view.rsDefault .rsImg {
  width: 100%;
  object-fit: contain;
  height: calc(75vh - 120px);
}
.search-results.slideshow-view.rsDefault.rsFullscreen .rsImg {
  height: calc(100vh - 120px);
}
.search-results.slideshow-view.rsDefault .rsNav.rsThumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #242424;
  height: auto !important;
}
.search-results.slideshow-view.rsDefault .rsNav.rsThumbs .rsThumb {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
}
.search-results.slideshow-view.rsDefault .rsNav.rsThumbs .rsThumb img {
  object-fit: cover;
  opacity: 0.3;
}
.search-results.slideshow-view.rsDefault .rsNav.rsThumbs .rsThumb.rsNavSelected {
  background: none;
}
.search-results.slideshow-view.rsDefault .rsNav.rsThumbs .rsThumb.rsNavSelected img {
  opacity: 1;
}
.search-results.slideshow-view.rsDefault .rsGCaption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  padding: 10px;
  box-sizing: border-box;
}
.inverted-row-with-paginations .search-results > li {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.inverted-row-with-paginations .search-results > li:hover,
.inverted-row-with-paginations .search-results > li:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.inverted-row-with-paginations .search-results > li .description h2,
.inverted-row-with-paginations .search-results > li .description .item-description-title,
.inverted-row-with-paginations .search-results > li .description ul,
.inverted-row-with-paginations .search-results > li .description p,
.inverted-row-with-paginations .search-results > li .description h3,
.inverted-row-with-paginations .search-results > li .description .item-description-abstract,
.inverted-row-with-paginations .search-results > li .description a {
  color: #fff;
}
.inverted-row-with-paginations .search-results > li .item-description h2 small,
.inverted-row-with-paginations .search-results > li .item-description .item-description-title small {
  display: none;
}
.search-result-label {
  font-style: normal;
  color: #000;
  margin-left: 5px;
  padding-left: 8px;
  position: relative;
}
.search-result-label::before {
  content: "";
  position: absolute;
  border-left: 1px solid #000;
  height: 14px;
  width: 1px;
  left: 0;
  top: 3px;
}
.search-result-label > span {
  font-style: italic;
  margin-left: 2px;
}
.search-result-label .icon {
  color: #0076AD;
  margin-right: 2px;
}
.slideshow-view-wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
}
/* toggle contributor */
.full-result {
  display: none;
}
.more-less-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #0076AD;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 0;
  display: block;
  margin-bottom: 1rem;
}
.more-less-toggle:hover,
.more-less-toggle:focus {
  background-color: transparent;
  border-color: transparent;
  color: #002347;
}
/* bracket style for newspaper digitized content list */
.add-bracket::before,
.add-bracket::after {
  color: #242424;
}
.add-bracket::before {
  content: "[";
}
.add-bracket::after {
  content: "]";
}
.search-results.grid-view .description a.hovered.close:hover {
  background-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}
.search-results.grid-view .description a.hovered.close:hover > span {
  display: none;
}
.nav-controls {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0 -5px;
}
.nav-controls.with-rss-link {
  justify-content: space-between;
}
@media (min-width: 993px) {
  .nav-controls {
    margin: 0 -10px;
  }
}
.nav-controls .nav-controls-group {
  display: flex;
  flex-wrap: wrap;
}
.nav-controls .nav-controls-group > * {
  margin: 0 5px;
}
@media (min-width: 993px) {
  .nav-controls .nav-controls-group > * {
    margin: 0 10px;
  }
}
.nav-controls .rss-link {
  font-size: 1rem;
  white-space: nowrap;
}
@media (min-width: 481px) {
  .nav-controls .rss-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.paginations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 993px) {
  .paginations {
    flex-direction: row;
    justify-content: space-between;
  }
}
.paginations > nav {
  margin: 10px 0;
}
@media (max-width: 992px) {
  .paginations > nav ~ nav {
    margin-top: 0;
  }
}
.paginations .pagination-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.paginations .pagination-links > a,
.paginations .pagination-links > span {
  display: inline-block;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .paginations .pagination-links > a,
  .paginations .pagination-links > span {
    padding: 3px 8px;
  }
}
.paginations .pagination-links > a.prev,
.paginations .pagination-links > span.prev,
.paginations .pagination-links > a.next,
.paginations .pagination-links > span.next {
  font-size: 20px;
}
.paginations .pagination-links > a.prev,
.paginations .pagination-links > span.prev {
  padding-left: 0;
}
.paginations .pagination-links > a.next,
.paginations .pagination-links > span.next {
  padding-right: 0;
}
.paginations .pagination-links > a.pagination-inactive,
.paginations .pagination-links > span.pagination-inactive {
  color: #242424;
  pointer-events: none;
  cursor: not-allowed;
}
.paginations .pagination-links > a.pagination-inactive.selected,
.paginations .pagination-links > span.pagination-inactive.selected {
  color: #242424;
  color: #fff;
  background-color: #0076AD;
}
.events-no-results {
  padding: 2em;
  text-align: center;
  background-color: #f6f6f6;
}
.events-no-results .noresults-for {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-size: xx-large;
  font-weight: bold;
}
h2.events-no-results-group {
  display: flex;
}
h2.events-no-results-group > a .previous-event-date {
  color: white;
  font-weight: bold;
}
h2.events-no-results-group > a .next-event-date {
  color: white;
  font-weight: bold;
}
h2.events-no-results-group > span {
  flex: 1 1 0%;
  text-align: center;
}
#previous-next-results {
  display: none;
}
.list-of-titles {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #979797;
  border-collapse: separate;
  border: none;
  margin: 0;
}
.list-of-titles th,
.list-of-titles td {
  padding: 10px;
}
.list-of-titles th,
.list-of-titles td {
  border: 1px solid #979797;
  color: #242424;
}
.list-of-titles th figure,
.list-of-titles td figure {
  text-align: center;
}
.list-of-titles th figure.image-align-left,
.list-of-titles td figure.image-align-left {
  margin: 0 !important;
  float: none;
  width: auto;
}
.list-of-titles th figure figcaption,
.list-of-titles td figure figcaption {
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    */
}
.list-of-titles th {
  background-color: #F6F6F6;
}
.list-of-titles th,
.list-of-titles td {
  vertical-align: middle;
}
.list-of-titles thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  border: none;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.list-of-titles thead th:first-child {
  border-left: 1px solid #979797;
}
.list-of-titles tbody td {
  border: none;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.list-of-titles tbody td:first-child {
  border-left: 1px solid #979797;
}
.list-of-titles thead th:not(:nth-of-type(1)) {
  width: 1%;
}
.list-of-titles thead th:nth-of-type(2),
.list-of-titles thead th:nth-of-type(3),
.list-of-titles thead th:nth-of-type(4),
.list-of-titles thead th:nth-of-type(5),
.list-of-titles thead th:nth-of-type(6),
.list-of-titles thead th:nth-of-type(7),
.list-of-titles thead th:nth-of-type(8),
.list-of-titles thead th:nth-of-type(9) {
  text-align: center;
}
@media (max-width: 768px) {
  .list-of-titles thead th {
    position: sticky;
    top: 0;
  }
}
.list-of-titles tbody td:nth-of-type(2),
.list-of-titles tbody td:nth-of-type(3),
.list-of-titles tbody td:nth-of-type(4),
.list-of-titles tbody td:nth-of-type(5),
.list-of-titles tbody td:nth-of-type(6),
.list-of-titles tbody td:nth-of-type(7),
.list-of-titles tbody td:nth-of-type(8),
.list-of-titles tbody td:nth-of-type(9) {
  text-align: center;
}
.list-of-titles .title {
  font-weight: bold;
}
.calendar_url > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}
.calendar_url > i:before {
  content: "\f073";
}
.has_essay > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}
.has_essay > i:before {
  content: "\f00c";
}
.show-all-titles > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
}
.show-all-titles > i:before {
  content: "\f03a";
}
.download-table {
  cursor: pointer;
}
.download-table > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
}
.download-table > i:before {
  content: "\f019";
}
.table-filters {
  border: 1px solid #808080;
  background-color: #F6F6F6;
  padding: 15px 10px;
}
.table-results-summary .search-results-heading {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.table-download {
  overflow: hidden;
  margin-bottom: 10px;
}
.table-download .table-download-form {
  float: right;
}
#display-level-facet .disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
#display-level-facet .disabled a:link,
#display-level-facet .disabled a:visited {
  color: #808080;
}
:root {
  --advanced-search-dropdowns-per-row: 3;
}
.advanced-search-wrapper {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
  height: auto;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .advanced-search-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.advanced-search-wrapper h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  margin: 0;
  background-color: #F6F6F6;
  position: relative;
  padding: 1rem 1rem 1rem 37px;
  /* hide ::before created by fontawesome classname icon- */
}
.advanced-search-wrapper h2 small,
.advanced-search-wrapper h2 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.advanced-search-wrapper h2 small.block,
.advanced-search-wrapper h2 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .advanced-search-wrapper h2 {
  color: inherit !important;
}
.advanced-search-wrapper h2 > a {
  color: #242424;
  text-decoration: none;
  padding: 0;
  display: inline-block;
}
.advanced-search-wrapper h2 > a:not(:first-child) {
  color: #0076AD;
}
.advanced-search-wrapper h2 > a:not(:first-child):hover {
  text-decoration: underline;
}
.advanced-search-wrapper h2 .icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #0076AD;
  font-size: 1.125rem;
  line-height: 1.36;
}
.advanced-search-wrapper h2[class*='icon']::before {
  content: "";
}
.advanced-search-wrapper h2.icon-minus-square {
  border-bottom: none;
}
.advanced-search-wrapper h2.icon-minus-square:before {
  content: '';
}
.advanced-search-wrapper .advanced-search-form-wrapper {
  box-sizing: border-box;
  background-color: #F6F6F6;
  padding: 0.125rem 1rem 1rem;
  display: none;
}
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle {
  padding: 0.75rem 0;
  margin: 0;
  border-top: 1px solid #808080;
}
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul {
  padding-left: 0;
  list-style: none;
  margin: 0 -1rem;
  margin-bottom: 0.75rem;
}
ul .advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul {
  padding-left: 40px;
}
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul > li {
  display: inline-block;
  margin: 0 1rem;
}
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul .disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul .disabled a:link,
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul .disabled a:visited {
  color: #808080;
}
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul a {
  padding: 4px 0;
  text-decoration: none;
}
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul a:hover,
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul a:focus {
  text-decoration: none;
}
.advanced-search-wrapper .advanced-search-form-wrapper .advanced-search-toggle ul a.checked {
  color: #242424;
}
.advanced-search-wrapper .advanced-search-form-row {
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .advanced-search-wrapper .advanced-search-form-row.advanced-search-dropdowns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 993px) {
  .advanced-search-wrapper .advanced-search-form-row.advanced-search-dropdowns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1201px) {
  .advanced-search-wrapper .advanced-search-form-row.advanced-search-dropdowns {
    grid-template-columns: repeat(var(--advanced-search-dropdowns-per-row), minmax(0, 1fr));
  }
}
.advanced-search-wrapper .advanced-search-form-row.advanced-search-form-row-no-label {
  margin-top: 1.5rem;
}
.advanced-search-wrapper .advanced-search-form-row.advanced-search-form-row-daterange {
  margin-top: 1em;
}
.advanced-search-wrapper .advanced-search-form-row.advanced-search-form-row-first {
  margin-top: 0;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword input {
  width: 50%;
  border-color: #0076AD;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword input {
    width: 100%;
    margin-top: 3px;
  }
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .custom-select-menu:not(:first-child) {
  position: relative;
  /*
                    connector-height: 31px = 14 half input + 14 half input + 3 margin
                    connector-position: -17px = 14 half input + 3 margin
                    keyword-inputs-total-height: 59px = 28 input + 28 input + 3 margin
                    */
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .custom-select-menu:not(:first-child) input {
  padding-right: 25px;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .custom-select-menu:not(:first-child)::before {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  background: transparent;
  width: 28px;
  position: absolute;
  top: -28px;
  left: 80%;
  height: 43px;
  border: 1px solid #808080;
  border-left: none;
}
@media (max-width: 768px) {
  .advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .custom-select-menu:not(:first-child)::before {
    display: none;
  }
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .custom-select-menu:not(:first-child)::after {
  content: "AND";
  font-size: 12px;
  display: inline-block;
  background: #F6F6F6;
  text-align: center;
  width: 33px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  left: calc(80% +  28px - (33px / 2));
  top: -28px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .custom-select-menu:not(:first-child)::after {
    display: none;
  }
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .x-button {
  margin-left: -28px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  text-align: center;
}
@media (max-width: 768px) {
  .advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .x-button {
    position: absolute;
    right: 1px;
    bottom: 3px;
  }
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword label {
  font-size: 11px;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .custom-select-menu {
  margin-top: 14px;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .custom-select-menu:first-child {
  margin-top: 0;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-keyword .custom-select-menu select {
  vertical-align: middle;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-location_country select,
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-multiselect select,
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-location_state select,
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-titles select,
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-language select {
  width: 100%;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-location_country label,
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-multiselect label,
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-location_state label,
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-titles label,
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-language label {
  font-size: 11px;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-cell.advanced-search-form-languages {
  margin-left: 0;
  margin-right: 0;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-daterange .datepicker-container {
  display: flex;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-daterange .datepicker-container input {
  border-color: #0076AD;
  vertical-align: middle;
  flex: 1;
}
.advanced-search-wrapper .advanced-search-form-row .advanced-search-form-daterange label {
  font-size: 11px;
}
.advanced-search-wrapper .advanced-search-form-buttons {
  text-align: right;
}
.advanced-search-wrapper .advanced-search-form-buttons .off {
  opacity: 0.5;
  pointer-events: none;
}
.advanced-search-wrapper select.loading {
  background: transparent url("/static/images/share/loader.gif") 95% 50% no-repeat;
  background-size: 21px 20px;
  opacity: 0.3;
  pointer-events: none;
}
.advanced-search-wrapper .form-notification {
  color: #D1332E;
  margin-left: 10px;
}
.advanced-search-wrapper .form-notification-extension {
  color: #D1332E;
}
.multiple-checkbox-button {
  box-sizing: border-box;
  border-radius: 0;
  padding: 0.321rem 0.6rem;
  line-height: 1.5;
  border: 1px solid #0076AD;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #0076AD;
  width: 100%;
  text-align: left;
  font-weight: normal;
  border-color: #0076AD !important;
  color: #242424 !important;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiple-checkbox-button:link,
.multiple-checkbox-button:visited {
  color: #fff;
}
.multiple-checkbox-button:hover,
.multiple-checkbox-button:focus {
  text-decoration: none;
  background-color: #002347;
  border-color: #002347;
  color: #fff;
}
.multiple-checkbox-button:active {
  border-style: inset;
  border-color: #BFBFBF;
  background-color: #000000;
}
.multiple-checkbox-button:focus {
  z-index: 3;
  outline: 4px solid #0076AD;
}
.multiple-checkbox-button:disabled,
.multiple-checkbox-button.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.multiple-checkbox-button:disabled,
.multiple-checkbox-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.multiple-checkbox-button.loading {
  background: transparent url("/static/images/share/loader.gif") 99% 50% no-repeat;
  background-size: 21px 20px;
  opacity: 0.3;
  pointer-events: none;
}
.multiple-checkbox-wrapper {
  margin: 0;
  padding: 0;
  border: none;
}
.multiple-checkbox-wrapper legend {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.multiple-checkbox {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #808080;
  overflow: auto;
  min-width: 240px;
  max-height: 300px;
  width: 100%;
  max-width: 960px;
}
.multiple-checkbox > li {
  padding: 2px 1rem;
  padding: 2px 2rem 2px 1rem;
}
.multiple-checkbox > li > label {
  font-size: 13px !important;
  line-height: 16px;
  display: block;
  padding: 3px 0 3px 16px;
  position: relative;
  width: 100%;
}
.multiple-checkbox > li > label > input {
  position: absolute;
  left: 0;
  top: 5px;
}
.multiple-checkbox > li.multiple-checkbox-all {
  font-weight: bold;
}
.multiple-checkbox > li.checked {
  background-color: #0076AD;
  color: #fff;
}
.advanced-search-select {
  box-sizing: border-box;
  border: 1px solid #0076AD;
  position: relative;
  vertical-align: middle;
  color: #242424;
}
.advanced-search-select.advanced-search-select-inline {
  border-right: none;
  display: inline-block;
  width: 30%;
  float: left;
}
@media (max-width: 768px) {
  .advanced-search-select.advanced-search-select-inline {
    display: block;
    width: 100%;
    border-right: 1px solid #0076AD;
  }
}
.advanced-search-select.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.advanced-search-select select {
  border: none;
  width: 100%;
}
.query-builder-button {
  border: none;
  padding: 0;
  background-color: transparent !important;
}
.advanced-search-datepicker button.ui-datepicker-prev {
  display: none;
}
.advanced-search-datepicker button.ui-datepicker-next {
  display: none;
}
.advanced-search-datepicker .ui-datepicker-title {
  margin-left: 0;
  margin-right: 0;
}
.portal-container {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .portal-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.portal-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 -1rem;
}
.portal-content {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    */
}
@media (max-width: 768px) {
  .portal-content {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
}
.portal-cell {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
}
.portal-cell.aside-in-body {
  -webkit-box-flex: 0 0 calc(33.33333333% - 2rem) !important;
  -webkit-flex: 0 0 calc(33.33333333% - 2rem) !important;
  flex: 0 0 calc(33.33333333% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(33.33333333% - 2rem);
  /* ie fix */
  max-width: calc(33.33333333% - 2rem);
  /* moz fix */
}
@media (max-width: 768px) {
  .portal-cell.aside-in-body {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
  }
}
@media (max-width: 768px) {
  .portal-cell {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
  }
}
.marker,
.second-marker {
  color: #D1332E;
  font: bold 5em Verdana, Arial, Helvetica, sans-serif;
  position: absolute;
}
@media (max-width: 1200px) {
  .marker,
  .second-marker {
    font-size: 4em;
  }
}
@media (max-width: 992px) {
  .marker,
  .second-marker {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .marker,
  .second-marker {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  .marker,
  .second-marker {
    font-size: 2em;
  }
}
.floor-plan {
  width: 100%;
  margin: 0.3rem auto 1.5rem auto;
  position: relative;
  /*
     Reading Rooms and Research Centers
    */
  /*
     Special Events Spaces
    */
  /*
     Other Locations
    */
}
.floor-plan figcaption,
.floor-plan img {
  width: 100%;
  max-width: 100%;
}
.floor-plan img {
  display: block;
  height: auto;
  margin: auto;
}
.floor-plan.bob-hope-gallery .marker {
  top: 66.5%;
  left: 13.5%;
}
.floor-plan.bibles-gallery .marker {
  top: 61.5%;
  left: 47%;
}
.floor-plan.exploring-early-americas .marker {
  top: 68.5%;
  left: 33%;
}
.floor-plan.geography-and-map-corridor .marker {
  top: 63%;
  left: 47%;
}
.floor-plan.gershwin-room .marker {
  top: 69%;
  left: 18.5%;
}
.floor-plan.graphic-arts-galleries .marker {
  top: 66.5%;
  left: 73.5%;
}
.floor-plan.main-reading-room-visitor-gallery .marker {
  top: 52.5%;
  left: 47.5%;
}
.floor-plan.minerva-mosaic .marker {
  top: 55.5%;
  left: 47%;
}
.floor-plan.north-exhibition-gallery .marker {
  top: 75%;
  left: 37%;
}
.floor-plan.south-exhibition-gallery .marker {
  top: 59%;
  left: 84%;
}
.floor-plan.southwest-exhibition-gallery .marker {
  top: 69%;
  left: 61%;
}
.floor-plan.thomas-jeffersons-library .marker {
  top: 69%;
  left: 79%;
}
.floor-plan.young-readers-center .marker {
  top: 20%;
  left: 13%;
}
.floor-plan.visitor-tours .marker {
  top: 72%;
  left: 37%;
}
.floor-plan.main-reading-room .marker {
  top: 31%;
  left: 47.5%;
}
.floor-plan.african-and-middle-eastern .marker {
  top: 61%;
  left: 19.5%;
}
.floor-plan.american-folklife-center .marker {
  top: 21%;
  left: 27%;
}
.floor-plan.asian .marker {
  top: 55%;
  left: 86%;
}
.floor-plan.childrens-literature .marker {
  top: 19%;
  left: 10%;
}
.floor-plan.european .marker {
  top: 19%;
  left: 84.5%;
}
.floor-plan.geography-and-map .marker {
  top: 65%;
  left: 47%;
}
.floor-plan.federal-research-division .marker {
  top: 60%;
  left: 20%;
}
.floor-plan.hispanic .marker {
  top: 21%;
  left: 62%;
}
.floor-plan.kluge-center .marker {
  top: 55%;
  left: 10%;
}
.floor-plan.law-library .marker {
  top: 40%;
  left: 40%;
}
.floor-plan.learning-and-training-center .marker {
  top: 59%;
  left: 41%;
}
.floor-plan.local-history-and-genealogy .marker {
  top: 20.5%;
  left: 67.5%;
}
.floor-plan.manuscript .marker {
  top: 41%;
  left: 45%;
}
.floor-plan.microform .marker {
  top: 11%;
  left: 57.5%;
}
.floor-plan.motion-picture-and-television .marker {
  top: 38%;
  left: 32%;
}
.floor-plan.newspaper-and-current-periodical .marker {
  top: 42%;
  left: 29%;
}
.floor-plan.performing-arts .marker {
  top: 42%;
  left: 66.5%;
}
.floor-plan.prints-and-photographs .marker {
  top: 39.5%;
  left: 28.5%;
}
.floor-plan.rare-book-and-special-collections .marker {
  top: 11%;
  left: 47.5%;
}
.floor-plan.recorded-sound .marker {
  top: 25%;
  left: 73%;
}
.floor-plan.science-and-business .marker {
  top: 42%;
  left: 65%;
}
.floor-plan.coolidge-auditorium .marker {
  top: 56%;
  left: 19.5%;
}
.floor-plan.dining-room-a .marker {
  top: 13%;
  left: 65%;
}
.floor-plan.montpelier-room .marker {
  top: 15%;
  left: 69%;
}
.floor-plan.mumford-room .marker {
  top: 47%;
  left: 48%;
}
.floor-plan.pickford-theater .marker {
  top: 42%;
  left: 47%;
}
.floor-plan.whittall-pavilion .marker {
  top: 62%;
  left: 29.75%;
}
.floor-plan.reader-registration .marker {
  top: 40%;
  left: 20%;
}
.floor-plan.reader-registration-jefferson .marker {
  top: 20.5%;
  left: 47.25%;
}
.floor-plan.visitor-information-desk-1 .marker {
  top: 60%;
  left: 47%;
}
.floor-plan.visitor-information-desk-2 .marker {
  top: 67%;
  left: 37%;
}
.floor-plan.visitor-information-desk-3 .marker {
  top: 68.5%;
  left: 57.5%;
}
.floor-plan.madison-visitor-information-desk .marker {
  top: 62%;
  left: 47.5%;
}
.floor-plan.carriage-entrance-cloak-room .marker {
  top: 65%;
  left: 53.5%;
}
.floor-plan.researcher-entrance-cloak-room .marker {
  top: 13%;
  left: 56%;
}
.floor-plan.madison-cloak-room .marker {
  top: 66.5%;
  left: 36.5%;
}
.floor-plan.lost-and-found .marker {
  top: 41%;
  left: 66%;
}
.floor-plan.library-shop .marker {
  top: 77%;
  left: 37%;
}
.floor-plan.library-shop .second-marker {
  top: 77%;
  left: 58%;
}
.floor-plan.madison-main-cafeteria .marker {
  top: 25%;
  left: 47%;
}
.floor-plan.madison-ground-floor-cafeteria .marker {
  top: 74%;
  left: 28.5%;
}
.floor-plan.adams-cafeteria .marker {
  top: 57%;
  left: 82%;
}
.item-title h1 small {
  display: block;
  margin-bottom: 0.2rem;
}
.item-title h1 small .format-label {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1;
}
.item-title h1 small .format-label:not(:last-child) {
  border-right: 1px solid #808080;
  padding-right: 0.6rem;
  margin-right: 0.5rem;
}
[data-service-history] .item-title h1 small .format-label:not([data-format="personal-narrative"]) {
  display: none;
}
[data-service-history] .item-title h1 small .format-label[data-format="personal-narrative"] {
  border: none;
}
.item-title h1 cite {
  font-style: normal;
}
.press-release-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 -1rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .press-release-row {
    margin-top: 0;
  }
}
.press-release-row .press-release-content {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .press-release-row .press-release-content {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
}
.press-release-row .press-release-aside {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(25% - 2rem) !important;
  -webkit-flex: 0 0 calc(25% - 2rem) !important;
  flex: 0 0 calc(25% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(25% - 2rem);
  /* ie fix */
  max-width: calc(25% - 2rem);
  /* moz fix */
}
@media (max-width: 768px) {
  .press-release-row .press-release-aside {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
}
.press-release-row .press-release-source {
  font-size: 12px;
}
.poetry-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 -1rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .poetry-row {
    margin-top: 0;
  }
}
.poetry-row .poetry-content {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.55rem;
}
@media (max-width: 768px) {
  .poetry-row .poetry-content {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
}
.poetry-row .poetry-content .embedded-media {
  width: 100%;
  height: 720px;
}
.poetry-row .poetry-content .rights-and-access,
.poetry-row .poetry-content .commentator-rights-and-access {
  background-color: #F6F6F6;
  border-top: 1px solid #808080;
  padding-top: 1rem;
  display: block;
}
.poetry-row .poetry-content .rights-and-access h3 a,
.poetry-row .poetry-content .commentator-rights-and-access h3 a {
  text-decoration: none;
  color: #242424;
  font-size: 1.1rem;
}
.poetry-row .poetry-content .rights-and-access h3 a .icon,
.poetry-row .poetry-content .commentator-rights-and-access h3 a .icon {
  color: #0076AD;
}
.poetry-row .poetry-content .rights-and-access .rights-and-access-content,
.poetry-row .poetry-content .commentator-rights-and-access .rights-and-access-content,
.poetry-row .poetry-content .rights-and-access .commentator-rights-and-access-content,
.poetry-row .poetry-content .commentator-rights-and-access .commentator-rights-and-access-content {
  display: none;
}
.poetry-row .poetry-content .related-resources {
  border-top: 1px solid #808080;
  padding-top: 1rem;
}
.poetry-row .poetry-aside {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(25% - 2rem) !important;
  -webkit-flex: 0 0 calc(25% - 2rem) !important;
  flex: 0 0 calc(25% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(25% - 2rem);
  /* ie fix */
  max-width: calc(25% - 2rem);
  /* moz fix */
}
@media (max-width: 768px) {
  .poetry-row .poetry-aside {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
}
.poetry-row .poetry-source {
  font-size: 12px;
}
.poem {
  background-color: #F6F6F6;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.poem pre {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin-top: 0;
}
.poem p:last-child {
  margin-bottom: 0;
}
.ui-datepicker {
  z-index: 9999 !important;
}
.today-in-history-wrapper {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .today-in-history-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.today-in-history-title h1 {
  margin-bottom: 1.5rem;
}
.today-in-history-nav {
  background-color: #F6F6F6;
  text-align: center;
  position: relative;
  padding: 10px 20px;
  margin: 15px 0;
}
.today-in-history-nav .today-in-history-date {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 35px;
}
.today-in-history-nav .today-in-history-date h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  display: inline-block;
  margin: 0;
}
.today-in-history-nav .today-in-history-date h2 small,
.today-in-history-nav .today-in-history-date h2 .small {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #242424;
}
.today-in-history-nav .today-in-history-date h2 small.block,
.today-in-history-nav .today-in-history-date h2 .small.block {
  display: block;
  margin-bottom: 2px;
}
a .today-in-history-nav .today-in-history-date h2 {
  color: inherit !important;
}
.today-in-history-nav .today-in-history-date .today-in-history-date-link {
  padding: 0 5px;
  position: absolute;
  top: 2px;
}
.today-in-history-nav .today-in-history-date .today-in-history-date-link i {
  font-size: 1.75rem;
  line-height: 1.1rem;
}
.today-in-history-nav .today-in-history-date .today-in-history-date-link.previous-day {
  left: 0;
}
.today-in-history-nav .today-in-history-date .today-in-history-date-link.next-day {
  right: 0;
}
.today-in-history-nav .today-in-history-form {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}
.today-in-history-nav .today-in-history-form form {
  font-size: 14px;
  margin: 0;
}
.today-in-history-nav .today-in-history-form form label {
  vertical-align: middle;
}
.today-in-history-nav .today-in-history-form form .datepicker-container {
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #0076AD;
}
.today-in-history-nav .today-in-history-form form .datepicker-container input {
  border: none;
  border-right: 1px solid #0076AD;
  padding: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  font-size: 12px;
}
.today-in-history-nav .today-in-history-form form .datepicker-container button {
  border: none;
  height: 26px;
  background-color: #fff;
  color: #0076AD;
  padding: 0 10px;
}
.today-in-history-nav .today-in-history-form form .datepicker-container .ui-datepicker-trigger {
  display: inline-block !important;
}
.today-in-history-nav .today-in-history-form form .today-in-history-button {
  vertical-align: middle;
  background-color: #0076AD;
  color: #fff;
  border: none;
  height: 28px;
  padding: 0 8px;
  display: inline-block;
}
@media (max-width: 992px) {
  .today-in-history-nav .today-in-history-form {
    position: static;
    margin-top: 1rem;
  }
}
.today-in-history-story-links {
  padding-left: 15%;
  padding-right: 15%;
  font-size: 12px;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .today-in-history-story-links {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  .today-in-history-story-links {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 480px) {
  .today-in-history-story-links {
    padding-left: 0;
    padding-right: 0;
  }
}
.today-in-history-story-links h2 {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin: 0 5px 0 0;
  color: #242424;
}
.today-in-history-story-links ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.today-in-history-story-links ul li {
  display: inline-block;
  border-right: 1px solid #808080;
  font-weight: bold;
  padding-right: 9px;
  margin-right: 6px;
}
.today-in-history-story-links ul li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.today-in-history-container {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .today-in-history-container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  .today-in-history-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 480px) {
  .today-in-history-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.today-in-history {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2rem;
}
.today-in-history h1 {
  font-size: 2rem;
  padding-left: 15%;
  padding-right: 15%;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .today-in-history h1 {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  .today-in-history h1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 480px) {
  .today-in-history h1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.today-in-history figure {
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
  margin: 0 auto 2rem;
  font-size: 12px;
}
.today-in-history figure img {
  max-width: 525px;
}
@media (max-width: 992px) {
  .today-in-history figure img {
    max-width: 75vw;
  }
}
.today-in-history blockquote {
  position: relative;
  padding: 0px 0 0 10px;
  margin: 1.5em 0px 1.5em 30px;
  border-left: 2px solid #EFEFEF;
}
.today-in-history blockquote > p {
  font-style: italic;
  margin-bottom: 10px;
}
.today-in-history blockquote .cite {
  font-size: 12px;
  padding-left: 40px;
}
.today-in-history blockquote cite {
  font-style: normal;
}
.today-in-history .footnote {
  margin-left: 0;
  padding: 20px 0 10px;
  border-top: 1px solid #808080;
  color: #242424;
  font-size: 12px;
}
.today-in-history .footnote li {
  margin-left: 25px;
}
.today-in-history .footnote li:target {
  background-color: transparent;
}
.today-in-history .today-in-history-content {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .today-in-history .today-in-history-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  .today-in-history .today-in-history-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 480px) {
  .today-in-history .today-in-history-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.today-in-history .today-in-history-learn-more {
  padding-left: 15%;
  padding-right: 15%;
  background-color: #F6F6F6;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .today-in-history .today-in-history-learn-more {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  .today-in-history .today-in-history-learn-more {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 480px) {
  .today-in-history .today-in-history-learn-more {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .today-in-history .today-in-history-learn-more {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.today-in-history .today-in-history-learn-more h2 {
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.today-in-history .today-in-history-learn-more ul {
  margin-bottom: 0;
  margin-top: 1rem;
}
.today-in-history .today-in-history-learn-more ul > li {
  margin-bottom: 1rem;
}
.article-header {
  margin-bottom: 2rem;
}
.articles-menu {
  border-bottom: 1px solid #0076AD;
  padding: 0;
  margin-bottom: 2rem;
}
.articles-menu nav h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.articles-menu nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.articles-menu nav > ul > li {
  margin: 0;
  padding: 0;
}
.articles-menu nav > ul > li > a {
  border-top: 1px solid #0076AD;
  padding: 8px 0;
}
.articles-menu nav > ul > li a {
  display: block;
  color: #242424;
}
.articles-menu nav > ul > li.selected {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.articles-menu nav > ul > li.selected.subselected {
  font-weight: normal;
}
.articles-menu nav > ul > li:first-child.selected {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.articles-menu nav > ul > li:last-child.selected {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.articles-menu nav > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
.articles-menu nav > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
.articles-menu nav > ul > li > ul > li.selected {
  font-weight: bold;
}
.articles-menu nav > ul > li > ul > li.selected.subselected {
  font-weight: normal;
}
.articles-menu nav > ul > li > ul > li > a {
  padding: 0 0 8px 1rem;
}
.articles-menu nav > ul > li > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
.articles-menu nav > ul > li > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
.articles-menu nav > ul > li > ul > li > ul > li.selected {
  font-weight: bold;
}
.articles-menu nav > ul > li > ul > li > ul > li > a {
  padding: 0 0 8px 2rem;
}
.hide {
  display: none;
}
.form-in-body {
  /*
    input[type="text"].error,
    input[type="password"].error,
    input[type="email"].error,
    input[type="url"].error,
    input[type="search"].error,
    input[type="color"].error,
    textarea.error {
        border-color: @red;
    }
    */
}
.form-in-body input[type="text"],
.form-in-body input[type="password"],
.form-in-body input[type="email"],
.form-in-body input[type="url"],
.form-in-body input[type="search"],
.form-in-body input[type="color"] {
  width: 60%;
}
@media (max-width: 768px) {
  .form-in-body input[type="text"],
  .form-in-body input[type="password"],
  .form-in-body input[type="email"],
  .form-in-body input[type="url"],
  .form-in-body input[type="search"],
  .form-in-body input[type="color"] {
    width: 100%;
  }
}
.form-in-body input[type="datetime"],
.form-in-body input[type="datetime-local"],
.form-in-body input[type="date"],
.form-in-body input[type="month"],
.form-in-body input[type="time"],
.form-in-body input[type="week"],
.form-in-body input[type="number"],
.form-in-body input[type="tel"] {
  width: 40%;
}
@media (max-width: 768px) {
  .form-in-body input[type="datetime"],
  .form-in-body input[type="datetime-local"],
  .form-in-body input[type="date"],
  .form-in-body input[type="month"],
  .form-in-body input[type="time"],
  .form-in-body input[type="week"],
  .form-in-body input[type="number"],
  .form-in-body input[type="tel"] {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .form-in-body input[type="datetime"],
  .form-in-body input[type="datetime-local"],
  .form-in-body input[type="date"],
  .form-in-body input[type="month"],
  .form-in-body input[type="time"],
  .form-in-body input[type="week"],
  .form-in-body input[type="number"],
  .form-in-body input[type="tel"] {
    width: 100%;
  }
}
.form-in-body textarea {
  width: 70%;
}
@media (max-width: 768px) {
  .form-in-body textarea {
    width: 100%;
  }
}
.form-in-body input.narrower {
  width: 15%;
}
@media (max-width: 768px) {
  .form-in-body input.narrower {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .form-in-body input.narrower {
    width: 100%;
  }
}
.form-in-body .help-text {
  font-size: 12px;
}
.form-in-body .volunteer-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 -1rem;
}
.form-in-body .volunteer-form .volunteer-form-day {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(16.66666667% - 2rem) !important;
  -webkit-flex: 0 0 calc(16.66666667% - 2rem) !important;
  flex: 0 0 calc(16.66666667% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(16.66666667% - 2rem);
  /* ie fix */
  max-width: calc(16.66666667% - 2rem);
  /* moz fix */
}
@media (max-width: 992px) {
  .form-in-body .volunteer-form .volunteer-form-day {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
  }
}
.form-in-body .volunteer-form .volunteer-form-shift {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .form-in-body .volunteer-form .volunteer-form-shift {
    -webkit-box-flex: 0 0 calc(50% - 2rem) !important;
    -webkit-flex: 0 0 calc(50% - 2rem) !important;
    flex: 0 0 calc(50% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(50% - 2rem);
    /* ie fix */
    max-width: calc(50% - 2rem);
    /* moz fix */
  }
}
/*

example: http://localhost:8000/programs/national-recording-preservation-plan/tools-and-resources/history/timeline/

*/
.timeline {
  padding-left: 0;
  list-style: none;
  height: 100%;
  padding-left: 200px;
  margin-bottom: 2rem;
  padding-top: 3.5rem;
  position: relative;
  /* label */
  /* rule */
}
ul .timeline {
  padding-left: 40px;
}
.timeline:after {
  box-sizing: border-box;
  content: 'Timeline';
  width: 100%;
  background: #F6F6F6;
  display: block;
  position: absolute;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  top: 0;
  left: 0;
}
.timeline:before {
  box-sizing: border-box;
  content: '';
  height: 100%;
  background: transparent;
  display: block;
  position: absolute;
  border-left: 5px solid #0076AD;
  top: 0;
  left: 195px;
}
@media (max-width: 992px) {
  .timeline:before {
    left: 115px;
  }
}
@media (max-width: 768px) {
  .timeline:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .timeline {
    padding-left: 150px;
  }
}
@media (max-width: 768px) {
  .timeline {
    padding-left: 0;
  }
}
.timeline li {
  position: relative;
  padding-left: 50px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
  margin-bottom: 2rem;
  /* arrow */
}
.timeline li:last-child {
  margin-bottom: 0;
}
.timeline li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 16px solid #F6F6F6;
  position: absolute;
  top: 1rem;
  left: 36px;
  z-index: 999;
}
@media (max-width: 992px) {
  .timeline li:before {
    left: -5px;
  }
}
@media (max-width: 768px) {
  .timeline li:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .timeline li {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .timeline li {
    padding-left: 0;
    padding-top: 30px;
  }
}
.timeline li .timeline-head {
  background-color: #0076AD;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px 7px;
  width: 120px;
  line-height: 1.3;
  border-radius: 5px;
  text-align: left;
  position: absolute;
  top: 10px;
  left: -150px;
}
.timeline li .timeline-head:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #0076AD;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -11px;
  border-radius: 10px;
  z-index: 999;
}
@media (max-width: 768px) {
  .timeline li .timeline-head:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .timeline li .timeline-head {
    width: 90px;
  }
}
@media (max-width: 768px) {
  .timeline li .timeline-head {
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    text-align: center;
    box-sizing: border-box;
  }
}
.timeline li .timeline-body {
  background-color: #F6F6F6;
  padding: 1.5rem;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
}
@media (max-width: 480px) {
  .timeline li .timeline-body {
    -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
    -webkit-flex: 0 0 calc(100% - 0rem) !important;
    flex: 0 0 calc(100% - 0rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 0rem);
    /* ie fix */
    max-width: calc(100% - 0rem);
    /* moz fix */
  }
}
.timeline li .timeline-img {
  background-color: #F6F6F6;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  flex: 0 0 calc(42.85714286% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(42.85714286% - 0rem);
  /* ie fix */
  max-width: calc(42.85714286% - 0rem);
  /* moz fix */
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.timeline li .timeline-img figure {
  width: 100% !important;
  margin: 0 !important;
  font-size: 12px;
  margin-top: 2rem !important;
}
.timeline li .timeline-img figure:first-child {
  margin-top: 0 !important;
}
.timeline li .timeline-img figure img {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 100% !important;
  width: 100% !important;
}
.timeline li .timeline-img figure figcaption {
  padding-top: 5px;
  font-size: 12px;
  color: #242424;
}
@media (max-width: 480px) {
  .timeline li .timeline-img {
    -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
    -webkit-flex: 0 0 calc(100% - 0rem) !important;
    flex: 0 0 calc(100% - 0rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 0rem);
    /* ie fix */
    max-width: calc(100% - 0rem);
    /* moz fix */
    padding: 1.5rem 1.5rem 0;
  }
}
.timeline.date_detail li p {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
  -webkit-flex: 0 0 calc(100% - 0rem) !important;
  flex: 0 0 calc(100% - 0rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(100% - 0rem);
  /* ie fix */
  max-width: calc(100% - 0rem);
  /* moz fix */
  background-color: #F6F6F6;
  padding: 1.5rem;
}
.managed-content-container {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .managed-content-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.managed-content-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 -1rem;
}
@media print {
  .managed-content-row {
    display: block;
  }
}
.managed-content-row > header {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
}
.managed-content-row .managed-content-item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
}
.managed-content-row .managed-content-content {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    */
}
@media (max-width: 768px) {
  .managed-content-row .managed-content-content {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
}
.managed-content-row .managed-content-content .search-results-pane {
  margin: 0;
}
.managed-content-row .managed-content-navigation {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 calc(25% - 2rem) !important;
  -webkit-flex: 0 0 calc(25% - 2rem) !important;
  flex: 0 0 calc(25% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(25% - 2rem);
  /* ie fix */
  max-width: calc(25% - 2rem);
  /* moz fix */
}
@media (max-width: 768px) {
  .managed-content-row .managed-content-navigation {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    margin-top: 1rem;
  }
}
@media print {
  .managed-content-row .managed-content-navigation {
    display: none;
  }
}
.managed-content-row .managed-content-cell {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 1rem;
  box-sizing: border-box;
}
.managed-content-row .managed-content-cell.managed-content-aside {
  -webkit-box-flex: 0 0 calc(33.33333333% - 2rem) !important;
  -webkit-flex: 0 0 calc(33.33333333% - 2rem) !important;
  flex: 0 0 calc(33.33333333% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(33.33333333% - 2rem);
  /* ie fix */
  max-width: calc(33.33333333% - 2rem);
  /* moz fix */
}
@media (max-width: 768px) {
  .managed-content-row .managed-content-cell.managed-content-aside {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
  }
}
.managed-content-row .managed-content-cell.contact-aside {
  -webkit-box-flex: 0 0 calc(33.33333333% - 2rem) !important;
  -webkit-flex: 0 0 calc(33.33333333% - 2rem) !important;
  flex: 0 0 calc(33.33333333% - 2rem) !important;
  -ms-flex: 0 1 auto;
  /* ie fix */
  width: calc(33.33333333% - 2rem);
  /* ie fix */
  max-width: calc(33.33333333% - 2rem);
  /* moz fix */
}
@media (max-width: 768px) {
  .managed-content-row .managed-content-cell.contact-aside {
    -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
    -webkit-flex: 0 0 calc(100% - 2rem) !important;
    flex: 0 0 calc(100% - 2rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 2rem);
    /* ie fix */
    max-width: calc(100% - 2rem);
    /* moz fix */
  }
}
.managed-content-row .facet-nav {
  width: 100%;
  max-width: 100%;
}
.managed-content-row .facet-nav .facet-heading {
  display: none;
}
.managed-content-preamble {
  margin-bottom: 1em;
}
.managed-content-preamble .managed-content-content {
  width: 100%;
  margin: 0;
}
.managed-content-postamble {
  margin-top: 1em;
}
.managed-content-postamble .managed-content-content {
  width: 100%;
  margin: 0;
}
.table-no-results {
  text-align: center;
}
@media (min-width: 993px) {
  .columns-3-content {
    display: flex;
    margin: 0 -12px;
  }
}
@media (min-width: 993px) {
  .columns-3-content .columns-3-content-primary {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .columns-3-content .columns-3-content-primary {
    display: flex;
    width: 66.66666667%;
  }
}
.columns-3-content .columns-3-content-primary .column {
  flex: 1 1 0%;
}
@media (min-width: 993px) {
  .columns-3-content .columns-3-content-secondary {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .columns-3-content .columns-3-content-secondary {
    width: 33.33333333%;
  }
}
@media (min-width: 993px) {
  .columns-3-content .column {
    padding: 0 12px;
  }
}
.audio-resource ~ .resource-download-form {
  padding: 0;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
.audio-resource .add-to-playlist,
.audio-resource .view-playlist {
  margin-bottom: 0 !important;
}
.resource-container {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .resource-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.resource-page-contributor {
  text-align: center;
  background-color: #F6F6F6;
  padding-top: 6px;
}
.resource-title .match-header {
  display: inline;
}
.multi-image-viewer-missing-page h3 {
  text-align: center;
  color: white;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.text-image-split-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -moz-box;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0;
}
.text-image-split-view .text-pane {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
}
.text-image-split-view .text-pane .text-pane-inner-box {
  box-sizing: border-box;
  border: 10px solid #242424;
  padding: 1rem;
  overflow: auto;
  height: 75vh;
}
.text-image-split-view .text-pane .text-pane-inner-box.text-pane-inner-box-with-attribution {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: visible;
}
.text-image-split-view .text-pane .text-pane-inner-box.text-pane-inner-box-with-attribution .text-pane-inner-box-with-attribution-text {
  padding: 15px;
  overflow: auto;
  flex: 1 1 auto;
}
.text-image-split-view .text-pane .text-pane-inner-box.text-pane-inner-box-with-attribution .text-pane-inner-box-with-attribution-caption {
  background-color: #F6F6F6;
  border-top: 1px solid #808080;
  padding: 7px 15px;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-size: 13px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .text-image-split-view .text-pane {
    -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
    -webkit-flex: 0 0 calc(100% - 0rem) !important;
    flex: 0 0 calc(100% - 0rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 0rem);
    /* ie fix */
    max-width: calc(100% - 0rem);
    /* moz fix */
  }
  .text-image-split-view .text-pane .text-pane-inner-box {
    height: 50vh;
  }
}
.text-image-split-view .image-pane {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  -moz-box-flex: 1;
  flex: 1;
  /* NEW, Spec - Firefox, Chrome, Opera */
  min-width: 0;
  /* firefox fix */
  margin: 0 0;
  box-sizing: border-box;
  height: 75vh;
}
@media (max-width: 768px) {
  .text-image-split-view .image-pane {
    -webkit-box-flex: 0 0 calc(100% - 0rem) !important;
    -webkit-flex: 0 0 calc(100% - 0rem) !important;
    flex: 0 0 calc(100% - 0rem) !important;
    -ms-flex: 0 1 auto;
    /* ie fix */
    width: calc(100% - 0rem);
    /* ie fix */
    max-width: calc(100% - 0rem);
    /* moz fix */
    height: 50vh;
  }
}
.image-pane {
  box-sizing: border-box;
  background-color: #000;
  position: relative;
  height: 75vh;
  /* fullscreen */
}
@media (max-width: 480px) {
  .image-pane {
    padding-top: 48px;
  }
}
.image-pane .image-pane-button-style {
  box-sizing: border-box;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  right: 10px;
  top: 10px;
}
.image-pane .image-pane-button-style:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 2px #000;
}
.image-pane .multi-image-viewer-buttons {
  box-sizing: border-box;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  right: 10px;
  top: 10px;
}
.image-pane .multi-image-viewer-buttons:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 2px #000;
}
.image-pane .multi-image-viewer-buttons > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.image-pane .multi-image-viewer-buttons > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.image-pane .multi-image-viewer-buttons.seadragon_clipper {
  right: 200px;
}
.image-pane .multi-image-viewer-buttons.seadragon_clipper > i:before {
  content: "\f0c4";
}
.image-pane .multi-image-viewer-buttons.fit-screen {
  right: 162px;
}
.image-pane .multi-image-viewer-buttons.fit-screen > i:before {
  content: "\f05b";
}
.image-pane .multi-image-viewer-buttons.zoom-out {
  right: 124px;
}
.image-pane .multi-image-viewer-buttons.zoom-out > i:before {
  content: "\f068";
}
.image-pane .multi-image-viewer-buttons.zoom-in {
  right: 86px;
}
.image-pane .multi-image-viewer-buttons.zoom-in > i:before {
  content: "\f067";
}
.image-pane .multi-image-viewer-buttons.rotate-right {
  right: 48px;
}
.image-pane .multi-image-viewer-buttons.rotate-right > i:before {
  content: "\f01e";
}
.image-pane .multi-image-viewer-buttons.full-screen {
  right: 10px;
}
.image-pane .multi-image-viewer-buttons.full-screen > i:before {
  content: "\f065";
}
.image-pane.image-is-clippable .multi-image-viewer-buttons.fit-screen {
  right: 200px;
}
.image-pane.image-is-clippable .multi-image-viewer-buttons.zoom-out {
  right: 162px;
}
.image-pane.image-is-clippable .multi-image-viewer-buttons.zoom-in {
  right: 124px;
}
.image-pane.image-is-clippable .multi-image-viewer-buttons.rotate-right {
  right: 86px;
}
.image-pane.image-is-clippable .multi-image-viewer-buttons.full-screen {
  right: 48px;
}
.image-pane.image-is-clippable .multi-image-viewer-buttons.seadragon_clipper {
  right: 10px;
}
.image-pane.fullpage .multi-image-viewer-buttons.full-screen > i:before {
  content: "\f066";
}
.image-pane .button {
  box-sizing: border-box;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  top: 10px;
  margin-top: -14px;
  top: 50%;
  left: auto;
  right: 10px;
  padding: 0;
}
.image-pane .button:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 2px #000;
}
.image-pane .button > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.image-pane .button.next > i:before {
  content: "\f054";
}
.image-pane .button.prev {
  right: auto;
  left: 10px;
}
.image-pane .button.prev > i:before {
  content: "\f053";
}
.image-pane .button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.image-pane .highlight {
  background-color: transparent;
}
.image-pane .highlight:hover,
.image-pane .highlight:focus {
  outline: 4px solid #0076AD;
  z-index: 1;
}
.image-pane .highlight::before {
  content: "\f04b";
  font-family: 'FontAwesome';
  font-size: 8px;
  color: #fff;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background-color: #0076AD;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.embedded-player-wrapper {
  border: 1px solid #242424;
  padding: 20px 20px 10px;
  height: auto !important;
  position: relative;
}
.close-embedded-player {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border-color: transparent;
  color: #0076AD;
  font-size: 1.25rem;
}
.close-embedded-player:hover,
.close-embedded-player:focus {
  background-color: transparent;
  border-color: transparent;
  color: #002347;
}
.embedded-player-loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}
#development-coordinates {
  clear: both;
  display: block;
}
#clipping {
  visibility: hidden;
}
.clip-note-actions {
  padding-bottom: 5px;
}
.error-clipping {
  margin-left: 10px;
}
.clipping-on {
  background-color: #0076AD !important;
}
.crosshair-cursor {
  cursor: crosshair;
}
.selection-box {
  cursor: default;
}
#clipLoader {
  background: url("/static/images/share/loader.gif") 50% 50% no-repeat;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.clipFigure {
  position: relative;
}
.openseadragon-canvas .clip-buttons-wrapper {
  position: absolute;
  text-align: center;
  width: 121px;
  top: calc(100% + 6px);
  left: calc(50% - 60.5px);
}
.openseadragon-canvas .clip-buttons-wrapper > button {
  margin: 0 3px;
}
.openseadragon-canvas .clip-buttons-wrapper.above-clipping {
  top: calc(0% - 34px);
}
.openseadragon-canvas .clip-buttons-wrapper.middle-clipping {
  top: calc(50% - 14px);
}
.openseadragon-canvas .clip-buttons-wrapper.button-rotate-90 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  top: calc(50% + -14px);
  /* x */
  left: calc(100% - 40.5px);
  /* y */
}
.openseadragon-canvas .clip-buttons-wrapper.button-rotate-90.above-clipping {
  left: calc(0% - 80.5px);
}
.openseadragon-canvas .clip-buttons-wrapper.button-rotate-90.middle-clipping {
  left: calc(50% - 60.5px);
}
.openseadragon-canvas .clip-buttons-wrapper.button-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: auto;
  bottom: calc(100% + 6px);
}
.openseadragon-canvas .clip-buttons-wrapper.button-rotate-180.above-clipping {
  bottom: calc(0% - 34px);
}
.openseadragon-canvas .clip-buttons-wrapper.button-rotate-180.middle-clipping {
  bottom: calc(50% - 14px);
}
.openseadragon-canvas .clip-buttons-wrapper.button-rotate-270 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: calc(50% + -14px);
  /* x */
  left: auto;
  right: calc(100% - 40.5px);
  /* y */
}
.openseadragon-canvas .clip-buttons-wrapper.button-rotate-270.above-clipping {
  right: calc(0% - 80.5px);
}
.openseadragon-canvas .clip-buttons-wrapper.button-rotate-270.middle-clipping {
  right: calc(50% - 60.5px);
}
.openseadragon-canvas .confirm-button {
  position: static !important;
  padding: 0;
  white-space: nowrap;
  transform: none !important;
  width: 80px;
}
.openseadragon-canvas .cancel-button {
  position: static !important;
  padding: 0;
  white-space: nowrap;
  transform: none !important;
  width: 29px;
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0px;
}
.openseadragon-canvas .cancel-button:before {
  content: "\f00d";
}
.openseadragon-canvas .cancel-button:before {
  font-size: 1rem;
}
#scale-clipping {
  padding-top: 10px;
}
.expand_clipping > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expand_clipping > i:before {
  content: "\f065";
}
.compress_clipping > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.compress_clipping > i:before {
  content: "\f066";
}
.themed-portal-wrapper {
  background-color: #fff !important;
}
.test-container {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .test-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.viewer-image-wrapper {
  overflow: hidden;
  position: relative;
  height: 75vh;
  box-sizing: border-box;
}
.openseadragon-canvas:focus::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  outline: auto;
}
.viewer-image-button-style {
  box-sizing: border-box;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  right: 10px;
  top: 10px;
}
.viewer-image-button-style:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 2px #000;
}
.viewer-image {
  height: 75vh;
}
.viewer-image,
.fullpage {
  box-sizing: border-box;
  background-color: #000;
  position: relative;
  /* fullscreen */
}
@media (max-width: 480px) {
  .viewer-image,
  .fullpage {
    padding-top: 48px;
  }
}
.viewer-image .viewer-image-button,
.fullpage .viewer-image-button {
  box-sizing: border-box;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  right: 10px;
  top: 10px;
}
.viewer-image .viewer-image-button:hover,
.fullpage .viewer-image-button:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 2px #000;
}
.viewer-image .viewer-image-button > span,
.fullpage .viewer-image-button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.viewer-image .viewer-image-button > i,
.fullpage .viewer-image-button > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.viewer-image .viewer-image-button.seadragon_clipper,
.fullpage .viewer-image-button.seadragon_clipper {
  right: 200px;
}
.viewer-image .viewer-image-button.seadragon_clipper > i:before,
.fullpage .viewer-image-button.seadragon_clipper > i:before {
  content: "\f0c4";
}
.viewer-image .viewer-image-button.fit-screen,
.fullpage .viewer-image-button.fit-screen {
  right: 162px;
}
.viewer-image .viewer-image-button.fit-screen > i:before,
.fullpage .viewer-image-button.fit-screen > i:before {
  content: "\f05b";
}
.viewer-image .viewer-image-button.zoom-out,
.fullpage .viewer-image-button.zoom-out {
  right: 124px;
}
.viewer-image .viewer-image-button.zoom-out > i:before,
.fullpage .viewer-image-button.zoom-out > i:before {
  content: "\f068";
}
.viewer-image .viewer-image-button.zoom-in,
.fullpage .viewer-image-button.zoom-in {
  right: 86px;
}
.viewer-image .viewer-image-button.zoom-in > i:before,
.fullpage .viewer-image-button.zoom-in > i:before {
  content: "\f067";
}
.viewer-image .viewer-image-button.rotate-right,
.fullpage .viewer-image-button.rotate-right {
  right: 48px;
}
.viewer-image .viewer-image-button.rotate-right > i:before,
.fullpage .viewer-image-button.rotate-right > i:before {
  content: "\f01e";
}
.viewer-image .viewer-image-button.full-screen,
.fullpage .viewer-image-button.full-screen {
  right: 10px;
}
.viewer-image .viewer-image-button.full-screen > i:before,
.fullpage .viewer-image-button.full-screen > i:before {
  content: "\f065";
}
.viewer-image.image-is-clippable .viewer-image-button.fit-screen,
.fullpage.image-is-clippable .viewer-image-button.fit-screen {
  right: 200px;
}
.viewer-image.image-is-clippable .viewer-image-button.zoom-out,
.fullpage.image-is-clippable .viewer-image-button.zoom-out {
  right: 162px;
}
.viewer-image.image-is-clippable .viewer-image-button.zoom-in,
.fullpage.image-is-clippable .viewer-image-button.zoom-in {
  right: 124px;
}
.viewer-image.image-is-clippable .viewer-image-button.rotate-right,
.fullpage.image-is-clippable .viewer-image-button.rotate-right {
  right: 86px;
}
.viewer-image.image-is-clippable .viewer-image-button.full-screen,
.fullpage.image-is-clippable .viewer-image-button.full-screen {
  right: 48px;
}
.viewer-image.image-is-clippable .viewer-image-button.seadragon_clipper,
.fullpage.image-is-clippable .viewer-image-button.seadragon_clipper {
  right: 10px;
}
.viewer-image.fullpage.viewer-controls,
.fullpage.fullpage.viewer-controls {
  display: none;
}
.viewer-image.fullpage .viewer-image-button.full-screen > i:before,
.fullpage.fullpage .viewer-image-button.full-screen > i:before {
  content: "\f066";
}
.viewer-image .button,
.fullpage .button {
  box-sizing: border-box;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  top: 10px;
  margin-top: -14px;
  top: 50%;
  left: auto;
  right: 10px;
  padding: 0;
}
.viewer-image .button:hover,
.fullpage .button:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 2px #000;
}
.viewer-image .button > i,
.fullpage .button > i {
  /* from fontAwesome core.less */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.viewer-image .button.next > i:before,
.fullpage .button.next > i:before {
  content: "\f054";
}
.viewer-image .button.prev,
.fullpage .button.prev {
  right: auto;
  left: 10px;
}
.viewer-image .button.prev > i:before,
.fullpage .button.prev > i:before {
  content: "\f053";
}
.viewer-image .button > span,
.fullpage .button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.viewer-image .highlight,
.fullpage .highlight {
  background-color: transparent;
}
.viewer-image .highlight:hover,
.fullpage .highlight:hover,
.viewer-image .highlight:focus,
.fullpage .highlight:focus {
  outline: 4px solid #0076AD;
  z-index: 1;
}
.viewer-image .highlight::before,
.fullpage .highlight::before {
  content: "\f04b";
  font-family: 'FontAwesome';
  font-size: 8px;
  color: #fff;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background-color: #0076AD;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* Variables
 * -------------------------- */
/* for referencing Bootstrap CDN font files directly */
/* @fa-font-path:        "//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts"; */
/* Mixins
 * -------------------------- */
/*
Only display content to screen readers. A la Bootstrap 4.

See: http://a11yproject.com/posts/how-to-hide-content/
*/
/*
Use in conjunction with .sr-only to only display content when it's focused.
Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
Credit: HTML5 Boilerplate
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/css/fa/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/static/css/fa/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/static/css/fa/fonts/fontawesome-webfont.woff2') format('woff2'), url('/static/css/fa/fonts/fontawesome-webfont.woff') format('woff'), url('/static/css/fa/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/static/css/fa/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  /* src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); */
  /* used when developing fonts */
  font-weight: normal;
  font-style: normal;
}
/* Base Class Definition
 * ------------------------- */
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  /* shortening font declaration */
  font-size: inherit;
  /* can't have font-size inherit on line above, so need to override */
  text-rendering: auto;
  /* optimizelegibility throws things off #1094 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Icon Sizes
 * ------------------------- */
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
/* Fixed Width Icons
 * ------------------------- */
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
/* List Icons
 * ------------------------- */
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
/* Bordered & Pulled
 * ------------------------- */
.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.icon-pull-left {
  float: left;
}
.icon-pull-right {
  float: right;
}
.icon.icon-pull-left {
  margin-right: 0.3em;
}
.icon.icon-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: 0.3em;
}
.icon.pull-right {
  margin-left: 0.3em;
}
/* Animated Icons
 * -------------------------- */
.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Rotated & Flipped Icons
 * ------------------------- */
.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Hook for IE8-9
 * ------------------------- */
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}
/* Stacked Icons
 * ------------------------- */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download:before {
  content: "\f019";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}
.icon-expand:before {
  content: "\f065";
}
.icon-compress:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-upload:before {
  content: "\f093";
}
.icon-lemon-o:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook-f:before,
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-feed:before,
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd-o:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}
.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}
.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd";
}
.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}
.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-o:before {
  content: "\f0a2";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-hospital-o:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-square:before {
  content: "\f0fd";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-frown-o:before {
  content: "\f119";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard-o:before {
  content: "\f11c";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-square:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stack-overflow:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-square:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before,
.icon-gratipay:before {
  content: "\f184";
}
.icon-sun-o:before {
  content: "\f185";
}
.icon-moon-o:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-space-shuttle:before {
  content: "\f197";
}
.icon-slack:before {
  content: "\f198";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-wordpress:before {
  content: "\f19a";
}
.icon-openid:before {
  content: "\f19b";
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}
.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}
.icon-yahoo:before {
  content: "\f19e";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-reddit:before {
  content: "\f1a1";
}
.icon-reddit-square:before {
  content: "\f1a2";
}
.icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.icon-stumbleupon:before {
  content: "\f1a4";
}
.icon-delicious:before {
  content: "\f1a5";
}
.icon-digg:before {
  content: "\f1a6";
}
.icon-pied-piper-pp:before {
  content: "\f1a7";
}
.icon-pied-piper-alt:before {
  content: "\f1a8";
}
.icon-drupal:before {
  content: "\f1a9";
}
.icon-joomla:before {
  content: "\f1aa";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building:before {
  content: "\f1ad";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-spoon:before {
  content: "\f1b1";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-behance-square:before {
  content: "\f1b5";
}
.icon-steam:before {
  content: "\f1b6";
}
.icon-steam-square:before {
  content: "\f1b7";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}
.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}
.icon-tree:before {
  content: "\f1bb";
}
.icon-spotify:before {
  content: "\f1bc";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-word-o:before {
  content: "\f1c2";
}
.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}
.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}
.icon-file-code-o:before {
  content: "\f1c9";
}
.icon-vine:before {
  content: "\f1ca";
}
.icon-codepen:before {
  content: "\f1cb";
}
.icon-jsfiddle:before {
  content: "\f1cc";
}
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
  content: "\f1d0";
}
.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}
.icon-git-square:before {
  content: "\f1d2";
}
.icon-git:before {
  content: "\f1d3";
}
.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "\f1d4";
}
.icon-tencent-weibo:before {
  content: "\f1d5";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}
.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-history:before {
  content: "\f1da";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-header:before {
  content: "\f1dc";
}
.icon-paragraph:before {
  content: "\f1dd";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-bomb:before {
  content: "\f1e2";
}
.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-binoculars:before {
  content: "\f1e5";
}
.icon-plug:before {
  content: "\f1e6";
}
.icon-slideshare:before {
  content: "\f1e7";
}
.icon-twitch:before {
  content: "\f1e8";
}
.icon-yelp:before {
  content: "\f1e9";
}
.icon-newspaper-o:before {
  content: "\f1ea";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-paypal:before {
  content: "\f1ed";
}
.icon-google-wallet:before {
  content: "\f1ee";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-stripe:before {
  content: "\f1f5";
}
.icon-bell-slash:before {
  content: "\f1f6";
}
.icon-bell-slash-o:before {
  content: "\f1f7";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-eyedropper:before {
  content: "\f1fb";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-birthday-cake:before {
  content: "\f1fd";
}
.icon-area-chart:before {
  content: "\f1fe";
}
.icon-pie-chart:before {
  content: "\f200";
}
.icon-line-chart:before {
  content: "\f201";
}
.icon-lastfm:before {
  content: "\f202";
}
.icon-lastfm-square:before {
  content: "\f203";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-bicycle:before {
  content: "\f206";
}
.icon-bus:before {
  content: "\f207";
}
.icon-ioxhost:before {
  content: "\f208";
}
.icon-angellist:before {
  content: "\f209";
}
.icon-cc:before {
  content: "\f20a";
}
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b";
}
.icon-meanpath:before {
  content: "\f20c";
}
.icon-buysellads:before {
  content: "\f20d";
}
.icon-connectdevelop:before {
  content: "\f20e";
}
.icon-dashcube:before {
  content: "\f210";
}
.icon-forumbee:before {
  content: "\f211";
}
.icon-leanpub:before {
  content: "\f212";
}
.icon-sellsy:before {
  content: "\f213";
}
.icon-shirtsinbulk:before {
  content: "\f214";
}
.icon-simplybuilt:before {
  content: "\f215";
}
.icon-skyatlas:before {
  content: "\f216";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-ship:before {
  content: "\f21a";
}
.icon-user-secret:before {
  content: "\f21b";
}
.icon-motorcycle:before {
  content: "\f21c";
}
.icon-street-view:before {
  content: "\f21d";
}
.icon-heartbeat:before {
  content: "\f21e";
}
.icon-venus:before {
  content: "\f221";
}
.icon-mars:before {
  content: "\f222";
}
.icon-mercury:before {
  content: "\f223";
}
.icon-intersex:before,
.icon-transgender:before {
  content: "\f224";
}
.icon-transgender-alt:before {
  content: "\f225";
}
.icon-venus-double:before {
  content: "\f226";
}
.icon-mars-double:before {
  content: "\f227";
}
.icon-venus-mars:before {
  content: "\f228";
}
.icon-mars-stroke:before {
  content: "\f229";
}
.icon-mars-stroke-v:before {
  content: "\f22a";
}
.icon-mars-stroke-h:before {
  content: "\f22b";
}
.icon-neuter:before {
  content: "\f22c";
}
.icon-genderless:before {
  content: "\f22d";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-server:before {
  content: "\f233";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-hotel:before,
.icon-bed:before {
  content: "\f236";
}
.icon-viacoin:before {
  content: "\f237";
}
.icon-train:before {
  content: "\f238";
}
.icon-subway:before {
  content: "\f239";
}
.icon-medium:before {
  content: "\f23a";
}
.icon-yc:before,
.icon-y-combinator:before {
  content: "\f23b";
}
.icon-optin-monster:before {
  content: "\f23c";
}
.icon-opencart:before {
  content: "\f23d";
}
.icon-expeditedssl:before {
  content: "\f23e";
}
.icon-battery-4:before,
.icon-battery-full:before {
  content: "\f240";
}
.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "\f241";
}
.icon-battery-2:before,
.icon-battery-half:before {
  content: "\f242";
}
.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "\f243";
}
.icon-battery-0:before,
.icon-battery-empty:before {
  content: "\f244";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-sticky-note-o:before {
  content: "\f24a";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-hourglass-o:before {
  content: "\f250";
}
.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "\f251";
}
.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "\f252";
}
.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "\f253";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "\f255";
}
.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "\f256";
}
.icon-hand-scissors-o:before {
  content: "\f257";
}
.icon-hand-lizard-o:before {
  content: "\f258";
}
.icon-hand-spock-o:before {
  content: "\f259";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon-hand-peace-o:before {
  content: "\f25b";
}
.icon-trademark:before {
  content: "\f25c";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-gg:before {
  content: "\f260";
}
.icon-gg-circle:before {
  content: "\f261";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-wikipedia-w:before {
  content: "\f266";
}
.icon-safari:before {
  content: "\f267";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-tv:before,
.icon-television:before {
  content: "\f26c";
}
.icon-contao:before {
  content: "\f26d";
}
.icon-500px:before {
  content: "\f26e";
}
.icon-amazon:before {
  content: "\f270";
}
.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon-calendar-times-o:before {
  content: "\f273";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-industry:before {
  content: "\f275";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-map:before {
  content: "\f279";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-houzz:before {
  content: "\f27c";
}
.icon-vimeo:before {
  content: "\f27d";
}
.icon-black-tie:before {
  content: "\f27e";
}
.icon-fonticons:before {
  content: "\f280";
}
.icon-reddit-alien:before {
  content: "\f281";
}
.icon-edge:before {
  content: "\f282";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-codiepie:before {
  content: "\f284";
}
.icon-modx:before {
  content: "\f285";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-usb:before {
  content: "\f287";
}
.icon-product-hunt:before {
  content: "\f288";
}
.icon-mixcloud:before {
  content: "\f289";
}
.icon-scribd:before {
  content: "\f28a";
}
.icon-pause-circle:before {
  content: "\f28b";
}
.icon-pause-circle-o:before {
  content: "\f28c";
}
.icon-stop-circle:before {
  content: "\f28d";
}
.icon-stop-circle-o:before {
  content: "\f28e";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-hashtag:before {
  content: "\f292";
}
.icon-bluetooth:before {
  content: "\f293";
}
.icon-bluetooth-b:before {
  content: "\f294";
}
.icon-percent:before {
  content: "\f295";
}
.icon-gitlab:before {
  content: "\f296";
}
.icon-wpbeginner:before {
  content: "\f297";
}
.icon-wpforms:before {
  content: "\f298";
}
.icon-envira:before {
  content: "\f299";
}
.icon-universal-access:before {
  content: "\f29a";
}
.icon-wheelchair-alt:before {
  content: "\f29b";
}
.icon-question-circle-o:before {
  content: "\f29c";
}
.icon-blind:before {
  content: "\f29d";
}
.icon-audio-description:before {
  content: "\f29e";
}
.icon-volume-control-phone:before {
  content: "\f2a0";
}
.icon-braille:before {
  content: "\f2a1";
}
.icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: "\f2a4";
}
.icon-glide:before {
  content: "\f2a5";
}
.icon-glide-g:before {
  content: "\f2a6";
}
.icon-signing:before,
.icon-sign-language:before {
  content: "\f2a7";
}
.icon-low-vision:before {
  content: "\f2a8";
}
.icon-viadeo:before {
  content: "\f2a9";
}
.icon-viadeo-square:before {
  content: "\f2aa";
}
.icon-snapchat:before {
  content: "\f2ab";
}
.icon-snapchat-ghost:before {
  content: "\f2ac";
}
.icon-snapchat-square:before {
  content: "\f2ad";
}
.icon-pied-piper:before {
  content: "\f2ae";
}
.icon-first-order:before {
  content: "\f2b0";
}
.icon-yoast:before {
  content: "\f2b1";
}
.icon-themeisle:before {
  content: "\f2b2";
}
.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: "\f2b3";
}
.icon-fa:before,
.icon-font-awesome:before {
  content: "\f2b4";
}
/* Screen Readers
 * ------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}



