 /*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.reactive-table-options {
	padding-right: 0;
	margin-right: -5px
}

.reactive-table-columns-dropdown,
.reactive-table-columns-dropdown button,
.reactive-table-filter {
	float: right
}

.reactive-table-add-column,
.reactive-table .sortable {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.table>thead>tr>th.reactive-table-add-column {
	border-bottom: none
}

.reactive-table-navigation {
	display: inline-block;
	width: 100%
}

.reactive-table-navigation .form-inline input {
	width: 45px
}

.reactive-table-navigation .rows-per-page {
	float: left
}

.reactive-table-navigation .page-number {
	float: right
}

.reactive-table-navigation .next-page,
.reactive-table-navigation .previous-page {
	font-size: 130%;
	margin: 0 5px;
	padding: .5em
}

.reactive-table-navigation .next-page.fa,
.reactive-table-navigation .previous-page.fa {
	vertical-align: middle
}

.reactive-table-navigation .next-page:hover,
.reactive-table-navigation .previous-page:hover {
	cursor: pointer
}

.reactive-table .fa-sort-asc {
	position: relative;
	top: -2px
}

.reactive-table .fa-sort-desc {
	position: relative;
	top: 2px
}

.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:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-clearfix {
	min-height: 0
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	font-size: 100%
}

.ui-accordion .ui-accordion-icons,
.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
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2.2em
}

button.ui-button-icon-only {
	width: 2.4em
}

.ui-button-icons-only {
	width: 3.4em
}

button.ui-button-icons-only {
	width: 3.7em
}

.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
}

input.ui-button {
	padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
	left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
	right: .5em
}

.ui-buttonset {
	margin-right: 7px
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em
}

button.ui-button::-moz-focus-inner,
input.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-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-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-next span,
.ui-datepicker .ui-datepicker-prev 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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.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: 700;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 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;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.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
}

.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 {
	overflow: hidden;
	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: 20px;
	margin: -10px 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;
	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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .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 {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
	right: .5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: .4em 2.1em .4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.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;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden
}

.ui-spinner,
.ui-spinner-input {
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	margin: .2em 22px .2em .4em
}

.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
}

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none
}

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-tabs {
	position: relative;
	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 .ui-tabs-anchor {
	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-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	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
}

.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em
}

.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff url(/packages/mizzao_jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222
}

.ui-widget-content a {
	color: #222
}

.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc url(/packages/mizzao_jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222;
	font-weight: 700
}

.ui-widget-header a {
	color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/packages/mizzao_jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555;
	text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	border: 1px solid #999;
	background: #dadada url(/packages/mizzao_jquery-ui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #212121
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff url(/packages/mizzao_jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/packages/mizzao_jquery-ui/images/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(/packages/mizzao_jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.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)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
	background-image: url(/packages/mizzao_jquery-ui/images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
	background-image: url(/packages/mizzao_jquery-ui/images/ui-icons_888888_256x240.png)
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
	background-image: url(/packages/mizzao_jquery-ui/images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
	background-image: url(/packages/mizzao_jquery-ui/images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
	background-image: url(/packages/mizzao_jquery-ui/images/ui-icons_cd0a0a_256x240.png)
}

.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-first,
.ui-icon-seek-start {
	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
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
	border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
	border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
	border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
	border-bottom-right-radius: 4px
}

.ui-widget-overlay,
.ui-widget-shadow {
	background: #aaa url(/packages/mizzao_jquery-ui/images/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;
	border-radius: 8px
}

#login-buttons {
	display: inline-block;
	margin-right: .2px;
	line-height: 1
}

#login-buttons .login-button {
	position: relative
}

#login-buttons button.login-button {
	width: 100%
}

#login-buttons .login-buttons-with-only-one-button,
#login-buttons .login-buttons-with-only-one-button .login-button,
#login-buttons .login-buttons-with-only-one-button .login-text-and-button {
	display: inline-block
}

#login-buttons .login-display-name {
	display: inline-block;
	padding-right: 2px;
	line-height: 1.5;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

#login-buttons .loading {
	line-height: 1;
	background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
	width: 16px;
	background-position: 50%;
	background-repeat: no-repeat
}

#login-buttons .login-button,
.accounts-dialog .login-button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 4px 8px;
	font-size: 80%;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #596595;
	border: 1px solid #464f75;
	border-radius: 4px
}

#login-buttons .login-button:hover,
.accounts-dialog .login-button:hover {
	background: #7580ac
}

#login-buttons .login-button:active,
.accounts-dialog .login-button:active {
	background: #7580ac;
	box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2) inset
}

#login-buttons .login-button.login-button-disabled,
#login-buttons .login-button.login-button-disabled:active,
.accounts-dialog .login-button.login-button-disabled,
.accounts-dialog .login-button.login-button-disabled:active {
	color: #ddd;
	background: #aaa;
	border: 1px solid #c3c3c3;
	box-shadow: none;
	-webkit-box-shadow: none
}

.accounts-dialog * {
	padding: 0;
	margin: 0;
	line-height: inherit;
	color: inherit;
	font: inherit;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.accounts-dialog .login-button {
	width: auto;
	margin-bottom: 4px
}

#login-buttons .login-buttons-padding {
	display: inline-block;
	width: 30px
}

#login-buttons .login-display-name {
	margin-right: 4px
}

#login-buttons .configure-button {
	background: #ff2a00;
	border-color: #c20
}

#login-buttons .configure-button:active,
#login-buttons .configure-button:hover {
	background: #f53;
	border-color: #ff2a00
}

#login-buttons .login-image {
	display: inline-block;
	position: absolute;
	left: 6px;
	top: 6px;
	width: 16px;
	height: 16px
}

#login-buttons .text-besides-image {
	margin-left: 18px
}

#login-buttons .no-services {
	color: red
}

#login-buttons .login-link-and-dropdown-list {
	position: relative
}

#login-buttons .login-close-text {
	float: left;
	position: relative;
	padding-bottom: 8px
}

#login-buttons .login-link-and-dropdown-list .loading,
#login-buttons .login-text-and-button .loading {
	display: inline-block
}

#login-buttons.login-buttons-dropdown-align-left #login-dropdown-list .loading {
	float: right
}

#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list .loading {
	float: left
}

#login-buttons .login-close-text-clear {
	clear: both
}

#login-buttons .or {
	text-align: center
}

#login-buttons .hline {
	text-decoration: line-through;
	color: #d3d3d3
}

#login-buttons .or-text {
	font-weight: 700
}

#login-buttons #signup-link {
	float: right
}

#login-buttons #forgot-password-link {
	float: left
}

#login-buttons #back-to-login-link {
	float: right
}

#login-buttons a,
.accounts-dialog a {
	cursor: pointer;
	text-decoration: underline
}

#login-buttons.login-buttons-dropdown-align-right .login-close-text {
	float: right
}

.accounts-dialog {
	border: 1px solid #ccc;
	z-index: 1000;
	background: #fff;
	border-radius: 4px;
	padding: 8px 12px;
	margin: -8px -12px 0;
	width: 250px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	font-size: 16px;
	color: #333
}

.accounts-dialog>* {
	line-height: 1.6
}

.accounts-dialog>.login-close-text {
	line-height: inherit;
	font-size: inherit;
	font-family: inherit
}

.accounts-dialog .title,
.accounts-dialog label {
	font-size: 80%;
	margin-top: 7px;
	margin-bottom: -2px
}

.accounts-dialog label {
	display: inline
}

.accounts-dialog input[type=email],
.accounts-dialog input[type=password],
.accounts-dialog input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.accounts-dialog input[type=email][type],
.accounts-dialog input[type=password][type],
.accounts-dialog input[type=text][type] {
	height: auto
}

.accounts-dialog .login-button-form-submit {
	margin-top: 8px
}

.accounts-dialog .message {
	font-size: 80%;
	margin-top: 8px;
	line-height: 1.3
}

.accounts-dialog .error-message {
	color: red
}

.accounts-dialog .info-message {
	color: green
}

.accounts-dialog .additional-link {
	font-size: 75%
}

.accounts-dialog .accounts-close {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	opacity: .4
}

.accounts-dialog .accounts-close:hover {
	opacity: .8
}

.accounts-dialog #login-buttons-cancel-enroll-account,
.accounts-dialog #login-buttons-cancel-reset-password {
	float: right
}

#login-dropdown-list {
	position: absolute;
	top: -1px;
	left: -1px
}

#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list {
	left: auto;
	right: -1px
}

#login-buttons-message-dialog .message {
	font-size: 100%
}

.accounts-centered-dialog {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	z-index: 1001;
	position: fixed;
	left: 50%;
	margin-left: -129px;
	top: 50%;
	margin-top: -40px
}

#configure-login-service-dialog {
	width: 530px;
	margin-left: -269px;
	margin-top: -300px
}

#configure-login-service-dialog table {
	width: 100%
}

#configure-login-service-dialog input[type=text] {
	width: 100%;
	font-family: Courier New, Courier, monospace
}

#configure-login-service-dialog ol {
	margin-top: 10px;
	margin-bottom: 10px
}

#configure-login-service-dialog ol li {
	margin-left: 30px
}

#configure-login-service-dialog .configuration_labels {
	width: 30%
}

#configure-login-service-dialog .configuration_inputs {
	width: 70%
}

#configure-login-service-dialog .new-section {
	margin-top: 10px
}

#configure-login-service-dialog .url {
	font-family: Courier New, Courier, monospace
}

#configure-login-service-dialog-save-configuration {
	float: right
}

.configure-login-service-dismiss-button {
	float: left
}

#just-verified-dismiss-button,
#messages-dialog-dismiss-button {
	margin-top: 8px
}

.hide-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7)
}

#login-buttons input[type=email],
#login-buttons input[type=password],
#login-buttons input[type=text],
.accounts-dialog input[type=email],
.accounts-dialog input[type=password],
.accounts-dialog input[type=text] {
	padding: 4px;
	border: 1px solid #aaa;
	border-radius: 3px;
	line-height: 1
}

@font-face {
	font-family: foundation-icons;
	src: url(/packages/maibaum_foundation-icons/foundation-icons/foundation-icons.eot);
	src: url(/packages/maibaum_foundation-icons/foundation-icons/foundation-icons.eot?#iefix) format("embedded-opentype"), url(/packages/maibaum_foundation-icons/foundation-icons/foundation-icons.woff) format("woff"), url(/packages/maibaum_foundation-icons/foundation-icons/foundation-icons.ttf) format("truetype"), url(/packages/maibaum_foundation-icons/foundation-icons/foundation-icons.svg#fontcustom) format("svg");
	font-weight: 400;
	font-style: normal
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
	font-family: foundation-icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: inherit
}

.fi-address-book:before {
	content: "\f100"
}

.fi-alert:before {
	content: "\f101"
}

.fi-align-center:before {
	content: "\f102"
}

.fi-align-justify:before {
	content: "\f103"
}

.fi-align-left:before {
	content: "\f104"
}

.fi-align-right:before {
	content: "\f105"
}

.fi-anchor:before {
	content: "\f106"
}

.fi-annotate:before {
	content: "\f107"
}

.fi-archive:before {
	content: "\f108"
}

.fi-arrow-down:before {
	content: "\f109"
}

.fi-arrow-left:before {
	content: "\f10a"
}

.fi-arrow-right:before {
	content: "\f10b"
}

.fi-arrow-up:before {
	content: "\f10c"
}

.fi-arrows-compress:before {
	content: "\f10d"
}

.fi-arrows-expand:before {
	content: "\f10e"
}

.fi-arrows-in:before {
	content: "\f10f"
}

.fi-arrows-out:before {
	content: "\f110"
}

.fi-asl:before {
	content: "\f111"
}

.fi-asterisk:before {
	content: "\f112"
}

.fi-at-sign:before {
	content: "\f113"
}

.fi-background-color:before {
	content: "\f114"
}

.fi-battery-empty:before {
	content: "\f115"
}

.fi-battery-full:before {
	content: "\f116"
}

.fi-battery-half:before {
	content: "\f117"
}

.fi-bitcoin-circle:before {
	content: "\f118"
}

.fi-bitcoin:before {
	content: "\f119"
}

.fi-blind:before {
	content: "\f11a"
}

.fi-bluetooth:before {
	content: "\f11b"
}

.fi-bold:before {
	content: "\f11c"
}

.fi-book-bookmark:before {
	content: "\f11d"
}

.fi-book:before {
	content: "\f11e"
}

.fi-bookmark:before {
	content: "\f11f"
}

.fi-braille:before {
	content: "\f120"
}

.fi-burst-new:before {
	content: "\f121"
}

.fi-burst-sale:before {
	content: "\f122"
}

.fi-burst:before {
	content: "\f123"
}

.fi-calendar:before {
	content: "\f124"
}

.fi-camera:before {
	content: "\f125"
}

.fi-check:before {
	content: "\f126"
}

.fi-checkbox:before {
	content: "\f127"
}

.fi-clipboard-notes:before {
	content: "\f128"
}

.fi-clipboard-pencil:before {
	content: "\f129"
}

.fi-clipboard:before {
	content: "\f12a"
}

.fi-clock:before {
	content: "\f12b"
}

.fi-closed-caption:before {
	content: "\f12c"
}

.fi-cloud:before {
	content: "\f12d"
}

.fi-comment-minus:before {
	content: "\f12e"
}

.fi-comment-quotes:before {
	content: "\f12f"
}

.fi-comment-video:before {
	content: "\f130"
}

.fi-comment:before {
	content: "\f131"
}

.fi-comments:before {
	content: "\f132"
}

.fi-compass:before {
	content: "\f133"
}

.fi-contrast:before {
	content: "\f134"
}

.fi-credit-card:before {
	content: "\f135"
}

.fi-crop:before {
	content: "\f136"
}

.fi-crown:before {
	content: "\f137"
}

.fi-css3:before {
	content: "\f138"
}

.fi-database:before {
	content: "\f139"
}

.fi-die-five:before {
	content: "\f13a"
}

.fi-die-four:before {
	content: "\f13b"
}

.fi-die-one:before {
	content: "\f13c"
}

.fi-die-six:before {
	content: "\f13d"
}

.fi-die-three:before {
	content: "\f13e"
}

.fi-die-two:before {
	content: "\f13f"
}

.fi-dislike:before {
	content: "\f140"
}

.fi-dollar-bill:before {
	content: "\f141"
}

.fi-dollar:before {
	content: "\f142"
}

.fi-download:before {
	content: "\f143"
}

.fi-eject:before {
	content: "\f144"
}

.fi-elevator:before {
	content: "\f145"
}

.fi-euro:before {
	content: "\f146"
}

.fi-eye:before {
	content: "\f147"
}

.fi-fast-forward:before {
	content: "\f148"
}

.fi-female-symbol:before {
	content: "\f149"
}

.fi-female:before {
	content: "\f14a"
}

.fi-filter:before {
	content: "\f14b"
}

.fi-first-aid:before {
	content: "\f14c"
}

.fi-flag:before {
	content: "\f14d"
}

.fi-folder-add:before {
	content: "\f14e"
}

.fi-folder-lock:before {
	content: "\f14f"
}

.fi-folder:before {
	content: "\f150"
}

.fi-foot:before {
	content: "\f151"
}

.fi-foundation:before {
	content: "\f152"
}

.fi-graph-bar:before {
	content: "\f153"
}

.fi-graph-horizontal:before {
	content: "\f154"
}

.fi-graph-pie:before {
	content: "\f155"
}

.fi-graph-trend:before {
	content: "\f156"
}

.fi-guide-dog:before {
	content: "\f157"
}

.fi-hearing-aid:before {
	content: "\f158"
}

.fi-heart:before {
	content: "\f159"
}

.fi-home:before {
	content: "\f15a"
}

.fi-html5:before {
	content: "\f15b"
}

.fi-indent-less:before {
	content: "\f15c"
}

.fi-indent-more:before {
	content: "\f15d"
}

.fi-info:before {
	content: "\f15e"
}

.fi-italic:before {
	content: "\f15f"
}

.fi-key:before {
	content: "\f160"
}

.fi-laptop:before {
	content: "\f161"
}

.fi-layout:before {
	content: "\f162"
}

.fi-lightbulb:before {
	content: "\f163"
}

.fi-like:before {
	content: "\f164"
}

.fi-link:before {
	content: "\f165"
}

.fi-list-bullet:before {
	content: "\f166"
}

.fi-list-number:before {
	content: "\f167"
}

.fi-list-thumbnails:before {
	content: "\f168"
}

.fi-list:before {
	content: "\f169"
}

.fi-lock:before {
	content: "\f16a"
}

.fi-loop:before {
	content: "\f16b"
}

.fi-magnifying-glass:before {
	content: "\f16c"
}

.fi-mail:before {
	content: "\f16d"
}

.fi-male-female:before {
	content: "\f16e"
}

.fi-male-symbol:before {
	content: "\f16f"
}

.fi-male:before {
	content: "\f170"
}

.fi-map:before {
	content: "\f171"
}

.fi-marker:before {
	content: "\f172"
}

.fi-megaphone:before {
	content: "\f173"
}

.fi-microphone:before {
	content: "\f174"
}

.fi-minus-circle:before {
	content: "\f175"
}

.fi-minus:before {
	content: "\f176"
}

.fi-mobile-signal:before {
	content: "\f177"
}

.fi-mobile:before {
	content: "\f178"
}

.fi-monitor:before {
	content: "\f179"
}

.fi-mountains:before {
	content: "\f17a"
}

.fi-music:before {
	content: "\f17b"
}

.fi-next:before {
	content: "\f17c"
}

.fi-no-dogs:before {
	content: "\f17d"
}

.fi-no-smoking:before {
	content: "\f17e"
}

.fi-page-add:before {
	content: "\f17f"
}

.fi-page-copy:before {
	content: "\f180"
}

.fi-page-csv:before {
	content: "\f181"
}

.fi-page-delete:before {
	content: "\f182"
}

.fi-page-doc:before {
	content: "\f183"
}

.fi-page-edit:before {
	content: "\f184"
}

.fi-page-export-csv:before {
	content: "\f185"
}

.fi-page-export-doc:before {
	content: "\f186"
}

.fi-page-export-pdf:before {
	content: "\f187"
}

.fi-page-export:before {
	content: "\f188"
}

.fi-page-filled:before {
	content: "\f189"
}

.fi-page-multiple:before {
	content: "\f18a"
}

.fi-page-pdf:before {
	content: "\f18b"
}

.fi-page-remove:before {
	content: "\f18c"
}

.fi-page-search:before {
	content: "\f18d"
}

.fi-page:before {
	content: "\f18e"
}

.fi-paint-bucket:before {
	content: "\f18f"
}

.fi-paperclip:before {
	content: "\f190"
}

.fi-pause:before {
	content: "\f191"
}

.fi-paw:before {
	content: "\f192"
}

.fi-paypal:before {
	content: "\f193"
}

.fi-pencil:before {
	content: "\f194"
}

.fi-photo:before {
	content: "\f195"
}

.fi-play-circle:before {
	content: "\f196"
}

.fi-play-video:before {
	content: "\f197"
}

.fi-play:before {
	content: "\f198"
}

.fi-plus:before {
	content: "\f199"
}

.fi-pound:before {
	content: "\f19a"
}

.fi-power:before {
	content: "\f19b"
}

.fi-previous:before {
	content: "\f19c"
}

.fi-price-tag:before {
	content: "\f19d"
}

.fi-pricetag-multiple:before {
	content: "\f19e"
}

.fi-print:before {
	content: "\f19f"
}

.fi-prohibited:before {
	content: "\f1a0"
}

.fi-projection-screen:before {
	content: "\f1a1"
}

.fi-puzzle:before {
	content: "\f1a2"
}

.fi-quote:before {
	content: "\f1a3"
}

.fi-record:before {
	content: "\f1a4"
}

.fi-refresh:before {
	content: "\f1a5"
}

.fi-results-demographics:before {
	content: "\f1a6"
}

.fi-results:before {
	content: "\f1a7"
}

.fi-rewind-ten:before {
	content: "\f1a8"
}

.fi-rewind:before {
	content: "\f1a9"
}

.fi-rss:before {
	content: "\f1aa"
}

.fi-safety-cone:before {
	content: "\f1ab"
}

.fi-save:before {
	content: "\f1ac"
}

.fi-share:before {
	content: "\f1ad"
}

.fi-sheriff-badge:before {
	content: "\f1ae"
}

.fi-shield:before {
	content: "\f1af"
}

.fi-shopping-bag:before {
	content: "\f1b0"
}

.fi-shopping-cart:before {
	content: "\f1b1"
}

.fi-shuffle:before {
	content: "\f1b2"
}

.fi-skull:before {
	content: "\f1b3"
}

.fi-social-500px:before {
	content: "\f1b4"
}

.fi-social-adobe:before {
	content: "\f1b5"
}

.fi-social-amazon:before {
	content: "\f1b6"
}

.fi-social-android:before {
	content: "\f1b7"
}

.fi-social-apple:before {
	content: "\f1b8"
}

.fi-social-behance:before {
	content: "\f1b9"
}

.fi-social-bing:before {
	content: "\f1ba"
}

.fi-social-blogger:before {
	content: "\f1bb"
}

.fi-social-delicious:before {
	content: "\f1bc"
}

.fi-social-designer-news:before {
	content: "\f1bd"
}

.fi-social-deviant-art:before {
	content: "\f1be"
}

.fi-social-digg:before {
	content: "\f1bf"
}

.fi-social-dribbble:before {
	content: "\f1c0"
}

.fi-social-drive:before {
	content: "\f1c1"
}

.fi-social-dropbox:before {
	content: "\f1c2"
}

.fi-social-evernote:before {
	content: "\f1c3"
}

.fi-social-facebook:before {
	content: "\f1c4"
}

.fi-social-flickr:before {
	content: "\f1c5"
}

.fi-social-forrst:before {
	content: "\f1c6"
}

.fi-social-foursquare:before {
	content: "\f1c7"
}

.fi-social-game-center:before {
	content: "\f1c8"
}

.fi-social-github:before {
	content: "\f1c9"
}

.fi-social-google-plus:before {
	content: "\f1ca"
}

.fi-social-hacker-news:before {
	content: "\f1cb"
}

.fi-social-hi5:before {
	content: "\f1cc"
}

.fi-social-instagram:before {
	content: "\f1cd"
}

.fi-social-joomla:before {
	content: "\f1ce"
}

.fi-social-lastfm:before {
	content: "\f1cf"
}

.fi-social-linkedin:before {
	content: "\f1d0"
}

.fi-social-medium:before {
	content: "\f1d1"
}

.fi-social-myspace:before {
	content: "\f1d2"
}

.fi-social-orkut:before {
	content: "\f1d3"
}

.fi-social-path:before {
	content: "\f1d4"
}

.fi-social-picasa:before {
	content: "\f1d5"
}

.fi-social-pinterest:before {
	content: "\f1d6"
}

.fi-social-rdio:before {
	content: "\f1d7"
}

.fi-social-reddit:before {
	content: "\f1d8"
}

.fi-social-skillshare:before {
	content: "\f1d9"
}

.fi-social-skype:before {
	content: "\f1da"
}

.fi-social-smashing-mag:before {
	content: "\f1db"
}

.fi-social-snapchat:before {
	content: "\f1dc"
}

.fi-social-spotify:before {
	content: "\f1dd"
}

.fi-social-squidoo:before {
	content: "\f1de"
}

.fi-social-stack-overflow:before {
	content: "\f1df"
}

.fi-social-steam:before {
	content: "\f1e0"
}

.fi-social-stumbleupon:before {
	content: "\f1e1"
}

.fi-social-treehouse:before {
	content: "\f1e2"
}

.fi-social-tumblr:before {
	content: "\f1e3"
}

.fi-social-twitter:before {
	content: "\f1e4"
}

.fi-social-vimeo:before {
	content: "\f1e5"
}

.fi-social-windows:before {
	content: "\f1e6"
}

.fi-social-xbox:before {
	content: "\f1e7"
}

.fi-social-yahoo:before {
	content: "\f1e8"
}

.fi-social-yelp:before {
	content: "\f1e9"
}

.fi-social-youtube:before {
	content: "\f1ea"
}

.fi-social-zerply:before {
	content: "\f1eb"
}

.fi-social-zurb:before {
	content: "\f1ec"
}

.fi-sound:before {
	content: "\f1ed"
}

.fi-star:before {
	content: "\f1ee"
}

.fi-stop:before {
	content: "\f1ef"
}

.fi-strikethrough:before {
	content: "\f1f0"
}

.fi-subscript:before {
	content: "\f1f1"
}

.fi-superscript:before {
	content: "\f1f2"
}

.fi-tablet-landscape:before {
	content: "\f1f3"
}

.fi-tablet-portrait:before {
	content: "\f1f4"
}

.fi-target-two:before {
	content: "\f1f5"
}

.fi-target:before {
	content: "\f1f6"
}

.fi-telephone-accessible:before {
	content: "\f1f7"
}

.fi-telephone:before {
	content: "\f1f8"
}

.fi-text-color:before {
	content: "\f1f9"
}

.fi-thumbnails:before {
	content: "\f1fa"
}

.fi-ticket:before {
	content: "\f1fb"
}

.fi-torso-business:before {
	content: "\f1fc"
}

.fi-torso-female:before {
	content: "\f1fd"
}

.fi-torso:before {
	content: "\f1fe"
}

.fi-torsos-all-female:before {
	content: "\f1ff"
}

.fi-torsos-all:before {
	content: "\f200"
}

.fi-torsos-female-male:before {
	content: "\f201"
}

.fi-torsos-male-female:before {
	content: "\f202"
}

.fi-torsos:before {
	content: "\f203"
}

.fi-trash:before {
	content: "\f204"
}

.fi-trees:before {
	content: "\f205"
}

.fi-trophy:before {
	content: "\f206"
}

.fi-underline:before {
	content: "\f207"
}

.fi-universal-access:before {
	content: "\f208"
}

.fi-unlink:before {
	content: "\f209"
}

.fi-unlock:before {
	content: "\f20a"
}

.fi-upload-cloud:before {
	content: "\f20b"
}

.fi-upload:before {
	content: "\f20c"
}

.fi-usb:before {
	content: "\f20d"
}

.fi-video:before {
	content: "\f20e"
}

.fi-volume-none:before {
	content: "\f20f"
}

.fi-volume-strike:before {
	content: "\f210"
}

.fi-volume:before {
	content: "\f211"
}

.fi-web:before {
	content: "\f212"
}

.fi-wheelchair:before {
	content: "\f213"
}

.fi-widget:before {
	content: "\f214"
}

.fi-wrench:before {
	content: "\f215"
}

.fi-x-circle:before {
	content: "\f216"
}

.fi-x:before {
	content: "\f217"
}

.fi-yen:before {
	content: "\f218"
}

.fi-zoom-in:before {
	content: "\f219"
}

.fi-zoom-out:before {
	content: "\f21a"
}

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

[class*=" icon-"],
[class^=icon-] {
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-menu:before {
	content: "\e900"
}

.icon-align-left:before {
	content: "\e899"
}

.icon-close:before {
	content: "\e909"
}

.icon-download:before {
	content: "\e906"
}

.icon-file:before {
	content: "\e901"
}

.icon-angle-right:before {
	content: "\e902"
}

.icon-angle-left:before {
	content: "\e903"
}

.icon-search:before {
	content: "\e904"
}

.article-text .card h3.card-title.article-header-5,
.article-text h3.caps.article-header-3,
.article-text h3.caps.article-header-4,
.article-text h3.caps.article-header-5,
.card .article-text h3.card-title.article-header-5,
.card h6.card-title,
.h1.caps,
.h2.caps,
.h3.caps,
.h4.caps,
.h5.caps,
.h6.caps,
.issue-scroller span,
.page-desc.toc,
.page-title span.caps.issue-date,
.issn span.meta,
.uppercase-titles,
a.button,
button.button,
h1.caps,
h2.caps,
h3.caps,
h4.caps,
h5.caps,
h6.caps {
	letter-spacing: .5px;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 700
}

.hide {
	display: none
}

#login-buttons #login-name-link,
#login-buttons #login-sign-in-link {
	text-decoration: none
}

#login-dropdown-list {
	box-shadow: none;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important;
	z-index: 2
}

#login-dropdown-list a {
	color: #546b87;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
	margin: 5px 0 0
}

#login-dropdown-list a.login-close-text {
	text-transform: uppercase;
	font-weight: 700;
	color: #00479b;
	margin-bottom: 10px
}

#login-dropdown-list #login-buttons-do-change-password,
#login-dropdown-list #login-buttons-forgot-password,
#login-dropdown-list #login-buttons-logout,
#login-dropdown-list #login-buttons-open-change-password,
#login-dropdown-list #login-buttons-password {
	background: #00479b;
	text-transform: capitalize;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important;
	padding-top: 9px;
	padding-bottom: 7px
}

#login-dropdown-list #login-email-label-and-input,
#login-dropdown-list #login-old-password-label-and-input,
#login-dropdown-list #login-password-label-and-input {
	margin: 0;
	padding: 0
}

#login-dropdown-list #login-email-label-and-input #login-email,
#login-dropdown-list #login-email-label-and-input #login-old-password,
#login-dropdown-list #login-email-label-and-input #login-password,
#login-dropdown-list #login-old-password-label-and-input #login-email,
#login-dropdown-list #login-old-password-label-and-input #login-old-password,
#login-dropdown-list #login-old-password-label-and-input #login-password,
#login-dropdown-list #login-password-label-and-input #login-email,
#login-dropdown-list #login-password-label-and-input #login-old-password,
#login-dropdown-list #login-password-label-and-input #login-password {
	margin-bottom: 5px
}

#login-dropdown-list #login-email-label-and-input #login-email-label,
#login-dropdown-list #login-email-label-and-input #login-old-password-label,
#login-dropdown-list #login-email-label-and-input #login-password-label,
#login-dropdown-list #login-old-password-label-and-input #login-email-label,
#login-dropdown-list #login-old-password-label-and-input #login-old-password-label,
#login-dropdown-list #login-old-password-label-and-input #login-password-label,
#login-dropdown-list #login-password-label-and-input #login-email-label,
#login-dropdown-list #login-password-label-and-input #login-old-password-label,
#login-dropdown-list #login-password-label-and-input #login-password-label {
	text-transform: capitalize
}

#forgot-password-email {
	margin-bottom: 5px
}

.row .col {
	padding-left: 1.7rem;
	padding-right: 1.7rem
}

.row .col:first-child {
	margin-left: 0
}

.row.no-margin .col:first-child {
	padding: 0
}

#search-alt-container {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: #eee;
	text-align: center
}

#search-alt {
	display: inline-block;
	width: 965px;
	position: relative;
	margin: 10px auto;
	padding: 5px;
	background-color: #fff!important;
	box-shadow: 3px 3px 10px #888;
	background-position: bottom;
	background-repeat: repeat-x
}

#search-alt .clear-alt {
	height: 12px
}

#search-alt #header-alt {
	padding: 0;
	margin: 0;
	height: 100px
}

#search-alt #header-alt small.label-alt {
	position: absolute;
	top: 35px;
	right: 10px;
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
	padding: 3px 7px;
	text-align: left
}

#search-alt #header-alt .label-genesandcancer {
	top: 50px!important
}

#search-alt #header-alt small.label1-alt {
	margin: 0;
	display: block;
	position: absolute;
	top: 9px;
	left: 20px;
	font-size: 1em;
	font-weight: 700;
	color: #ccc;
	padding: 3px 7px;
	background-color: #7e012d;
	border: thin ridge #fff
}

#search-alt #header-alt #headertext-alt {
	float: right;
	position: absolute;
	color: #fff;
	margin-top: -18px;
	font-weight: 700;
	letter-spacing: -2px;
	font-size: 60px;
	right: 35%;
	top: 40px;
	cursor: pointer
}

#search-alt #header-alt #search-alt-input {
	float: right;
	position: absolute;
	right: 0;
	top: 55px;
	padding: 4px 10px 4px 4px;
	width: 220px;
	overflow: hidden
}

#search-alt #header-alt #search-alt-input input {
	padding: 0;
	background: #fff;
	height: auto
}

#search-alt #header-alt .social-list-alt {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none
}

#search-alt #header-alt .social-list-alt li {
	position: relative;
	display: inline-block;
	padding: 0 5px 5px;
	margin: 0;
	font-size: 16px;
	top: .5em
}

#search-alt #header-alt .social-list-alt li a {
	color: #fff;
	font-size: 20px
}

#search-alt #threecolcontainer-alt {
	display: block;
	width: 100%;
	float: left;
	background: #fff
}

#search-alt #threecolcontainer-alt #nav-alt {
	width: 176px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y
}

#search-alt #threecolcontainer-alt #nav-alt ul {
	margin: 0;
	padding: 0;
	text-align: left
}

#search-alt #threecolcontainer-alt #nav-alt div.menunav-alt {
	background-color: #fff;
	margin: 15px 15px 15px 10px;
	padding: 10px 4px 10px 0;
	border: 1px solid #ecf0f1;
	font-size: 11px;
	-moz-box-shadow: 1px 1px 3px #444;
	-webkit-box-shadow: 1px 1px 3px #444;
	box-shadow: 1px 1px 3px #444
}

#search-alt #threecolcontainer-alt #nav-alt .menunav-alt ul {
	background-color: #fff;
	padding-top: 10px
}

#search-alt #threecolcontainer-alt #nav-alt .menunav-alt ul li {
	list-style: none;
	margin: 0 0 .6em;
	padding: 0 0 0 15px;
	font-size: 1.15em
}

#search-alt #threecolcontainer-alt #nav-alt .menunav-alt ul li a {
	text-decoration: none;
	font-weight: 700;
	font-family: tahoma, sans-serif
}

#search-alt #threecolcontainer-alt #nav-alt .menunav-alt ul li a:hover {
	text-decoration: underline;
	color: #2ecc71
}

#search-alt #threecolcontainer-alt #nav-alt .menunav-alt ul li a.oncoscience-link:hover {
	color: #2ecc71!important
}

#search-alt #threecolcontainer-alt #nav-alt .menunav-alt ul li a.genesandcancer-link:hover {
	color: #9b59b6!important
}

#search-alt #threecolcontainer-alt #column2and3-alt {
	margin: 0;
	padding: 0;
	float: right;
	width: 770px
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt {
	background-color: #fff;
	border-width: 1px;
	margin-top: 0;
	padding: 14px;
	border-color: #888;
	width: 700px;
	float: left;
	position: relative;
	margin-bottom: 14px;
	text-align: left
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt h1 {
	color: #464646;
	font-size: 2em;
	margin: 0
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt .page-title span.issue-date,
#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt h2,
.page-title #search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt span.issue-date {
	font-size: medium;
	font-weight: 700;
	font-size: 14px
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt h3 {
	margin-top: 1em;
	padding-left: 1.5em;
	color: #fff;
	background-color: #999;
	margin-bottom: 1em;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-left: thick solid #666;
	border-bottom: thin solid #666
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt h7 {
	font-size: 1.4em;
	font-weight: 700;
	color: #333;
	text-decoration: underline;
	line-height: 3em
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt .page-title span.issue-pages,
#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt .tag,
#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt h3#references+ul li,
#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt p,
.page-title #search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt span.issue-pages,
h3#references+ul #search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt li {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 1.2em
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table {
	width: auto
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table tr {
	display: table-row;
	margin: 0;
	padding: 0
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table td {
	padding: 0;
	margin: 0
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table td .page-title span.issue-pages,
#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table td .tag,
#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table td h3#references+ul li,
#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table td p,
.page-title #search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table td span.issue-pages,
h3#references+ul #search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table td li {
	margin-top: .2em;
	margin-bottom: .2em;
	font-size: 11px
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt table td input {
	margin: 0 0 0 1em;
	padding: 2px;
	border: 1px solid #000;
	height: auto;
	background-color: #ecf0f1
}

#search-alt #threecolcontainer-alt #column2and3-alt #maincontentsolo-alt form input[type=submit] {
	padding: 2px;
	border: 1px solid #000;
	background: none repeat scroll 0 0 #ecf0f1
}

#search-alt #footer-alt {
	color: #fff;
	padding: 5px;
	display: block;
	width: 100%;
	margin: 1px 0 0;
	float: left
}

#search-alt #footer-alt a {
	color: #fff
}

body {
	color: #2e4057;
	background-color: rgb(231, 232, 236);
}

html {
	font-size: 15px
}

body,
html {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.35;
	letter-spacing: .15px
}

.article-text h3.article-header-3,
.article-text h3.article-header-4,
.article-text h3.article-header-5,
.card h6.card-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-title span.issue-date,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2e4057
}

.article-text h3.accented.article-header-3,
.article-text h3.accented.article-header-4,
.article-text h3.accented.article-header-5,
.card h6.accented.card-title,
.h1.accented,
.h2.accented,
.h3.accented,
.h4.accented,
.h5.accented,
.h6.accented,
.page-title span.accented.issue-date,
h1.accented,
h2.accented,
h3.accented,
h4.accented,
h5.accented,
h6.accented {
	color: #a11b57
}

.article-text h3.blue-accented.article-header-3,
.article-text h3.blue-accented.article-header-4,
.article-text h3.blue-accented.article-header-5,
.card h6.blue-accented.card-title,
.h1.blue-accented,
.h2.blue-accented,
.h3.blue-accented,
.h4.blue-accented,
.h5.blue-accented,
.h6.blue-accented,
.page-title span.blue-accented.issue-date,
h1.blue-accented,
h2.blue-accented,
h3.blue-accented,
h4.blue-accented,
h5.blue-accented,
h6.blue-accented {
	color: #00479b;
	background: none
}

.article-text h3.heavy.article-header-3,
.article-text h3.heavy.article-header-4,
.article-text h3.heavy.article-header-5,
.card h6.heavy.card-title,
.h1.heavy,
.h2.heavy,
.h3.heavy,
.h4.heavy,
.h5.heavy,
.h6.heavy,
.page-title span.heavy.issue-date,
h1.heavy,
h2.heavy,
h3.heavy,
h4.heavy,
h5.heavy,
h6.heavy {
	font-weight: 700
}

.article-text h3.clean.article-header-3,
.article-text h3.clean.article-header-4,
.article-text h3.clean.article-header-5,
.card h6.clean.card-title,
.h1.clean,
.h2.clean,
.h3.clean,
.h4.clean,
.h5.clean,
.h6.clean,
.page-title span.clean.issue-date,
h1.clean,
h2.clean,
h3.clean,
h4.clean,
h5.clean,
h6.clean {
	margin-top: 0!important
}

.h1,
h1 {
	font-size: 22px
}

.h2,
.page-title span.issue-date,
h2 {
	font-size: 20px;
	color: #546b87
}

h2,
.h3,
h3 {
	font-size: 18px
}

.article-text h3.article-header-3,
.h4,
h4 {
	font-size: 16px
}

.article-text h3.article-header-4,
.article-text h3.article-header-5,
.card h6.card-title,
.h5,
.h6,
h5,
h6,
span.meta {
	font-size: 14px
}

.h1,
h1 {
	color: #0c1d31;
	line-height: 1.1;
	margin-top: 0
}

.h1,
h1,
h2,
h3 {
	font-weight: 700
}

h3 {
	color: #374c68;
	margin-bottom: 0
}

.page-title h3:not(#abstract)+span.issue-pages,
h3#references+ul h3:not(#abstract)+li,
h3:not(#abstract)+.tag,
h3:not(#abstract)+p {
	margin: 5px 0 15px
}

.article-text h3.blue-divider.article-header-3,
h4.blue-divider {
	color: #00479b;
	padding: 0 0 10px;
	margin: 40px 0 20px;
	border-bottom: 3px solid #00479b
}

.article-text h3.accent-divider.article-header-3,
h4.accent-divider {
	color: #a11b57;
	padding: 0 0 10px;
	margin: 30px 0 20px;
	border-bottom: 3px solid #a11b57
}

.article-text h3.article-header-4,
.h5,
h5,
span.meta {
	color: #546b87
}

.article-text h3.reg.article-header-4,
.h5.reg,
h5.reg,
span.meta.reg {
	font-weight: 500
}

a {
	color: #005ac2;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
}

a:hover {
	color: #0072f5
}

.small-font {
	font-size: small
}

@media screen and (min-width:970px) {
	.h1,
	h1 {
		font-size: 24px
	}
	.h2,
	.page-title span.issue-date,
	h2 {
		font-size: 22px
	}
}

h3.section-heading {
	padding: 0 0 10px;
	margin: 0 0 30px;
	font-weight: 700;
	position: relative;
	display: block
}

h3.section-heading:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 72px;
	background: #a11b57;
	height: 3px;
	margin-bottom: 12px;
	margin-top: 12px
}

h3.section-heading.new-section {
	margin-top: 60px
}

.article-text h2#references,
.article-text h2.article-header-1,
h2.blue-background,
h2.gray-background,
.article-text h3#references,
.article-text h3.article-header-1,
h3.blue-background,
h3.gray-background {
	background: #0053b5;
	color: #fff;
	padding: 8px 10px;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important;
	margin: 40px 0 0;
	z-index: 1;
}

.article-text h3#references:first-child,
.article-text h3.article-header-1:first-child,
h3.blue-background:first-child,
h3.gray-background:first-child {
	margin-top: 10px
}

h3.gray-background {
	background: #e6e8eb;
	color: #00479b
}

.article-text h3.article-header.article-header-4,
.article-text h3.supporting.article-header-4,
h5.article-header,
h5.supporting {
	position: relative;
	margin-bottom: 20px;
	left: 1px;
	line-height: 1.7
}

.page-title span.issue-pages,
.tag,
h3#references+ul li,
p {
	font-size: 15px;
	line-height: 1.4
}

.justify.tag,
.page-title span.justify.issue-pages,
h3#references+ul li.justify,
p.justify, div.justify {
	text-align: justify
}

.page-title span.small-font.issue-pages,
.small-font.tag,
h3#references+ul li.small-font,
p.small-font {
	font-size: small
}

#login-dropdown-list #login-buttons-do-change-password,
#login-dropdown-list #login-buttons-forgot-password,
#login-dropdown-list #login-buttons-logout,
#login-dropdown-list #login-buttons-open-change-password,
#login-dropdown-list #login-buttons-password,
#login-dropdown-list a.login-close-text,
.issue-scroller span,
.page-desc.toc,
.tiny-font,
footer span {
	font-size: 12px
}

#login-dropdown-list a,
.super-tiny-font {
	font-size: 11px
}

a.button,
button.button {
	position: relative;
	display: inline-block;
	padding: 20px 38px 19px;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	letter-spacing: .58px;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-ms-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out;
	background-color: #2e4057!important
}

a.button:hover,
button.button:hover {
	background-color: #405978!important
}

a.button span.icon,
button.button span.icon {
	font-size: 25px
}

a.button.full-width,
button.button.full-width {
	display: block;
	width: 100%
}

a.button:active,
button.button:active {
	top: 1px
}

a.button.primary,
button.button.primary {
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-ms-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out;
	background-color: #a11b57!important
}

a.button.primary:hover,
button.button.primary:hover {
	background-color: #ae1d5e!important
}

a.button.secondary,
button.button.secondary {
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-ms-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out;
	background-color: #00479b!important
}

a.button.secondary:hover,
button.button.secondary:hover {
	background-color: #0057bf!important
}

a.button.teal,
button.button.teal {
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-ms-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out;
	background-color: #26a69a!important
}

a.button.teal:hover,
button.button.teal:hover {
	background-color: #2ab7a9!important
}

a.button.small,
button.button.small {
	text-transform: none;
	font-weight: 500;
	margin: 0 5px 10px 0;
	padding: 7px 10px
}

a.button.end-cap,
button.button.end-cap {
	padding: 20px 28px 19px 68px
}

a.button.end-cap span.icon,
button.button.end-cap span.icon {
	position: absolute;
	top: 0;
	left: 0;
	background: #90134b;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-ms-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out;
	padding: 15px 16px;
	border-top-left-radius: 2px;
	width: 57.95px
}

a.button.end-cap:hover span.icon,
button.button.end-cap:hover span.icon {
	background: #991450
}

a.button.minimal,
button.button.minimal {
	background: transparent;
	border: 2px solid #2e4057;
	color: #2e4057
}

a.button.large,
button.button.large {
	font-weight: 500;
	font-size: 21px;
	text-transform: none;
	letter-spacing: .15px
}

a.button.large span.icon,
button.button.large span.icon {
	font-size: 15px
}

a.button.large span.icon-angle-right,
button.button.large span.icon-angle-right {
	margin-left: 6px
}

a.button.large span.icon-angle-left,
button.button.large span.icon-angle-left {
	margin-right: 6px
}

button.button {
	border: none
}

.button-toggle {
	border: 2px solid #f6f7f9;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important;
	position: relative;
	margin-bottom: 20px
}

.button-toggle:after {
	content: " ";
	display: table;
	clear: both
}

.button-toggle .button {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-ms-border-radius: 0!important;
	border-radius: 0!important;
	padding: 18px 15px 17px;
	margin-bottom: 0;
	width: 49.2%;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 500;
	background: #f6f7f9;
	color: #546b87
}

.button-toggle .button.active {
	font-weight: 700;
	background: transparent
}

.button-toggle .button:hover {
	background: #f6f7f9
}

.button-toggle .button:first-child {
	float: left
}

.button-toggle .button:last-child {
	float: right
}

.button-toggle .button span {
	display: inline-block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 15px
}

@media screen and (min-width:970px) {
	.article-text h3.article-header.article-header-4,
	.article-text h3.supporting.article-header-4,
	h5.article-header,
	h5.supporting {
		line-height: 1.4
	}
}

.navigation {
	position: fixed;
	height: 70px;
	background-color: #00479b;
	width: 100%
}

.sidebar {
	/*position: relative;*/
	/*left: 0;*/
	background-color: #003675;
	font-size: 17px;
	height: 100%;
}

.sidebar .nav-submit-button {
	text-align: left
}

.sidebar {
	z-index: 7
}

.navigation {
	z-index: 8
}

.sub-nav {
	z-index: 6
}

.sub-nav.transparent {
	position: absolute;
	box-shadow: none;
	background: transparent;
	border: none;
	padding-left: 0
}

.sub-nav.transparent .sidebar-toggle {
	color: #fff;
	background: transparent;
	margin-right: 15px
}

.mobile-search-and-menu {
	color: #fff;
	padding: 10px 15px 0px;
	font-size: 22px;
}

.sub-nav.transparent .breadcrumbs ul {
	display: none
}

.issn span.meta {
	background: #003575;
	color: #fff;
	padding-left:16px;
}

.nav-sidebar {
	padding: 15px 0 0 15px;
	flex-grow: 1;
}

.nav-sidebar .logo {
	height: 48px
}

.nav-sidebar .journal-name-extra {
	font-size: 11px;
	line-height: 65px;
	padding-left: 10px
}

.nav-content {
	height: 70px;
	background-color: #00479b;
	padding: 0;
	display: flex;
	align-items: center
}

.nav-content ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav-content ul li {
	position: relative;
	display: inline-block;
	padding: 0 10px 5px;
	margin: 0;
	font-size: 16px;
	color: #fff
}

.nav-content ul li a {
	color: #fff
}

.nav-content ul li:first-child {
	border: none
}

.nav-content ul li.button.has-icon {
	padding: 11px 19px 11px 15px
}

.nav-content ul li.button a {
	background: none;
	color: #fff;
	padding: 11px 19px;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important;
	border: 2px solid #fff;
	-webkit-transition: background .25s ease-out, color .25s ease-out;
	-moz-transition: background .25s ease-out, color .25s ease-out;
	-ms-transition: background .25s ease-out, color .25s ease-out;
	-o-transition: background .25s ease-out, color .25s ease-out;
	transition: background .25s ease-out, color .25s ease-out
}

.nav-content ul li.button span.icon {
	font-size: 20px;
	position: relative;
	color: inherit;
	right: 3px;
	top: 3px
}

.nav-content ul li.button a:hover {
	background: #00244f;
	color: #fff
}

.nav-content ul li.button a:active {
	position: relative;
	top: 1px
}

.issn {
	float: right;
	background: #003575;
	font-size: 13px;
	right: 0px;
	color: #fff;
	padding: 24px 45px 8px 0px;
	margin-top:0px;
	text-align: right;
	z-index:1;
}

.nav-content span.icon-search {
	cursor: pointer;
	float: right;
	position: relative;
	right: 8px;
	top: 13px;
	color: #fff;
	font-size: 22px
}

.nav-content .sidebar-toggle-mobile {
	display: block;
	opacity: 1;
	-webkit-transition: opacity .25s ease-out;
	-moz-transition: opacity .25s ease-out;
	-ms-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	float: right;
	color: #fff;
	padding: 6px 0;
	cursor: pointer;
	position: relative
}

.nav-content .sidebar-toggle-mobile.icon {
	font-size: 36px
}

.submit-article {
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-ms-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out;
	background-color: #a11b57!important;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase
}

.submit-article:hover {
	background-color: #ae1d5e!important
}

.top-submit-button {
	padding: 15px!important
}

.sub-nav {
	display: none;
	/*position: fixed;*/
	/*right: 0;*/
	/*left: 310px;*/
	height: 64px;
	/*padding: 24px 20px 22px;*/
	border-bottom: 8px solid #fff;
	background: #fff;
	-webkit-transition: left .25s ease-out;
	-moz-transition: left .25s ease-out;
	-ms-transition: left .25s ease-out;
	-o-transition: left .25s ease-out;
	transition: left .25s ease-out
}

.sub-nav .sidebar-toggle {
	display: block;
	opacity: 1;
	-webkit-transition: opacity .25s ease-out;
	-moz-transition: opacity .25s ease-out;
	-ms-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	float: left;
	color: #00479b;
	padding: 6px 15px 6px 26px;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
	bottom: 4px;
	left: 8px;
}

.sub-nav .sidebar-toggle.icon-menu {
	font-size: 24px;
	bottom: 8px
}

.sub-nav .sidebar-toggle.icon-menu:before {
	content: "\e900"
}

.sub-nav .sidebar-toggle:hover {
	opacity: .5
}

.sub-nav.sidebar-open {
	/*padding-left: 25px*/
}

.sub-nav.sidebar-open .sub-nav.sidebar-toggle {
	display: none;
	opacity: 0
}

.sub-nav .breadcrumbs {
	font-size: 15px;
	display: inline-block;
	padding: 24px 0px 0px 0px;
	overflow: hidden;
	white-space: nowrap;
	margin-right:0px;
}

.sub-nav .breadcrumbs a {
	color: #7c8187
}

.sub-nav .breadcrumbs ul {
	margin: 0;
	padding: 0
}

.sub-nav .breadcrumbs ul li {
	display: inline
}

.sub-nav .breadcrumbs ul li:after {
	content: "\e902";
	font-family: icomoon;
	font-size: .65rem;
	margin: 0 10px 0 14px;
	opacity: .35;
	letter-spacing: .25px
}

.sub-nav .breadcrumbs ul li:last-child {
	font-weight: 700
}

.sub-nav .breadcrumbs ul li:last-child a {
	color: #00479b
}

.sub-nav .breadcrumbs ul li:last-child:after {
	content: ""
}

.issn span.meta {
	float: right;
	position: relative;
	top: 1px;
	color: #fff
}

.navigation .sub-nav .search-box {
	display: inline-block;
	position: relative;
	/*padding: 15px 70px 0 40px*/
}

.navigation .sub-nav .search-box span.icon {
	position: absolute;
	top: 30px;
	font-size: 17px;
	color: #cadbee
}

.navigation .sub-nav .search-box input {
	padding-left: 30px;
	font-size: 17px;
	border-bottom: 2px solid #5c7da2;
	color: #fff;
	width:75%;
}

.navigation .sub-nav .search-box input:focus {
	border-color: #26a69a
}

.navigation .sub-nav .search-box input::placeholder {
	color: #fff
}

.navigation .sub-nav .search-box input::-webkit-input-placeholder {
	color: #fff
}

.navigation .sub-nav .search-box input::-moz-placeholder {
	color: #fff
}

.main .sidebar ul.nav-links {
	position: relative;
	padding-top: 0;
	margin-top: 0;
	width: 100%;
	height: 100%
}

.main .sidebar ul.nav-links li.nav-title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	/*position: relative*/
}

.main .sidebar ul.nav-links li.nav-title .title-content {
	border-bottom: 1px solid #eee
}

.main .sidebar ul.nav-links .sidebar-toggle {
	cursor: pointer;
	color: #00479b;
	position: absolute;
	right: 20px;
	font-size: 18px;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
}

.main .sidebar ul.nav-links .sidebar-toggle:hover {
	color: #a11b57
}

.main .sidebar ul.nav-links #login-buttons,
.main .sidebar ul.nav-links .nav-title .title-content,
.main .sidebar ul.nav-links li a {
	width: 100%;
	display: block;
	padding: 10px 25px 10px 12px;
	margin: 0
}

.main .sidebar ul.nav-links #login-buttons,
.main .sidebar ul.nav-links li a {
	color: #fff;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-ms-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out
}

.main .sidebar ul.nav-links #login-buttons {
	width: 100%
}

.main .sidebar ul.nav-links #login-buttons .login-link-and-dropdown-list {
	display: block
}

.main .sidebar ul.nav-links #login-buttons a {
	display: block!important;
	width: 100%;
	height: 100%
}

.main .sidebar ul.nav-links a:after {
	content: "\e902";
	font-family: icomoon;
	position: absolute;
	font-size: .9rem;
	color: #c5cdd6;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out, right .25s ease-out;
	-moz-transition: opacity .25s ease-out, right .25s ease-out;
	-ms-transition: opacity .25s ease-out, right .25s ease-out;
	-o-transition: opacity .25s ease-out, right .25s ease-out;
	transition: opacity .25s ease-out, right .25s ease-out
}

.main .sidebar ul.nav-links a:hover {
	background: #003d84;
	color: #fff
}

.main .sidebar ul.nav-links a.magenta-nav:hover {
	background: #a01a57;
	color: #fff
}

.main .sidebar ul.nav-links a:hover:after {
	opacity: 1;
	right: 20px
}

.main .sidebar ul.nav-links .button {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important
}

.main .sidebar.secondary {
	background-color: #f5f6f9;
	height: 100%;
	min-width: 250px;
	padding-left: 8px;
	padding-right: 8px;
}

.main .sidebar.secondary ul.nav-links a:not(.nav-submit-button) {
	color: #2e4057
}

a.magenta {
	color: #a11b57 !important;
}

.main .sidebar.secondary ul.nav-links a.magenta-nav {
	color: #a01a57;
}

.main .leftNav {
	background-color: white;
	padding-top: 64px;
	margin-bottom: 24px;

	border: 1px solid #6c757d;
	margin-top: 8px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#leftNav-mobile-container .leftNav li {
	font-size: 15px;
	padding: 10px 15px;
}


.main .sidebar.secondary ul.nav-links a.primary {
	background-color: #a11b57;
	color: #fff
}

.main .sidebar.secondary ul.nav-links a:hover {
	background: #00479b;
	color: #fff
}

.main .sidebar.secondary ul.nav-links a.magenta-nav:hover {
	background: #a01a57;
	color: #fff
}


.main .sidebar.secondary ul.nav-links a:hover:after {
	color: #fff
}

.page-sidebar {
	margin-top:48px;
	width: 300px;
	min-width: 300px;
	padding-right:8px;
	padding-left:8px;
}

.sidebar-module-header {
	background: #a01a57;
	padding: 8px;
	color: #fff;
	font-weight: 700;
}

.sidebar-module-box {
	background-color: white;
	padding: 6px;

	border: 1px solid #6c757d;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-size: 13px;
}

.navigation .sub-nav.secondary .search-box {
	padding: 11px 0px 0px 12px;
	height: 64px;
	background: #003675
}

.navigation .sub-nav.secondary .search-box span.icon-search {
	top: 26px;
	font-size: 17px;
}

.navigation .sub-nav.secondary .search-box input {
	margin: 0;
	border: none;
	color: #fff;
	width: 75%;
}

.navigation .sub-nav.secondary .search-box input::placeholder {
	color: #3366a0
}

.navigation .sub-nav.secondary .search-box input input::-moz-placeholder {
	color: #3366a0
}

.navigation .sub-nav.secondary .search-box input:focus {
	border-color: #26a69a
}

.sub-nav.secondary {
	border-color: #003675;
	background: #003675;
	box-shadow: none;
	white-space: nowrap;
}

.sub-nav.secondary .sidebar-toggle {
	color: #fff
}

.sub-nav.secondary ul li {
	display: inline
}

.sub-nav.secondary ul li:after,
.sub-nav.secondary ul li a {
	color: #c5cdd6
}

.sub-nav.secondary ul li:last-child a {
	color: #fff
}

.sub-nav-shim {
	position: fixed;
	right: 0;
	left: 0;
	height: 64px;
	background: #003675;
	border-bottom: 8px solid;
	border-color: #003675;
	z-index: -5
}

#top-social-links {
	white-space: nowrap;
}

#top-social-links li {
	display: inline-block;
	padding: 0 10px;
}


.social-links-image-icon {
  margin-left: -4px;
}

.social-links-dark a {
	color: #003674 !important;
}


.main .sidebar ul.nav-links a,
.main .sidebar ul.nav-links li.nav-title {
	font-size: 15px
}


@media screen and (max-width:970px) {
	.sidebar-toggle,
	.sub-nav-shim {
		display: none
	}
	.sidebar.secondary {
		display: none;
	}
	.sidebar.secondary ul.nav-links {
		display: none;
	}


	.nav-content {
		display: block
	}
	.nav-content {
		padding: 11px 20px 0
	}

	.social-links a {
		font-size: 20px !important;
		color: #003674 !important;
	}

	.article-submit-button {
		padding: 2px;
	}

	.article-submit-button a {
		font-size: 11px !important;
	}

	.article-submit-button span {
		display: none
	}
}

@media screen and (min-width:970px) {
	.nav-sidebar {
		width: 50%;
		padding: 15px 0 0 35px
	}
	.nav-content .sidebar-toggle-mobile {
		display: none
	}
	.nav-content ul {
		/*display: block*/
	}
	ul.nav-links #login-buttons {
		display: none
	}
	.sub-nav {
		display: block;
		left: 270px;
		padding-left: 0
	}
	.sub-nav .sidebar-toggle {
		display: block;
		opacity: 1
	}
	.sub-nav.sidebar-open {
		padding-left: 25px
	}
	.sub-nav.sidebar-open .sidebar-toggle {
		display: none;
		opacity: 0
	}

	.social-links a {
		font-size: 20px !important;
		color:white;
	}
}

@media screen and (min-width:1170px) {
	.sub-nav {
		/*left: 310px*/
	}
}

.sidebar {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	transition: .25s ease-out;
	width: 0
}

.sidebar,
.sidebar.hidden {
	left: -310px;
}

.sidebar.hidden {
	width: 0
}

.sidebar.mobile-show {
	left: 0;
	width: 310px;
	overflow: auto
}

.sidebar ul.nav-links.mobile-show {
	left: 0;
}


footer {
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 70px 0 50px;
	text-align: center;
}

.footer:after,
footer:after {
	content: " ";
	display: table;
	clear: both
}

.grid {
	padding: 0 60px;
	z-index: -1
}

.grid:after {
	content: " ";
	display: table;
	clear: both
}

.grid.wide {
	padding: 0
}

.grid.push {
	margin-top: 50px
}

.main-background {
  background-color: #e7e8ec;
	display: flex;
	justify-content: center;
}

.main {
  background-color: #f6f7f9;
	padding-top: 70px;
	display: flex;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
	max-width: 1280px;
}


/* Apply styles to both ordered and unordered lists */
page-content ul, page-content ol {
    list-style-position: outside; /* Ensures bullets/numbers are inside the list item's padding */
    padding-left: 0; /* Removes default padding */
    margin-left: 1em; /* Adds margin to create indentation */
}

/* Optionally, adjust padding for nested lists */
page-content ul ul, page-content ol ol, page-content ul ol, page-content ol ul {
    margin-left: 1em; /* Further indent nested lists */
}

.page-content li {
	margin-left: 40px;
}

.main,
.main .content {
	min-height: calc(100 - 70px) vh;
}

.main .content {
	width: 100%;
	min-width: 400px;
}

.main .content-yield {
	z-index: -1;
	padding: 30px 10px 15px
}

.main .content-yield:after {
	content: " ";
	display: table;
	clear: both
}

.main .content-yield.home {
	padding-top: 64px;
	padding-left: 0;
	padding-right: 0
}

.content.no-sidebar {
	margin-left: 0
}

.content.no-sidebar .sub-nav {
	left: 0
}

.content.no-sidebar .content-yield {
	padding: 30px 10px 15px
}

.content,
.nav-content {
	-webkit-transition: margin-left .25s ease-out;
	-moz-transition: margin-left .25s ease-out;
	-ms-transition: margin-left .25s ease-out;
	-o-transition: margin-left .25s ease-out;
	transition: margin-left .25s ease-out
}

.content:after,
.nav-content:after {
	content: " ";
	display: table;
	clear: both
}

.bar {
	width: 100%;
	padding: 5px 45px 2px
}

.bar:after {
	content: " ";
	display: table;
	clear: both
}

.bar.flex {
	justify-content: space-between;
	align-items: center
}

.bar.flex ul {
	display: flex
}

.bar.gray-bar {
	background: #eee
}

.bar ul li {
	display: inline
}

.bar ul li img {
	width: 100%;
	max-width: 100%
}

.article-text .bar.flex h3.article-header-5,
.bar.flex .article-text h3.article-header-5,
.bar.flex h6 {
	display: block
}

.bar.flex ul li {
	width: 24%
}

.bar ul.indexed-by {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-bottom: 12px
}

.bar ul.indexed-by li {
	padding-right: 55px;
	text-align: center
}

.bar ul.indexed-by li.title {
	text-align: left
}

.bar ul.indexed-by li:last-child {
	padding-right: 0
}

.bar ul.indexed-by li.title {
	width: 16%
}

.bar ul.indexed-by li.pubmed {
	width: 17%
}

.bar ul.indexed-by li.pmc {
	width: 24%
}

.bar ul.indexed-by li.thomson {
	width: 32%
}

.bar ul.indexed-by li.scopus {
	width: 11%
}

.bar ul.indexed-by li.title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px
}

@media screen and (min-width:970px) {
	.sidebar {
		left: 0;
		width: 270px;
		overflow: auto
	}
	.search-box {
		width: 270px;
	}
	.breadcrumbs {
	}
	.main .content-yield {
		padding-top: 90px;
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (min-width:1170px) {
	.main .content-yield {
		padding-top: 90px;
		padding-left: 30px;
		padding-right: 30px
	}
	.sidebar {
		width: 310px
	}
	.search-box {
		width: 310px;
	}
	.breadcrumbs {
	}
	.content.no-sidebar .content-yield {
		padding-top: 90px;
	}
}

@media screen and (max-width:970px) {
	.search-box,
	ul.nav-links li.title {
		display: none
	}
	ul.nav-links {
		margin-top: 20px!important
	}
	.sidebar.mobile-show {
		width: 50%
	}
}

@media screen and (max-width:750px) {
	.sidebar.mobile-show {
		width: 100%
	}
}

.card-plain {
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important;
	padding: 25px;
	background: #fff;
	box-shadow: 0 2px 14px #ebedf2
}


.card {
	box-shadow: none;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important;
	padding: 25px
}

.card.clean {
	padding: 0
}

.card .button,
.card .page-title span.issue-pages,
.card .tag,
.card h3#references+ul li,
.card p,
.page-title .card span.issue-pages,
h3#references+ul .card li {
	margin-bottom: 0
}

.article-text .card h3.card-title.article-header-5,
.card .article-text h3.card-title.article-header-5,
.card h6.card-title {
	font-weight: 700;
	color: #546b87;
	position: relative;
	display: block;
	padding-bottom: 10px
}

.article-text .card h3.card-title.article-header-5:after,
.card .article-text h3.card-title.article-header-5:after,
.card h6.card-title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 20%;
	border-top: 2px solid rgba(119, 130, 142, .2);
	margin-bottom: 12px
}

.card ul {
	margin: 0 -25px
}

.card ul li a {
	color: #546b87;
	display: block
}

.card ul li a.accent {
	color: #a11b57
}

.card ul li {
	padding: 12px 20px;
	width: 100%;
	border-left: 5px solid transparent;
	-webkit-transition: background .25s ease-out, color .25s ease-out, border-color .25s ease-out;
	-moz-transition: background .25s ease-out, color .25s ease-out, border-color .25s ease-out;
	-ms-transition: background .25s ease-out, color .25s ease-out, border-color .25s ease-out;
	-o-transition: background .25s ease-out, color .25s ease-out, border-color .25s ease-out;
	transition: background .25s ease-out, color .25s ease-out, border-color .25s ease-out
}

/*.card ul li:hover {*/
	/*background: #e6e8eb;*/
	/*border-color: #dee0e4*/
/*}*/

.card ul li.active {
	background: #a11b57;
	border-color: #90134b;
	font-weight: 500
}

.card ul li.active a {
	color: #fff
}

/*.card ul li.active:hover {*/
	/*background: #a11b57*/
/*}*/

.card ul li span.icon {
	color: #a11b57;
	font-size: 18px;
	margin-right: 3px;
	position: relative;
	top: 3px
}

.fixed-scroll-card {
	position: relative;
	top: 0;
	bottom: 0;
	min-width: 270px;
	max-width: 285px;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media screen and (min-width:993px) {
	.fixed-scroll-card.fixed-active {
		position: fixed;
		top: 190px
	}
}

.issue-highlight:after {
	content: " ";
	display: table;
	clear: both
}

.issue-highlight img.cover {
	float: left;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	width: 40%
}

.issue-highlight .button-list {
	float: left;
	margin-left: 25px
}

.issue-highlight .button-list li {
	margin: 0;
	padding: 0;
	border: none
}

.issue-highlight .button-list li.title {
	margin-top: 15px;
	font-size: 20px
}

.issue-highlight .button-list li.subtitle {
	margin-bottom: 0;
	font-weight: 700
}

.issue-highlight .button-list li.subtitle:hover,
.issue-highlight .button-list li.title:hover {
}

.issue-highlight .button-list li span.icon-angle-right {
	color: #2e4057;
	font-size: 10px;
	margin-left: 2px;
	position: relative;
	top: 0;
	bottom: 5px!important
}

.old_interview_text {
	display: none
}

.featured_interview_sidebar_subtext {
	text-align: justify;
	font-weight: 600;
	font-size: 15.5px
}

.featured-nobel .page-title span.issue-pages,
.featured-nobel .tag,
.featured-nobel h3#references+ul li,
.featured-nobel p,
.page-title .featured-nobel span.issue-pages,
.page-title .sidebar-interviews span.issue-pages,
.sidebar-interviews .page-title span.issue-pages,
.sidebar-interviews .tag,
.sidebar-interviews h3#references+ul li,
.sidebar-interviews p,
h3#references+ul .featured-nobel li,
h3#references+ul .sidebar-interviews li {
	text-align: justify
}

.featured-nobel {
	margin-top: 40px
}

.featured-nobel ul.featured-items li {
	text-align: justify
}

.featured-nobel ul.featured-items li .page-title span.issue-pages,
.featured-nobel ul.featured-items li .tag,
.featured-nobel ul.featured-items li h3#references+ul li,
.featured-nobel ul.featured-items li p,
.page-title .featured-nobel ul.featured-items li span.issue-pages,
h3#references+ul .featured-nobel ul.featured-items li li {
	margin: 0!important
}

.featured-nobel ul.featured-items li:hover {
	background: none;
	border-color: #fff
}

.featured-nobel ul.featured-items li a {
	color: #005ac2;
	display: inline;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
}

.featured-nobel ul.featured-items li a:hover {
	color: #0072f5
}

.doi-top-ten-list li:nth-child(odd) {
	background: #e8e9ec;
}

.doi-top-ten-list li:hover {
	background: white !important;
}

.doi-top-ten-list li {
  padding: 8px 6px !important;
	margin: 0px !important;
}

.doi-top-ten-list {
	padding: 0px; !important;
	margin: 0px; !important;
}

.featured-doi {
	padding-top: 0px;
	padding-bottom: 0px;
}

.issue-highlight {
	margin-bottom: 0;
	margin-top: 0.3rem
}

.issue-info {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0
}

ul.button-list li.title {
	padding-bottom: 0;
	font-size: 20px
}

ul.button-list li.subtitle {
	padding-top: 0
}

@media screen and (max-width:750px) {
	.issue-highlight img.cover {
		width: 100%
	}
}

@media screen and (max-width:970px) {
	.issue-highlight img.cover {
		width: 100%
	}
}

@media screen and (min-width:750px) {
	.issue-highlight ul.button-list li.title {
		font-size: 15px
	}
	.issue-highlight ul.button-list li.subtitle {
		margin-bottom: 5px
	}
	.issue-highlight img.cover {
		width: 100%
	}
}

@media screen and (min-width:970px) {
	.issue-highlight ul.button-list li.subtitle {
		margin-bottom: 0
	}
	.issue-highlight img.cover {
		width: 100%
	}
}

@media screen and (min-width:1170px) {
	.issue-highlight ul.button-list li.title {
		font-size: 17px
	}
	.issue-highlight img.cover {
		width: 100%
	}
}

@media screen and (min-width:1300px) {
	.issue-highlight ul.button-list li.title {
		font-size: 20px
	}
	.issue-highlight ul.button-list li.subtitle {
		margin-bottom: 15px
	}
	.issue-highlight img.cover {
		width: 100%
	}
}

.about_aging_video {
	text-align: justify;
	font-weight: 600;
	font-size: 15.5px
}

.archive-issue {
	display: block;
	margin: 0 0 25px!important;
	padding: 0 10px 0 0!important
}

.archive-issue img {
	width: 100%;
	margin: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.archive-issue .article-text h3.article-header-4,
.archive-issue h5,
.article-text .archive-issue h3.article-header-4 {
	margin: 0
}

.archive-issue:nth-child(6n+1) {
	clear: both
}

.archive-issue a.issue-info {
	display: block;
	position: relative;
	color: #2e4057;
	width: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700
}

#title {
	height: 120px
}

.page-span {
	color: #546b87
}

.special-collections-archive li {
	display: inline-block;
	max-width: 240px;
	padding-right: 40px
}

.special-collections-archive li img {
	max-width: 100%
}

.special-collections-archive li .collection-archive-name {
	margin-bottom: 10px
}


.news-list .item p {
	margin-top: 0px;
}

.news-list .item {
	margin-bottom: 30px;
}

.news-list li:last-child {
	margin-bottom: 0!important;
	padding-bottom: 0!important
}

.page-title h1 {
	margin: 0;
	padding: 0
}

.page-title span.issue-date {
	display: inline-block;
	margin: 10px 0
}

.page-title span.issue-pages {
	color: #546b87;
	display: inline-block;
	margin: 4px 0 10px
}

.article-text .issue-caption h3.article-header-3,
.issue-caption .article-text h3.article-header-3,
.issue-caption h4 {
	color: #00479b
}

.page-desc.toc {
	display: block;
	margin: 12px 0 15px!important;
	color: #a11b57
}

.for-authors-section ul {
	margin: 20px 0 20px 20px;
	list-style: disc!important
}

.for-authors-section ul li {
	list-style: disc!important;
	margin-bottom: 10px!important
}

.article-text .issue-articles h3.article-header-3:first-child,
.issue-articles .article-text h3.article-header-3:first-child,
.issue-articles h4:first-child {
	margin-top: 0
}

.article-text .issue-articles h3.blue-divider.article-header-3,
.issue-articles .article-text h3.blue-divider.article-header-3,
.issue-articles h4.blue-divider {
	font-weight: 900;
	font-size: 20px
}

.article-text .issue-caption h3.article-header-3,
.issue-caption .article-text h3.article-header-3,
.issue-caption h4 {
	margin-top: 10px
}

.toc-title {
	margin-bottom: 10px
}

.toc-title:after {
	content: " ";
	display: table;
	clear: both
}

.toc-title>.cover-image {
	float: left;
	padding-right: 40px;
	padding-bottom: 30px;
	background-color: #f6f7f9!important
}

.toc-title>.cover-image>img {
	width: 100px
}

.large-cover>img,
.toc-title>.large-cover>a>img {
	width: 200px
}

.small-cover>img,
.toc-title>.small-cover>a>img {
	width: 100px
}

.toc-info {
	padding: 20px 0 10px;
	border-bottom: 3px solid #eaecf0
}

.toc-info:first-child {
	padding-top: 20px
}

.toc-info:last-child {
	border: 0
}

.toc-info .desc,
.toc-info .title {
	line-height: 1.3
}

.toc-info .desc,
.toc-info span.meta {
	color: #405268
}

.toc-info .title {
	font-weight: 700;
	color: #2e4057;
	margin: 0
}

.toc-info .title a {
	color: inherit
}

.toc-info .title-container {
	margin: 0 0 5px
}

.toc-info .desc {
	margin: 0 0 10px;
	padding: 0
}

.toc-info .desc .authors {
	clear: left;
	display: block
}

.toc-info span.meta {
	margin: 0 23px 0 0;
	display: inline-block
}

.article-links {
	margin: 10px 0 0
}

.issue-altmetric {
	float: right
}

.issue-scroller {
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	padding-top: 14px;
	padding-bottom: 12px;
	margin-bottom: 20px
}

.issue-scroller span {
	display: inline-block
}

.issue-scroller span.next a,
.issue-scroller span.prev a {
	color: #546b87
}

.issue-scroller span span.icon {
	font-size: 11px
}

.issue-scroller span span.icon.icon-angle-right {
	margin-left: 3px
}

.issue-scroller span span.icon.icon-angle-left {
	margin-right: 3px
}

.article-text h3.article-header.article-header-4 span,
h5.article-header span {
	margin-right: 10px;
	padding-right: 15px;
	border-right: 2px solid rgba(119, 130, 142, .2);
	font-weight: 500
}

.article-text h3.article-header.article-header-4 span:last-child,
h5.article-header span:last-child {
	border: 0
}

.article-text h3.article-header.article-header-4 span.article-type,
h5.article-header span.article-type {
	color: #a11b57;
	font-weight: 700
}

.article-text h3.authors.article-header-3,
.article-text h3.dates.article-header-3,
h4.authors,
h4.dates {
	color: #546b87;
	line-height: 1.4;
	font-weight: 400
}

.article-text h3.authors.article-header-3 span.author,
.article-text h3.authors.article-header-3 span.date,
.article-text h3.dates.article-header-3 span.author,
.article-text h3.dates.article-header-3 span.date,
h4.authors span.author,
h4.authors span.date,
h4.dates span.author,
h4.dates span.date {
	display: inline-block;
	white-space: nowrap
}

.article-text h3.authors.article-header-3 span.author span.on-behalf-of,
.article-text h3.authors.article-header-3 span.date span.on-behalf-of,
.article-text h3.dates.article-header-3 span.author span.on-behalf-of,
.article-text h3.dates.article-header-3 span.date span.on-behalf-of,
h4.authors span.author span.on-behalf-of,
h4.authors span.date span.on-behalf-of,
h4.dates span.author span.on-behalf-of,
h4.dates span.date span.on-behalf-of {
	white-space: normal
}

.article-text h3.authors.article-header-3 span.author>span.comma,
.article-text h3.authors.article-header-3 span.date>span.comma,
.article-text h3.dates.article-header-3 span.author>span.comma,
.article-text h3.dates.article-header-3 span.date>span.comma,
h4.authors span.author>span.comma,
h4.authors span.date>span.comma,
h4.dates span.author>span.comma,
h4.dates span.date>span.comma {
	position: relative;
	right: 2px
}

.article-text h3.authors.article-header-3 sup.author-affiliations a,
.article-text h3.dates.article-header-3 sup.author-affiliations a,
h4.authors sup.author-affiliations a,
h4.dates sup.author-affiliations a {
	color: #546b87;
	font-weight: 500;
	margin: 0;
	padding: 0!important
}

.article-text h3.authors.article-header-3 sup.author-affiliations a:hover,
.article-text h3.dates.article-header-3 sup.author-affiliations a:hover,
h4.authors sup.author-affiliations a:hover,
h4.dates sup.author-affiliations a:hover {
	color: #a11b57
}

.authors .author:last-child .author-comma {
	display: none!important
}

.author-affiliations {
	z-index: 1
}

.author-affiliations span:last-child span.comma,
.dates .date:last-child span.comma {
	display: none!important
}

.correspondence {
	overflow: hidden
}

.correspondence .correspondence-email,
.correspondence .correspondence-text {
	word-wrap: break-word
}

#article-container h1 {
	margin: 0!important
}

.article-altmetric {
	max-height: 54px
}

.article-altmetric a {
	margin-right: 10px!important
}

.article-altmetric a,
.article-altmetric a img {
	height: 54px;
	width: 54px
}

#article-title-and-badge-container {
	float: left;
	margin: 0 0 1.68rem;
	width: 100%
}

#article-title-and-badge-container .article-altmetric {
	height: 64px
}

#article-title-and-badge-container .article-altmetric a,
#article-title-and-badge-container .article-altmetric a img {
	height: 64px;
	width: 64px
}

.featured-photo {
	width: 100%;
	position: relative;
	margin: 35px 0
}

.featured-photo .photo {
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important
}

.featured-photo .tag {
	position: absolute;
	bottom: -15px;
	right: 20px
}

.article-text {
	margin-top: 3rem
}

.article-text h2#references,
.article-text h2.article-header-1,
.article-text h3#references,
.article-text h3.article-header-1 {
	margin: 70px 0 20px
}

.article-text h2#references:first-child,
.article-text h2.article-header-1:first-child,
.article-text h3#references:first-child,
.article-text h3.article-header-1:first-child {
	margin-top: 40px
}

.article-text h3#references#abstract,
.article-text h3.article-header-1#abstract {
	margin-top: 20px;
	color: #00479b;
	padding: 0 0 8px;
	background: none
}

.article-text h3#references.bordered,
.article-text h3.article-header-1.bordered {
	padding-bottom: 8px;
	border-bottom: 2px solid rgba(119, 130, 142, .2)
}

.article-text h3#references,
.article-text h3.article-header-2 {
	font-weight: 700
}

.article-text h3.article-header-3 {
	font-style: italic
}

.article-text #supplementarymaterials h3.article-header-3 {
	font-style: normal
}

.article-text h3.article-header-4 {
	font-style: italic;
	display: inline
}

.article-text .page-title span.issue-pages,
.article-text .tag,
.article-text h3#references+ul li,
.article-text p,
.page-title .article-text span.issue-pages,
h3#references+ul .article-text li {
	line-height: 1.5;
	word-wrap: break-word
}

.article-text.abstract {
	position: relative;
	padding: 10px 35px 1px;
	margin-bottom: 30px
}

.article-text.abstract #fulltext {
	position: absolute;
	bottom: 138px
}

.article-table td {
	padding: 5px;
	vertical-align: top
}

.article-table td .page-title span.issue-pages,
.article-table td .tag,
.article-table td h3#references+ul li,
.article-table td p,
.page-title .article-table td span.issue-pages,
h3#references+ul .article-table td li {
	margin: 0
}

.article-table .full-text-image-container {
	margin: 0;
	padding: 0
}

.order-button {
	overflow: hidden
}

.order-button .icon {
	background: #202c3c!important
}

.toc-signup-button {
	cursor: pointer;
	font-weight: 700;
	margin: .5rem 0 1rem!important;
	padding: 10px 0 10px 25px!important;
	text-align: left!important;
	text-transform: none!important
}

.toc-signup-button,
.toc-signup-button:hover {
	color: #fff!important
}

.figure-range .thumb {
	display: none
}

.figure img {
	max-width: 100%
}

.figure .container {
	width: 100%!important;
	max-width: none!important;
	border: 1px solid #0c1d31;
	background: #fff
}

.article-text .search.page-content h3.blue-divider.article-header-3,
.figure .buttons,
.search.page-content .article-text h3.blue-divider.article-header-3,
.search.page-content h4.blue-divider {
	margin-top: 10px
}

.search.page-content h3 a {
	color: #44576e
}

.article-text .search.page-content h3.article-header.article-header-4,
.article-text .search.page-content h3.supporting.article-header-4,
.search.page-content .article-text h3.article-header.article-header-4,
.search.page-content .article-text h3.supporting.article-header-4,
.search.page-content h5.article-header,
.search.page-content h5.supporting {
	opacity: .85
}

.article-text .search.page-content h3.article-header.article-header-4 a,
.article-text .search.page-content h3.supporting.article-header-4 a,
.search.page-content .article-text h3.article-header.article-header-4 a,
.search.page-content .article-text h3.supporting.article-header-4 a,
.search.page-content h5.article-header a,
.search.page-content h5.supporting a {
	color: #546b87
}

.search.page-content .divided-list li.item:first-child {
	margin-top: 40px
}

.search-item .abstract {
	margin-top: 15px
}

.search-item .article-header .article-type {
	font-weight: 400;
	color: #546b87!important
}

.advance-small {
	display: none
}

.advance-large {
	display: block
}

.full-text-image-container {
	margin: 50px auto;
	max-width: 1280px;
	padding: 30px 40px;
	text-align: center;
	width: 90%
}

.article-text .full-text-image-container h3.article-header-3,
.full-text-image-container .article-text h3.article-header-3,
.full-text-image-container h4 {
	text-transform: none;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	letter-spacing: 0
}

.full-text-image-container .full-text-image {
	width: auto;
	margin: 25px 0;
	max-width: 100%
}

h3#references+ul li {
	margin-bottom: 15px
}

.full-text-formula label {
	color: #7c8187;
	font-size: 1rem
}

.full-text-formula.tag label,
.page-title span.full-text-formula.issue-pages label,
disp-formula label,
h3#references+ul li.full-text-formula label,
p.full-text-formula label {
	display: block;
	text-align: right;
	position: relative;
	top: -22px
}

.lean-modal {
	display: none;
	width: 95%;
	background: #fff;
	position: absolute!important
}

.lean-modal div.modal-body {
	padding: 0 34px 34px
}

.lean-modal .modal-top {
	height: 38px;
	position: relative
}

.lean-modal .modal-top span.icon-close {
	position: absolute;
	top: 9px;
	right: 11px;
	cursor: pointer
}

@media screen and (min-width:970px) {
	.lean-modal {
		width: 635px
	}
	.lean-modal div.modal-body {
		padding: 0 34px 34px
	}
}

#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #192028;
	display: none
}

ul.divided-list li.item {
	padding: 40px 0;
	border-bottom: 3px solid #c0c5cc
}

ul.divided-list li.item:first-child {
	padding-top: 0
}

ul.divided-list li.item:last-child {
	border: none
}

ul.divided-list h3 {
	margin: 0
}

.article-text ul.divided-list h3.meta.article-header-4,
ul.divided-list .article-text h3.meta.article-header-4,
ul.divided-list h5.meta {
	font-weight: 700;
	letter-spacing: .4px;
	color: #8a97a5
}

.page-title ul.divided-list span.issue-pages,
h3#references+ul ul.divided-list li,
ul.divided-list .page-title span.issue-pages,
ul.divided-list .tag,
ul.divided-list h3#references+ul li,
ul.divided-list p {
	padding: 0;
	margin: 0
}

.full-width {
	width: 100%;
	display: block
}

[class^=tooltip] {
	position: relative;
	z-index: 10
}

[class^=tooltip]:after {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	content: attr(data-tooltip);
	padding: 12px 15px;
	width: 350px;
	bottom: 1.8em;
	left: 50%;
	transform: translateX(-30%) translateY(-2px);
	background: #00479b;
	color: #fff;
	white-space: normal;
	display: inline-block;
	line-height: 1.3;
	z-index: 2;
	border-radius: 2px;
	transition: opacity .2s cubic-bezier(.64, .09, .08, 1), transform .2s cubic-bezier(.64, .09, .08, 1)
}

[class^=tooltip]:hover:after {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateX(-30%) translateY(0)
}

[class^=tooltip].small:after {
	max-width: 165px;
	padding: 7px;
	background: #00479b;
	color: #fff;
	bottom: 3.55em
}

.tooltip--triangle:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #00479b;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transform: translateX(-50%) translateY(-2px);
	bottom: 1.45em;
	left: 50%;
	transition: opacity .2s cubic-bezier(.64, .09, .08, 1), transform .2s cubic-bezier(.64, .09, .08, 1);
	z-index: 3
}

.tooltip--triangle:hover:before {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0)
}

.tooltip--triangle.small:before {
	border-top: 6px solid #00479b;
	bottom: 3.2em
}

.tooltip--triangle.pubmed:after {
	bottom: 3.85em
}

.tooltip--triangle.pubmed:before {
	bottom: 3.5em
}

.tags {
	margin-top: 20px
}

.tag {
	display: inline-block;
	margin: 0 5px 10px 0!important;
	padding: 4px 10px;
	background: #e6e8eb;
	color: #546b87;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important
}

.tag.dark {
	background-color: #2e4057;
	color: #fff
}

a.tag {
	cursor: pointer;
	-webkit-transition: background .25s ease-out, color .25s ease-out;
	-moz-transition: background .25s ease-out, color .25s ease-out;
	-ms-transition: background .25s ease-out, color .25s ease-out;
	-o-transition: background .25s ease-out, color .25s ease-out;
	transition: background .25s ease-out, color .25s ease-out
}

a.tag:hover {
	background: #a11b57;
	color: #fff
}

ol {
	margin: 0;
	padding: 0
}

ul.sectioned-list li {
	margin-bottom: 50px
}

.page-title ul.sectioned-list li span.issue-date,
ul.sectioned-list li .page-title span.issue-date,
ul.sectioned-list li h2 {
	margin: 0 0 10px;
	padding: 0
}

.divider {
	height: 3px;
	background: #eaecf0
}

.sp {
	width: 32px;
	height: 32px;
	clear: both;
	margin: 50px auto
}

.sp-circle {
	border: 4px solid rgba(84, 107, 135, .25);
	border-top-color: #546b87;
	border-radius: 50%;
	-webkit-animation: spCircRot 1.5s linear infinite;
	animation: spCircRot 1.5s linear infinite
}

@-webkit-keyframes spCircRot {
	0% {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg)
	}
}

@keyframes spCircRot {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

.article-text.abstract,
.bar.white-bar,
.card,
.faint-shadow,
.featured-photo .photo,
.full-text-image-container,
.sub-nav {
	background: #fff;
	box-shadow: 0 2px 14px #ebedf2
}

.article-text.abstract,

@media screen and (min-width:0px) and (max-width:600px) {
	.advance-small {
		display: block!important
	}
	.advance-large {
		display: none!important
	}
}

@media screen and (min-width:750px) {
	ul.divided-list li.item {
		padding: 25px 0
	}
}

@media screen and (min-width:970px) {
	.page-title span.authors.issue-date,
	h2.authors {
		line-height: 1.6
	}
	.article-text .page-title span.issue-pages,
	.article-text .tag,
	.article-text h3#references+ul li,
	.article-text p,
	.page-title .article-text span.issue-pages,
	h3#references+ul .article-text li {
		text-align: justify
	}
	.article-text.abstract {
		padding: 30px 40px;
		margin-bottom: 0
	}
	ul.divided-list li.item {
		padding: 40px 0
	}
}

.article-text li {
 /* list-style-type: disc !important;*/
  list-style-position: inside;
  margin-bottom:1em;
}

.article-text li p:first-of-type {
  display: inline;
}

.toc-info .altmetric-badge {
	height: 54px!important
}

#altmetric-top {
	padding: 25px
}

#altmetric-top li:first-child .page-title span.issue-pages,
#altmetric-top li:first-child .tag,
#altmetric-top li:first-child h3#references+ul li,
#altmetric-top li:first-child p,
.page-title #altmetric-top li:first-child span.issue-pages,
h3#references+ul #altmetric-top li:first-child li {
	margin-top: 0
}

#altmetric-top li:last-child .page-title span.issue-pages,
#altmetric-top li:last-child .tag,
#altmetric-top li:last-child h3#references+ul li,
#altmetric-top li:last-child p,
.page-title #altmetric-top li:last-child span.issue-pages,
h3#references+ul #altmetric-top li:last-child li {
	margin-bottom: 0
}

#altmetric-top li .page-title span.issue-pages a .altmetric-badge,
#altmetric-top li .tag a .altmetric-badge,
#altmetric-top li h3#references+ul li a .altmetric-badge,
#altmetric-top li p a .altmetric-badge,
.page-title #altmetric-top li span.issue-pages a .altmetric-badge,
h3#references+ul #altmetric-top li li a .altmetric-badge {
	height: 54px!important
}

#altmetric-top::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	background-color: #e6e8eb
}

#altmetric-top::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #2e4057;
	-webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .5)
}

.altmetric-list-badge {
	display: block;
	float: left;
	margin: 0 10px 0 0
}

.altmetric-title-link {
	display: table
}

#conference-request label,
#print-request label {
	color: #2e4057;
	font-weight: 700;
	width: 100%
}

#conference-request textarea,
#print-request textarea {
	padding-bottom: 0
}

#conference-request ::-webkit-input-placeholder,
#print-request ::-webkit-input-placeholder {
	color: #7c8187
}

#conference-request ::-moz-placeholder,
#print-request ::-moz-placeholder {
	color: #7c8187
}

#conference-request :-ms-input-placeholder,
#print-request :-ms-input-placeholder {
	color: #7c8187
}

#conference-request :-moz-placeholder,
#print-request :-moz-placeholder {
	color: #7c8187
}

#conference-request .invalid+label:after,
#print-request .invalid+label:after {
	top: 40px
}

#conference-request textarea.invalid+label:after,
#print-request textarea.invalid+label:after {
	top: 50px
}

#conference-request label.active:after,
#print-request label.active:after {
	top: 60px
}

#conference-request textarea+label.active:after,
#print-request textarea+label.active:after {
	top: 70px
}

.uppercase-titles {
	letter-spacing: .5px;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 700
}

body,
html {
	min-height: 100%;
	margin: 0;
	padding: 0
}

strong {
	font-weight: 700
}

.truncate {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.orange-type {
	color: #ff8a65
}

.red-type {
	color: #ef5350
}

.font-sm {
	font-size: .8rem!important
}

.font-md {
	font-size: 1.2rem!important
}

.container-main {
	min-height: 100vh
}

.article-table,
.border-box,
.box,
.edit-box {
	margin: 20px 0;
	padding: 10px 20px
}

.edit-box .row {
	margin: 0
}

.edit-box .col {
	margin-top: 10px;
	margin-bottom: 10px
}

.border-box {
	border: 1px solid #111
}

.card .article-header-0,
.card h4 {
	margin-top: 0;
	margin-bottom: .3em
}

.pad-sm {
	padding: 5px
}

.pad-md {
	padding: 10px
}

.brand-logo {
	position: relative;
	top: 2px
}

.brand-logo img {
	width: 100%
}

nav a {
	text-align: center
}

.border-gray,
.owl-item div:not(.material-placeholder) {
	border: 1px solid #9e9e9e
}

.citationCopyField {
	height: 400px
}

.citation-type-list a {
	cursor: pointer;
	padding-left: 14px;
	padding-right: 14px
}

.citation-type-list li {
	display: inline
}

.affiliations {
	color: #9e9e9e
}

.kw {
	margin: 5px 0 5px 5px;
	text-transform: none!important
}

.owl-carousel {
	background-color: #f5f5f5
}

.owl-item div:not(.material-placeholder) {
	margin: 20px;
	padding: 20px
}

.article-header-1 a {
	color: #fff
}

.article-header-4 {
	text-decoration: none!important
}

.section-nav {
	height: 90vh;
	background: #fff;
	border: 1px solid #9e9e9e;
	padding: 10px
}

.section-nav li {
	margin-top: 0!important;
	margin-bottom: 0!important;
	border-bottom: 1px solid #9e9e9e
}

.section-nav a {
	padding: 10px 0;
	display: block;
	color: #111!important
}

.section-nav a:hover {
	color: #1565c0!important
}

.sticky-wrapper.is-sticky .section-nav {
	overflow: scroll
}

.table-title {
	background: #e0e0e0;
	padding: 10px;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	text-align: center
}

.article-table {
	border: 1px solid #111;
	padding: 0!important;
	overflow: auto;
	margin-top: 0
}

.article-table table thead {
	border-bottom: 1px solid #111
}

.article-table table thead tr {
	border: 0!important
}

.article-table table thead tr th {
	border: 1px solid #e0e0e0
}

.article-table table li {
	margin-left: 20px
}

.btn.active {
	background: #9e9e9e
}

.btn-sm,
.btn-sm i {
	font-size: .8rem
}

.btn-primary {
	background-color: #42a5f5
}

.btn-secondary {
	background-color: #e0e0e0
}

.btn-update {
	background-color: #42a5f5
}

.btn-add {
	background-color: #66bb6a
}

.btn-edit {
	background-color: #ff8a65
}

.btn-delete {
	background-color: #ef5350
}

.btn-cancel {
	background-color: #ef9a9a
}

.submit {
	background-color: #42a5f5
}

.kw {
	font-size: .8rem
}

.close-icon {
	font-size: 1.5rem;
	cursor: pointer
}

.btn.active {
	pointer-events: none
}

.home-submission-button {
	margin-top: .5rem
}

.home-submission-button,
.home-submission-button .icon {
	font-size: 1.2rem!important
}

.cover-modal {
	text-align: center
}

.cover-modal img {
	max-width: 100%
}

.issue-article {
	margin: 40px 0
}

.view-citation {
	cursor: pointer
}

.roman-list {
	list-style: upper-roman
}

.card-header {
	border-bottom: 2px solid #610713
}

fieldset {
	margin-top: 20px;
	margin-bottom: 20px
}

.loading-img {
	width: 100px;
	margin: 0 auto
}

.saving,
.success .col {
	padding: 20px
}

.clear {
	background-color: #ef5350
}

#close-success-msg {
	cursor: pointer
}

.error-box {
	padding: 20px;
	background-color: #ffcdd2
}

.pointer {
	cursor: pointer
}

.no-margin {
	margin: 0
}

.margin-right-sm {
	margin-right: 5px
}

.margin-right-md {
	margin-right: 10px
}

.margin-top-md {
	margin-top: 10px
}

.margin-right-lg {
	margin-right: 20px
}

.margin-top-lg {
	margin-top: 20px
}

.no-padding {
	padding: 0
}

.ip-alert {
	padding: 10px 0;
	background: #610713
}

.ip-alert .article-header-5,
.ip-alert p {
	margin: 0;
	color: #ddd
}

.columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

* html .clearfix,
:first-child+html .clearfix {
	zoom: 1
}

.news-video {
	display: inline-block;
	padding: 20px;
	background: #e0e0e0
}

h2.pressHeaderTitle {
	margin-bottom: 0
}

.pressTypeList {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 2em;
	margin-bottom: 2em;
	gap: 3px;
}

.pressTypeList .pressTypeItem {
	flex-grow: 1;
	text-align: center;
	background-color: #a11b57;
	margin:0px;
}

.pressTypeList .pressTypeItem.active {
	background-color: #610713;
}

.pressTypeList .pressTypeItem a.pressTypeLink {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.pressSeperator.article-header-5,
p.pressSeperator {
	border-bottom: 1px solid
}

.pressAboutJournal.article-header-5,
p.pressAboutJournal {
	text-align: center
}

.pressMain {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.press-release img {
	width: 100%
}

.press-release li {
	list-style-type: disc !important;
}

.article-notice.article-notice-investigation {
	padding: 8px;
	margin-bottom: 8px;
	min-height: 68px;
	background-color: #dedffa;
	margin-right: 1em
}

.article-notice.article-notice-investigation span:before {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	content: "\f071";
	font-size: 20px;
	display: block;
	position: relative;
	float: left;
	font-size: 45px;
	width: 67px;
	text-rendering: optimizeLegibility
}

.article-notice.article-notice-investigation span strong {
	position: relative;
	display: block;
	margin-bottom: 11.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700
}

ul.contact-departments-info {
	padding-left: 40px
}

ul.contact-departments-info li {
	list-style-type: disc
}

.max-width-full {
	max-width: 100%
}

.withdrawal-message-box {
  border-color:#00479b;
  color:#00479b;
  border-width: 2px;
  border-style: solid;
  padding:10px;
  margin-bottom:30px;
}

.withdrawal-message-box p {
  margin: 5px 0px 5px 0px;
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.wp-block-audio {
    margin:0 0 1em
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom:1em
}

.wp-block-audio audio {
    width: 100%;
    min-width:300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing:border-box
}

.citation-box {
  border-color:#00479b;
  color:#00479b;
  border-width: 1px;
  border-style: solid;
  padding:10px;
  margin-bottom:30px;

	width: 100%;
	height: 12em;
	overflow: auto;
	white-space: pre;
}

.dimensionsContainer.toc .__dimensions_Badge_Image {
	margin: 0px 18px 0px 0px;
}

.dimensionsContainer.articleHeader .__dimensions_Badge_Image {
	margin: 11px 18px 0px 6px;
}

.article-submit-button {
	margin-top: 10px;
}


.article-submit-button a {
	font-size: 16px;
  margin: 0px 0px 0px 10px;
	background: none;
	color: #fff;
	padding: 11px 19px;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
	border-radius: 2px!important;
	border: 2px solid #fff;
	-webkit-transition: background .25s ease-out, color .25s ease-out;
	-moz-transition: background .25s ease-out, color .25s ease-out;
	-ms-transition: background .25s ease-out, color .25s ease-out;
	-o-transition: background .25s ease-out, color .25s ease-out;
	transition: background .25s ease-out, color .25s ease-out
	white-space: nowrap;
}


.article-submit-button span.icon {
	font-size: 20px;
	position: relative;
	color: inherit;
	right: 3px;
	top: 3px
}

.article-submit-button a:hover {
	background: #00244f;
	color: #fff
}

.article-submit-button a:active {
	position: relative;
	top: 1px
}

footer {
  background-color: #e7e8ec;
	padding: 20px;
}

.footer-list {
	margin-bottom: 1em
}

.footer-list ul {
    margin: 0;
    padding: 0;
}

.footer-list ul li {
    list-style-type: none;
    display: inline;
}

.footer-list li:not(:first-child):before {
    content: " | ";
}

.cookies-policy-box {
   border: 2px solid #01479b;
	 margin-bottom: 14px;
}

.banners-left-item {
	display: block;
  padding-top: 22px;
}

ul.bulleted-list {
	list-style: disc inside;
}

li.bulleted-list-item {
	list-style: disc inside !important;
}

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] {
  color: #999999;
  background: #B3B3B3;
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }

.sidebar-card {
 padding-bottom: 1em;
 margin-bottom: 0px;
}

.retraction-overlay:before {
	background-image: url('/images/retracted.png');
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.deceased-eb {
	border: #000 3px solid;
	display: inline-block;
	padding: 3px;
	margin-bottom: 3px;
}

.interview-tools { position: relative; }

.tiny-slider-thumbnails {
  margin: 20px 0;
  text-align: center;
}
.tiny-slider-thumbnails li {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #fff;
}
.tiny-slider-thumbnails .tns-nav-active {
  background: none;
  border-color: #000;
}
.tiny-slider-thumbnails li { width: 100px; }
.tiny-slider-thumbnails img { vertical-align: bottom; height: auto; max-height: 50px; }

.tiny-slider-controls-wrapper {
	position: relative;
	height: 120px;
}

.tiny-slider-controls { text-align: left; }
.tiny-slider-controls li {
  display: inline-block;
  height: 60px;
	width: 48%;
  cursor: pointer;
  transition: background 0.3s;
}
.tiny-slider-controls li img { display: inline-block; vertical-align: middle; }
.tiny-slider-controls li:hover { background: #f2f2f2; }

p.spreadsheets-caution {
  margin: 2rem 0;
  padding: 2rem;
  box-shadow: 5px 5px 4px -2px #7B7B7B;
  background: #fefefe;
  color: #2f3f57;
  border-radius: 12px;
  border: 0;
}
p.spreadsheets-caution ol, p.spreadsheets-caution ul {
  margin: 0.5em;
  padding-inline-start: 20px;
  font-size: 1em;
}
p.spreadsheets-caution ol>li, p.spreadsheets-caution ul>li {
  margin: 0.5em;
}
p.spreadsheets-caution ol>li:last-child, p.spreadsheets-caution ul>li:last-child {
  margin-bottom: 1.5em;
}
p.spreadsheets-caution .warning-sign {
  text-align: center;
  margin-bottom: 1.5em;
}
p.spreadsheets-caution .warning-sign svg {
  width: 5em;
  height:5em;
  fill: #005ac2;
}

.anchor-offset {
	scroll-margin-top: 160px;
}

ul.disc-list {
	margin: 20px 0 20px 20px;
	list-style: disc!important
}

ul.disc-list li {
	list-style: disc!important;
	margin-bottom: 4px!important;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
}

.aging-tooltip-overlay-box {
	align-items: center;
	background-color: #003674;
	display: flex;
	justify-content: center;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.aging-tooltip-overlay-text {
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
	justify-content: center;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	font-size: 1.5em;
	top: 0;
	width: 100%;
}

.aging-tooltip-box {
	display: flex;
	justify-content: center;
}

.aging-tooltip-inner-box:hover .aging-tooltip-overlay-box {
	opacity: 0.5;
	background-color: #003674;
}

.aging-tooltip-inner-box:hover .aging-tooltip-overlay-text {
	opacity: 1;
}


.aging-tooltip-inner-box {
	background-color: #003674;
	position:relative;
	display: block;
}

.spaced-lists-box hr {
	margin: 40px 0;
}

.spaced-lists-box li p {
	margin-top:0px;
	margin-bottom:0px;
}

.spaced-lists-box ul li {
	margin-bottom: 0.6em;
	list-style-type: disc;
}

.spaced-lists-box ul li ol {
	margin-top: 0.5em;
}

.spaced-lists-box ul li ol li {
	margin-bottom: 0.5em;
}

.editorial-board-footer hr {
  border:none;
	border-top: 4px dotted black;
	height: 1px;
	width: 10%;
}

.dotted-hr {
  border:none;
	border-top: 4px dotted black;
	height: 1px;
	width: 80%;
}

.splide-thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.splide-thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
}

.splide-thumbnail img {
  width: 100%;
  height: auto;
}

ul.references li {
	margin-left: 0px;
}

.modal-content .bio img {
	max-width: 100%;
}

#tribute-content {
	flex: 1;
}

.tribute-container {
	display: flex;
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
	text-align: left;
	border: 2px solid #cce5ff;
}

.tribute-container p {
	font-size: 14px;
	line-height: 1.6;
}

.tribute-container h3 {
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}

.misha-buttons {
	position: absolute;
	top: 200px;
	cursor: pointer;
	font-size: 35px;
	background: none !important;
	border: none;
	color: #c9bdb6;
}

.buttons:hover {
	color: #000;
}

.misha-prev {
	left: -20px;
}

.misha-next {
	right: -20px;
}


.image-vignette-container {
	position: relative;
	display: inline-block;
}

.image-vignette-container img {
	width: 200px; /* Adjust as needed */
	height: 200px;
	object-fit: contain;
	border-radius: 50%; /* Ensures the image is circular */
}


.aging-maroon {
	color: #a01a57;
}

.aging-maroon-bg {
	background-color: #a01a57;
}

.aging-blue {
	color: #00469b;
}

.aging-blue-bg {
	background-color: #00469b;
}



/* sharing buttons */
.share-container {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.share-button {
	padding: 10px 16px;
	font-size: 16px;
	cursor: pointer;
	background-color: #0077cc;
	color: white;
	border: none;
	border-radius: 4px;
}

.share-menu {
	display: none;
	position: absolute;
	top: 110%;
	left: 0;
	background-color: white;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	z-index: 10;
}


.share-menu a:hover {
	color: #0077cc;
}

.share-menu a, .copy-link-btn {
	display: inline-block;
	margin: 6px;
	color: #333;
	font-size: 20px;
	text-decoration: none;
}

.share-menu a:hover, .copy-link-btn:hover {
	color: #0077cc;
}

.copy-feedback {
	font-size: 12px;
	color: green;
	margin-top: 4px;
}

.misha-carousel {
	position: relative;
	max-width: 500px;
	overflow: hidden;
}
.misha-carousel-img {
	width: 100%;
	height: 100%;
	display: none;
	object-fit: cover;
}
.misha-carousel-img.misha-active {
	display: block;
}
.misha-carousel button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.8);
	color: black;
	border: none;
	padding: 10px;
	font-size: 18px;
	cursor: pointer;
}
.misha-carousel button:nth-of-type(1) {
	left: 0px;
}
.misha-carousel button:nth-of-type(2) {
	right: 0px;
}
