/* Minification failed. Returning unminified contents.
(11905,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.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=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

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

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


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.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 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.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-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

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

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.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: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	/* padding: .2em; */
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .7em 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: 56%;
	width: 14px;
	margin: -10px 10px 0 0;
	padding: 1px;
	height: 14px;
	border: none;
	background-color: transparent;
	background-image: url("/content/themes/spieimages/Close_Icon_White.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-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); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.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;
}

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .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-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .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;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	/* border: 1px solid #c5c5c5; */
}
.ui-widget-content {
	/* border: 1px solid #dddddd; */
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	/* border: 1px solid #dddddd; */
	background: black;
	color: white;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #fff;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media(max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:inherit!important}.hidden-print{display:none!important}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%}.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%}.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%}.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%}.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%}.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%}.row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%}.row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%}.row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%}.row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%}.row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%}.row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%}.row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%}.row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%}.row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%}.row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%}.row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%}.row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%}.row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%}.row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%}.row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%}.row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%}.row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%}.row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%}.row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%}.row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%}.row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%}.row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%}.row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%}.row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:30px}input.span12,textarea.span12,.uneditable-input.span12{width:1156px}input.span11,textarea.span11,.uneditable-input.span11{width:1056px}input.span10,textarea.span10,.uneditable-input.span10{width:956px}input.span9,textarea.span9,.uneditable-input.span9{width:856px}input.span8,textarea.span8,.uneditable-input.span8{width:756px}input.span7,textarea.span7,.uneditable-input.span7{width:656px}input.span6,textarea.span6,.uneditable-input.span6{width:556px}input.span5,textarea.span5,.uneditable-input.span5{width:456px}input.span4,textarea.span4,.uneditable-input.span4{width:356px}input.span3,textarea.span3,.uneditable-input.span3{width:256px}input.span2,textarea.span2,.uneditable-input.span2{width:156px}input.span1,textarea.span1,.uneditable-input.span1{width:56px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}}@media(min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%}.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%}.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%}.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%}.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%}.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%}.row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%}.row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%}.row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%}.row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%}.row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%}.row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%}.row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%}.row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%}.row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%}.row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%}.row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%}.row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%}.row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%}.row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%}.row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%}.row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%}.row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%}.row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%}.row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%}.row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%}.row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%}.row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%}.row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%}.row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:710px}input.span11,textarea.span11,.uneditable-input.span11{width:648px}input.span10,textarea.span10,.uneditable-input.span10{width:586px}input.span9,textarea.span9,.uneditable-input.span9{width:524px}input.span8,textarea.span8,.uneditable-input.span8{width:462px}input.span7,textarea.span7,.uneditable-input.span7{width:400px}input.span6,textarea.span6,.uneditable-input.span6{width:338px}input.span5,textarea.span5,.uneditable-input.span5{width:276px}input.span4,textarea.span4,.uneditable-input.span4{width:214px}input.span3,textarea.span3,.uneditable-input.span3{width:152px}input.span2,textarea.span2,.uneditable-input.span2{width:90px}input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media(max-width:767px){body{padding-right:20px;padding-left:20px}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-right:-20px;margin-left:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;width:auto;clear:none;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}.thumbnails>li{float:none;margin-left:0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-left:0}.modal{position:fixed;top:20px;right:20px;left:20px;width:auto;margin:0}.modal.fade{top:-100px}.modal.fade.in{top:20px}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:20px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-right:10px;padding-left:10px}.media .pull-left,.media .pull-right{display:block;float:none;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal{top:10px;right:10px;left:10px}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:20px}.navbar-fixed-bottom{margin-top:20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 10px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111}.nav-collapse.in .btn-group{padding:0;margin-top:5px}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;display:none;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto!important;overflow:visible!important}}

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small,blockquote .small{display:block;line-height:1.428571429;color:#999}blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>.active,.table>tbody>tr>.active,.table>tfoot>tr>.active,.table>thead>.active>td,.table>tbody>.active>td,.table>tfoot>.active>td,.table>thead>.active>th,.table>tbody>.active>th,.table>tfoot>.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>.active:hover,.table-hover>tbody>.active:hover>td,.table-hover>tbody>.active:hover>th{background-color:#e8e8e8}.table>thead>tr>.success,.table>tbody>tr>.success,.table>tfoot>tr>.success,.table>thead>.success>td,.table>tbody>.success>td,.table>tfoot>.success>td,.table>thead>.success>th,.table>tbody>.success>th,.table>tfoot>.success>th{background-color:#dff0d8}.table-hover>tbody>tr>.success:hover,.table-hover>tbody>.success:hover>td,.table-hover>tbody>.success:hover>th{background-color:#d0e9c6}.table>thead>tr>.danger,.table>tbody>tr>.danger,.table>tfoot>tr>.danger,.table>thead>.danger>td,.table>tbody>.danger>td,.table>tfoot>.danger>td,.table>thead>.danger>th,.table>tbody>.danger>th,.table>tfoot>.danger>th{background-color:#f2dede}.table-hover>tbody>tr>.danger:hover,.table-hover>tbody>.danger:hover>td,.table-hover>tbody>.danger:hover>th{background-color:#ebcccc}.table>thead>tr>.warning,.table>tbody>tr>.warning,.table>tfoot>tr>.warning,.table>thead>.warning>td,.table>tbody>.warning>td,.table>tfoot>.warning>td,.table>thead>.warning>th,.table>tbody>.warning>th,.table>tfoot>.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>.warning:hover,.table-hover>tbody>.warning:hover>td,.table-hover>tbody>.warning:hover>th{background-color:#faf2cc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline select.form-control{width:auto}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#fff}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child>.btn{margin-right:-1px}.input-group-btn:last-child>.btn{margin-left:-1px}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form select.form-control{width:auto}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child th,.panel>.table>tbody:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}table.visible-xs.visible-sm{display:table}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}table.visible-xs.visible-md{display:table}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}table.visible-xs.visible-lg{display:table}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}table.visible-sm.visible-xs{display:table}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}table.visible-sm.visible-md{display:table}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}table.visible-sm.visible-lg{display:table}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}table.visible-md.visible-xs{display:table}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}table.visible-md.visible-sm{display:table}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}table.visible-md.visible-lg{display:table}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}table.visible-lg.visible-xs{display:table}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}table.visible-lg.visible-sm{display:table}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}table.visible-lg.visible-md{display:table}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}table.hidden-xs{display:table}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}table.hidden-sm{display:table}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}table.hidden-md{display:table}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ef68bb63fb7f1670f660)
 * Config saved to config.json and https://gist.github.com/ef68bb63fb7f1670f660
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1130px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.col-lg-pull-12 {
  right: 100%;
}
.col-lg-pull-11 {
  right: 91.66666667%;
}
.col-lg-pull-10 {
  right: 83.33333333%;
}
.col-lg-pull-9 {
  right: 75%;
}
.col-lg-pull-8 {
  right: 66.66666667%;
}
.col-lg-pull-7 {
  right: 58.33333333%;
}
.col-lg-pull-6 {
  right: 50%;
}
.col-lg-pull-5 {
  right: 41.66666667%;
}
.col-lg-pull-4 {
  right: 33.33333333%;
}
.col-lg-pull-3 {
  right: 25%;
}
.col-lg-pull-2 {
  right: 16.66666667%;
}
.col-lg-pull-1 {
  right: 8.33333333%;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-push-12 {
  left: 100%;
}
.col-lg-push-11 {
  left: 91.66666667%;
}
.col-lg-push-10 {
  left: 83.33333333%;
}
.col-lg-push-9 {
  left: 75%;
}
.col-lg-push-8 {
  left: 66.66666667%;
}
.col-lg-push-7 {
  left: 58.33333333%;
}
.col-lg-push-6 {
  left: 50%;
}
.col-lg-push-5 {
  left: 41.66666667%;
}
.col-lg-push-4 {
  left: 33.33333333%;
}
.col-lg-push-3 {
  left: 25%;
}
.col-lg-push-2 {
  left: 16.66666667%;
}
.col-lg-push-1 {
  left: 8.33333333%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-offset-12 {
  margin-left: 100%;
}
.col-lg-offset-11 {
  margin-left: 91.66666667%;
}
.col-lg-offset-10 {
  margin-left: 83.33333333%;
}
.col-lg-offset-9 {
  margin-left: 75%;
}
.col-lg-offset-8 {
  margin-left: 66.66666667%;
}
.col-lg-offset-7 {
  margin-left: 58.33333333%;
}
.col-lg-offset-6 {
  margin-left: 50%;
}
.col-lg-offset-5 {
  margin-left: 41.66666667%;
}
.col-lg-offset-4 {
  margin-left: 33.33333333%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}
.col-lg-offset-2 {
  margin-left: 16.66666667%;
}
.col-lg-offset-1 {
  margin-left: 8.33333333%;
}
.col-lg-offset-0 {
  margin-left: 0%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
/*font */
.SansSansMediumBold {
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.SansBold {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.SansNormal {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.SansHeavyBold {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
}

.SerifNormal {
    font-family: "utopia-std", Georgia,serif;
    font-weight: 400;
    font-style: normal;
}

.SerifMediumBold {
    font-family: "utopia-std", Georgia,serif;
    font-style: normal;
    font-weight: 500;
}

.SerifBold {
    font-family: "utopia-std", Georgia,serif;
    font-weight: 700;
    font-style: normal;
}

.SerifHeavyBold {
    font-family: "utopia-std", Georgia,serif;
    font-weight: 800;
    font-style: normal;
}

.instAdminNav .navbar-collapse .navbar-nav > li.active > a,
.instAdminNav .navbar-collapse .navbar-nav > li.active > a:hover {
    background-color: #577E27;
}

.clickable {
    cursor: pointer;
}

.rowGap5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rowGap15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.genus-species, .italics {
    font-style: italic;
}

.journals {
    display: flex;
    flex-wrap: wrap;
}

[type="clickable"] {
    text-decoration: underline;
    cursor: pointer;
}

    [type="clickable"]:hover {
        color: #404040;
    }

/*General link behaviour*/
.defaultBold {
    text-decoration: none;
    font-weight: 700;
}

    .defaultBold:hover {
        text-decoration: underline;
    }

.defaultUnderline {
    text-decoration: underline;
    font-weight: normal;
}

    .defaultUnderline:hover {
        text-decoration: underline;
    }

a.shoppingCartArticleLink {
    text-decoration: underline;
    color: #000000;
}

    a.shoppingCartArticleLink:hover,
    a.shoppingCartArticleLink:focus {
        text-decoration: underline;
        color: #404041;
    }

/*This is used to display custom checkboxes*/
input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        cursor: pointer;
    }

.displayCheckBoxText {
    display: table-cell;
    display: flex;
    margin-top: -4px;
    color: #000000;
    font-size: 14px;
    font-family: "utopia-std", Georgia, serif;
}

span.displayCheckBoxText {
    width: 165px;
}

.displayCheckBoxText span {
    flex-shrink: 0;
    display: inline-flex;
    flex-wrap: wrap
}

input[type="checkbox"] + label span.displayCheckbox, input[type="checkbox"] + .checkboxLabel span.displayCheckbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
    margin-right: 10px;
}

input[type="checkbox"]:checked + label span.displayCheckbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 1px solid black;
    background: url("/Content/themes/SPIEImages/checkbox_check.png") left top no-repeat;
}

input[type="checkbox"] + input[type="hidden"] + label span.displayCheckbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
    margin-right: 10px;
}

input[type="checkbox"]:checked + input[type="hidden"] + label span.displayCheckbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 1px solid black;
    background: url("/Content/themes/SPIEImages/Search_Filter_Check.png") left top no-repeat;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

/* Nav Top
=======================================================================================================*/
span.blackdownarrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 3px;
    margin-bottom: 3px;
    border-top: 4px solid black;
    display: inline-block;
    opacity: 1;
}

span.whitedownarrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 3px;
    margin-bottom: 3px;
    border-top: 4px solid white;
    display: inline-block;
    opacity: 1;
}

#fixed .bottom ul > li:hover > a > span.whitedownarrow {
    border-top: 4px solid black;
}

.navigationGroupName {
    font-size: 12px;
    color: #404040;
    border-bottom: solid 1px #939598;
    padding: 0px 15px;
    margin-bottom: 2px;
    width: 240px;
}

.navigationGroupNameFloater {
    font-size: 12px;
    color: #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 240px;
    margin-bottom: 2px;
    padding: 0px 15px;
}

header ul li ul li {
    margin: 9px 0px;
}

nav#fixed div.bottom ul li ul li {
    margin: 9px 0px;
}

nav#fixed div#navbar ul#divMENUBAR li {
    margin-bottom: 0;
}

div .EbookOpenAccessPanelHeight {
    min-height: 418px;
}

.ui-dialog-titlebar {
    background-color: #323333;
}

#fixed #navbar ul ul {
    top: 65px;
    left: 0px;
}

#fixed #navbarWrapper {
    background-color: #f1f2f2;
    border-bottom: 1px solid #6d6e70;
    box-shadow: black 0 0 20px;
}

nav#fixed div.bottom ul > li.on > a {
    background: #fff100;
    color: #000;
}

#fixed #navbar {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 1130px;
    background-color: #ffffff;
}

.searchYellow {
    background: #fff100;
    border: none;
    color: #000;
    font-family: 'proxima-nova', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 65px;
    padding: 5px;
    text-transform: uppercase;
}

.yearSlider {
    margin: 0 7px 10px 7px;
}

.pubFacetTextbox {
    width: 65px;
    text-align: center;
    font-size: 13px;
    height: 25px;
    margin-bottom: 5px;
}

.facetSubTitle {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #404041;
    margin-bottom: 5px;
}

.facetSubText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    color: #404041;
}

.facetYearTextbox {
    width: 42px;
    text-align: center;
}

.searchBorderBottom {
    font-size: 13px;
}

#advSearchYearSlider.yearSlider {
    background-color: #ddd;
}

.yearSlider .ui-slider-range {
    background-color: #58585b
}

.advSearchSubTypeContainer {
    display: none;
    margin-left: 25px;
}

.advSearchKeywordTextbox {
    width: 450px;
    max-width: 450px;
}

.advSearchContainer {
    margin: 25px 25px;
}

#advSearchFindFields {
    margin-top: 35px;
}

.advSearchKeywordLabel, .advSearchLogic {
    width: 72px;
    margin-right: 15px;
    display: inline-block;
}

#publicationSearchContainer {
    margin-bottom: 30px !important;
}

.advSearchFieldSelect {
    width: 110px;
    margin-right: 5px
}

.advSearchFieldInLabel {
    width: 20px;
    display: inline-block;
    text-align: center;
}

.advSearchFindFieldContainer {
    margin-bottom: 27px;
}

#advSearchAddField {
    text-decoration: underline;
    margin: -10px 0px 30px 454px;
}

div.inlineLink {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer
}

.advSearchNumberFilterContainer {
    display: inline-block;
    width: 150px;
    text-align: right;
}

    .advSearchNumberFilterContainer label {
        margin-right: 10px;
    }

div.loadingtext {
    margin-left: 5px;
    font-size: 11px;
    display: none;
    color: #404041;
}

.loadMoreButton {
    text-transform: uppercase;
    width: 185px;
    -webkit-appearance: button;
    cursor: pointer;
    text-align: center;
    display: none
}

    .loadMoreButton:focus {
        outline: none;
    }

/*used on the main journal landing page*/
.JournalLandingLink:hover {
    text-decoration: underline;
}

div.journals div.journal img.thumb:hover {
    border: yellow 3px solid;
}

/*menu  Bar Styles Starts*/
.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav {
    margin: 0;
}

    .navbar-nav > li:last-child {
        float: right !important;
    }

    .navbar-nav > li, .navbar-nav > li.floatLeftOnly:last-child {
        float: left !important;
    }

.navbar-collapse {
    min-height: 0px;
    max-height: 65px;
    box-shadow: none;
    border: none;
    display: block !important;
    background-color: #ffffff;
    padding: 0px !important;
    margin-top: 0px !important;
}

.background-transparent {
    background-color: transparent !important;
}

.navbarWidth {
    width: 960px;
    border: none;
    box-shadow: none;
    background-color: #e5e6e7;
}

.navbarWidth1 {
    width: 825px;
}

.navbarWidth2 {
    width: 765px;
}

.navbarWidth3 {
    width: 314px;
}

.ConferenceNavbarWidth {
    width: 1000px;
    border: none;
    box-shadow: none;
    background-color: #e5e6e7;
}

.dropdownwidth {
    height: 65px;
    outline: none;
    color: #000000 !important;
    border: none;
}

.dropdownwidth1 {
    height: 65px;
    width: 127px;
}

.dropdownwidth2 {
    height: 65px !important;
    width: 275px !important;
}

.dropdownwidth3 {
    height: 40px !important;
    width: 160px !important;
}

.dropdownwidth4 {
    height: 40px !important;
    width: 40px !important;
}

.dropdownwidth5 {
    height: 65px !important;
    width: 366.3px !important;
}

a.dropdownwidthDynamic {
    width: 100%;
}

li.dropdownwidthDynamic {
    min-height: 65px;
}

.thirdWidth {
    width: 33.33%;
}

.navbar-collapse #divFLEXMENUBAR.navbar-nav {
    display: flex;
    border-bottom: 1px solid #6d6e70 !important;
}

    .navbar-collapse #divFLEXMENUBAR.navbar-nav .dropdown {
        display: inline-flex;
    }

.navbar-collapse .navbar-nav > li > a {
    height: 100%
}

    .navbar-collapse .navbar-nav > li.active > a,
    .navbar-collapse .navbar-nav > li > a:focus,
    .navbar-collapse .navbar-nav .dropdown:hover,
    .navbar-collapse .navbar-nav .dropdown:active {
        background-color: #fff100;
        -moz-box-shadow: inset 0 -5px #000000;
        -webkit-box-shadow: inset 0 -5px #000000;
        box-shadow: inset 0 -5px #000000;
        position: relative;
        outline: none;
        cursor: pointer;
        align-items: center;
        margin-bottom: 0px !important;
    }

    .navbar-collapse .navbar-nav > li > a#fig {
        /* Specific for 'Figures & Tables' tab */
        text-align: left;
        padding-left: 35px;
    }



.navbar-collapse .navbar-nav .dropdown {
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    font-family: "proxima-nova", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #c9c9c9;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.navbar-collapse .navbar-nav .dropdown text {
    font-weight: 700;
}

.navbar-collapse .navbar-nav > li:not(:first-child) {
    border-left: 1px solid #c9c9c9;
}

ul#divMENUBAR li[id^="divMENUBAR"]:nth-of-type(6):not(:last-child) {
    width: 98px;
}

ul#divMENUBAR li[id^="divMENUBAR"]:nth-of-type(7),
ul#divMENUBAR li[id^="divMENUBAR"]:nth-of-type(7) .navbar-btn {
    margin-left: 0;
}

.navbarNoBorder {
    border: 0 !important
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
    display: block;
    background-color: yellow !important;
    min-width: 0px;
    width: 280px;
    margin: 0px 0px 0px -2px;
}

.dropdown-menu li a {
    white-space: normal;
    word-wrap: break-word;
    font-weight: 700;
    color: #000;
    line-height: 18px;
    font-size: 12px;
    padding: 10px 30px
}

.dropdown-menu > li {
    display: block;
    width: 100%;
    text-align: left;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    font-style: normal;
    font-weight: 700;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #fff;
    }

.navbar-nav > .button {
    width: 330px;
    height: 65px;
    background-color: #f2f2f2;
    padding-left: 24px;
}

.btn-Download, .btn-Download:active {
    background-color: yellow !important;
    color: #000000;
    height: 40px;
    width: 140px;
    border-width: 1px;
    border-style: solid;
    border-color: #939598;
    text-align: center;
    margin-right: 18px;
}

.btn-default, .btn-default:active {
    color: #000000;
    background-color: #c9c9c9 !important;
    height: 40px;
    border: 1px;
    border-color: #939598;
    text-align: center;
    border: none;
    box-shadow: none;
}

.NavButton2,
.NavButton2:active,
.NavButton2:focus,
.NavButton2:hover {
    width: 145px;
    height: 40px;
    background-color: #577E27 !important;
    color: #ffffff;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    border: none;
    box-shadow: none;
    margin-right: 10px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    padding-top: 10px;
    text-decoration: none;
}

.NavButton1, .NavButton1:active, .NavButton1:focus, .NavButton1:hover {
    width: 205px;
    height: 40px;
    background-color: #323333;
    color: #ffffff;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.VolumeButton {
    height: 40px;
    width: 160px;
    margin-right: 25px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px #000000;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 20px;
    color: #000000;
    border: 1px solid #c9c9c9;
    outline: none;
    box-shadow: none;
    font-style: normal;
    font-weight: 700;
}

    .VolumeButton:hover,
    .VolumeButtonactive {
        background-color: yellow !important;
        position: relative;
        outline: none;
    }


.ui-button, .ui-button:active, .ui-button:focus, .ui-button:hover {
    background-color: #fff100;
    color: #000000;
    min-height: 40px;
    width: 140px;
    border-width: 1px;
    border-style: solid;
    border-color: #939598;
    margin-right: 18px;
    text-align: center;
    vertical-align: middle;
    padding-top: 4%;
    color: #000000;
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    box-shadow: none;
}

    .ui-button.ProceedingArticleButton1, .ui-button.ProceedingArticleButton2 {
        margin-right: 0;
    }

/* Download Button - Article Detail */
a.ui-button.ProceedingArticleButton1:focus {
    background: #fff !important;
    outline: 2px solid #3b4991 !important;
}

    a.ui-button.ProceedingArticleButton1:focus span text.DownloadSaveButton1 {
        background: #fff !important;
        color: #3b4991 !important;
    }

/* Save To / View In My Library Button - Article Detail */
a.ui-button.ProceedingArticleButton2 {
    padding-top: 2%;
}
div.row.ProceedingsArticleRow.ProceedingsArticleRowPadding1 a.ui-button.ProceedingArticleButton2.articleInLibrary,
div.row.ProceedingsArticleRow.ProceedingsArticleRowPadding2 a.ui-button.ProceedingArticleButton2.articleInLibrary,
.articleInLibrary .DownloadSaveButtonText {
    background-color: black !important;
    color: white;
}

    div.row.ProceedingsArticleRow.ProceedingsArticleRowPadding1 a.ui-button.ProceedingArticleButton2.articleInLibrary span text,
    div.row.ProceedingsArticleRow.ProceedingsArticleRowPadding2 a.ui-button.ProceedingArticleButton2.articleInLibrary span text {
        color: white;
    }
a.ui-button.ProceedingArticleButton2:focus {
    background: #000 !important;
    outline: 2px solid #fff !important;
}

    a.ui-button.ProceedingArticleButton2:focus span text.ProceedingArticleButton2Text {
        background: #000 !important;
        color: #fff !important;
    }

/* Save To / View In My Library Button - Search Results */
.row.DownloadSaveRow1.DownloadSaveButtonText.articleInLibraryTOC,
.form-group.DownloadSaveButton2.articleInLibraryTOC span,
.row.DownloadSaveRow1.DownloadSaveButtonText.articleInLibraryTOC button.form-group.DownloadSaveButton2 {
    background-color: white !important;
}

    .row.DownloadSaveRow1.DownloadSaveButtonText.articleInLibraryTOC span text {
        color: black;
    }



.btn-Save {
    width: 166px;
    border-width: 1px;
    border-style: solid;
    border-color: #939598;
    background-color: #c9c9c9 !important;
    text-align: center;
    margin-right: 0px !important;
    color: #000000;
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.btn-WatchPresentation, .btn-WatchPresentation:hover {
    width: 182px;
}

.btn-Save:hover {
    width: 166px;
}

.btn-Reject, .btn-Reject:active, .btn-Reject:focus {
    background-color: #000000 !important;
    text-align: center;
    margin-right: 0px;
    color: yellow !important;
    ;
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}

    .btn-Reject:hover {
        background-color: #000000 !important;
        text-align: center;
        margin-right: 0px;
        color: #ffffff !important;
        ;
        font-family: "proxima-nova", Arial, sans-serif;
        font-style: normal;
        font-weight: 500;
    }

.btn-Save:hover, .btn-Save:active, .btn-Save:focus {
    background-color: #fff100 !important;
}

.ui-button.btn-Save[id^="Save"] {
    width: 150px;
}


.btn-Add {
    margin-left: 1px !important;
    margin-right: 2px !important;
    width: 29px !important;
    border-width: 1px;
    background-color: #c9c9c9 !important;
    border-style: solid;
    border-color: #939598;
    padding-right: 20px !important;
}

    .btn-Add:hover, .btn-Add:active {
        margin-left: 1px !important;
        margin-right: 2px !important;
        width: 29px !important;
        border-width: 1px;
        background-color: #fff100 !important;
        border-style: solid;
        border-color: #939598;
        padding-right: 20px !important;
    }

/*menu  Bar Styles Ends*/

.modal-content {
    width: 380px; /*height:475px;*/
    margin: 30px auto;
}

#footer {
    margin-top: 5pt;
    color: #888;
}

@media (min-width: 980px) {
    body {
        padding-bottom: 40px;
        background: #e5e6e7;
    }
}

/*Start - General*/

.header {
    margin-bottom: 15px;
}

.flex {
    display: flex;
}

.fullWidth {
    width: 100%;
}

.borderBottom {
    border-bottom: 1px solid #6d6e70;
}

.labelSelectHorizontal select {
    margin-left: 5px;
}

/*End - General*/

/* adjust path for Bootstrap icons */
[class^="icon-"], [class*=" icon-"] {
    background-image: url("/Content/themes/SPIEImages/glyphicons-halflings.png");
}

div.ImageLinks {
    float: left;
    text-align: center;
    margin: 2px;
}

.ImageLinks img {
    height: 25px;
    width: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    padding: 0px;
    color: #000;
    font-size: 15px;
    font-family: "utopia-std", Georgia, serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="submit"] {
    background-color: #fff100;
    width: 110px;
    height: 500%;
    Font-Family: "proxima-nova", Arial, sans-serif;
    color: #000000;
    font-weight: 500;
    Font-Size: 13px;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}


.validation-summary-valid {
    display: none;
}

.Adanced Search:focus {
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #404040;
    cursor: pointer;
}

.Adanced Search:hover {
    Color: #000000;
}


.AccessFullArticlePanel {
    width: 100%;
    height: 548px;
    border: none;
    box-shadow: none;
    margin: 0px !important;
}

    .AccessFullArticlePanel > .AccessFullArticleHeader {
        background-image: none;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 15px;
        color: #ffffff;
        background-color: #323333 !important;
        height: 48px;
        font-style: normal;
        font-weight: 500;
    }

.AccessFullArticleCol {
    border: none;
    box-shadow: none;
    margin: 0px !important;
    height: 400px;
}

.AccessFullArticlePanel .col-xs-6:not(:last-child) {
    top: -10px;
    border-right: 1px solid #c9c9c9;
}

.AccessFullArticlePanel .col-xs-6:not(:first-child) {
    top: -10px;
    border-left: 1px solid #c9c9c9;
}

.PasswordSize {
    height: 36px;
}

.PersonalSignInpanel {
    height: 475px;
    width: 100%;
    border: none;
    box-shadow: none;
}

.PersonalSignInHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    color: #404041;
    font-weight: 700;
    font-style: normal;
}

text.personalsignin {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    color: #404041;
    font-style: normal;
    font-weight: 700;
}

text.FullArticleSubscription {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404041;
}

.PurchaseContentPanelDefault {
    width: 320px;
    border: none;
    box-shadow: none;
    padding-left: 20px;
}

.PurchaseContentHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    color: #404041;
    font-weight: 700;
    font-style: normal;
}

.PurchaseContentOuterRowPadding {
    margin-top: 5px;
}

.PurchaseContentPanel {
    width: 300px;
    height: 255px;
}

.PurchaseContentPanel1 {
    width: 300px;
    height: 155px;
}

.PurchaseContentLinePadding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.PurchaseContentLine {
    height: 1px;
    width: 90%;
    background-color: #939598;
}

.PurchaseContentRow {
    margin-left: 5px;
}

.PurchaseContentText1 {
    font-family: 'utopia-std', Georgia, serif;
    font-size: 14px;
    color: #404041;
    font-weight: 700;
}

.PurchaseContentText2 {
    font-family: 'utopia-std', Georgia, serif;
    font-size: 13px;
    color: #404041;
}

.PurchaseContentBoldText {
    font-weight: 700;
}

.PurchaseContentInput {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #404041;
    text-align: center;
    float: right;
    margin-right: 15px;
    width: 132px;
    min-height: 33px;
    font-style: normal;
    background-color: #fff100;
    padding-top: 5px;
}

.KeyWordsPanel {
    background-color: #e5e6e7;
    width: 315px;
    margin-bottom: 30px;
}

.keywordsline {
    Font-Family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    width: 282px;
    height: 10px;
    background-color: #6d6e70;
    margin-top: 5px;
    font-style: normal;
    font-weight: 700;
}

.permissionsTextHeading,
.relatedTextHeading,
.keywordsTextHeading {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.keywordsText {
    font-family: "utopia-std", Georgia, serif; /*"proxima-nova", Arial, sans-serif;*/
    font-size: 16px;
    color: #000000;
    font-style: normal;
}

div.keywordsText a:hover {
    color: #404040;
}

.KeywordsSpacing {
    padding-bottom: 12px;
    padding-top: 4px;
}

.KeywordsHeadrow {
}

.Keywordsrow {
    padding-top: 15px;
}

.KeywordsActionrow {
    padding-top: 20px;
    color: #404040;
}

.RelatedContentPanel {
    background-color: #e5e6e7;
    padding: 15px 0;
}

.RelatedContentline {
    height: 1px;
    background-color: #6d6e70;
    color: #404040;
    margin-top: 0px;
}

.RelatedContentHead {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #000000;
    background-color: #fff100;
    width: 190px;
    height: 65px;
    text-align: center;
    padding-top: 23px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
}

.RelatedContentBoldText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    color: #000000;
    margin-top: 20px;
}

    .RelatedContentBoldText:hover {
        color: #404040;
        cursor: pointer;
    }

.RelatedContentText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.RelatedContentRowPadding {
    padding-top: 13px;
}

.RelatedSmallContentRowPadding {
    padding-top: 1px;
}

.RelatedContentAnchor,
.RelatedContentAnchor:active,
.RelatedContentAnchor:focus {
    font-family: "utopia-std", Georgia, serif;
    font-size: 14px;
    color: #404040;
    text-decoration: underline;
}

    .RelatedContentAnchor:hover {
        Font-Family: "utopia-std", Georgia, serif;
        Font-Size: 14px;
        Color: #000000;
        text-decoration: underline;
    }

.ProceedingsArticleVideoHeaderText,
#divVideoTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #404041;
    line-height: 25px;
}

.ProceedingsArticleVideoImageCaptionText {
    font-size: 10px;
    color: #404040;
}

.ProceedingsArticleVideoRow1 {
    margin-top: 10px;
}

#videoPresentationModal .ProceedingsArticleVideoRow1 {
    width: 300px;
}

#videoPresentationModal a#videoPresentationProceedingsLink .btn.ProceedingArticleVideoButton1 {
    margin-top: 10px;
}

#videoPresentationModal .ProceedingsArticleVideoRow {
    font-size: 14px;
    font-weight: bold;
}

.ProceedingsArticleContentText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    color: #404041;
}

.ProceedingArticleVideoButton1 {
    width: 190px;
    height: 65px;
    background-color: #404041;
    border: none;
    box-shadow: none;
    padding-top: 6%;
}

.ProceedingArticleVideoButton2 {
    width: 190px;
    height: 28px;
    background-color: #e5e6e7;
    border: none;
    box-shadow: none;
}

.ProceedingsArticleVideoRow {
    padding-top: 30px;
}

.ProceedingsArticleVideoButtonRow {
    padding-top: 8px !important;
    padding-bottom: 20px;
}

#videoPresentationModal .ProceedingsArticleVideoLine {
    width: 55%;
    height: 2px;
    color: #c9c9c9;
}

#videoPresentationModal .col-xs-4 .ProceedingsArticleVideoLine {
    background-color: #e2e2e2;
    height: 1px;
    width: 300px;
}

#video_share_button {
    float: right;
    margin-top: -10px;
    margin-right: -5px;
    font-size: 10px;
    color: #404041;
    text-transform: uppercase;
    text-align: center;
}

div#video_share_button img {
    margin-bottom: -7px;
}

div#downloadConfirmationVideoAccess {
    margin-top: 12px;
}

/* Let's get this party started */
.titleScroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.titleScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    background-color: #c8c8c8;
}

/* Handle */
.titleScroll::-webkit-scrollbar-thumb {
    background-color: #6d6e70;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

    .titleScroll::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(109,110,112,0.4);
    }

.divPopup {
    box-shadow: none;
    border: none;
}

.ProceedingsVideoPanel {
    background-color: #fff;
}

.ProceedingsArticleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.ProceedingsArticleSmallFont {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.ProceedingsVideoSmallFont {
    font-size: 14px;
    color: #383838;
}

.ProceedingsArticlePanel {
    background-color: #404041;
    width: 315px;
}

.ProceedingsArticleHeadingRow {
    text-align: center;
}

.ProceedingsArticleHeadingRowPadding1 {
    margin-bottom: 18px;
    margin-top: 10px;
}

.ProceedingsArticleHeadingRowPadding2 {
    margin-bottom: 30px;
    margin-top: 37px;
}

.ProceedingsArticleLine {
    width: 80%;
    height: 2px;
    color: #ffffff;
    margin: 0px auto;
}

.ProceedingsArticleRow {
    text-align: center;
}

.ProceedingsArticleRowPadding1 {
    margin-top: 22px;
    margin-bottom: 15px;
}

.ProceedingsArticleRowPadding2 {
    margin-top: 33px;
    margin-bottom: 39px;
}

.ProceedingsArticleButton3Row {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    padding-bottom: 15px;
    background-color: #323333;
    height: 99px !important;
    border-bottom: 2px solid #6d6e70;
    border-top: 2px solid #6d6e70;
}

.ProceedingsArticleImageRow .col-lg-4:not(:last-child) {
    border-right: 1px solid #6d6e70;
}

.ProceedingsArticleImageRow .col-lg-4:not(:first-child) {
    border-left: 1px solid #6d6e70;
}

.ProceedingsArticleImageCaptionText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 10px;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
}

.ProceedingArticleButton1,
.ProceedingArticleButton1:focus,
.ProceedingArticleButton1:hover,
.ProceedingArticleButton1:active {
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    width: 170px;
    height: 69px;
    background-color: #fff100;
    border: none;
    box-shadow: none;
    top: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.ProceedingArticleButton2,
.ProceedingArticleButton2:focus,
.ProceedingArticleButton2:hover,
.ProceedingArticleButton2:active {
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    width: 170px;
    min-height: 30px;
    background-color: white !important;
    border: none;
    box-shadow: none;
    padding-top: 2%;
    margin-top: 10px;
}

.ProceedingArticleButton3,
.ProceedingArticleButton3:focus,
.ProceedingArticleButton3:hover,
.ProceedingArticleButton3:active {
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    width: 170px;
    height: 70px;
    background-color: #c9c9c9 !important;
    border: none;
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

button.form-group.DownloadSaveButton2#btnSaveTo span,
#btnSave .ProceedingArticleButton2Text {
    text-transform: uppercase;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: 18px;
}

[class*="DownloadSaveRow"] .form-group.DownloadSaveButton1,
[class*="DownloadSaveRow"] .form-group.DownloadSaveButton2#btnSaveTo {
    width: 100%;
}
/*Keep spacing if not the SAVE TO MY LIBRARY button*/
[class*="DownloadSaveRow"] .form-group.DownloadSaveButton2 {
    width: 142px;
}

/* Save buttons (hide the +) -- keeps Move To and Add Note buttons */
.form-group.DownloadSaveButton2#btnSaveTo + .form-group.DownloadSaveButton3,
#btnSave .pull-right.ProceedingArticleButton2Text,
.ProceedingsArticleVideoButtonRow .btn .pull-right.ProceedingArticleButton2Text {
    display: none;
}

.ProceedingArticleButton3Text {
    color: #000000;
    width: 100px;
}

.ProceedingsArticleImageRow {
    text-align: center;
}

.ProceedingsArticleImageRowPadding1 {
    padding-top: 15px;
    padding-bottom: 18px;
}

.ProceedingsArticleImageRowPadding2 {
    padding-top: 22px;
    padding-bottom: 22px;
}

.ProceedingsArticleImageRow a,
.ProceedingsArticleImageRow a:hover,
.ProceedingsArticleImageRow a:focus {
    display: inline-block;
    margin: 0px 5px;
    text-decoration: none;
}

.ProceedingsArticleImageRow .col-lg-3:not(:last-child) {
    border-right: 1px solid #c9c9c9;
}

.ProceedingsArticleImageRow .col-lg-3:not(:first-child) {
    border-left: 1px solid #c9c9c9;
}


.ArticleContentPanel {
    width: 100%;
    background-color: #e5e6e7;
    border: none;
    box-shadow: none;
    margin-left: -10px 0px !important;
}

.ArticleContentHeadRow {
    width: 95%;
}

.ArticleContentRow {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.ArticleContentAnchorRow {
    width: 95%;
    padding-top: 10px;
    margin-bottom: 25px;
}

.ArticleContentSignDiv {
    height: 42px;
    width: 95%;
    background-color: #c9c9c9;
    top: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.ArticleContentSignText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    color: #404040;
}

.ArticleContentActionrow {
    padding-left: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.ArticleContentCitationText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #404040;
    padding-left: 10px;
    text-decoration: underline;
    font-weight: 400;
}

a.ArticleContentCitationText {
    color: #000;
}

#articleSubmission {
    font-weight: bold;
}

.ArticleContentBoldText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 24px;
    /*line-height:35px;*/
    color: #000000;
    /*padding-top:50px;*/
    width: 725px;
    font-style: normal;
    font-weight: 700;
}


#articleSubmission {
    font-weight: bold;
}

.ArticleContentText {
    width: 330px;
    font-family: "utopia-std", Georgia, serif;
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 8px;
    height: 34px;
    text-align: left;
}

a.ArticleContentText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
}

span.ArticleContentText:focus {
    outline: thin dotted;
}

div .section {
    padding: 0 !important;
    background: inherit !important;
}

.section > .label {
    text-align: left;
    padding-left: 0px;
}

.section p a {
    text-decoration: underline;
    color: #000000;
}

    .section p a:hover {
        text-decoration: underline;
        color: #000000;
    }

.ArticleContentAnchorText, .ArticleContentAnchorText:focus, .ArticleContentAnchorText:hover {
    width: 330px;
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    color: #6d7e70;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f1f2f2;
    height: 34px;
    text-align: center;
}

.ArticleContentButtonRow {
    text-align: center;
    margin-top: 5px;
}

.ArticleContentButton {
    width: 170px;
    height: 70px;
    background-color: #fff100;
    border: none;
    box-shadow: none;
    color: #000000;
    padding-top: 25px;
}

.ArticleContentButtonText {
    color: #000000;
}

.ArticleContentline {
    width: 100%;
    height: 2px;
    background-color: #6d6e70;
    color: #404040;
}


/* Google Translate Widget 
=========================================================================================
*/

/*  NEEDS TO BE UPDATED - B1-311
#google_translate_element div span a span {
    font-family: "Gotham A", sans-serif;
} 
    */

#google_translate_element div.goog-te-gadget-simple {
    border: solid 1px #9b9b9b;
    background-color: #e5e6e7;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #e5e6e7;
    color: #eeeeee;
    width: 85px;
    height: 100px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: white;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

.ProceedingsArticleMenuPanel {
    border: none;
    box-shadow: none;
    background-color: #e5e6e7;
}

.ProceedingsArticleMenuImage {
    margin-top: -20px;
    margin-left: 50%;
}

.ProceedingsArticleImageCol {
    margin-top: -10px;
}

    .ProceedingsArticleImageCol .col-lg-4:not(:last-child) {
        border-right: 1px solid #6d6e70;
    }

    .ProceedingsArticleImageCol .col-lg-4:not(:first-child) {
        border-left: 1px solid #6d6e70;
    }

.ProceedingsVideoMenuLine,
.ProceedingsArticleMenuLine {
    background-color: #6d6e70 !important;
    color: #404040 !important;
    width: 100%;
    height: 1px;
    -moz-transform: scale(1,1);
}

.PrintEmailText {
    font-size: 10px;
    font-family: "Gotham Book";
    color: #404041;
}

.ProceedingsArticleMenuRowPadding {
    margin-top: 35px;
    margin-bottom: 0px;
}
/*B1-1286: Getting rid of the "Subscribe to Digital Library" Section*/
/*.ProceedingsArticleMenuRowPadding1{margin-top:40px;}*/
.ProceedingsArticleMenuAnchorText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    color: #404041;
    text-decoration: underline;
}

    .ProceedingsArticleMenuAnchorText:hover, .ProceedingsArticleMenuAnchorText:focus {
        color: #000000;
        text-decoration: underline;
    }

.ProceedingsArticleMenuText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 14px;
    color: #404041;
}

.ProceedingsArticleOpenAccessPanel {
    /*width:765px;*/
    margin-right: auto;
    margin-left: auto;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background-color: #e5e6e7;
    padding-left: -15px;
}

div.row#videoHeaderBlock .ProceedingsArticleOpenAccessPanel {
    border: none;
}

.ProceedingsArticleOpenAccessRow .authorORCIDPrint {
    display: none;
}
/* Only show on the print version */


div.row#videoHeaderBlock {
    margin: 20px auto 50px;
    padding-left: 20px;
}

    div.row#videoHeaderBlock:after {
        width: 48%;
        border-bottom: 1px solid #6d6e70;
        margin-left: -5px;
    }

div#videoHeroImage {
    float: right;
}

.ProceedingsArticleOpenAccessPanelBorder {
    border-bottom: 1px solid #6d6e70 !important;
    padding-bottom: 25px;
}

.ProceedingsArticleOpenAccessPanelNoBorder {
    border-bottom: none !important;
}
/*used to make ebook TOC page have the bottom border of the first piece at the correct height*/
.ProceedingsArticleOpenAccessPanelHeight {
    min-height: 350px;
}

.ProceedingsArticleOpenAccessHeaderText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    color: #000000;
    font-style: normal;
    margin-top: 2px !important;
    padding-top: 0px !important;
    float: left;
}

.ProceedingsArticleOpenAccessText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 20px;
    font-style: italic;
}

.ProceedingsArticleOpenAccessAnchorText,
.ProceedingsArticleOpenAccessAnchorText:active,
.ProceedingsArticleOpenAccessAnchorText:focus {
    text-decoration: underline;
    font-family: "proxima-nova", Arial, serif;
    font-style: normal;
    font-size: 13px;
    color: #404040;
    margin-bottom: 20px;
    margin-top: 15px;
}

    .ProceedingsArticleOpenAccessAnchorText:hover {
        text-decoration: underline;
        color: #000000;
    }

.ProceedingsArticleOpenAccessHeaderRow {
    width: 100%;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.ProceedingsArticleOpenAccessHeaderRowWidth {
    width: 765px;
}

.ProceedingsArticleOpenAccessRow {
    width: 765px;
    margin-left: 0px !important;
    margin-top: 10px;
}

.ProceedingsArticleOpenAccessFooterRow {
    width: 765px;
    margin-left: 0px !important;
    margin-top: 10px;
    /*margin-bottom:20px;*/
}

#eBookChapter .row.ProceedingsArticleOpenAccessFooterTextRow a,
#eBookTOC .row.ProceedingsArticleOpenAccessFooterTextRow a {
    text-decoration: underline;
    font-family: "Arial";
    font-size: 15px;
    line-height: 20px;
    color: #404041;
}

.ProceedingsArticleOpenAccessImage {
    height: 100px;
    width: 77px;
}

.ProceedingsArticleOpenAccessFooterTextRow {
    width: 100%;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    Font-Size: 14px;
    Line-height: 25px;
    Color: #404041;
}


div.access div.content #accessByCopy {
    display: inline-block;
    margin-right: 45px;
    margin-left: 20px;
    vertical-align: top;
    max-width: 300px;
    font-weight: 400;
}

div.access div.content #accessMessaging {
    font-weight: normal;
}

.row#videoHeaderBlock .row.ProceedingsArticleOpenAccessHeaderRow .ProceedingsArticleOpenAccessHeaderRow1 .row.ProceedingsArticleOpenAccessHeaderText,
.row#videoHeaderBlock .ProceedingsArticleOpenAccessHeaderText,
main#eBookLanding .row.ProceedingsArticleOpenAccessHeaderRow .ProceedingsArticleOpenAccessHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #000;
    line-height: 50px;
    font-size: 40px;
}

.row#videoHeaderBlock .row.ProceedingsArticleOpenAccessFooterTextRow,
main#eBookLanding .row.ProceedingsArticleOpenAccessFooterRow .ProceedingsArticleOpenAccessFooterTextRow {
    color: #404041;
    font-family: "utopia-std", Georgia, serif;
    font-size: 18px;
    line-height: 26px;
    width: 500px;
}

.row#videoHeaderBlock div#videoHeroImage img,
.row#eBookHeaderBlock div#eBookHeroImage img {
    /* width:520px;
    height:320px; */
    float: right;
    width: 500px;
    height: 308px;
}

.ProceedingsArticleOpenAccessAnchor,
.ProceedingsArticleOpenAccessAnchor:focus,
.ProceedingsArticleOpenAccessAnchor:active {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    text-decoration: underline;
    Color: #404041;
}

    .ProceedingsArticleOpenAccessAnchor:hover {
        color: #000000;
    }

.ProceedingsArticleOpenAccessContentText {
    height: 60px;
    width: 80%;
}

.ProceedingsArticleOpenAccessContentTextBackGround {
    background-color: #c9c9c9;
    width: 733px;
    /*height:85px; */
    padding-left: 20px;
    text-indent: 3em;
}

    .ProceedingsArticleOpenAccessContentTextBackGround .row.ProceedingsArticleOpenAccessFooterTextRow {
        margin-left: 0;
    }

.ProceedingsArticleOpenAccessContentTextPadding {
    margin-left: 0px;
    /*  margin-top:15px; */
}

.DetailDate {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    clear: left;
}

.PAHSpace.rightsPermissions,
.PAHSpace#relatedContent,
.PAHSpace#alerts,
.KeyWordsPanel {
    padding-top: 15px;
    border-top: solid 1px #6d6e70;
}

div.PAHSpace#prevNextButtons,
div.PAHSpace#prevNextButtons .ProceedingsArticleMenuAnchorText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
}

.PAHSpace.rightsPermissions {
    margin-bottom: 50px;
}

.PAHSpace#alerts,
.PAHSpace#alerts div.panel-body {
    padding-top: 0;
}

    .PAHSpace#alerts img {
        margin-right: 4px;
    }

    .PAHSpace#alerts div.panel-body .row .col-lg-12.PAHSidebar,
    .PAHSpace#alerts div.panel-body .row .col-lg-10.PAHSidebar {
        margin-bottom: 25px;
        padding-left: 0;
        text-align: left;
        width: 100%;
    }

.PAHSpace#alerts {
    padding-top: 15px;
}

.PAHSpace div.SPIEPanel {
    width: 100%;
}

.DownloadSavePanel {
    width: 180px;
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
    margin-top: -20px;
}

.DownloadSaveRow {
    margin: 0;
    padding: 0;
    width: 175px;
}

.DownloadSaveRow1 {
    margin: 8px 0 0 0;
    padding: 0;
    width: 175px;
}

.DownloadSaveButton1, .DownloadSaveButton1:hover, .DownloadSaveButton1:active, .DownloadSaveButton1:focus {
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    width: 170px;
    min-height: 65px;
    background-color: #fff100;
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
    align-items: center;
}

a.DownloadSaveButton1, a.DownloadSaveButton1:hover, a.DownloadSaveButton1:focus, a.DownloadSaveButton1:active {
    text-decoration: none;
}

    button.DownloadSaveButton1:focus,
    a.DownloadSaveButton1:focus {
        outline: 2px solid #3b4991;
        background: #fff !important;
        color: #3b4991 !important;
    }

.DownloadSaveButton2,
.DownloadSaveButton2:hover,
.DownloadSaveButtonText.ExtraButton,
.DownloadSaveButtonText.ExtraButton:hover 
{
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    /*width: 140px; */
    min-height: 28px;
    background-color: #252525;
    color: white;
    border: none;
    border-radius: 0px;
    margin: 0;
    padding: 0;
}

/* Save To / View In My Library Button */
button.DownloadSaveButton2:focus,
button.DownloadSaveButtonText.ExtraButton:focus {
    outline: 2px solid #000;
    background: #fff !important;
    color: #000 !important;
}

.ViewVideoButtonDiv {
    margin: 0 0 8px 0;
    padding: 0;
    width: 175px;
}

.TOCLineHeaderContentRow .DownloadSaveButton2, .TOCLineHeaderContentRow .DownloadSaveButton2:hover {
    background-color: white !important;
    color: black;
}

.DownloadSaveButton3, .DownloadSaveButton3:hover {
    width: 28px;
    height: 28px;
    background-color: #252525 !important;
    color: white;
    border: none;
    border-radius: 0px;
    text-align: center;
    margin: 0 0 0 -2px !important;
    padding: 0;
}

/*Styles for Help*/
.HelpSearchResultHead {
    font-family: "utopia-std", Georgia, serif;
    font-size: 20px;
    color: #000000;
}

.HelpSearchResultText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404041;
    width: 80%;
    text-overflow: ellipsis;
}

.HelpSearchResultBoldText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}

.HelpLandingText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 18px;
    color: #404041;
}

.HelpLandingAnchorText,
.HelpLandingAnchorText:focus,
.HelpLandingAnchorText:hover {
    font-family: "utopia-std", Georgia, serif;
    font-size: 18px;
    color: #404041;
    white-space: nowrap;
    text-decoration: underline;
}

.HelpContactPanel {
    background-color: #eeeeef;
    width: 315px;
    border: none;
    box-shadow: none;
}

.HelpContactHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #000000;
}

.HelpContactText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 22px;
    color: #404041;
}

.HelpContactBoldText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}

.HelpContactBoldText1 {
    font-family: "utopia-std", Georgia, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: #404041;
}

.HelpContactRow {
    margin-top: 10px;
}

.HelpContactRow1 {
    margin-top: 10px;
    width: 100%;
}

.HelpContactLine {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9 !important;
    color: #c9c9c9 !important;
}

.HelpTopicsPanel {
    background-color: #e5e6e7;
    width: 725px;
    border: none;
    box-shadow: none;
}

.HelpTopicsHead {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-align: center;
    font-size: 30px;
}

.HelpTopicsline {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9 !important;
    color: #c9c9c9 !important;
    margin-top: 25px;
    margin-bottom: 25px;
}

.HelpTopicsText {
    font-family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    line-height: 32px;
    color: #404041;
}

.HelpTopicsRow {
    padding: 0;
    margin-top: 5px;
}

.EmailAlertsTitle {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 30px;
    Color: #000000;
}

.EmailAlertsLine {
    Color: #c9c9c9;
    height: 1px;
    width: 85%;
}

.HelpEmailImageDiv {
    height: 26px;
    width: 26px;
    background-color: #f1f2f2;
    border: 1px solid #939598;
    position: relative;
    cursor: pointer;
}

.HelpEmailImageNameDiv {
    padding-left: 10px;
    padding-top: 5px;
}

.HelpEmailItem {
    padding-left: 32px;
    padding-top: 10px;
}

.HelpEmailItemPadding {
    padding-left: 28px;
}

.HelpEmailQuestions {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 16px;
    Color: #404041;
}

.HelpEmailText {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-Height: 25px;
    Color: #404041;
}

.HelpEmailTextAnchor {
    text-decoration: underline
}

.HelpEmailImage {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.HelpEmailItemImage {
    width: 675px;
    border: 1px solid #404041;
}

.HelpMyAccountPanel {
    width: 535px;
    height: 260px;
    background-color: #eeeeef;
    border: none;
    box-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
}

.HelpMyAccountHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #000000;
    font-style: normal;
}

.HelpMyAccountText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 22px;
    color: #404041;
    font-weight: 700;
    font-style: normal;
    padding-top: 30px;
}

.HelpMyAccountText1 {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 22px;
    color: #404041;
    font-weight: 400;
    font-style: normal;
}

.HelpMyAccountLine {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9 !important;
    color: #c9c9c9 !important;
    margin-top: 10px;
}

.HelpMyAccountAnchor {
    text-decoration: underline;
}

.HelpMyAccountPadding {
    margin-top: 30px;
}

.HelpMyAccountPadding1 {
    margin-top: 20px;
}

.HelpContactLine1 {
    width: 400px;
}

.HelpMyAccountPanel {
    width: 535px;
    height: 260px;
    background-color: #eeeeef;
    border: none;
    box-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
}

.HelpMyAccountHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 30px;
    Color: #000000;
}

.HelpMailingHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 16px;
    Color: #000000;
    padding-top: 30px;
}

.HeldAddress {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-Height: 22px;
    Color: #404041;
    padding-top: 30px;
}

.MailingAddressRow {
    margin-top: 15px;
}

.ShippingAddressRow {
    margin-top: 15px;
}

.HelpLiveSupportPanel {
    width: 535px;
    height: 315px;
    background-color: #eeeeef;
    border: none;
    box-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
}

.HelpLiveSupportHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 30px;
    Color: #000000;
    margin-bottom: 18px;
}

.HelpLiveSupportPhoneHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 16px;
    Color: #000000;
    padding-top: 30px;
}

.HelpLiveSupportEmailHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 16px;
    Color: #000000;
    padding-top: 30px;
}

.SupportPhoneText {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-Height: 22px;
    Color: #404041;
}

.SupportPhoneNum {
    Color: #404041;
    font-weight: 700;
}

.HelpPhoneRow {
    margin-top: 15px;
}

.HelpPhoneRow1 {
    margin-top: 20px;
}

.HelpLiveSupportPadding1 {
    margin-top: 30px;
}

.HelpEmailAlertText {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-Height: 22px;
    Color: #404041;
}

.HelpEmailText {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-Height: 22px;
    Color: #404041;
    font-weight: 700;
}

.SupportEmailText {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-Height: 22px;
    Color: #404041;
}

.HelpEmailRow {
    margin-top: 12px;
}

.HelpEmailContentRow {
    margin-top: 25px;
}

.ContactHelpCenterPadding1 {
    margin-top: 30px;
}

.ContactHelpCenterPadding2 {
    margin-top: 20px;
}

.ContactHelpCenterHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 30px;
    Color: #000000;
    margin-bottom: 18px;
}

.ContactHelpCenterText {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-Height: 22px;
    Color: #404041;
    font-weight: 700;
}

.HelpCenterTopicsText {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-Height: 22px;
    Color: #404041;
    font-weight: 700;
}

.HelpCenterDropDown:hover .dropdown-menu {
    width: 300px !important;
    background-color: #ffffff !important;
    border: none;
    margin: 0;
}

.HelpCenterDropDown .dropdown-menu > li {
    width: 300px !important;
    background-color: #ffffff !important;
    border: none;
    display: block;
    text-align: left;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 2px 0;
    font-style: normal;
    font-weight: 700;
}

.HelpCenterDropDown, .HelpCenterDropDown:active,
.nav .HelpCenterDropDown > span {
    width: 300px !important;
    height: 40px;
    background-color: #ffffff !important;
    border: none;
    margin: 0;
}

.HelpCenterButton, .HelpCenterButton:hover, .HelpCenterButton:active, .HelpCenterButton#HelpCenterGoButton:focus {
    font-family: "Gotham Narrow - Medium";
    font-size: 12px;
    color: #000000;
    background-color: #fff100;
    border: none;
    padding-top: 14px;
    margin-left: 5px;
    width: 50px;
    height: 40px;
    text-align: center;
}

.ContactUsHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 34px;
    color: #000000;
    font-style: normal;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.SelectTopicText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 16px;
    Color: #000000;
}
/*Styles for Help Ends*/
.ListOfSubscribersRow {
    margin-top: 12px;
}

.ListOfSubscribersContentRow {
    margin-top: 25px;
}


.ListOfSubscribersImageDiv {
    height: 26px;
    width: 26px;
    background-color: #f1f2f2;
    border: 1px solid #939598;
    position: relative;
    cursor: pointer;
}



.ListOfSubscribersImageNameDiv {
    padding-left: 15px;
    padding-top: 5px;
}

.ListOfSubscribersItem {
    padding-left: 50px;
    padding-top: 10px;
}

.ListOfSubscribersItemPadding {
    padding-left: 28px;
}

.ListOfSubscribersCountry {
    Font-Family: "utopia-std", Georgia, serif;
    Color: #404041;
    font-size: 20px;
    font-weight: bold;
}

.ListOfSubscribersText {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-Height: 25px;
    Color: #404041;
}

ListOfSubscribersTextAnchor {
    text-decoration: underline
}

.ListOfSubscribersImage {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.ListOfSubscribersItemImage {
    width: 675px;
    border: 1px solid #404041;
}

.FilterLinkContainer {
    display: flex;
}

    .FilterLinkContainer.TwoColumnFilterLinkContainer {
        flex-wrap: wrap;
        width: 800px;
    }

    .FilterLinkContainer div.FilterLinkBlock {
        border: 1px solid gray;
        display: inline-block;
        padding: 9px 0px;
        font-family: "proxima-nova", Arial, sans-serif;
        text-align: center;
        background-color: #f1f2f2;
        font-size: 20px;
        font-weight: 700;
        margin-right: -1px;
        cursor: pointer;
    }

        .FilterLinkContainer div.FilterLinkBlock.LetterFilterLinks {
            width: 42px;
        }

        .FilterLinkContainer div.FilterLinkBlock:hover, .FilterLinkContainer .FilterLinkBlock.FilterLinkBlockSelected {
            background-color: #3B4991;
            color: white;
        }

.SectionAnchorPanel {
    background-color: #e5e6e7;
    margin-top: -35px;
    width: 750px;
    border: none;
    box-shadow: none;
}

.SectionAnchorline {
    width: 710px;
    height: 1px;
    background-color: #6d6e70 !important;
    color: #404040 !important;
    margin-top: 0px;
}

.dottedBorder {
    border-bottom: 1px dotted #6d6e70;
    height: 1px;
}

.SectionAnchorHead {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #000000;
    background-color: #fff100 !important;
    width: 190px;
    height: 65px;
    text-align: center;
    padding-top: 28px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.SectionAnchorTitleDiv {
    padding-top: 8px;
}

.SectionAnchorSmallHead {
    font-family: "utopia-std", Georgia, serif;
    font-style: italic;
    font-size: 13px;
    color: #404040;
    height: 21px;
    vertical-align: top;
}

.SectionAnchorRow {
    margin-top: 16px;
}

.SectionAnchorText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-decoration: underline;
}

    .SectionAnchorText:hover, .SectionAnchorText:focus {
        text-decoration: underline;
        color: #404040;
    }

.SectionAnchorText2 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.logoContainer {
    display: inline-block;
    padding-right: 60px;
}

.TOCSectionHeaderLine {
    background-color: #000000 !important;
    color: #000000 !important;
    height: 4px;
    width: 100%;
}

.TOCSectionHeaderLine1 {
    height: 1px;
    background-color: #6d6e70 !important;
    color: #404040 !important;
}

.TOCSectionHeaderTextDiv {
    height: 32px;
    margin-top: -3px;
    width: 1110px;
    margin-bottom: 10px;
}

.TOCSectionHeaderText {
    background-color: #000000;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 22px;
    color: #ffffff;
    /* padding-left:12px;
    padding-right:12px; */
    padding-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    display: inline;
    text-transform: uppercase;
    box-shadow: 12px 0 0 black, -12px 0 0 black;
}

.TOCLineItemSectionHeaderDiv {
    height: 32px;
    margin-top: -7px;
    margin-bottom: 10px;
    margin-left: 12px;
    margin-right: 0px;
    width: 100%;
}

.TOCLineItemPanel {
    margin-right: auto;
    margin-left: auto;
    border: none;
    box-shadow: none;
    background-color: #e5e6e7;
    width: 100%;
}

.TOCLineItemRow1 {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.TOCLineItemRow2 {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.TocLineItemAnchorStyle {
    font-family: "Gotham Narrow - Medium";
    font-size: 13px;
    color: #404041;
    text-decoration: underline;
}

.TOCLineItemRow1 .col-lg-9 {
    width: 910px;
    padding-right: 15px;
    padding-left: 15px;
}

.TOCLineHeaderContentRow .col-lg-9 {
    width: 910px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 14px;
}

.TOCLineItemRow2 {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.TOCLineItemHeaderLine {
    background-color: #6d6e70 !important;
    width: 100%;
    height: 1px;
}

.TOCLineItemHeaderRow {
    margin-top: 25px;
    margin-bottom: 25px;
}

.TOCLineItemHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 24px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.TOCLineItemSmallHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    color: #404041;
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

.TOCLineHeaderContentRow {
    margin-top: 10px;
    margin-bottom: 12px;
    height: 60px;
    background-color: #404041;
}

.TOCLineHeaderContentRowHeight {
    height: 125px;
}

.TOCLineItemLine {
    background-color: #000000 !important;
    color: #000000 !important;
    width: 99%;
    height: 1px !important;
    border-top: #000000 1px solid;
}

.TOCLineItemLine1 {
    background-color: #000000 !important;
    color: #000000 !important;
    width: 99%;
    height: 1px !important;
    float: right !important;
    border-top: #000000 1px solid;
}

.TOCLineItemTextWidth {
    width: 100%;
}

.TOCLineItemRowCol1 {
    border-top: 1px #000000;
}

.TOCLineItemRowCol2 {
    margin-top: 11px;
    margin-left: 0px;
    border-top: 1px #000000;
    float: right !important;
}

.TOCLineItemText1 {
    font-family: "utopia-std", Georgia, serif;
    font-size: 16px;
    line-height: 26px;
    color: #404041;
    font-style: normal;
    font-weight: 400;
}

.TOCLineItemBoldText {
    font-weight: 700;
    font-family: 'proxima-nova', Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
}

    .TOCLineItemBoldText:hover {
        text-decoration: underline;
        color: #404040;
    }

div .downloadPDFButton {
    width: 190px;
}

.TOCLineItemText2 {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    color: #404041;
}

.TocLineTextUnderLine {
    text-decoration: underline;
    font-weight: 400;
}

    .TocLineTextUnderLine:hover, TocLineTextUnderLine:focus {
        text-decoration: underline;
        color: #000000;
    }

.TOCLineItemText3 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}

.TOCLineItemAnchorText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    line-height: 34px;
    color: #404040;
}

.TocLineItemAnchorText1 {
    text-decoration: underline;
}

    .TocLineItemAnchorText1:hover, .TocLineItemAnchorText1:focus {
        text-decoration: underline;
        color: #404040;
    }

.TocContentAlertText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 13px;
    color: #404040;
    text-decoration: underline;
    cursor: pointer;
}

    .TocContentAlertText:hover {
        color: #000000;
    }

a, a:active, a:focus {
    outline: thin dotted;
}

a {
    color: #404041;
    text-decoration: underline;
}

#helpTopicDDL a {
    text-decoration: none;
}

.HelpCenterDropDown > a.dropdown-toggle {
    text-decoration: none;
}

a.inlineLink:hover {
    cursor: pointer;
}

.fig.panel a[id^="f"] {
    position: relative;
    display: block;
    visibility: hidden;
    top: -200px;
}

.ConferenceTitlePanel {
    background: #ffffff;
    stroke: #c9c9c9;
    padding-left: 30px;
    padding-right: 20px;
    border: 1px solid #939598;
    box-shadow: none;
    cursor: pointer;
}

.ConferenceTitlePanelBackGround {
    background: #eeeeef !important;
    cursor: default;
}

    .ConferenceTitlePanelBackGround:hover {
        opacity: 1 !important
    }

.ConferenceTitlePanel:hover {
    opacity: 0.3;
}

.ConferenceTitleHeightWidth1 {
    width: 350px;
    height: 310px;
}

.ConferenceTitleHeightWidth2 {
    width: 202px;
    height: 185px;
}

.ConferenceTitleText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.ConfernceTitleColPadding {
    margin-left: 22px;
}

.ConferenceTitleRow {
    padding-top: 18px;
}

.ConferenceTitleImageRow {
    margin-bottom: 20px;
}
/*.ConferenceTileImage:hover{
    -webkit-filter:brightness(30%);
}*/
.ConferenceTitleHeader1 {
    font-family: "utopia-std", Georgia, serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.ConferenceTitleHeader2 {
    font-family: "utopia-std", Georgia, serif;
    font-weight: 700;
    line-height: 18px;
    color: #3db1dd;
}

.ConferenceTitleBoldText {
    font-family: "utopia-std", Georgia, serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}

.ConferenceTitleFooterText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 14px;
    color: #404040;
    text-decoration: underline;
}

    .ConferenceTitleFooterText:hover,
    .ConferenceTitleFooterText:focus {
        text-decoration: underline;
    }

.PriorYearsText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    margin-top: 30px;
    width: 970px;
    height: 1px;
    margin-bottom: 30px;
}

.DivRowCss {
    padding-left: 40px;
}

.SaveToHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    background-color: #323333;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
}

.SaveToBody {
    margin-top: -22px;
    margin-left: -5px;
}

.SaveToLine {
    background-color: #000000 !important;
    color: #404040 !important;
    width: 330px;
    height: 1px;
}

.SaveToRowPadding {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.SaveToRowPadding1 {
    padding-top: 15px !important;
}

.SaveToBoldText {
    font-family: "utopia-std", Georgia, serif;
    font-weight: 700;
    font-size: 16px;
    color: #404041;
}

.SaveToText {
    font-family: "utopia-std", Georgia, serif;
    font-weight: 700;
    font-size: 16px;
    color: #404040;
}

.SaveToCheckBox {
    color: #404040;
    height: 16px;
    width: 16px;
}

.SaveToCreatebtn {
    width: 298px;
    height: 32px;
    background-color: white;
    box-shadow: none;
    border: 1px solid;
    border-color: #6d6e70;
}

.SaveToHorizontalRowPadding {
    padding-top: 25px;
}

.SaveToSubmitbtn {
    width: 152px;
    height: 65px;
    background-color: #fff100;
    box-shadow: none;
    border: none;
}

.SaveToDisplay-table {
    display: table;
    table-layout: fixed;
}

.SaveToDisplay-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 50px;
}

.DFPAdPanel {
    width: 314px;
    height: 300px;
    background-color: transparent;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border: none;
    box-shadow: none;
}

.DFPAdTitleRow {
    height: 28px;
}

.DisplayVideo {
    width: 725px;
    height: 410px;
}

.DisplayVideoTitleBar {
    height: 35px;
    background-color: #c9c9c9;
    padding-top: 0px;
}

.DisplayVideoTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #404041;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.DLProceedingsPanel {
    border: none;
    box-shadow: none;
    background: #e5e6e7;
    margin-left: 0px;
}

.ProceedingsArticleVolPanel {
    border: none;
    background: #e5e6e7;
    box-shadow: none;
}

.publisherAboutBox {
    padding-right: 20px;
}

.ProceedingsArticleVolPanelBorder {
    border-bottom: solid #6d6e70 1px;
    border-radius: 0px;
}

.ProceedingsArticleVolSmallBoldText {
    display: inline-block;
    font-size: 40px;
    padding-bottom: 5px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 45px;
}

.ProceedingsArticleVolSmallText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.ProceedingsArticleVolTitleText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.contents {
    display: block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    margin-top: -5px;
}

.ProceedingsArticleVolText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404040;
    text-decoration: underline;
    margin-right: 6px;
    margin-left: 2px;
}

    .ProceedingsArticleVolText:hover, .ProceedingsArticleVolText:focus {
        text-decoration: underline;
        color: #000000;
    }

.ProceedingsArticleVolNamesText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404041;
}

.PublicationTitleHeaderPanel .ProceedingsArticleVolNamesText {
    font-size: 18px;
}

.ProceedingsArticleContentText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 18px;
    line-height: 26px;
    color: #404041;
    padding-top: 10px;
}

#aToggleSign {
    padding-left: 5px;
}

.ProceedingsArticleVolRow {
    margin-top: 25px;
    width: 490px;
}

.ProceedingsArticleVolRow1 {
    margin-top: 20px;
    width: 600px;
}

.ProceedingsArticleVolContentRow {
    margin-top: 5px;
    width: 550px;
}

.ProceedingsArticleVolContentBottom {
    margin-bottom: 20px;
}

.AccessEBookAnchorText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 20px;
    color: #404041;
    text-decoration: underline;
}

.AccessEBookHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    background-color: #323333;
    width: 92%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
}

.AccessEBookBody {
    width: 92%;
    height: 162px;
    background-color: white;
}

.AccessEBookRowPadding {
    margin-top: 10px;
}

.ErratumAlertHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    background-color: #323333;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
}

.ErratumAlertBody {
    margin-top: -22px;
    margin-left: -5px;
}

.ErratumAlertLine {
    background-color: #000000 !important;
    color: #404040 !important;
    width: 330px;
    height: 1px;
}

.ErratumAlertRowPadding1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    height: 48px;
    margin-top: -20px !important;
}

.ErratumAlertRowPadding {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 20px;
}

.ErratumAlertHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
}

.ErratumAlertText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #404041;
}

.ErratumAlertButton {
    width: 160px;
    height: 65px;
    background-color: #fff100;
    box-shadow: none;
    border: none;
}

.ErratumAlertHorizontalRowPadding {
    padding-top: 25px;
}

.CitationJournalName {
    font-style: italic;
}

.DownloadCitationHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    background-color: #323333;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
}

.DownloadCitationBody {
    margin-top: -22px;
    margin-left: -15px;
}

.DownloadCitationLine {
    background-color: #000000 !important;
    color: #404040 !important;
    width: 330px;
    height: 1px;
}

.DownloadCitationRowPadding {
    padding-left: 30px;
    padding-top: 20px;
}

.DownloadCitationHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
}

.DownloadCitationBoldText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    color: #404040;
}

.DownloadCitationText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 20px;
    color: #404041;
}

.DownloadCitationCheckBox {
    color: #404040;
    height: 16px;
    width: 16px;
}

.DownloadCitationcheckBoxRowPadding {
    padding-top: 10px;
}

.DownloadCitationRowPadding > [class*='col-']:before,
.DownloadCitationRowPadding > [class*='col-']:after {
    background: #b2b2b2;
    bottom: 0;
    content: " ";
    position: absolute;
    width: 1px;
    top: 0;
}

.DownloadCitationRowPadding > [class*='col-']:before {
    left: -11px;
}

.DownloadCitationRowPadding > [class*='col-']:after {
    right: 10px;
}

.DownloadCitationRowPadding > [class*='col-']:first-child:before,
.DownloadCitationRowPadding > [class*='col-']:last-child:after {
    display: none;
}

.DownloadCitationHorizontalLine {
    background-color: #c9c9c9 !important;
    width: 360px;
    height: 1px;
}

.DownloadCitationButton {
    width: 235px;
    height: 65px;
    background-color: #fff100;
    box-shadow: none;
    border: none;
}

.EBookSPOTTOCDisplay {
    display: none;
}

.EBookTOCImage {
    height: 350px;
    width: 245px;
    padding: 0;
    float: right;
    margin-right: 22px;
}

.IssueIndexTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    font-style: normal;
}

.IssueIndexTitleLine {
    background-color: #939598 !important;
    width: 726px;
    height: 2px;
}

.IssueIndexContentLine {
    background-color: #404041 !important;
    width: 726px;
    height: 1px;
}

.IssueInexRowPadding {
    margin-top: 14px;
    margin-bottom: 10px;
}

.IssueInProgressContentPadding {
    margin-bottom: 50px;
}

.IssueInexContentRowPadding {
    margin-top: 4px;
}

.IssueIndexText1 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #404041;
    font-style: normal;
    font-weight: 400;
}

.IssueIndexText2 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    padding-left: 30px;
    font-style: normal;
    font-weight: 700;
}

    .IssueIndexText2:focus, .IssueIndexText2:hover {
        color: #404040;
        text-decoration: underline;
    }

.IssueIndexText3 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    padding-left: 5px;
    font-style: normal;
    font-weight: 400;
    margin-right: 10px;
}

.IssueIndexText4 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    padding-left: 5px;
    background-color: #fff100;
    font-style: normal;
    font-weight: 700;
}

.InProgressFlag {
    font-family: "Gotham A","Gotham B";
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    color: #000000;
    padding: 3px;
    background-color: #fff100;
}

.JournalBrowseHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.JournalsBrowseSmallHeader {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
}

.JournalsBrowseImage:focus {
    height: 260px;
    width: 182px;
    margin-bottom: 15px;
}

.JournalsBrowseImage:hover {
    outline: solid 5px #fff100;
}

.JournalsBrowseImageHeight {
    height: 260px;
}

.JournalBrowseImagePadding {
    margin-left: 23px;
}

.JournalsBrowseText1 {
    font-family: "utopia-std", Georgia, serif;
    font-size: 16px;
    color: #000000;
}

.JournalsBrowseText2 {
    font-family: "utopia-std", Georgia, serif;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

.JournalsBrowseUnderline {
    text-decoration: underline;
}

.JournalBrowseCurrent {
    border: solid 5px #fff100;
}

.JournalsBrowseRowPadding1 {
    margin-top: 45px;
}

.JournasBrowseRowPadding2 {
    margin-top: 80px;
}

.JournasBrowseRowPadding3 {
    margin-top: 10px;
}

.IssueByYearHead {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #fff100;
    width: 188px;
    height: 65px;
    text-align: center;
    padding-top: 25px;
    font-style: normal;
    font-weight: 500;
}

.IssueByYearline {
    width: 252px;
    height: 1px;
    background-color: #6d6e70;
    color: #404040;
    margin-top: 0px;
    margin-bottom: 35px;
}

.IssueByYearRow {
    margin-left: 5px;
    margin-bottom: 3px;
}

.IssueByYearInnerRow {
    margin-left: 15px;
    margin-bottom: 3px;
}

.IssueByYearActiveInnerText {
    width: 170px;
    height: 26px;
    background-color: #dcdcdc;
    vertical-align: middle;
    margin-left: 0px;
    padding-left: 15px;
    font-weight: 700;
}

.IssueByYearContent {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    font-style: normal;
}

.IssueByYearText {
    font-family: "utopia-std", Georgia, serif;
    Font-Size: 14px;
    Color: #404041;
}

.IssueByYearInnerText {
    font-family: "utopia-std", Georgia, serif;
    Font-Size: 14px;
    Color: #404041;
    text-decoration: underline;
    cursor: pointer;
}

.EditorTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
}

.EditorRowPadding {
    margin-top: 20px;
    margin-left: -25px;
}

.EditorNoRowPadding > p {
    margin-bottom: 0px;
}

.EditorImageTextDiv {
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 15px;
    width: 360px;
    background-color: #dcdcdc;
    display: table-cell;
    vertical-align: top;
    height: auto;
    min-height: 190px;
    overflow: hidden;
}

.EditorNameText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #000000;
    text-decoration: underline;
    font-weight: 700;
}

.EditorPastTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.EditorPastContentText1 {
    font-family: "utopia-std", Georgia, serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.EditorPastContentText2 {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.EditorPastRowPadding {
    margin-left: -30px;
}

.ScopeDetailsRow {
    margin-top: 18px;
}

div.ScopeDetailsRow ul {
    line-height: 24px;
}

.ScopeDetailsTitle {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.ScopeDetailsImageDiv,
.InnerScopeDetailsImageDiv {
    height: 26px;
    width: 26px;
    background-color: #e5e6e7;
    border: 1px solid #939598;
    position: relative;
}

.ScopeDetailsExpandImageDiv {
    height: 21px;
    width: 21px;
    background-color: #fff000;
    border: 1px solid #939598;
    position: relative;
}

.ScopeDetailsImage {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
}

.ScopeDetailsImageNameDiv {
    padding-left: 10px;
    padding-top: 5px;
}

.ScopeDetailsItem,
.InnerScopeDetailsItem {
    padding-left: 32px;
    padding-top: 10px;
}

.SDPara > p {
    margin-bottom: 0px;
}

.ScopeDetailsUnderlineText {
    text-decoration: underline;
}

.ScopeDetailsItemText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    color: #404041;
}

.ScopeDetailsName {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.ScopeDetailsButton {
    width: 230px;
    height: 65px;
    background-color: #fff100;
    border: none;
    box-shadow: none;
    color: #000000;
    padding-top: 25px;
}

.ScopeDetailsButtonText {
    color: #000000;
}

.PlusMinusImageDiv {
    height: 26px;
    width: 33px;
    background-color: #e5e6e7;
    /*3B4991*/
    border: 1px solid #939598;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.PlusMinusImage {
    padding: 7px 10px;
}

.PlusMinusImageLabel {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 4px;
    display: inline-block;
}

.AuthorInfoTitle {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
}

.AuthorInfoLine {
    background-color: #c9c9c9 !important;
    width: 95%;
    height: 1px;
    -moz-transform: scale(1,1);
}

.AuthorInfoRow {
    width: 70%;
    margin-top: 20px;
}

.AuthorInfoText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    color: #404041;
}

    .AuthorInfoText > p > a, div p > a {
        font-weight: 400;
    }

.AuthorInfoPadding3 .AuthorInfoText {
    text-decoration: underline;
}

.AuthorInfoAnchor {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    color: #404041;
    text-decoration: underline;
}

.SSCallDivBox {
    background-color: #dcdcdc;
    width: 103%;
    padding-bottom: 20px;
}

.SSCallAnchor {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    text-decoration: underline;
    font-weight: 700;
    font-style: normal;
}

    .SSCallAnchor:hover, .SSCallAnchor:focus, .SSCallAnchor:active {
        text-decoration: underline;
    }

.SSCallAnchorText, .SSCallAnchorText:hover, .SSCallAnchorText:focus, .SSCallAnchorText:active {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 12px;
    color: #404040;
    font-style: normal;
    font-weight: bold;
}

.SSCallAnchorRow {
    margin-left: 20px;
}

.SSCallRow {
    margin-top: 20px;
    margin-left: 20px;
}

.SSCallLine {
    width: 1060px;
    border-bottom: 1px dashed #6d6e70;
}

.PublicationTitle {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.PublicationText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404041;
}

.PublicationRow {
    margin-top: 10px;
}

.PublicationLine {
    border: 1px solid #c9c9c9;
    width: 346px;
}

.PublicationButton {
    width: 205px;
    height: 40px;
    background-color: #fff100;
    border: none;
    box-shadow: none;
    padding-top: 10px;
}

.PublicationText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    font-style: normal;
    font-weight: 500;
}

.PublicationButton1 {
    width: 205px;
    height: 40px;
    background-color: #6d6e70;
    border: none;
    box-shadow: none;
    padding-top: 10px;
}

.PublicationText1 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
}

.PublicationButtonPadding {
    margin-top: 16px;
}

.GuestEditorName {
    font-family: "utopia-std", Georgia, serif;
    font-weight: 700;
    font-size: 15px;
    color: #404041;
    text-decoration: underline;
}

.GuestEditorAddress {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404041;
    text-align: left !important;
}

.GuestEditorAnchor {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404041;
    text-decoration: underline;
}

.GuestEditorRow {
    margin-top: 20px;
}

.CallForPapersRowPadding {
    margin-top: 10px;
}

.CallForPapersItemRowPadding {
    margin-top: 10px;
    margin-left: 22px;
}

.CallForPapersContentText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    color: #404041;
    width: 732px;
}

.CallForPapersImage {
    width: 350px;
    height: 250px;
    margin-left: 16%;
}

.CallForPapersBoldText {
    font-family: "utopia-std", Georgia, serif;
    font-weight: 700;
    font-size: 15px;
    color: #404041;
    font-weight: 700;
}

.CallForPapersUL {
    margin-left: -2px;
}

.PreviousPublishLine {
    border: 1px solid #6d6e70;
    width: 1100px;
    margin-bottom: 25px;
}

.PreviousPublishTitleDiv {
    margin-top: 35px;
}

.PreviousPublishTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
}

.PreviousPublishDottedLine {
    border-bottom: 1px dashed #6d6e70;
    width: 1100px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.PreviousPublishContentText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404041;
}

    .PreviousPublishContentText a {
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        font-weight: 700;
        font-style: normal;
    }

        .PreviousPublishContentText a:hover, a:focus {
            text-decoration: underline;
        }
/*.PreviousPublishEditorText{
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404041;
}*/
.PreviousPublishShowingTextDiv {
    text-align: center;
}

.PreviousPublishShowingText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404040;
}

.PreviousPublishButtonRow {
    text-align: center;
    margin-top: 20px;
}

.PreviousPublishButton {
    width: 195px;
    height: 65px;
    background-color: #fff100;
    border: none;
    box-shadow: none;
    padding-top: 25px;
}

.ProfileCourseContentText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 14px;
    line-height: 19px;
    color: #404041;
}

.PreviousPublishButtonText {
    color: #000000;
}

.YearRow {
    margin-right: 0px;
    margin-left: 0px !important;
    margin-top: 10px;
}

.YearRow1 {
    margin-top: 35px;
    margin-left: 25px;
}

.YearVolumeTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    color: #404040;
    font-style: normal;
    font-weight: 700;
}

.YearVolumeText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    font-style: normal;
    font-weight: 700;
}

.YearVolumeInprogressText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #404040;
    font-style: normal;
    font-weight: 700;
}

.YearVolumeText:hover {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #404040;
    font-weight: 700;
    font-style: normal;
}

.ByConferenceTopConfRowDiv {
    background-color: #f8f8f9;
    height: 75px;
}

.ByConferenceCloseImage {
    margin-right: 10px;
    margin-top: 10px;
}

.ByConferenceImage {
    margin-left: 35px;
}

.ByConferenceTopText {
    font-family: "Gotham A 75px","Gotham B 75px";
    font-size: 14px;
    color: #000000;
    margin-left: 10px;
    margin-top: 50%;
    font-weight: 400;
    font-style: normal;
}

.ByConferenceRowPadding1 {
    margin-left: 65px;
    margin-top: 45px;
}

.ByConferenceRowPadding2 {
    margin-left: 85px;
    margin-top: 20px;
}

.BrowseVolumeJustPublishedText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 20px;
    color: black;
}

.ChorusArticlePanel {
    width: 340px;
    background-color: #e5e6e7;
    border: none;
    box-shadow: none;
    margin: 0px !important;
}

.ChorusArticleImage {
    top: 4px;
}

.ChorusRowPadding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ChorusArticleText {
    font-family: "utopia-std", Georgia, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    color: #404041;
}

.ChorusArticleline {
    width: 95%;
    height: 2px;
    background-color: #6d6e70;
    color: #404040;
}

#eBookLoadMoreResultCount {
    border-top: 1px solid #919191;
    padding-top: 15px;
    width: 315px;
    display: inline-block;
}

.EBookFilterTitle,
.VideoFilterTitle {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}

.EBookFilterRow {
    width: 180px;
    margin-right: 22px;
    display: inline-block;
    vertical-align: top;
    margin: 35px 22px 20px 0px;
}

.EBookFilterRow4 {
    margin-right: 0px
}

.EBookFilterPadding {
    margin-bottom: 35px;
}

.EBookFilterImage,
.VideoFilterImage {
    width: 182px;
    height: 260px;
}

    .EBookFilterImage:hover {
        outline: solid 5px #fff100;
    }

.EBookFilterImageSmall,
.VideoFilterImageSmall {
    width: 126px !important;
    height: 180px !important;
}

    .EBookFilterImageSmall:hover {
        outline: solid 5px #fff100;
    }

.EBookFilterText1,
.VideoFilterText1 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}

a:hover .EBookFilterText1 {
    text-decoration: underline;
}

.EBookFilterText2,
.VideoFilterText2 {
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404040;
}

    .EBookFilterText2:hover,
    .VideoFilterText2:hover {
        color: #000000;
    }

.SearchResultsContentTechnologyPanel {
    background-color: #ffffff !important;
    padding: 22px !important;
    width: 806px;
    height: 280px;
    margin-bottom: 35px;
    margin-top: 35px;
}

.SearchResultsContentTechnologyTitle {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}

.SearchResultsContentTechnologyTitleRow {
    margin-top: -10px !important;
    padding-top: 0px !important;
    padding-bottom: 22px;
}

.SearchResultsContentTechnologyText {
    font-family: "utopia-std", Georgia, serif;
    font-size: 16px;
    color: #404041;
}

.SearchResultsContentTechnologyRowPadding {
    padding-bottom: 6px;
}

.SearchResultsContentTechnologyText:hover {
    text-decoration: underline;
}

.FilterMenuLine {
    background-color: #6d6e70 !important;
    height: 1px;
    width: 98%;
}

.FilterMenuRowPadding1,
.FilterMenuRowPadding2 {
    margin-bottom: 78px;
}

.FilterMenuRowPadding3 {
    margin-top: 1px;
    margin-bottom: 15px;
}

.FilterMenuRowPadding4 {
    margin-top: 15px;
}

.VideoFilterMenuRowPadding {
    margin-top: 0;
}

.AuthorInfoTitle {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 18px;
    line-height: 34px;
    width: 55%;
    Color: #000000;
    padding-bottom: 20px;
    font-weight: 700;
    font-style: normal;
}

.GuestEditorsTitle {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 18px;
    line-height: 34px;
    width: 55%;
    Color: #000000;
    padding-bottom: 20px;
    font-weight: 700;
    font-style: normal;
}

.AuthorInfoContentText {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 13px;
    line-height: 18px;
    text-align: Center;
    Color: #000000;
    width: 57%;
    font-weight: 400;
    font-style: normal;
}

.AuthorInfoContentTextWidth {
    width: 65% !important;
}

.AuthorInfoText:hover {
    color: #000000;
}

.AuthorInfoLine {
    background-color: #6d6e70 !important;
    height: 1px;
    width: 100%;
}

.AuthorSpotLightLine {
    background-color: #6d6e70 !important;
    height: 1px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.AuthorInfoPadding1 {
    margin-top: 42px;
    margin-bottom: 20px;
}

.AuthorInfoPadding2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.bottomFeatures .AuthorInfoPadding3 .AuthorInfoText {
    color: #404040;
}

.bottomFeatures .AuthorInfoColumnPadding:hover .AuthorInfoPadding3 .AuthorInfoText {
    color: #000;
}

.AuthorInfoPadding3 {
    margin-bottom: 50px;
}

.AuthorInfoColumnPadding {
    margin-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.SPIEPanel {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    border: none;
    box-shadow: none;
    background-color: #e5e6e7;
}

.SPIEPanelNoWidth {
    margin-right: auto;
    margin-left: auto;
    border: none;
    box-shadow: none;
    background-color: #e5e6e7;
    padding: 0px;
}

.SPIEPanelPadding1 {
    margin-left: 60px;
}

.ProceedingsArticleMenuPanelWidth {
    width: 331px !important;
}

.SPIEPanelBody {
    margin-left: -60px;
}
/*EBook view Styles Start*/
.EBCProceedingsArticleCol {
    left: -10px;
    top: 30px;
}

.EBFProceedingsArticleCol {
    left: -10px;
    top: 5px;
}

.EBNProceedingsArticleCol {
    left: -10px;
    top: 5px;
}

.eBookTocDPAd {
    margin-top: -40px;
    margin-left: 40px;
}

.eBookFGTOCNoMargin {
    margin: 0px !important;
}
/*EBook view Styles End*/

/*Proceedings View Styles Start*/
.PAHVideoArticleCol,
.PAHProceedingsArticleCol {
    left: 40px;
    top: 0px;
}

#rightRail {
    padding-left: 10px;
    padding-right: 10px;
}

.PAHArticleCol {
    border-right: 1px solid #6d6e70;
    width: 765px; /*!important;*/
    margin-top: 25px;
    height: auto;
}

#abstractLink {
    margin: -10px 0;
}

    #abstractLink a {
        font-family: 'utopia-std', Georgia, serif;
        font-size: 15px;
        line-height: 25px;
        color: #404041;
        text-decoration: underline;
    }

        #abstractLink a:hover {
            color: #000;
        }

#fulltextLink {
    margin: 50px 0;
}

    #fulltextLink a,
    #fulltextLink a:active,
    #fulltextLink a:hover {
        background-color: #3b4991;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 18px;
        padding: 15px 30px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
    }

/*.PAHArticleCol.shortened#mainArticle:before {
    height:400px !important;
    border-right:red solid 5px;
}*/

.PAHArticleCol #divArticleContent .ArticleContentPanel .panel-body,
.PAHArticleCol #divArticleContent div[class^='div'] .ArticleContentHeadRow {
    /*padding-top:50px;*/
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#divArticleContent .panel.panel-default.ArticleContentPanel {
    margin-bottom: 25px;
}

.PAHArticleCol #divARTICLECONTENTCITEDTop div[class^='div'] .ArticleContentHeadRow {
    padding-top: 10px;
    margin-top: 30px;
}

/* Spacing for content sections, but not Abstract */
/* Preserves spacing for eBook TOC */
.PAHArticleCol div[class^="div"] .ArticleContentHeadRow {
    margin-top: 30px;
    padding-top: 10px;
}

.PAHArticleCol div.ArticleContent .ArticleContentHeadRow {
    padding-top: 10px;
}

.PAHArticleCol div.div0 .ArticleContentHeadRow:first-child,
div#ArticleLink div.div0 .ArticleContentHeadRow:first-child {
    margin-top: 0;
    padding-top: 0;
}

.PAHSpace {
    padding-top: 25px;
}

    .PAHSpace.adSpace, .PAHSpace.adSpace .panel-body {
        padding-top: 10px;
    }

#videoAd.adSpace {
    padding-top: 5px;
}
/*Proceedings View Styles End*/

/*Journal View Styles Start*/
.JAHProceedingsArticleCol {
    left: 40px;
    top: 0px;
}
/*Journal View Styles End*/

.JAHProceedingsArticleMenu {
    margin-top: -35px;
}

.ProfileUpdatePanel {
    width: 314px;
    height: 195px;
    background-color: #eeeeef;
    border: none;
    box-shadow: none;
    padding-left: 20px;
}

.ProfileUpdateHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}

.ProfileUpdateText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #404041;
    font-weight: 400;
    font-style: normal;
}

.ProfileUpdateAnchor {
    text-decoration: underline;
}

.ProfileUpdatePadding {
    margin-top: 20px;
}

.ProfileUpdatePadding1 {
    margin-top: 10px;
}
/*Profiles*/
.ContactInfoPanel {
    width: 314px;
    height: 285px;
    background-color: #eeeeef;
    border: none;
    box-shadow: none;
    padding-left: 20px;
}

.ContactInfoHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}

.ContactInfoText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #404041;
    font-weight: 400;
    font-style: normal;
}

.ContactInfoPadding {
    margin-top: 10px;
}

.ContactInfoPadding1 {
    margin-top: 15px;
}

.SendMessageButton {
    Width: 196px;
    Height: 40px;
    background-color: #fff100;
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 12px;
    Color: #000000;
    border: none;
    box-shadow: none;
    font-weight: 500;
    font-style: normal;
}

.AuthorTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}

.AuthorSubTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}

.AuthorImage {
    width: 100px;
    height: 130px;
}

.AuthorContentText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #404041;
    font-weight: 400;
    font-style: normal;
}

.AuthorContentBoldText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}

.AuthorAnchorText {
    text-decoration: underline;
    color: #404041;
}

.AuthorRowPadding {
    margin-top: 13px;
}

.AuthorProfileLine {
    Font-Family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    width: 314px;
    height: 1px;
    background-color: #6d6e70;
    margin-top: -15px;
    font-style: normal;
    font-weight: 700;
}

.ProfileSummaryHeading {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 26px;
    Color: #000000;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 20px;
}

.AuthorProfileLine1 {
    width: 741px;
    height: 1px;
    background-color: #6d6e70;
    padding-bottom: -20px;
}

.AuthorProfileSignedInRowPadding {
    width: 741px;
}

.ProfileSummaryContent {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-height: 25px;
    Color: #404041;
    padding-left: 0px;
    margin-right: 80px;
    padding-top: 20px;
}

.PublicationsHeader {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 26px;
    Color: #000000;
    font-weight: 400;
    padding-top: 60px;
    display: inline;
    padding-left: 0px;
}

.Span b {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    Font-Size: 26px;
    Color: #000000;
    display: inline;
    padding-top: 60px;
    padding-left: 0px;
}

.ProfileTocLineItemTitleText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #404041;
}

.ProfileTOCLineItemBoldText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

a .ProfileTOCLineItemBoldText {
    text-decoration: underline;
}

a:hover .ProfileTOCLineItemBoldText {
    text-decoration: none;
    color: #404040;
}

.ProfileTocLineItemNameText {
    font-family: "utopia-std", Georgia, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 20px;
    color: #404041;
}

    .ProfileTocLineItemNameText:focus {
        outline: thin dotted;
    }

.ProfileTOCLineItemText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}

.ProfileSignInButton {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    Color: white;
    background-color: #000000;
    width: 140px;
    height: 30px;
}

.ProfileSignInHeaderText {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 16px;
    Color: #000000;
    font-weight: 700;
}

.SignInText {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 15px;
    Line-Height: 20px;
    Color: #404041;
}

.ProfileSignInPanel {
    width: 314px;
    height: 170px;
    background-color: #eeeeef;
    border: none;
    box-shadow: none;
    padding-left: 20px;
}

.ProfilePreviousPublishLine {
    border: 1px solid #939598;
    width: 741px;
}

.ProfileSigninRow {
    margin-top: 12px;
}

.ProfileSignInHeaderText {
    font-family: "Gotham - Narrow Bold";
    font-size: 16px;
    color: #000000;
}

.ProfileSignInText {
    font-family: "Gotham - Book";
    font-size: 15px;
    line-height: 20px;
    color: #404041;
}
/*Profile Ends*/
#divARTICLECONTENTTop div .section {
    background: none;
}

#divARTICLECONTENTTop p,
#divARTICLECONTENTREFERENCETop p {
    text-align: left;
}

#divARTICLECONTENTTop img {
    max-width: 510px;
    display: block;
    margin: auto;
}

#divARTICLECONTENTCITEDTop img {
    max-width: 650px;
}

#divARTICLECONTENTTop h2,
#divARTICLECONTENTREFERENCETop h2 {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    color: inherit;
}

#divARTICLECONTENTTop .label,
#divARTICLECONTENTREFERENCETop span.label {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    color: inherit;
    padding: 0px;
}

    #divARTICLECONTENTTop .label,
    #divARTICLECONTENTREFERENCETop span.label span.generated {
        font-family: "utopia-std", Georgia, serif;
        font-size: 16px;
    }

#divARTICLECONTENTTop .ref-label, #divARTICLECONTENTREFERENCETop .ref-label {
    margin-bottom: 0px;
}

#divARTICLECONTENTTop table {
    margin: 10px;
}

#divARTICLECONTENTTop th {
    border-bottom: solid black 1px;
}

#divARTICLECONTENTTop tbody {
    border-bottom: double;
    border-top: double;
}

#divARTICLECONTENTTop th,
#divARTICLECONTENTTop td {
    padding-left: 3px;
    padding-right: 4px;
}

.DownloadConfirmationHeader {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 15px;
    Color: #ffffff;
    font-weight: 500;
}

.DownloadConfirmationText {
    Font-Family: "utopia-std", Georgia, serif;
    Font-Size: 15px;
    Line-height: 20px;
    Color: #404041;
    text-align: left;
}

.DownloadConfirmationPadding {
    margin: 0 !important;
    padding: 0px 20px 30px 20px;
    text-align: center;
}

.DownloadConfirmationButton, .DownloadConfirmationButton:hover,
.DownloadConfirmationButton:active, .DownloadConfirmationButton:focus {
    height: 65px;
    min-width: 200px;
    text-align: center;
    padding: 25px 35px 25px 35px;
    border: none;
}

.DownloadNowButton {
    Font-Family: "proxima-nova", Arial, sans-serif;
    Font-Size: 13px;
    Color: #000000;
    font-weight: 500;
}

span.lookupLink {
    padding: 5px 10px;
}

    span.lookupLink a {
        text-decoration: underline;
    }

    span.lookupLink:before {
        content: '';
    }

.chapterSection li {
    list-style-type: none;
    font-size: 13px;
}

.AttentionPopupPanel {
    height: 580px !important;
    border: none;
    box-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.AttentionPopupText {
    font-family: 'utopia-std', Georgia, serif;
    font-size: 15px;
    color: #404041;
    font-style: normal;
}



/* Video Landing and Individual Start*/
.modal.fade#videoPresentationModal {
    padding: 0px;
    margin-top: 85px;
}

#videoPresentationModal .modal-dialog {
    width: 1100px;
    margin-top: 85px;
}

#videoPresentationModal div.modal-content {
    width: 1100px;
    margin: 115px auto 30px;
    border-radius: 0;
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: -85px;
}

#videoPresentationModal .col-xs-8 {
    width: 750px;
}

#videoPresentationModal .col-xs-4 {
    width: 350px;
}

#videoPresentationModal .ArticleContentHeadRow {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 24px;
    color: #000;
}

#divArticleContent .ArticleContentRow {
    padding-top: 5px;
}

#videoPresentationModal .ArticleContentRow {
    width: 700px;
    padding-top: 0;
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    color: #404041;
}

.VideoModalSubheader {
    color: #808080;
}

.close#videoModalClose {
    display: none;
    float: right;
    opacity: 0.99;
    z-index: 1060;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 135px;
}

    .close#videoModalClose img {
        border-radius: 50%;
        box-shadow: #3f3f3f -5px 0 5px;
        margin-right: 5px;
    }

@media all and (max-width:1200px) {
    .close#videoModalClose {
        width: 100%;
        position: fixed;
        top: 90px;
        right: 20px;
    }
}

.VideoProceedingsLink #subAbstractProcLink, .VideoEventLabel a {
    text-decoration: underline;
}

    .VideoProceedingsLink #subAbstractProcLink:hover, .VideoEventLabel a:hover {
        color: #404041;
        text-decoration: underline;
    }

.VideoArticleContentBlock {
    border-right: solid 1px #c9c9c9;
    padding: 0 10px 10px 25px;
    margin: 15px 0 40px 0;
}

#videoAd.adSpace .DFPAdPanel {
    padding-left: 0;
}

#helpSearchForm {
    width: 505px;
}

    #helpSearchForm #helpSearchTerm {
        font-size: 16px;
    }

    #helpSearchForm .icon-wrap,
    #helpSearchForm input#helpSearchTerm {
        background-color: white;
    }

#videoJumper .ProceedingsArticleMenuRowPadding1 {
    margin-top: 10px;
}

main form.search#helpSearchForm input[type=text] {
    height: 40px;
    padding: 5px;
}

main form.search#helpSearchForm div.icon-wrap {
    height: 40px;
    margin-right: 15px;
}

main form.search#helpSearchForm input[type=submit] {
    width: 160px;
    margin-left: 20px;
    height: 40px;
    text-transform: capitalize;
}

.VideoFilterPadding {
    margin: 0 0 0 -16px;
}

    .VideoFilterPadding.Additional {
        margin-top: 20px;
    }

div#divVideoTitle .VideoHero {
    margin-bottom: 10px;
}

    div#divVideoTitle .VideoHero div.ProceedingsArticleOpenAccessFooterTextRow {
        font-size: 18px;
        line-height: 26px;
        color: #404041;
    }

/* Video Presentation Grid */
.videoViewAllLink,
.ViewAllLink {
    color: #7c7c7c;
    font-size: 16px;
    float: right;
    text-decoration: underline;
    margin: -20px 20px 20px 5px;
}

.SearchResultsContentTechnologyText.ViewAllLink {
    margin: 0;
    cursor: pointer;
    vertical-align: top;
    padding-left: 25px;
    float: right;
    top: 30px;
    left: 5px;
    position: relative;
}

.videoViewAllLink:hover {
    color: #000;
}


.VideoGridItem:hover {
    cursor: pointer;
}

    .VideoGridItem.activeWatch:hover .GridItemTitle,
    .VideoGridItem:hover .GridItemTitle {
        text-decoration: underline;
    }

    .VideoGridItem.activeWatch:hover .VideoGridThumbnail img.thumbnailStill,
    .VideoGridItem.activeWatch:hover img.VideoFilterImage,
    .VideoGridItem:hover .VideoGridThumbnail img.thumbnailStill,
    .VideoGridItem:hover img.VideoFilterImage {
        outline: solid 3px #fff100;
    }

div.VideoFilterRow .VideoGridItem.activeWatch .justWatched {
    display: block;
    margin-bottom: -22px;
}

div.VideoFilterRow .VideoGridItem.activeWatch:hover .justWatched {
    display: none;
}

div.VideoFilterRow .VideoGridItem.activeWatch:hover .viewDetails {
    display: block;
    margin-bottom: -22px;
}

div.VideoFilterRow .VideoGridItem:hover .viewDetails {
    display: block;
    margin-bottom: -22px;
}

.VideoGridItem.activeWatch .VideoTime,
.VideoGridItem.activeWatch:hover .VideoTime,
.VideoGridItem:hover .VideoTime {
    background-color: #fff100;
    color: black;
    font-weight: bold;
    opacity: 0.99;
    position: relative;
    /* z-index:10;  */
    /*margin-top:-96px;*/
}

.VideoOpenAccessMarker {
    padding: 2px 0 5px 3px;
    height: 25px;
}

.VideoGridItem.activeWatch .lockOutThumb,
.VideoGridItem.activeWatch:hover .lockOutThumb,
.VideoGridItem:hover .lockOutThumb {
    opacity: 0.3;
    margin-top: -96px;
}

div#VideoLoadMoreResultsContainer .row {
    padding-left: 0;
    margin-left: 0;
}

div#VideoLoadMoreResultsContainer.loadMoreResultsContainer {
    border: none;
}

/* .VideoGridItem */

.VideoFilterRow {
    overflow: auto;
    margin-bottom: 20px;
}

    .VideoFilterRow > div {
        display: inline-block;
        width: 182px;
        margin: 0 0 0 23px;
        float: left;
        padding-bottom: 5px;
    }

.GridItemContainer:nth-of-type(1) {
    margin-left: 3px;
}

.VideoGridThumbnail {
    height: 115px;
    text-align: right;
}

    .VideoGridThumbnail img, .VideoGridThumbnail .emptyVid {
        width: 182px;
        height: 102.75px;
        margin-bottom: -24px;
        color: white;
    }

    .VideoGridThumbnail .lockOutThumb {
        width: 100%;
        height: 96px;
        background: rgba(255,255,255, 0.5);
        position: relative;
        margin-top: -72px;
        margin-bottom: -24px;
        display: block;
    }

        .VideoGridThumbnail .lockOutThumb img {
            background: none;
            height: auto;
            width: auto;
            position: relative;
            margin-top: 25px;
            float: left;
            margin-left: 40%;
        }

    .VideoGridThumbnail .emptyVid {
        color: white;
        padding: 15px 0 0 0;
        text-align: center;
    }

        .VideoGridThumbnail .emptyVid img {
            width: 40px;
            height: 30px;
        }

div.VideoTime {
    color: white;
    background-color: black;
    padding: 2px 3px;
    /*margin-left:75%;*/
    margin-bottom: 10px;
    display: inline-block;
    opacity: 0.99;
}

.VideoGridThumbnail .justWatched,
.VideoGridThumbnail .nowPlaying,
.VideoGridThumbnail .viewDetails {
    background: rgba(0,0,0,0.5);
    position: relative;
    margin-top: -78px;
    outline: solid 3px #fff100;
    height: 102px;
    padding-top: 40px;
    text-align: center;
    color: #fff100;
    font-weight: bold;
    width: 100%;
}

.VideoGridThumbnail .justWatched,
.VideoGridThumbnail .viewDetails {
    display: none;
}

.VideoGridItem.activeWatch .justWatched {
    display: block;
}

.GridItemTitle {
    font-weight: bold;
    margin: 4px auto 6px;
    word-wrap: break-word;
    text-align: left;
    line-height: 18px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
}

.GridItemAuthor a {
    font-size: 15px;
    font-family: "utopia-std", Georgia, sans-serif;
    color: #404040;
    text-decoration: underline;
}

.GridItemAuthor:hover {
    color: #000;
    text-decoration: underline;
}

.GridItemDate {
    font-size: 12px;
    margin-top: -4px;
}

#DLLockImage {
    margin-left: 360px;
    margin-top: 0;
    opacity: 0.999;
    height: auto;
    width: auto;
    transform: scale(1.5);
}

#VideoLockOverlay {
    height: 380px;
    margin-top: -415px;
    opacity: 0.999;
}

.whiteOut {
    height: 410px;
    margin-top: 5px;
    width: 100%;
    background: rgba(255,255,255,0.4);
    opacity: 0.99;
    display: block;
    padding-top: 160px;
}

.video-js div.lockOut {
    background: rgba(255,255,255,0.5);
}

.video-js img {
    opacity: 0.99;
    margin-top: -410px;
    margin-left: 40px;
    position: relative;
    height: 380px;
    display: block;
}

/* Videos ends */

/*Account css here*/
.accountDetailTable {
    margin-top: 10px;
    margin-bottom: 40px;
}

.accountDetailTableTitle {
    width: 140px;
}

.accountDetailTable td, .accountDetail {
    vertical-align: top;
    line-height: 22px;
    color: #404041;
}

h3.accountDetailSubTitle {
    font-size: 16px;
    color: black;
    margin-top: 30px;
}

div#AccountDetails a.institutionalBioLink {
    text-decoration-line: none;
    background-color: #3b4991;
    padding: 10px 15px;
    display: block;
    margin: 25px 2px;
    width: 340px;
    text-align: center;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

    div#AccountDetails a.institutionalBioLink:hover,
    div#AccountDetails a.institutionalBioLink:focus {
        background-color: #3b4991;
        color: #FFFFFF;
    }

.institutionDetailTableTitle {
    width: 220px;
}

/*have to do important tag because */
.accountHeader {
    width: 220px !important;
}

#AccountButtonHeader li {
    width: 220px !important;
}

#AccountButtonHeader, #JournalPaperAdminButtonHeader {
    margin-bottom: 40px;
}

#SubscriptionTable,
#InstitutionSubscriptionTable,
#InstitutionTokenSubscriptionTable,
#InstitutionAbuseTable,
#InstitutionCounterReportsTable {
    border-top: 1px solid #c9c9c9;
    margin-top: 20px;
    margin-bottom: 20px;
}

    #UsageTable th,
    #conferenceTable th,
    #InstitutionSubscriptionTable th,
    #InstitutionTokenSubscriptionTable th,
    #InstitutionAbuseTable th {
        height: 50px;
        border-bottom: 1px dotted #6d6e70;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        padding-left: 20px;
    }

    #SubscriptionTable th {
        height: 50px;
        border-bottom: 1px dotted #6d6e70;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
    }

    #SubscriptionTable td {
        height: 40px;
        border-bottom: 1px dotted #6d6e70;
    }

    #InstitutionSubscriptionTable td,
    #InstitutionTokenSubscriptionTable td,
    #InstitutionAbuseTable td,
    #InstitutionCounterReportsTable td {
        height: 40px;
        padding-left: 20px;
        border-bottom: 1px dotted #6d6e70;
    }

#ConsortiaMemberTable th {
    height: 40px;
    border-bottom: 1px dotted #6d6e70;
}

#InstitutionCounterReportsTable .column1 {
    width: 835px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #404041;
}

#InstitutionCounterReportsTable .column2 {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 265px;
    color: #404041;
}

#SubscriptionTable .column1 {
    width: 325px;
    border-right: 1px solid #c9c9c9;
}

#SubscriptionTable .column2 {
    width: 165px;
    border-right: 1px solid #c9c9c9;
    padding-left: 20px;
}

#SubscriptionTable .column3 {
    width: 170px;
    border-right: 1px solid #c9c9c9;
    padding-left: 20px;
}

#SubscriptionTable .column4 {
    width: 145px;
    border-right: 1px solid #c9c9c9;
    padding-left: 20px;
}

#SubscriptionTable .column5 {
    width: 140px;
    border-right: 1px solid #c9c9c9;
    padding-left: 20px;
}

#SubscriptionTable .column6 {
    width: 155px;
    padding-left: 20px;
}

#SubscriptionTable .pastSubscription {
    display: none;
}


/* Shibboleth section on Institutional Admin */
section#accessShibboleth label {
    margin-bottom: 12px;
    font-weight: normal;
}

section#accessShibboleth table tr td:nth-child(2) {
    width: 230px;
}

section#accessShibboleth table tr td:nth-child(3) {
    width: 265px;
}

section#accessShibboleth table tr input,
section#accessShibboleth table tr textarea,
section#accessShibboleth .SaveToSubmitbtn {
    width: 100%;
}

section#accessShibboleth .SaveToSubmitbtn {
    font-weight: bold;
    height: 32px;
}

section#accessShibboleth span.required {
    color: #b94a48;
    font-size: 12px;
    margin-left: 10px;
}

section#accessShibboleth td.errorIcon {
    font-size: 18px;
    width: 12px;
    color: #b94a48;
}

section#accessShibboleth .showError {
    border: 1px #b94a48 solid;
}

section#accessShibboleth select,
section#accessShibboleth text,
section#accessShibboleth input {
    height: 28px;
    padding-left: 5px;
}

section#accessShibboleth textarea {
    padding-left: 5px;
}

section#accessShibboleth table tr {
    margin-bottom: 10px;
}

section#accessShibboleth td.errorMessage {
    color: #b94a48;
    padding-left: 20px;
}

    section#accessShibboleth td.errorMessage img {
        width: 24px;
        margin: 0 8px 0 0;
    }

section#accessShibboleth td.errorMessage {
    display: none;
}

section#accessShibboleth input:valid,
section#accessShibboleth select:valid {
    border: none;
}

section#accessShibboleth input:required input:invalid,
section#accessShibboleth select:required select:invalid {
    border: 1px #b94a48 solid;
}

h5 {
    font-size: 14px;
    color: #404040;
}

button.refreshData {
    border: none;
    background-color: #fff100;
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    min-width: 120px;
    height: 40px;
    float: right;
}

#InstitutionAbuseTable .column1 {
    width: 550px;
    padding-left: 0px;
    border-right: 1px solid #939598;
    padding-top: 20px;
    padding-bottom: 20px;
}

#InstitutionAbuseTable .column2 {
    width: 275px;
    border-right: 1px solid #939598;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#InstitutionAbuseTable .column3 {
    width: 275px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}


#UsageTable,
#conferenceTable {
    border-top: 1px solid #c9c9c9;
}

    #UsageTable td,
    #conferenceTable td {
        border-bottom: 1px dotted #6d6e70;
        font-size: 15px;
        color: #404041;
    }

    #UsageTable .column1 {
        width: 730px;
        border-right: 1px solid #c9c9c9;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 50px;
    }

    #UsageTable .column2 {
        width: 185px;
        border-right: 1px solid #c9c9c9;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #UsageTable .column3 {
        width: 185px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.usageSuperTitle {
    font-size: 12px;
    color: #404041;
    text-transform: uppercase;
}


#conferenceTable .column1 {
    width: 255px;
    border-right: 1px solid #c9c9c9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 5px;
}

#conferenceTable .column2 {
    width: 710px;
    border-right: 1px solid #c9c9c9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 100px;
}

#conferenceTable .column3 {
    width: 135px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}


.alertLabel {
    line-height: 19px;
    color: #404041;
    font-size: 14px;
    font-weight: normal;
}


#searchAlertTable,
#errataAlertTable,
#savedSearchTable,
#citationAlertTable {
    margin-top: 10px;
}

    #errataAlertTable td,
    #searchAlertTable td,
    #citationAlertTable td {
        border-top: dotted 1px #6d6e70;
        border-bottom: dotted 1px #6d6e70;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #errataAlertTable .column1,
    #searchAlertTable .column1,
    #citationAlertTable .column1 {
        width: 465px;
        border-right: 1px solid #c9c9c9;
    }

    #errataAlertTable .column2,
    #searchAlertTable .column2,
    #citationAlertTable .column2 {
        width: 160px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #savedSearchTable th {
        border-top: solid 1px #6d6e70;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #savedSearchTable td {
        border-top: dotted 1px #6d6e70;
        border-bottom: dotted 1px #6d6e70;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #savedSearchTable .column1 {
        width: 250px;
        padding-right: 20px;
        border-right: 1px solid;
    }

    #savedSearchTable .column2 {
        width: 250px;
        border-left: 1px solid;
        border-right: 1px solid;
        padding-left: 20px;
        padding-right: 20px;
    }

    #savedSearchTable .column3 {
        width: 140px;
        border-left: 1px solid;
        border-right: 1px solid;
        padding-left: 20px;
        padding-right: 20px;
    }

    #savedSearchTable .column4 {
        width: 160px;
        border-left: 1px solid;
        border-right: 1px solid;
        padding-left: 20px;
        padding-right: 20px;
    }

    #savedSearchTable .column5 {
        width: 160px;
        padding-left: 20px;
        padding-right: 20px;
    }

div#searchContainer {
    border-top: #919191 1px solid;
}

.container.body-content {
    min-height: 650px;
}

#InstitutionSubscriptionTable .column1 {
    width: 350px;
    padding-left: 0px;
    border-right: 1px solid #c9c9c9;
}

#InstitutionSubscriptionTable .column2 {
    width: 200px;
    border-right: 1px solid #c9c9c9;
}

#InstitutionSubscriptionTable .column3 {
    width: 300px;
    border-right: 1px solid #c9c9c9;
}

#InstitutionSubscriptionTable .column4 {
    width: 250px;
}

#InstitutionTokenSubscriptionTable .column1 {
    width: 550px;
    padding-left: 0px;
    border-right: 1px solid #c9c9c9;
}

#InstitutionTokenSubscriptionTable .column2 {
    width: 200px;
    border-right: 1px solid #c9c9c9;
}

#InstitutionTokenSubscriptionTable .column3 {
    width: 175px;
    border-right: 1px solid #c9c9c9;
}

#InstitutionTokenSubscriptionTable .column4 {
    width: 175px;
}

.myLibraryFolderArrow {
    width: 0px;
    height: 0px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #c9c9c9;
    display: inline-block;
    margin-left: -4px;
}

.allLibraryOption {
    vertical-align: middle;
}

.activeFolder {
    position: relative;
    background-color: #c9c9c9;
    align-items: center;
    padding-left: 10px;
}

    .activeFolder:after {
        content: "";
        position: absolute;
        right: -10px;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 10px solid #c9c9c9;
    }

.folderTitle {
    align-items: center;
}

    .folderTitle a {
        margin-right: 5px;
    }

.createNewFolder a, .createNewFolder a:hover {
    text-decoration: none;
}

.ShibbolethInstructions {
    width: 700px;
    font-size: 18px;
    line-height: 26px;
    color: #404041;
    margin-bottom: 40px;
    margin-top: 40px;
}

.ShibbolethFederationSelect {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #404041;
    padding: 5px;
}

    .ShibbolethFederationSelect:hover,
    .ShibbolethFederationSelectActive {
        background-color: yellow !important;
        font-weight: bold;
    }

.ShibbolethOrg {
    margin-top: 20px;
}

    .ShibbolethOrg a {
        color: #000000;
        text-decoration: underline;
        color: #404041;
    }

        .ShibbolethOrg a:hover {
            color: #000000;
        }

/*Account css ends*/
.noPrint {
    display: none;
}


/*our custom date picker code!*/
.spieDatePicker {
    margin-top: 10px;
    margin-bottom: 0px;
}

.spieDatePickerTextBox {
    border: 1px solid black;
    background-color: white;
    height: 33px;
    width: 212px;
    padding-left: 10px;
    padding-top: 5px;
    cursor: pointer;
}

.spieDatePicker li:hover,
.spieDatePicker li.active {
    background-color: #fff100;
    border: 1px solid black;
}

.spieDatePicker li {
    width: 70px;
    height: 28px;
    cursor: pointer;
    padding-top: 7px;
    padding-left: 10px;
    border: 1px solid white;
    margin-bottom: 0px;
    margin-top: 1px;
}

.panel-body.datepicker {
    padding: 0px;
}

div[aria-describedby="divDatePickerPopup"] .ui-dialog-titlebar {
    padding: 0px;
}

.ui-dialog-titlebar #divDatePickerTitle {
    border-right: 1px solid white;
    width: 108px;
    display: inline-block;
    height: 48px;
    vertical-align: middle;
    padding-left: 23px;
    padding-top: 14px;
    margin-right: 11px;
}

/* Get SignIn and Save Later modal dialogs above the video modal */
/*div[aria-describedby="divPopupSaveTo"].ui-dialog #divPopupSaveTo, */
div[aria-describedby="divPopupFullAccess"].ui-dialog {
    z-index: 2010;
}

div[aria-describedby="downloadConfirmationDialog"].ui-dialog {
    z-index: 1061;
}

#divDatePickerPopup {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.spieDatePicker::-webkit-scrollbar {
    width: 7px;
    background-color: #f1f2f2;
}

.spieDatePicker::-webkit-scrollbar-thumb {
    background-color: #6d6e70;
}
/*end custom date picker*/

#ApplyDates {
    width: 127px;
    height: 33px;
    background-color: #323333;
    color: white;
    font-size: 15px;
    vertical-align: top;
    padding-left: 15px;
    padding-top: 5px;
    cursor: pointer;
}

.JournalFrontLandingText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #000000;
}

.GuidelinesTable {
    margin-top: 20px;
    background-color: #dcdcdc;
    border: 1px solid #000000 !important;
    border-collapse: separate !important;
}

.SubmissionText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 16px;
    Line-Height: 34px;
    Color: #000000;
    text-decoration: underline;
    padding-left: 30px;
    padding-right: 30px;
}

.TableHeaderText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 18px;
    Color: #000000;
    padding-left: 30px;
    text-decoration: underline;
}

.JumpText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #404040;
    padding-left: 12px;
}

.GuidelinesText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    Font-Size: 12px;
}

.items > div > p:first-child {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    Font-Size: 18px;
    Color: #000000;
}

#displayVideo650 .vjs-big-play-button {
    position: absolute;
    top: 140px;
    left: 200px;
}

#displayVideo520 .vjs-big-play-button {
    position: absolute;
    top: 130px;
    left: 162px;
}

#displayVideo750 .vjs-big-play-button {
    position: absolute;
    top: 140px;
    left: 300px;
}

.embed-responsive-16by9.displayVideo750 {
    width: 750px;
}

.CallForPapersContentText > p > a {
    font-weight: 700;
    font-family: "utopia-std", Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    color: #404041;
}

/* css for file upload engine */
.UploadFileListItem {
    border-top: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
    background-color: #f7f7f7;
    margin: 2px 2px 2px 2px;
    padding: 2px 4px 2px 4px;
}

.UploadFileDisplayBlock {
    display: inline-block;
    width: 900px;
}

.UploadFileIconBlock {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    padding-top: 4px;
}

.UploadFileNameBlock {
    display: inline-block;
    height: 40px;
    width: 300px;
    vertical-align: top;
    padding: 2px 4px 2px 4px;
}

.UploadFilePBContainer {
    height: 18px;
    width: 102px;
    border: solid 1px #000000;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

.UploadFileProgressBar {
    background-color: #aaeeaa;
    display: block;
}

.UploadFileProgressFont {
    font-size: 8px;
    font-family: "utopia-std", sans-serif;
    line-height: 16px;
}

.UploadFileProcessFont {
    font-size: 11px;
    font-family: "utopia-std", sans-serif;
    line-height: 16px;
}

.UploadFileStatusBlock {
    display: inline-block;
    height: 20px;
    width: 450px;
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(50%);
    padding-left: 5px;
}

.items > h4 > a {
    text-decoration: underline;
}

    .items > h4 > a:hover, .items > h4 > a:focus {
        color: #404040;
        text-decoration: underline;
    }

.divRightSubscribe > p > a,
.divRightSubscribe > p > span > a {
    text-decoration: underline;
    font-weight: 700;
}

.searchTermAutoComplete {
    overflow-y: scroll;
    max-height: 200px;
    overflow-x: hidden;
    border: 1px solid #c5c5c5;
}

    .searchTermAutoComplete li {
        padding: 5px 10px;
    }

.searchTermTextbox {
    max-width: none;
    position: relative;
    left: 0;
    z-index: 2;
    background-color: transparent;
}

.searchTermTextboxGray {
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #404040;
}

.advSearchKeywordTextbox.searchTermTextboxGray {
    background-color: white;
}

#pubTitleAllTitles, #advSearchPubTitleAllTitlesContainer {
    display: none;
}


#pubTitleAllTitles {
    overflow-y: auto;
    overflow-x: hidden;
    height: 225px;
    background-color: white;
    padding: 15px 5px 0 5px;
}

.facetOptionsScrollContainer .facetOptionContainer label {
    width: 190px;
}

.pubTitleAllTitlesToggle {
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
}

#pubTitleApplyRefinementButton {
    display: none;
}


.ShoppingCartProgressbar {
    width: 100%;
    height: 44px;
    border-top: 1px solid #939598;
    border-bottom: 1px solid #939598;
    background-color: #f1f2f2;
}

    .ShoppingCartProgressbar .crumb {
        margin-left: 30px;
        margin-top: 10px;
        font-size: 14px;
        color: #404041;
        display: inline-block;
    }

.ShoppingCartForm label {
    font-weight: normal;
    color: #404041;
}

.ShoppingCartForm input, .ShoppingCartForm select {
    height: 28px;
}

.printButton {
    background: url("/Content/themes/SPIEImages/print_black_icon.png");
}

.emailButton {
    background: url("/Content/themes/SPIEImages/email_black_icon.png");
}

.formText04 {
    color: #ed1c24;
}

.textFieldMedium {
    width: 170px;
}

.textFieldMediumLarge {
    width: 315px;
}

.dropDownMediumLarge {
    width: 250px;
}

.dropDownFieldSmall {
    width: 110px;
}

.dropDownMedium {
    width: 170px;
}

.inputError, error_field {
    border: 1px solid #dc93a7;
}

#addressValidatePopup .SelectAddressRadio {
    display: inline-block;
    padding-right: 4px;
    padding-top: 3px;
    vertical-align: top;
}


/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
.tooltipcontent {
    display: none;
}

.tooltiptext {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
}

    .tooltiptext:hover .tooltipcontent {
        background: white;
        display: inline-block;
        border: 1px solid grey;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
        padding: 10px;
        position: absolute;
        bottom: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        /*
Triangle hack to make tooltip look like a speech bubble
*/
        .tooltiptext:hover .tooltipcontent:after {
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            width: 0;
            border-top: 5px solid #000;
            border-top: 5px solid hsla(0, 0%, 20%, 0.9);
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            content: " ";
            font-size: 0;
            line-height: 0;
        }

#divCreditCardInfoTriangle {
    width: 0;
    border-top: 10px solid #f7f8f8;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* -- Forgot Password Style */
.ProfileForgotPasswordRow {
    margin-top: -20px;
}

.DescriptionText {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.fig {
    padding: 20px;
}

/* Email alert styles */

.emailAlertTableHelper {
    max-width: 425px;
    width: 425px;
    margin-left: 0;
    background: whitesmoke;
    overflow-y: scroll;
    max-height: 250px;
    display: none;
    padding: 6px;
}

    .emailAlertTableHelper label {
        width: 100%;
        padding-left: 3px;
        background: none;
    }

        .emailAlertTableHelper label:hover {
            background: #eee;
        }

/* End email alert  */

/* Advanced Search 'Publication Title' Styles */

#advSearchPubTitleTextbox, #advSearchPubTitleTextboxChooseTitles {
    display: none;
}

    #advSearchPubTitleTextbox.activeKeywordBox, #advSearchPubTitleTextboxChooseTitles.activeKeywordBox {
        display: block;
    }

#advSearchPubTitleTextboxChooseTitles {
    max-width: 98%;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 4px;
}

#advSearchPubTitleAllTitlesContainer {
    max-height: 225px;
    overflow-y: scroll;
    width: 98%;
    margin: 0 auto;
}


.chooseTitlesContainer {
    display: none;
    width: 58.75%;
    padding-top: 4px;
    margin-top: 4px;
    padding-bottom: 4px;
    background: white;
    position: absolute;
    z-index: 10;
    box-shadow: 0 4px 8px -2px rgba(9,30,66,.25), 0 0 1px rgba(9,30,66,.31);
}

div.shibbolethButton, div.minimal {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    display: block;
    float: right;
    position: relative;
    left: 20px;
    top: 6px;
    z-index: 1;
}

.titleChooseButton {
    background-color: #FFFFFF;
    color: #000;
    padding: 5px 30px 5px 15px;
    font-size: 14px;
    border: 1px solid #939598;
    cursor: pointer;
    text-align: left;
    width: 65%;
    display: none;
}

#divModalAdvSearchForm {
    overflow: visible;
}

#advSearchPubTitleAllTitlesContainer div {
    padding-left: 1px;
}

#advSearchPubTitleAllTitlesContainer label {
    width: 100%;
    padding-left: 3px;
    background: none;
    margin-bottom: 1.5px;
    margin-top: 1.5px;
    padding-top: 5px;
    display: flex;
}

.optionText {
    max-width: 80%;
    position: relative;
    top: -4px;
}

#advSearchPubTitleAllTitlesContainer label:hover {
    background: #eee;
}

div.focusedResult {
    background: #eee;
}

#advSearchPubTitleOptionsContainer {
    margin-top: 15px;
    display: block;
}

#searchTitle {
    display: none;
}

#advSearchSubmitButton:focus {
    outline: 2px solid black;
}

/* End Adv Search */


.pointer {
    cursor: pointer;
}

/* Journal Paper Preview - Videos*/
.embeddedVideo {
    text-align: center;
    margin-bottom: 20px;
}

.embeddedVideoPreviewPlayer {
    margin: auto;
}

.mediaLabel {
    white-space: normal !important;
    text-align: left !important;
}
.divFormField
{
    display: block;
    margin: 0px 0px 0px 0px !important;
    padding: 2px 2px 8px 2px;
    text-align: left;
    vertical-align: top;
}

.divFormFieldLabel
{
    display: block;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    width: 300px;
}

.divFormFieldInput
{
    display: block;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    width: 600px;
}

.formFieldError
{
    color: red;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    margin: 2px 0px 0px 0px !important;
    padding: 2px 4px 2px 4px;
    text-align: left;
    vertical-align: top;
}

.formFieldRequired
{
    color: red;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 0px !important;
    padding: 2px 0px 2px 0px;
    text-align: left;
    vertical-align: top;
}

.formFieldTextSm
{
    color: #404041;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

.formFieldLabel
{
    color: #404041;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    margin: 0px 0px 0px 0px !important;
    padding: 2px 4px 2px 4px;
    text-align: left;
    vertical-align: top;
}

.formFieldLabelInvalid
{
    color: #f00000;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    margin: 0px 0px 0px 0px !important;
    padding: 2px 4px 2px 4px;
    text-align: left;
    vertical-align: top;
}


.formFieldInvalid
{
    border: solid 1px #f00000;
}

.formFieldInputSmall
{
    color: black;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    height: 36px;
    padding: 2px 4px 2px 4px;
    text-align: left;
    vertical-align: top;
    width: 80px;
}

.formFieldInputSmall:valid
{
    border: solid 1px #aaaaaa;
}


/* -- Disabled invalid css because it is immediately applied on form-load rather than waiting until validation is triggered
.formFieldInputSmall:invalid
{
    border: solid 1px #f00000;
}*/

.formFieldInputMedium
{
    color: black;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    height: 36px;
    padding: 2px 4px 2px 4px;
    text-align: left;
    vertical-align: top;
    width: 290px;
}

.formFieldInputMedium:valid
{
    border: solid 1px #aaaaaa;
}

/* -- Disabled invalid css because it is immediately applied on form-load rather than waiting until validation is triggered
.formFieldInputMedium:invalid
{
    border: solid 1px #f00000;
}*/

.formFieldInputLarge
{
    color: black;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    height: 36px;
    padding: 2px 4px 2px 4px;
    text-align: left;
    vertical-align: top;
    width: 480px;
}

.formFieldInputLarge:valid
{
    border: solid 1px #aaaaaa;
}


.formButton
{
    background-color: #3b4991;
    color: #ffffff;
    border: none;
    height: 32px;
    width: 120px;
    text-transform: uppercase;
}

/* -- Disabled invalid css because it is immediately applied on form-load rather than waiting until validation is triggered
.formFieldInputLarge:invalid
{
    border: solid 1px #f00000;
}*/

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: "utopia-std", Georgia, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/*

Gotham Book
font-family:"ff-tisa-sans-web-pro", sans-serif;
font-weight:400;

Gotham Bold
font-family:"ff-tisa-sans-web-pro", sans-serif;
font-weight:700;

Gotham Black
font-family:"ff-tisa-sans-web-pro", sans-serif;
font-weight:800;

Gotham Narrow Medium
font-family:"ff-tisa-sans-web-pro", sans-serif;
font-weight:500;

Gotham Narrow Bold
font-family:"ff-tisa-sans-web-pro", sans-serif;
font-weight:700;

*/

/* Defaults
=======================================================================================================*/

body{
	background:#000;
	color:#000;
	font-size:16px;
	font-family:"utopia-std", Georgia, serif;
    font-weight:400;
	line-height:20px;
}

h1 {
    font-family: "utopia-std", Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 22px;
}
h2{
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:22px;
	font-weight:800;
	line-height:25px;
	margin:0;
}
h3{
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:20px;
	font-weight:800;
	line-height:20px;
	margin:0;
}
h4{
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:16px;
	font-weight:800;
	line-height:20px;
	margin:0;
}

hr{background:#6d6e70;border:none;clear:both;height:1px;margin:0 0 22px;}
ul{line-height:16px;margin:0 0 22px 22px;padding:0;}
ol{line-height:16px;margin:0 0 22px 0;}
ul li{margin:0 0 10px;}
ol li{margin:0 0 12px;}
p{margin:0 0 22px;}

em{font-style:italic;}
strong{font-weight:700;}

a{color:#000;outline:none;text-decoration:underline;}
	a:hover,
	a:focus {
		color: #404040;
		text-decoration: underline;
	}

/* Reusable
=======================================================================================================*/
.uppercase{text-transform:uppercase;}
.no-margin{margin:0;}
span.pipe{margin:0 5px;}
div.clear{clear:both;}
a.side-button{
	display:block;
	height:110px;
	position:absolute;
	right:0;
	text-align:center;
	top:30px;
	width:128px;
}
a.side-button span.text{
	display:block;
	font-size:12px;
	left:0;
	line-height:14px;
	padding:10px;
	position:absolute;
	text-transform:uppercase;
	top:22px;
}
a.top-button{bottom:30px;display:none;position:absolute;right:25px;}
a.button{
	background:#fff100;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:13px;
	font-weight:500;
	padding:4px 15px;
}

div.access{bottom:0;color:#fff;display:none;position:fixed;right:0;z-index:9;}
div.access div.content span.close{cursor:pointer;position:absolute;right:30px;top:15px;}
div.access div.content{
	background:rgba(0,0,0,0.9);
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:13px;
	font-weight:500;
	min-height:75px;
    max-height:100px;
	line-height:16px;
	padding:20px;
	position:relative;
}
    div.access div.content img {
        vertical-align: bottom;
        max-height: 75px;
    }

img.top-border{border-top:1px solid #6d6e70;}
hr.dotted{background:transparent;border-top:1px dotted #6d6e70;height:0;}
img.img-left{float:left;margin:5px 15px 15px 0;}
img.img-right{float:right;margin:5px 0 15px 15px;}

div.spacer{clear:both;height:22px;}
div.spacer.h40{height:40px;}
div.spacer.h50{height:50px;}
div.spacer.h70{height:70px;}
div.spacer.h100{height:100px;}
div.spacer.h200{height:200px;}

div.col.right{float:right;}
div.col{float:left;}
div.col.w270{width:270px;}
div.col.w274{width:274px;}
div.col.w325{width:325px;}
div.col.w334{width:334px;}
div.col.w352{width:352px;}
div.col.w362{width:362px;}
div.col.w470{width:470px;}
div.col.w520{width:520px;}
div.col.w550{width:550px;}
div.col.w600{width:600px;}
div.col.w706{width:706px;}
div.col.w718{width:718px;}
div.col.w725{width:725px;}
div.col.w760{width:760px;}
div.col.w826{width:826px;}

div.col.h300{height:300px;}
div.col.h325{height:325px;}
div.col.h364{height:364px;}

div.col.bottom-border{border-bottom:1px solid #6d6e70;}

div.side.right-border{border-right:1px solid #6d6e70;padding-right:18px;}
div.main.left-border{border-left:1px solid #6d6e70;margin-left:-1px;padding-left:31px;}

div.side .left-border{border-left:1px solid #6d6e70;padding-left:24px;}

p.big{font-size:16px;}
p.small{font-size:12px;}
p.medium{font-size:18px;}
p.date{font-family:"proxima-nova", Arial, sans-serif;font-size:13px;font-weight:400;margin:0;}

ul.no-bull.fade{font-size:15px;list-style:none;margin:0 0 22px;}
ul.no-bull.fade li a{color:#6d6e70;text-decoration:underline;}
ul.no-bull.fade li a:hover,
ul.no-bull.fade li a:focus{color:#000;}

div.add-to-cart p.small{margin:0 0 10px;position:relative;}
div.add-to-cart p.small strong{font-size:1;}
div.add-to-cart hr{margin:0 0 10px;}
div.add-to-cart a.button{bottom:0;position:absolute;right:0;}

div.hero{padding:43px 96px;}
div.hero hr{background:#000;height:3px;margin-bottom:50px;width:98px;}
div.hero h1{
	color:#000;
	font-family:"utopia-std", Georgia, serif;
	font-size:50px;
	font-weight:700;
	line-height:60px;
	margin:0 0 50px;
	text-transform:capitalize;
}

div.intro{margin-top:-11px;}
div.intro h1{font-size:40px;line-height:50px;margin:0 0 22px;}
div.intro p{color:#404041;font-size:18px;line-height:26px;margin:0 0 36px;}
div.intro p.small{font-size:15px;line-height:20px;}
div.intro a{color:#404040;text-decoration:underline;}
div.intro a:hover,
div.intro a:focus{color:#000;}

div.links a{
    color:#404040;
    font-size:16px;
    text-decoration:underline;
}
div.links a:hover,
div.links a:focus{color:#000;}
div.links span.icon{display:inline-block;margin-right:30px;}

div.scroll-to-self{position:relative;margin:0 0 55px;text-align:center;}
div.scroll-to-self a{position:relative;z-index:1;}
div.scroll-to-self:before{
	background:#6d6e70;
	content:" ";
	display:block;
	height:1px;
	left:0;
	position:absolute;
	top:50%;
	width:100%;
	z-index:0;
}

div.side hr:last-child{margin:0;}
div.side h4{font-family:"proxima-nova", Arial, sans-serif;font-weight:700;}
div.side p{margin:0 0 20px;}
div.side p a.underline{color:#404040;text-decoration:underline;}
div.side p a.underline:hover,
div.side p a.underline:focus{color:#000;}
div.side p.link{margin:0 0 25px;}
div.side p.link a{color:#404040;text-decoration:underline;}
div.side p.link a:hover,
div.side p.link a:focus{color:#000;}
div.side ul.no-bull{list-style:none;margin:10px 0;}
div.side ul.no-bull a:hover,
div.side ul.no-bull a:focus{text-decoration:underline;}
div.side ul.checklist{list-style:none;margin:10px 0;}
div.side ul.checklist li a{
	background:url(/prebuilt/img/Checkbox.png) no-repeat left 2px;
	display:block;
	padding-left:20px;
}
div.side ul.checklist li.on a{background:url(/Content/themes/SPIEImages/Search_Filter_Check.png) no-repeat left 2px;}
div.side ul.checklist li a:hover,
div.side ul.checklist li a:focus{text-decoration:underline;}
div.side ul.alpha{list-style:none;margin:10px 0;}
div.side ul.alpha li{display:inline-block;margin:0 10px 10px 0;width:20px;}
div.side ul.alpha li a:hover,
div.side ul.alpha li a:focus{text-decoration:underline;}

h2.section-header{border-bottom:1px solid #6d6e70;margin:0 0 22px;text-align:left;}
h2.section-header span{
	background:#fff100;
	display:inline-block;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:13px;
	font-weight:700;
	line-height:20px;
	padding:22px 15px;
	text-align:center;
	text-transform:uppercase;
	width:188px;
}

h2.section-header ~ h4 + p,
div.main.left-border h1 ~ p {
    font-weight: 400;
}

div.section{background:#fff;margin:35px 0;overflow:hidden;padding:22px;}
div.section ul.no-bull:first-child{margin-right:30px;}
div.section ul.no-bull{float:left;list-style:none;margin:0;width:370px;}
div.section a:hover,
div.section a:focus{text-decoration:underline;}

div.boxes{margin:0 -11px}
div.boxes div.box{
	border-bottom:1px solid #6d6e70;
	border-top:1px solid #6d6e70;
	float:left;
	margin:0 11px;
	padding:20px 0 50px;
	text-align:center;
	width:352px;
}
div.boxes div.box div.media{background:#fff;margin:0 0 20px;position:relative;overflow:hidden;}
div.boxes div.box div.media span.play{
	background:url(/prebuilt/img/Video_Play_Button.png) no-repeat;
	height:92px;
	left:50%;
	margin:-46px 0 0 -46px;
	position:absolute;
	top:50%;
	width:92px;
}
div.boxes div.box div.media div.images img{border-top:1px solid #6d6e70;}
div.boxes div.box div.media div.images a{display:inline-block;position:relative;}
div.boxes div.box div.media div.images a:first-child img{border-top:none;}
div.boxes div.box div.media div.images a span.go{margin-top:-10px;position:absolute;right:15px;top:50%;}
div.boxes div.box div.media div.images a:hover span.go,
div.boxes div.box div.media div.images a:focus span.go{text-decoration:underline;}

div.boxes div.box h2{
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:28px;
	font-weight:700;
	line-height:34px;
	margin:0 0 15px;
}
div.boxes div.box p{
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:18px;
	margin:0 0 20px;
}
div.boxes.v2 div.box{border-top:0;border-bottom:0;padding:0 0 50px;}
div.boxes div.box.w725{width:725px;}

div.journals{margin:0 -22px;}
div.journals div.journal{
	float:left;
	margin:0 22px 70px;
	min-height:200px;
	padding-left:172px;
	position:relative;
	width:525px;
}
div.journals div.journal img.thumb{left:0;position:absolute;top:0;}
div.journals div.journal h4{font-size:18px;font-weight:700;line-height:26px;}
div.journals div.journal p{margin:0 0 10px;}

div.journal.BrowseTitleAll div.links {font-family: "proxima-nova", Arial, sans-serif;}
div.journal.BrowseTitleAll div.links.publisher {font-family:"utopia-std", Georgia, serif; font-size:16px;}

div.ebooks{margin:0 -11px;}
div.ebook{float:left;margin:0 11px 45px;width:182px;}
div.ebook h4{font-weight:700;margin:0 0 5px;}
div.ebook h4 a:hover,
div.ebook h4 a:focus{text-decoration:underline;}
div.ebook p{margin:0 0 10px;}

div.category{border-top:1px solid #6d6e70;margin:0 0 25px;overflow:hidden;}
div.category a{
	background:#000;
	color:#fff100;
	display:block;
	float:left;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:14px;
	font-weight:500;
	height:37px;
	line-height:37px;
	margin-right:2px;
	padding:0 35px;
	text-transform:uppercase;
}
div.category a.view{
	background:#c9c9c9;
	color:#404041;
	font-family:"utopia-std", Georgia, serif;
	font-size:14px;
	text-decoration:underline;
	text-transform:none;
}
div.category a.view:hover,
div.category a.view:focus{color:#000;}

div.items{margin:0 0 36px;}
div.items h4{font-weight:700;margin:0 0 5px;}
div.items h4 a:hover,
div.items h4 a:focus{text-decoration:underline;}
div.items p{
    font-size:13px;
    margin:0 0 20px; 
    font-weight:400;
}

div.filters{
    background:#f1f2f2;
    margin:0 0 35px;
    padding:10px;
    position:relative;
}
div.filters div.tags{margin:0 0 10px;}
div.filters span.tag{
	display:inline-block;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:10px;
	font-weight:700;
	line-height:20px;
	margin-right:10px;
	white-space:nowrap;
}
div.filters p{margin:0;}

div.dropdowns div.dropdown:nth-child(1){right:117px;width:160px;}
div.dropdowns div.dropdown:nth-child(2){right:10px;width:100px;}
div.dropdown{background:#fff;position:absolute;right:0;top:29px;}
div.dropdown a{
    color:#000;
    display:block;
    padding:5px 10px;
    text-decoration:none;
}
div.dropdown p{margin:0;}
div.dropdown p span.default{
	background:url(/prebuilt/img/Carrot_Filter.png) right center no-repeat;
	font-weight:600;
	padding-right:20px;
}
div.dropdown ul{
	background:#fff;
	display:none;
	list-style:none;
	left:0;
	margin:0;
	padding:10px 0;
	position:absolute;
	top:32px;
	width:100%;
}
div.dropdown ul li{margin:0;}
div.dropdown ul li a{padding:10px;}
div.dropdown ul li a:hover,
div.dropdown ul li :focus{background:#c9c9c9;}

/* Plugins
=======================================================================================================*/
/* Magnific Popup */
.mfp-bg{opacity:0.6;}
div.popup{
	background:#e5e6e7;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:18px 15px;
	position:relative;
	width:1025px;

}
div.popup .mfp-close{
	color:#000;
	height:30px;
	line-height:30px;
	font-size:30px;
	opacity:1;
	position:absolute;
	padding:0;
	right:0;
	text-align:center;
	top:0;
	width:30px;
}

div.video-wrap{float:left;width:640px;}
div.popup div.content{float:right;margin:17px 0;width:340px;}
div.popup div.content h4{
	color:#404041;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:16px;
	font-weight:700;
	line-height:20px;
	margin:0 0 15px;
}
div.popup div.content p.meta{color:#404040;}
div.popup div.content p{color:#404041;line-height:18px;margin:0 0 15px;}
div.popup div.content div.button-wrap{line-height:40px;margin:0 0 15px;overflow:hidden;}
div.popup div.content a.button{margin:0;padding:12px 20px;}
div.popup div.content a.button.gray{background:#313333;color:#fff;}


/* Page
=======================================================================================================*/
#page{min-width:1200px;}

/* Nav Top
=======================================================================================================*/
nav#top{
	color:#fff;
	font-family:"proxima-nova", Arial, sans-serif;
	font-weight:400;
	height:36px;
	line-height:30px;
	padding:3px 0;
}
nav#top span.text{float:left;}
nav#top span.pipe{background:#bcbcbc;display:inline-block;height:24px;margin:3px 18px;width:1px;float:left;}
nav#top a{color:#fff;display:inline-block;float:left;line-height:30px;font-size: 12px;text-decoration:none;}
nav#top a.logo{height:36px;line-height:36px;margin:-3px 30px -3px 0;}
nav#top a.logo.on{background:url(/prebuilt/img/Rail_Carrot.png) no-repeat center 100%;}
nav#top div.account{float:right;}
nav#top div.account span.profile{
	background:#fff100;
	border-radius:100%;
	display:inline-block;
	float:left;
	height:24px;
	line-height:24px;
	margin:3px 10px 0 0;
	overflow:hidden;
	width:24px;
}
nav#top div.account span.profile img{opacity:0.6;}
nav#top div.account span.count{float:left;margin-left:10px;}
nav#top div.account span.count a{
	color:#fff100;
	float:none;
	font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
	font-size:25px;
	display:inline-block;
	margin:-3px 0 0;
	padding:0 5px;
}

/* Header
=======================================================================================================*/
header{
	background: #f1f2f2;
    height: 99px;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
}
header > .container {position: relative;}
header img.logo{float:left;margin:37px 0 0 0;}
header ul{list-style:none;}
header ul > li{
	margin: 0;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
header ul > li > a{
	display: inline-block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    padding: 7px 15px;
}
header ul > li.on > a{background:#fff100;}
header ul > li.on > a span{opacity:1;}
header ul > li:hover > a,
header ul > li:focus-within > a {background:#fff100; text-decoration:none;}
#fixed .bottom ul > li:hover > a,
#fixed .bottom ul > li:focus > a {background:#fff100;color: #000 !important;}
header ul > li:hover > a span,
header ul > li:focus-within > a span{opacity:1;}
header ul > li > a span{
	display:block;
	font-family:Georgia, serif;
	font-size:28px;
	height:70px;
	line-height:60px;
	opacity:0;
}
/*header ul > li:nth-child(1) > a{width:74px;}
header ul > li:nth-child(2) > a{width:136px;}
header ul > li:nth-child(3) > a{width:112px;}
header ul > li:nth-child(4) > a{width:96px;}*/
header ul > li:hover > ul, #fixed ul > li:hover ul{display:block;}
header ul > li:focus-within > ul, #fixed ul > li:focus-within ul {
	display: block;
}
header ul > li > ul {
	background:#fff100;
	display:none;
	left:0;
	padding:12px 0;
	position:absolute;
	width:250px;
	z-index:2;
	margin-left: 0;
}
#fixed ul ul {
	background:#fff100;
	display:none;
	left:-60px;
	padding:12px 0;
	position:absolute;
	top:-5px;
	width:250px;
	z-index:2;
	margin-left: 0;
	color: #000;
}
header ul > li > ul > li, #fixed ul > li > ul > li{display:block !important;float:none;margin-right: 0 !important;}
header ul > li > ul > li > a, #fixed div.bottom ul > li > ul > li > a {
	display:block;
	float:none;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:13px;
	height:auto;
	line-height:15px;
	padding:3px 10px;
	text-align:left;
	text-transform:none;
	width:100% !important;
}
#fixed div.bottom ul > li > ul > li > a {color: #000 !important;}
header ul > li > ul > li > a:hover,
header ul > li > ul > li > a:focus{background:#bcbcbc;color:#000;}
#fixed div.bottom ul > li > ul > li > a:hover {background:#bcbcbc;color:#000;}
header hr{background:#000;height:8px;margin:0;}

header div.crumbs {
	color: #404040;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	right: 17px;
	position: absolute;
	bottom: -65px;
	z-index: 1;
	top: 106px;
}
header div.crumbs a {
	color: #404040;
	border-bottom: 1px solid #404041;
	text-decoration: none;
}

header form.search{float:right;padding:0 40px 0px 0;position:relative;width:335px;border: 1px solid #6d6e70;margin-top: 30px;}
header form.search div.icon-wrap, #searchWithinDiv div.icon-wrap, #pubTitleFacetTextboxDiv div.icon-wrap{
	background:#f1f2f2;
	position:relative;
}
header form.search div.icon-wrap img, #searchWithinDiv div.icon-wrap img{
    margin-top:-13px;
    position:absolute;
    top:50%;
    right:10px;
}

    header form.search input[type=text], #searchWithinDiv input[type=text], #pubTitleFacetTextboxDiv input[type=text] {
        border: 0;
        font-size: 16px;
        height: 40px;
        padding: 5px 10px;
        width: 100%;
    }

header form.search input[type=text].searchTermTextbox, #searchWithinDiv input[type=text].searchTermTextbox, #pubTitleFacetTextboxDiv input[type=text].searchTermTextbox {
    background: transparent;
    color: #000;
}

header form.search input[type=text].searchTermTextboxGray, #searchWithinDiv input[type=text].searchTermTextboxGray, #pubTitleFacetTextboxDiv input[type=text].searchTermTextboxGray {
    background: #f1f2f2;
    color: #404040;
}

header form.search input[type=submit], #searchWithinDiv input[type=submit], #pubTitleFacetTextboxDiv input[type=submit]  {
	background: #fff100 url(/prebuilt/img/Search_HP_Icon.png) no-repeat;
	border:none;
	color:#000;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:14px;
	font-weight:500;
	height:40px;
	padding:5px;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:0;
	width:40px;
	border-left: 1px solid #6d6e70;
	background-position: 10px 10px;
	background-size: 20px;
}

	header form.search a.advanced {
		color: #404040;
		display: block;
		font-family: "proxima-nova", sans-serif;
		font-size: 12px;
		font-weight: 700;
		position: absolute;
		right: 0;
		text-align: center;
		text-transform: uppercase;
		top: -25px;
		width: 145px;
	}
    header form.search a.advanced span.defaultUnderline {
        font-weight:inherit;
    }
    header form.search a.advanced:hover,
    header form.search a.advanced:focus {
        color: #000;
    }

/* Main
=======================================================================================================*/
main{background:#e5e6e7;padding:28px 0 78px;position:relative;}
main form.search{margin:0 0 18px;padding-right:155px;position:relative;width:880px;}
main form.search div.icon-wrap{
	background:#f1f2f2;
	border:1px solid #fff;
	/*padding-right:40px;*/
	position:relative;
}
main form.search div.icon-wrap img{margin-top:-13px;position:absolute;top:50%;right:10px;z-index: 2;}
main form.search input[type=text]{
	border:0;
	font-size:20px;
	height:63px;
	padding:5px 10px;
	max-width:none;
	width:100%;
}
main form.search input[type=text].searchTermTextbox{
	background:transparent;
	color:#404040;
}
main form.search input[type=text].searchTermTextboxGray{
	background:#f1f2f2;
}
main form.search input[type=submit]{
	background:#fff100;
	border:none;
	color:#000;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	height:65px;
	padding:5px;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:0;
	width:145px;
}
main form.search a.advanced{
	clear:both;
	color:#fff;
	display:block;
	float:right;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	width:145px;
}
main form.search a.advanced{
	color:#404040;
	display:block;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:12px;
	font-weight:400;
	position:absolute;
	right:0;
	text-align:center;
	text-transform:uppercase;
	top:70px;
	width:145px;
}
	main form.search a.advanced:hover,
	main form.search a.advanced:focus {
		color: #000;
	}


/* Footer
=======================================================================================================*/
footer{color:#fff;font-size:13px;line-height:15px;padding:45px 0;}
footer a{color:#fff;white-space:nowrap;}
footer a:hover,
footer a:focus{color:#fff;text-decoration:underline;}
footer h5{
	color:#fff100;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:20px;
	font-weight:700;
	line-height:22px;
	margin:0 0 10px;
}
footer ul{list-style:none;margin:0 0 15px;padding:0;}
footer ul li{margin:0 0 7px;}
footer p{margin:0 0 10px;padding:0;}
footer p a{text-decoration:underline;}
footer p a:hover,
footer p a:focus{font-weight:600;}
footer hr{background:transparent;clear:both;height:1px;margin:0;}

footer div div.col:first-child{border-left:0;padding-left:0;}
footer div.col{
	border-left:1px solid #bcbcbc;
	float:left;
	height:215px;
	/*margin:0 0 38px;*/
	padding:0 10px;
	width:186px;
}
footer div.col.subscribe{height:100px;margin:0 0 15px;width:352px;}
footer div.col.social{height:100px;width:352px;}
footer div.col.social span.label{
	float:left;
	font-size:14px;
	font-weight:600;
	margin-right:10px;
	text-transform:uppercase;
}
footer div.col.social a{margin-right:7px; text-decoration:none;}

footer form.subscribe{padding-right:112px;position:relative;}
footer form.subscribe input[type=text]{
	background:#fff;
	border:none;
	color:#404040;
	font-size:12px;
	height:28px;
	padding:5px;
	width:100%;
}
footer form.subscribe input[type=submit]{
	background:#fff100;
	border:none;
	color:#000;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:11px;
	font-weight:500;
	height:28px;
	padding:5px;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:0;
	width:105px;
}

footer div.sub{font-size:11px;position:relative;}
footer div.sub div.logo{left:0;position:absolute;top:0;}
footer div.sub div.links {
    position:absolute;
    right: 0;
    top: 0;
}
footer div.sub div.links a{color:#fff;font-size:11px;}
footer div.sub div.links a:hover,
footer div.sub div.links a:focus{text-decoration:underline;}
footer div.sub div.copyright {
    position:absolute;
    left: 0;
    top: 0;
}

/* Nav Fixed
=======================================================================================================*/
nav#fixed{
	left:0;
	max-height:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:3;
	transition:max-height 0.15s ease-out;
}
nav#fixed.show{max-height:100%;transition:max-height 0.5s ease-in;}
nav#fixed div.top{background: #f2f2f2;height: 65px;border-bottom: 1px solid #6d6e70;}
/*nav#fixed div.top img{float:left;margin:9px 0 0 0;}*/
nav#fixed div.top ul {list-style:none;margin:0;padding:0;height: 65px;clear: both;}
nav#fixed div.top ul li:not(.last){
	display:inline-block;
	margin:-2px -2px;
	width: 127px;
	border-right: 1px solid #c9c9c9;
    height: 64px;
    vertical-align: middle;
    position: relative;
    float: left;
}
nav#fixed div.top ul li:not(.last) a {width: 100%;}
nav#fixed div.top > .container > ul > li.on, nav#fixed div.top > .container > ul > li:not(.last):hover, nav#fixed div.top > .container > ul > li:not(.last):focus {
    background: #fff100;
    border-bottom: 5px solid #000;
    border-left: 1px solid #c9c9c9;
}
nav#fixed div.top ul li.on ul, nav#fixed div.top ul li:not(.last):hover ul, nav#fixed div.top ul li:not(.last):focus ul {
	display: block;
}
nav#fixed div.top ul li a{
	color:#000;
	display:inline-block;
	float:none;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:14px;
	text-transform:uppercase;
	text-align:center;
	padding: 24px 20px;
}

nav#fixed div.bottom{background:rgba(0,0,0,0.8);height:85px;}
nav#fixed div.bottom ul {list-style:none;margin-top:35px;margin-left:60px;}
nav#fixed div.bottom ul > li{
	margin: 0;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
nav#fixed div.bottom img.logo {
    float: left;
    margin: 34px 0 0 0;
}
nav#fixed div.bottom > .container {position: relative;}
nav#fixed div.bottom ul > li > a{
	display: inline-block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 15px;
}

nav#fixed div.bottom form.search {
    float: right;
    padding: 0 35px 0px 0;
    position: relative;
    width: 335px;
    margin-top: 32px;
    border: 1px solid #6d6e70;
}
nav#fixed div.bottom form.search a {
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
nav#fixed div.bottom form.search div {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}


nav#fixed div.bottom form.search div.icon-wrap {
    background: #f1f2f2;
    position: relative;
}
nav#fixed div.bottom form.search input[type=text] {
    border: 0;
    font-size: 14px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}

nav#fixed div.bottom form.search input[type=text]#fixedFooterSearchTerm {
    background-color: transparent;
    color: #000;
    width:293px;
}

nav#fixed div.bottom form.search input[type=text]#fixedFooterSearchTermGray {
    background: #f1f2f2;
    width:293px;
    color: silver;
}

nav#fixed div.bottom form.search input[type=submit] {
    background: #fff100 url(/prebuilt/img/Search_HP_Icon.png) no-repeat;
    border: none;
    color: #000;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 40px;
    border-left: 1px solid #6d6e70;
    background-position: 10px 10px;
    background-size: 20px;
}

#fixed .top span.trigger {margin-left: 5px;font-size: 18px;}

.fixed-link-group > a {
    height: 40px;
    width: 140px;
    background: #fff100;
    border: 1px solid #939598;
    padding: 12px !important;
    box-sizing: border-box;
    margin-left: 24px;
}
nav#fixed div.top li.last {display: inline-block;
    margin: -2px -2px;
    height: 64px;
    vertical-align: middle;
    position: relative;
    float: left;
	margin-top: 10px;
}
nav#fixed div.top li.last div {display: inline-block;}
nav#fixed div.top li.last .save-button a:first-of-type {
	height: 40px;
    width: 110px;
    background: #c9c9c9;
    border: 1px solid #939598;
    padding: 12px !important;
    box-sizing: border-box;
    margin-left: 10px;
}
nav#fixed div.top li.last .save-button a:last-of-type {
	height: 40px;
    width: 29px;
    background: #c9c9c9;
    border: 1px solid #939598;
    padding: 9px !important;
    box-sizing: border-box;
    margin-left: 2px;
    font-size: 20px;
}

nav#fixed .top ul > li > ul {
    background: #fff100;
    display: none;
    padding: 12px 0;
    position: relative;
    width: 250px;
    height: auto !important;
    left:0;
    top: 0;
}
nav#fixed .top ul > li > ul > li {
    display: block !important;
    margin: 0 !important;
    width: auto !important;
    border: none;
    height: auto !important;
    float: none !important;
}
nav#fixed .top ul > li > ul > li > a {
    display: block;
    float: none;
    font-family: "utopia-std", Georgia, serif;
    font-size: 13px;
    height: auto;
    line-height: 15px;
    padding: 3px 10px;
    text-align: left;
    text-transform: none;
    width: 100% !important;
}
nav#fixed .top ul > li > ul > li > a:hover, nav#fixed .top ul > li > ul > li > a:focus {
    background: #bcbcbc;
    color: #000;
}


#fixed span.close {
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
}

#account-detail {position: relative;display: inline;}
#account-detail ul {
	position: absolute;
    z-index: 100;
    background: #fff;
    margin-top: 33px;
    padding: 10px 0 20px 0;
    width: 210px;
    display: none;
}
#account-detail ul li a {
	font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    color: #404041;
    padding: 0px 20px;
    display: inline-block;
    width: 100%;
    line-height: 2;
}
#account-detail ul li {
	margin: 0;
    display: inline-block;
    width: 100%;
}
#account-detail ul li a:hover, #account-detail ul li a:focus {
	background: #fff100;
}
/*sticky component in body content*/
#body-sticky-wrap {clear: both; margin-bottom: 20px;}
#body-sticky-wrap .top {background: #f2f2f2;height: 62px;border-bottom: 1px solid #6d6e70;}
#body-sticky-wrap .top ul {list-style:none;margin:0;padding:0;height: 65px;clear: both;}
#body-sticky-wrap .top ul li:not(.last){
	display:inline-block;
	margin:-2px -2px;
	width: 127px;
	border-right: 1px solid #c9c9c9;
    height: 64px;
    vertical-align: middle;
    position: relative;
    float: left;
}
#body-sticky-wrap .top ul li:not(.last) a {width: 100%;}
#body-sticky-wrap .top > .container > ul > li.on, #body-sticky-wrap .top > .container > ul > li:not(.last):hover, #body-sticky-wrap .top > .container > ul > li:not(.last):focus {
    background: #fff100;
    border-bottom: 5px solid #000;
    border-left: 1px solid #c9c9c9;
}
#body-sticky-wrap .top ul li.on ul, #body-sticky-wrap .top ul li:not(.last):hover ul, #body-sticky-wrap .top ul li:not(.last):focus ul {
	display: block;
}
#body-sticky-wrap .top ul li a{
	color:#000;
	display:inline-block;
	float:none;
	font-family:"proxima-nova", Arial, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:14px;
	text-transform:uppercase;
	text-align:center;
	padding: 24px 20px;
}
#body-sticky-wrap .top span.trigger {margin-left: 5px;font-size: 18px;}

nav#fixed div.top li.last {display: inline-block;
    margin: -2px -2px;
    height: 64px;
    vertical-align: middle;
    position: relative;
    float: left;
	margin-top: 10px;
}
#body-sticky-wrap .top li.last div {display: inline-block;margin-top: 5px;}
#body-sticky-wrap .top li.last .save-button a:first-of-type {
	height: 40px;
    width: 110px;
    background: #c9c9c9;
    border: 1px solid #939598;
    padding: 12px !important;
    box-sizing: border-box;
    margin-left: 10px;
}
#body-sticky-wrap .top li.last .save-button a:last-of-type {
	height: 40px;
    width: 29px;
    background: #c9c9c9;
    border: 1px solid #939598;
    padding: 9px !important;
    box-sizing: border-box;
    margin-left: 2px;
    font-size: 20px;
}

#body-sticky-wrap .top ul > li > ul {
    background: #fff100;
    display: none;
    padding: 12px 0;
    position: absolute;
    width: 250px;
    height: auto !important;
}
#body-sticky-wrap .top ul > li > ul > li {
    display: block !important;
    margin: 0 !important;
    width: auto !important;
    border: none;
    height: auto !important;
    float: none !important;
}
#body-sticky-wrap .top ul > li > ul > li > a {
    display: block;
    float: none;
    font-family: "utopia-std", Georgia, serif;
    font-size: 13px;
    height: auto;
    line-height: 15px;
    padding: 3px 10px;
    text-align: left;
    text-transform: none;
    width: 100% !important;
}
#body-sticky-wrap .top ul > li > ul > li > a:hover, #body-sticky-wrap .top ul > li > ul > li > a:focus {
    background: #bcbcbc;
    color: #000;
}

#body-sticky-wrap > .top > .container {padding-left: 0; padding-right: 0;}


@media (min-width:1350px){
	a.side-button{top:2px;}
	main div.container{position:relative;}
}

/*IGX header rework*/
span.trigger.open:after {
    content: "\f106";
    font-family: FontAwesome;
}
span.trigger:after {
    content: "\f107";
    font-family: FontAwesome;
}
#fixed .bottom span.close {display: none;}


#searchWithinDiv, #pubTitleFacetTextboxDiv {
    position: relative;
    margin-top: -10px;
    border: 1px solid #6d6e70;
}

.weight400 {
    font-weight: 400;
}

.weight500 {
    font-weight: 500;
}

.weight600 {
    font-weight: 600;
}

.weight700 {
    font-weight: 700;
}

.weight800 {
    font-weight: 800;
}

.flex {
    display: flex;
}

.institutionalAdminPopUp input, .institutionalAdminPopUp textarea {
    max-width: initial;
}

#BioOne_Office_popup {
    margin-bottom: 8px;
}

.category > a {
    text-decoration: none;
}

.myAccountHeaderLink {
    margin: 20px 10px 10px 0px;
    width: 26%;
    text-align: center;
}
#institutionPopUp {
    margin-bottom: 10px;
}
.institutionDetailTableTitle {
	width: 280px;
}

.navBarClass {
    border-bottom: 1px solid #6d6e70;
}

#viewCounterReportsButton {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
}

/*article page, References tab, list of references*/
.ref-list ol {
	margin-left: 0;
	padding-left: 40px;
}

.synonymyList li {
    list-style-type: none;
}

.publisherAboutBox li{
    line-height:26px;
}

.keyList p.tabbedSection:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content: 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . "
}

.keyList p.tabbedSection span:first-child {
    padding-right: 0.33em;
    background: #e5e6e7;
}

.keyList p.tabbedSection > span {
    padding-left: 0.33em;
    padding-right: 0.33em;
    background: #e5e6e7;
    position: relative;
    z-index: 1;
}

.keyList p.tabbedSection span.descr + span.resp {
    float: right;
    clear:left;
    padding-left: 0.33em;
    background: #e5e6e7;
    position: relative;
    z-index: 1;
}

.myAccountHeaderLink a {
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    display: block;
}

.myAccountLink {
    background-color: #3b4991;
}

.institutionalBioLink {
    background-color: #577E27;
}

a.defaultUnderline {
    color: #404040;
    text-decoration: underline;
}
a.defaultUnderline:hover,
a.defaultUnderline:focus {
    color: #000;
    text-decoration: underline;
}
.PurchaseContentPanel1 {
    margin-bottom: 0px;
    height: 135px;
}
.PurchaseContentRow {
    margin-bottom:10px;
}



/* Journal Upload Tool Sticky Nav Styles */

#navbarWrapper #journalPubSticky{
    margin: 20px 130px 15px 130px;
}

#journalPubSticky #divMENUBAR{
    margin-top: 5px;
}
/* ===================================== */
body {
    background: #f1f2f2;
}
nav#top{background:#000;}
nav#fixed div.top > .container > ul > li.on, nav#fixed div.top > .container > ul > li:not(.last):hover, nav#fixed div.top > .container > ul > li:not(.last):focus {background:#3b4991;}
nav#rfixed .top ul > li > ul {background:#3b4991;}
nav#fixed div.bottom img.logo {
    margin-top: 34px;
    margin-bottom: -4px;
}
nav#fixed div.bottom ul > li > a{
    font-weight:700;
    text-decoration:none;
}
nav#fixed div.bottom ul > li.on > a {
    background-color: #3b4991;
    color: white;
    text-decoration: none;
}

div.def-list div.def-item.row {
    margin-left: 0px;
}
nav#fixed div.bottom ul > li:hover > a,
nav#fixed div.bottom ul > li:focus > a{background:#3b4991;color:#fff !important;}
nav#fixed div.bottom ul > li:hover > a > span.whitedownarrow{border-top: 4px solid #fff;}
nav#fixed div.bottom ul > li > ul{background:#3b4991;}
nav#fixed div.bottom ul > li > ul > li > a{color:#fff !important;}
nav#fixed div.bottom ul > li > ul > li > a:hover,
nav#fixed div.bottom ul > li > ul > li > a:active{color:#000 !important;}
nav#fixed div.bottom form.search input[type="submit"] { background: #3b4991 url(/Content/themes/SPIEImages/Search_Icon_White.png) no-repeat center center; }
#fixed ul ul {background:#3b4991;}
#fixed-link-group > a { background:#3b4991;}
header {border-bottom: 1px solid #577E27;}
    header img.logo {
        margin-top: 34px;
        margin-bottom: -4px;
    }
header ul > li > a{font-weight:700; text-decoration:none;}
header ul > li.on > a,
header ul > li:hover > a,
header ul > li:focus-within > a{background:#3b4991;color:#fff;}
header ul > li:hover > a span.blackdownarrow,
header ul > li:focus > a span.blackdownarrow{border-top: 4px solid #fff;}
header ul > li > ul{background:#3b4991;color:#fff;}
header ul > li > ul > li > a{color:#fff;}
header form.search input[type="submit"],
#searchWithinDiv input[type="submit"],
#pubTitleFacetTextboxDiv input[type=submit] { background: #3b4991 url(/Content/themes/SPIEImages/Search_Icon_White.png) no-repeat center center;}
main form.search input[type=submit] {background: #3b4991;}

body div#page footer div.container ul li,
body div#page footer div.container div.links a {
    font-family: "proxima-nova", Arial, sans-serif;
}
footer {background: #f1f2f2;border-top: 1px solid #6e9934;color: #000;}
footer h5{color:#3b4991;}
footer a{color:#000;}
footer a:hover, footer a:focus { color: #404040; }
footer div.col:first-child{padding-left:0;width:200px;}
footer div.col{border:none;height:auto;min-height:85px;padding:0 0 0 60px;width:550px;}
footer ul{list-style:none;margin-top:40px; margin-left:-290px;width:800px;}
footer ul li{margin-left:10px;}
footer li{display:inline;padding:0px 20px;}
footer div.col.social{height:85px;width:350px;float:right;padding-left:105px;padding-top:25px;}
footer div.col.social a{position:relative;float:right;text-decoration:none;}
footer div.col div.logo img{height:24px;width:233.6px;}
footer {padding: 35px 0px;}
footer div.col a{text-decoration:none;}
footer div.col a.links{text-decoration:underline;}
footer div.col a.links:hover, footer div.col a.links:focus {color:#404040;text-decoration:none;}
footer div.col a:hover, footer div.col a:focus{color:#404040;text-decoration:none;}
footer div.col.social a:not(:first-child) {margin-right:2px;}
footer div.col.social a:first-child {margin-right:0px;}
footer form.subscribe input[type=submit] {background: #3b4991;}
/*footer div.sub{text-transform:uppercase;}*/
footer div.sub div.links a{color:#404041;}
footer div.sub div.links a:hover{color:#000000;}
div.hero h1{
    text-transform:none;
    padding-right:70px;
}
header div.crumbs a:hover {
    color: #000000;
    border-bottom-color: #000000;
}
main form.search input[type="text"]{font-size:16px;}
main form.search input[type="submit"]{background:#3b4991;color:#fff;}
main .link a {
    color: #404040;
    font-weight: 400;
    text-decoration: underline;
}
main .link a:hover,
main .link a:focus{color:#000;}
div.scroll-to-self::before {
    background: #577E27;
}
.ProceedingsVideoMenuLine,
.ProceedingsArticleMenuLine {
    background-color: #577E27 !important;
}
div.boxes div.box{border-bottom:none;border-top:none;padding:0;}
h2.section-header span {
    background: #577E27;
    color: #fff;
}
div.category a {
    color: #fff;
    background-color: #577E27;
    font-size: 13px;
    font-weight: 700;
}

.searchColor {  background: #3b4991; color:#fff;}

.advSearchContainer .ui-slider-handle{background-color:#3B4991 !important;color:#fff !important;}
#saveSearchLink {font-family:"proxima-nova", Arial, sans-serif; font-weight:400;}

.navbar-collapse .navbar-nav > li.active > a,
.navbar-collapse .navbar-nav > li:focus-within > a,
.navbar-collapse .navbar-nav > li > a:focus,
.navbar-collapse .navbar-nav .dropdown:hover,
.navbar-collapse .navbar-nav .dropdown:active {
    background-color: #3b4991;
}

.instAdminNav #navbar ul.nav.navbar-nav li.dropdown > a:hover,
.instAdminNav #navbar ul.nav.navbar-nav li.dropdown > a:active {
    background-color: #577E27;
}

.navbar-collapse .navbar-nav > li.active > a .navText,
.navbar-collapse .navbar-nav .dropdown:hover .navText,
.navbar-collapse .navbar-nav .dropdown:active .navText{color:#fff !important;}
.navbar-collapse .navbar-nav > li.active > a text,
.navbar-collapse .navbar-nav .dropdown:hover text,
.navbar-collapse .navbar-nav .dropdown:focus-within text,
.navbar-collapse .navbar-nav .dropdown:active text {
    color: #fff;
}
.navbar-collapse .navbar-nav .dropdown:hover a#sec text { color: #262626; }
.navbar-collapse .navbar-nav .dropdown:hover a#sec:hover text { color: #fff; background-color:#3b4991; }

.inactiveButton {background-color:#6d6e70; color:white;}
.inactiveButton:hover, .inactiveButton:active {
    color: white;
}

.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu,
.navbar-collapse .navbar-nav .dropdown:focus-within .dropdown-menu {
    background-color: #3b4991 !important;
    max-height: 600px;
    overflow-y: auto;
    position: absolute;
}

#navbar #divMENUBAR ul li a.internal-link.jumper {
    text-decoration: none;

}
#navbar #divMENUBAR ul li a.internal-link.jumper:hover, 
#navbar #divMENUBAR ul li a.internal-link.jumper:focus {
    background-color: #BCBCBC;
    background-image: none;
}
.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu > li > a{color:#fff;}
.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu > li > a:hover,
.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu > li > a:active{color:#262626;}

.navbar-collapse .navbar-nav .dropdown:focus-within .dropdown-menu > li > a {color: #fff;}
.navbar-collapse .navbar-nav .dropdown:focus-within .dropdown-menu > li > a:focus {color: #262626;}

.alpha-filter{margin:44px 0;text-align:center;}
.alpha-filter a{
	background:#fff;
	border:1px solid #C9C9C9;
	display:inline-block;
	font-weight:600;
	line-height:30px;
	margin:0 -1px;
	width:36px;
}
.alpha-filter a.active,
.alpha-filter a:hover,
.alpha-filter a:active{background:#3b4991;color:#fff;}
.table-filter{margin:44px 0;}
.table-filter table{margin:0 auto;}
.table-filter table td{background:#fff;border:1px solid #C9C9C9;width:300px;}
.table-filter table td.empty{width:30px;}
.table-filter table a{display:block;padding:5px 20px;}
.table-filter table a.active,
.table-filter table a:hover,
.table-filter table a:active{background:#3b4991;color:#fff;}
.browse-items{margin:0 -22px;}
.browse-items .browse{
	float:left;
	margin:0 22px 70px;
	min-height:200px;
	padding-left:172px;
	position:relative;
	width:528px;
}
.browse-items .browse img.thumb{left:0;position:absolute;top:0;}
.browse-items .browse img.thumb:hover{border:3px solid #3b4991;}
.browse-items .browse p{margin:0 0 10px;}
.PublicationButton{background-color:#3b4991;}
.PublicationButton .PublicationText{color:#fff;}
.PreviousPublishButton { background-color: #3b4991;}
.JournalBrowseCurrent{border:solid 5px #3b4991;}
.JournalsBrowseImage{width: 182px; margin-bottom: 5px;}
.JournalsBrowseImage:hover{outline: solid 5px #3b4991;}

div.container div div.journals.clearfix div.journal.BrowseTitleAll p a {
    text-decoration: underline;
    font-weight: normal;
    color: #404041;
}

div.container div div.journals.clearfix div.journal.BrowseTitleAll p a:focus,
div.container div div.journals.clearfix div.journal.BrowseTitleAll p a:hover {
    text-decoration: underline;
    color: #000;
}

.journal.BrowseTitleAll a img:hover,
div.journals div.journal img.thumb:hover {
    outline: #3b4991 5px solid;
    border: 0;
}

.journal.BrowseTitleAll a:hover ~ h4 a {
    color: #404040;
}

.journal.BrowseTitleAll > h4 {
    margin-bottom:15px;
}
.journal.BrowseTitleAll > .links {
    margin-bottom: 10px;
}

div.PAHArticleCol#mainArticle div#divArticleContent div.panel.panel-default div.panel-body div#divARTICLECONTENTTop div.div1 div.row.ArticleContentRow text.ArticleContentText div#article-body.body div.section div.list ul {
    line-height: 25px;
}

.EBookFilterImage:hover, .EBookFilterImageSmall:hover {  outline: solid 5px #3b4991;}

.DownloadCitationButton { background-color: #3b4991; color: white;}

#divPopupDownloadCitation {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}
div.DownloadCitationRowPadding {
	padding-left: 15px;
	padding-top: 0px;
}
div.col-lg-6 .DownloadCitationRowPadding {
	padding-left: 0px;
}
div.row.DownloadCitationRowPadding.DownloadCitationHorizontalRowPadding {
	padding-top: 15px;
	padding-left: 0px;
}
.DownloadCitationRowPadding > [class*='col-']:before {
	left: -11px;
	height: 285px;
}
.DownloadSaveButton1 {
    font-size: 14px;
}
div.ui-dialog.ui-widget-content.ui-corner-all.ui-front {
	height:530px;
}


.DownloadSaveButton2, .ProceedingArticleButton2Text {
    font-size: 12px;
}

.DownloadSaveButton1,
.DownloadSaveButton1:hover,
.DownloadSaveButton1:active,
.DownloadSaveButton1:focus {
    background-color: #3b4991;
    color: #fff !important;
}

.DownloadSaveButtonText.ExtraButton button {
    background-color: unset;
}


.ProceedingArticleButton1,
.ProceedingArticleButton1:focus,
.ProceedingArticleButton1:hover,
.ProceedingArticleButton1:active{background-color:#3b4991 !important;color:#fff !important;}
.ProceedingArticleButton1 .ProceedingArticleButton2Text{color:#000;color:#fff;}
.RelatedContentHead {
    background-color: #577E27 !important;
    color: #fff !important;
}

.IssueIndexText4 {
    background-color: #577E27;
}
.InProgressFlag {
    font-family: "proxima-nova", Arial, sans-serif;
    background-color: #577E27;
    color:#FFFFFF;
}
.IssueByYearHead {
    background-color: #577E27;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    color:#FFFFFF;
}

.ScopeDetailsButton { background-color: #3b4991;}

input[type="submit"] {background-color: #3b4991;color:#fff;}
div.row.PurchaseContentRow a.PurchaseContentInput,
div.row.PurchaseContentRow a.PurchaseContentInput:hover,
div.row.PurchaseContentRow a.PurchaseContentInput:focus
{background-color:#3b4991;color:#FFF;}
a.shoppingCartArticleLink, a.shoppingCartArticleLink:hover, a.shoppingCartArticleLink:focus{color:#fff;}
.navbar-btn .ui-button,
.navbar-btn .ui-button:active,
.navbar-btn .ui-button:focus,
.navbar-btn .ui-button:hover { background-color: #3b4991 !important; color: #fff; font-size:14px; line-height:15px;}
.ui-button, .ui-button:active, .ui-button:focus, .ui-button:hover {
    background-color: #3b4991;
    color: #fff;
    transition: all .5s;
}

.btn-DownloadProcPDF,
.btn-DownloadProcPDF:hover,
.btn-DownloadPaper,
.btn-DownloadPaper:hover,
.btn-DownloadPaper:active,
.btn-DownloadPaper:focus {
    width: 120px;
    font-size: 13px;
    font-weight: 700;
}

.btn-ViewVideo,
.btn-ViewVideo:hover {
    width: 120px;
    font-size: 13px;
    font-weight: 700;
}

.navbar-btn .save-library-button {
    background-color: #C9C9C9 !important;
    color: #000;
    line-height: 15px;
    width: 120px;
    font-size: 13px;
    font-weight: 700;
}

.navbar-btn .save-library-button:hover,
.navbar-btn .save-library-button:active,
.navbar-btn .save-library-button:focus {
    background-color: #3b4991 !important;
    width: 120px;
    font-size: 13px;
    font-weight: 700;
}

.navbar-btn .view-library-button,
.navbar-btn .view-library-button:active,
.navbar-btn .view-library-button:focus,
.navbar-btn .view-library-button:hover {
    background-color: #000 !important;
    color: #fff !important;
    line-height: 15px;
    width: 120px;
    font-size: 13px;
    font-weight: 700;
}

.navbar-btn a[id^="DOWNLOAD"] { color:white;}

.btn-Add:hover, .btn-Add:active { background-color: #3b4991 !important; }
.btn-Save:hover, .btn-Save:active, .btn-Save:focus { background-color: #3b4991 !important;}
.btn-Download, .btn-Download:active { background-color: #3b4991; color:white;}

#article-body.body div.section h2.main-title,
#article-body.body div.section h2.label,
#article-body.body div.section h3.section-title,
#article-body.body div.section h4.block-title { margin-bottom: 10px; color: #000000;}

img.ORCIDIcon { padding:0 3px;}

#article-body.body div.section span.title {  font-style: italic; }

.ArticleContentButton {background-color:#3b4991;}

div.panel-body div.row.ProceedingsArticleOpenAccessRow div#affiliations {
    font-size: 14px;
    margin: 10px 0px;
}

.SectionAnchorHead {
    background-color: #577E27 !important;
    color: #fff;
}
a.button {background:#3b4991;}
a.button.add{background:#3b4991;color:#fff;font-weight:600;padding:10px 20px;text-transform:uppercase;}
button.refreshData {background-color: #3b4991;color:white;}
.VideoGridThumbnail .justWatched,
.VideoGridThumbnail .nowPlaying,
.VideoGridThumbnail .viewDetails{color:#fff;outline:solid 3px #3b4991;}
.VideoGridItem.activeWatch .VideoTime,
.VideoGridItem.activeWatch:hover .VideoTime,
.VideoGridItem:hover .VideoTime{background:#3b4991;color:#fff;}
.ProceedingsArticleMenuImage{position:relative;z-index:1;}
.ProceedingsArticleOpenAccessAnchor:nth-child(2){ padding-left:6px;}

.PAHArticleCol #divARTICLECONTENTCITEDTop div.div0 .ArticleContentHeadRow {
    padding-top: 0px;
    margin-top: 10px;
}
.PAHArticleCol #divARTICLECONTENTCITEDTop div.div0 .ArticleContentAnchorRow .ArticleContentAnchorText:focus,
.PAHArticleCol #divARTICLECONTENTCITEDTop div.div0 .ArticleContentAnchorRow .ArticleContentAnchorText:hover {
    color: #404040;
    background-color: transparent;
    text-decoration: underline;
}
.ArticleContentAnchorText {
    color: #404041;
    background-color: transparent;
    text-decoration: underline;
}

#searchYearSlider .ui-slider-handle {
    background-color: #3b4991 !important;
    color: #fff !important;
}

.DetailDate {
    margin-top:32px;
}

div#accessiconsrow.row ~ .ProceedingsArticleOpenAccessHeaderRow > .DetailDate {
    margin-top: 0;
}

.aside-separator {
	margin-bottom: 22px;
	text-align: center;
	font-weight: 900;
}

.HelpCenterDropDown:hover > ul.dropdown-menu#helpTopicDDL > li:hover,
.HelpCenterDropDown:hover > ul.dropdown-menu#helpTopicDDL > li:hover a { background-color: #d4d4d4;}
a.HelpCenterButton#HelpCenterGoButton { color: #fff;}
a.dropdown {
    text-decoration:none;
}

.HelpCenterButton, .HelpCenterButton:hover, .HelpCenterButton:active, .HelpCenterButton#HelpCenterGoButton:focus {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #fff;
    background-color: #3b4991;
    font-weight: bold;
    line-height: 13px;
}

.SaveToSubmitbtn {
    background-color: #577E27;
}
.SendMessageButton {background-color:#3b4991;}

.ErratumAlertButton { background-color: #3b4991; color: white;}
#divPopupEratumAlert { overflow:hidden;}

.ShibbolethFederationSelect:hover, .ShibbolethFederationSelectActive { background-color: #3b4991 !important;}

.spieDatePicker li:hover, .spieDatePicker li.active { background-color: #3b4991;}

a.shoppingCartArticleUrl {
    color: #000000;
}

a.shoppingCartArticleUrl:hover {
    color: #404040;
    text-decoration: underline;
}
.crumb a{
    text-decoration:none;
}
/*have to do important tag because */
.accountHeader {
    width: 275px !important;
}

#account-detail ul li a:hover, #account-detail ul li a:focus {
    background: #3b4991;
    color:white;
}

.hideExtraJournalItems {
    display: none;
}

#SubscriptionTable .column1,
#SubscriptionTable .column2,
#SubscriptionTable .column3,
#SubscriptionTable .column4,
#InstitutionSubscriptionTable .column1,
#InstitutionSubscriptionTable .column2,
#UsageTable .column1,
#UsageTable .column2 {
    border-right: 1px solid #404041;
    padding-top:20px;
    padding-bottom:20px;
}


#SubscriptionTable .column1 {
    width: 485px;
}

#SubscriptionTable .column2 {
    width: 140px;
}

#SubscriptionTable .column3 {
    width: 160px;
}
#SubscriptionTable .column5 {
    border-right: none;
    width:170px;
}

#SubscriptionTable td{
    padding-top:20px;
    padding-bottom: 20px;
}

.usageTitle a{
    text-decoration: underline;
    color: #404041;
}
.usageTitle a:hover{
    color:#000000;
}

#InstitutionSubscriptionTable .column1 {
    width: 700px;
}

#InstitutionSubscriptionTable .column2 {
    width: 200px;
}

#InstitutionSubscriptionTable .column3 {
    width: 200px;
    border-right: none;
}

#UsageTable .column1 {
    width: 732px;
    padding-left:0px;
}

#UsageTable .column3 {
    border-right: none;
}

#UsageTable td {
    padding-top: 20px;
    padding-bottom: 20px;
}

#InstitutionSubscriptionTable,
#SubscriptionTable,
#InstitutionTokenSubscriptionTable,
#UsageTable {
    border-radius: 0px;
    border-top: 1px solid #939598;
    margin-top: 20px;
    margin-bottom: 20px;
}
#AlertContentTable{
    border-top: 1px solid #c9c9c9;
}

    #AlertContentTable td {
        border-bottom: 1px dotted #6d6e70;
        font-size: 15px;
        color: #404041;
    }

    #AlertContentTable .column1 {
        width: 550px;
        border-right: 1px solid #c9c9c9;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0px;
    }

    #AlertContentTable .column2 {
        width: 185px;
        border-right: 1px solid #c9c9c9;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
    }

    #AlertContentTable .column3 {
        width: 185px;
        border-right: 1px solid #c9c9c9;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
    }

    #AlertContentTable .column4 {
        width: 185px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #AlertContentTable th {
        font-weight: bold;
        height: 40px;
        border-bottom: 1px dotted #6d6e70;
    }
.loadMoreButton {
    height: 55px;
    border: none;
    font-family:"proxima-nova", Arial, sans-serif;
    font-weight: 700;
}
.loadMoreButton:focus {
    background: #fff !important;
    color: #3b4991 !important;
    border: 2px solid #3b4991 !important;
}
.showAndLoadMorediv {
    margin: auto;
    width: 270px;
    font-size: 15px;
    color: #404040;
}

.showAndLoadMorediv .loadMoreButton {
    width: 195px;
    font-size: 12px;
    display: block;
    margin: auto;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    margin-top: 20px;
}

#emptyInputWarning {
    color: #cc3300;
    margin-top: 25px;
}

.ViewAll {
    font-size: 15px;
    color: #404040;
    cursor: pointer;
}

#OpenURLEditPopUp label{
    display:block;
}

#OpenURLEditPopUp div{
    margin-top:20px;

}
#OpenURLEditPopUp form{
    width:300px;
    margin:auto;
}

a.EditButton {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    background-color: #577E27;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-decoration: none;
}

a.EditButton:hover{
    color:white;
    text-decoration:none;
}

.shibDropButton, .journalSelectDropButton {
    background-color: #FFFFFF;
    color: #000;
    padding: 5px 30px 5px 15px;
    font-size: 14px;
    border: 1px solid #939598;
    cursor: pointer;
    text-align: left;
    min-width: 453px;
    max-width: 453px;
}

.shibDropButton:hover,
.shibDropButton:focus,
.journalSelectDropButton:hover,
.journalSelectDropButton:focus{
    background-color: #FFFFFF;
}

#shibButton:after,
#journalSelectButton:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
	display: block;
	float: right;
	position: relative;
	top: 6px;
	left: 16px;
	z-index: 1;
	content: "";
}

#shibSelection, #journalSelectSelection {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 5px 20px 5px 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    min-width: 453px;
    outline: 1px solid #ddd;
    outline-offset: -1px;
}

#shibSelection:focus, #journalSelectSelection:focus {
    outline: 2px solid #4d90fe;
    outline-offset: -2px;
}

.shibbolethBtn, .journalSelectBtnDiv {
    display: block;
    margin: 20px 0px 35px 0px;
}
.shibbolethBtn ul li:hover, .journalSelectBtnDiv ul li:hover {
    background-color: #ddd;
}
.shibbolethContainer, .journalSelectContainer {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 453px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    max-height: 240px;
    max-width: 453px;
}

.shibbolethContainer ul, .journalSelectContainer ul {
    margin: 0px;
    padding: 0px;
}
.shibbolethContainer ul li, .journalSelectContainer ul li {
    color: black;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    margin-bottom: 0px;
    cursor:pointer;
    line-height: 20px;
}

.show {
    display: block;
}

.hidden {
	display: none;
}

div.shibButton, div.minimalbioone, div.journalSelectButton {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
	display: block;
	float: right;
	position: relative;
	left: -20px;
	top: 12px;
	z-index: 1;
}

.trimParagraph {
    margin-bottom: 10px;
    height: 0;
}



/* new sign in menu ui*/
div#divPopupLogin.col-xs-6.ProfileSigninRow.divPopup.ui-dialog-content.ui-widget-content {
    width: 100% !important;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    display: block;
    height: 430px !important;
}
#divPopupLogin div.modal-body {
    width: 360px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 30px;
}
div.modal-body div.row.panelSignIn {
    width: 300px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
}
[id ^= "SignInForm-"] div div.input-group.input-sm {
    left: 0px;
    width: 100%;
    padding: 0px;
    border-radius: 0px;
}

.forgotPassword {
    Font-Family: 'utopia-std', Georgia, serif;
    Font-Size: 12px;
    Color: #404040;
    text-decoration: underline;
    cursor: pointer;
}

input#headerPassword.form-control.input-sm.pwdSignIn {
    width: 100%;
    border-radius: 0px;
    max-width: none;
    border: 1px solid #939598;
    padding: 6px 12px;
    font-size: 14px;
}
input#EmailorUsername.form-control {
    width: 100%;
    margin-right: 0px;
    border-radius: 0px;
    max-width: none;
    line-height: 1.5;
    border: 1px solid #939598;
    font-size: 14px;
}
input#PersonalSigninEmailOrUsernameAccessFullArticle.form-control,
input#PersonalSigninPasswordAccessFullArticle.form-control {
    width: 100% !important;
    margin-right: 0px;
    border-radius: 0px;
    max-width: none !important;
    line-height: 1.5;
    border: 1px solid #939598;
    font-size: 14px;
}
span.input-group-addon {
    border-radius: 0px;
    border: 1px solid #939598;
}
div.form-group.formgroupStyle {
    width: 100%;
}
form#SignInForm div.checkbox {
    padding-left: 0px;
}
.btnSigninDialogSubmit {
    border-width: 0px;
    border: none;
    box-shadow: none;
}
.FullAccessSignInContainer .header {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px;
}

.FullAccessSignInContainer {
    margin-right: 20px;
}

/* Forgot password dialog menu ui*/
div#divPopupForgotPassword.col-xs-6.ProfileForgotPasswordRow.divPopup.ui-dialog-content.ui-widget-content {
    width: 100% !important;
    height: 346px !important;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    display: block;
}

#divPopupForgotPassword div.modal-body {
    width: 360px;
    height: 300px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 20px;
}
div.row.panelForgotPassword {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;

}
#ForgotPasswordForm div input#Email.form-control {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #939598;
    max-width: none;
}
input#btnResetPassword.center-block {
    border-width: 0px;
    border: none;
    box-shadow: none;
}
div#ForgotPasswordErrors.form-group.formgroupStyle.validation-summary-errors {
    margin-top: 10px;
    color: #b94a48;
    height: 40px;
}
/* account creation menu ui */
div#BioOneAccountCreation div.divFormField {
    padding: 2px 2px 8px 0px;
}
div#BioOneAccountCreation input.formFieldInvalid {
    border: 1px solid #b94a48;
}
div#BioOneAccountCreation label.formFieldLabelInvalid,
div#BioOneAccountCreation span.formFieldError {
    color: #b94a48;
}
input.formFieldInputMedium {
    border: 1px solid #939598;
}

input[type="checkbox"] + label span.displayCheckbox, input[type="checkbox"] + .checkboxLabel span.displayCheckbox {
    border: 1px solid #939598;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

/* B1-39 Print Friendly Article Pages */
@media print {
    #googleBlock {
        display:none;
    }
    #navbarWrapper, .top-button {
        display: none !important;
    }
    .print-col-xs-12 {
        width: 100% !important;
    }
    #rightRail {
        left: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
        display: none;
    }

    .KeyWordsPanel {
        padding: 0px !important;
    }

    .keywordsline {
        background-color: #6d6e70 !important;
    }

    .divKEYWORDSMore {
        display: block !important;
    }

    #affiliations {
        display: block !important;
    }

    #mainArticle {
        border: 0px !important;
    }
    main, .panel-body  {
        padding: 0 !important;
    }
    #divNotSignedSection, nav, .lookupLink {
        display: none;
    }
    .DetailDate { margin: 0px !important;  }
    .ProceedingsArticleOpenAccessHeaderRowWidth, .PAHArticleCol {
        width: 100% !important;
    }
    .SPIEPanel, .col-xs-8, .ProceedingsArticleOpenAccessRow  {
        width: 100% !important;
    }
    .label {border : 0px !important;}
    a:after {
        content: none !important;
    }
    div.section { 
        margin: 0 !important;
    }
}
.JournalFrontContainer {
    width: 246px;
    height: 330px;
    background-color: #ffffff;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
}
.JournalSpaceHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.JournalFrontImage {
    vertical-align: middle;
    max-height: 330px;
    max-width: 245px;
}
.JournalFrontImagePlaceholder {
    background-color: #577E27;
    height: 350px;
    width: 245px;
    white-space: normal;
    text-align: left;
    padding: 20px;
}
.JournalFrontImagePlaceholderSmall {
    background-color: #577E27;
    height: 242px;
    width: 182px;
    white-space: normal;
    text-align: left;
    padding: 20px;
}
.JournalFrontImagePlaceholderSmall > text {
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none !important;
}

.JournalFrontImagePlaceholder > text {
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
   text-decoration:none;
}

#eBookChapter #mainArticle div.modal-body {
    height: 500px;
    padding-right: 20px;
    padding-left: 0px;
}
div#mainArticle.PAHArticleCol div.modal-body {
    padding-right: 20px;
    padding-left: 0px;
}
}

div.panel.panel-default.PurchaseContentPanelDefault#rightsPerms {
    display: none;
}

.inProgressLoader {
    padding-top: 20px;
    display: inline-block;
    background: #ffffff;
    width: -webkit-min-content;
    width: -moz-min-content;
    height: 60px;
    position: relative;
    padding-left:20px;
    padding-top:20px;
    transition: width .8s;
}


.loadingSpinner {
    text-align: center;
    width: 400px;
}

.successMessage {
    width: 380px;
}

.inProgressLoader img{
    padding-right:15px;
}

/* InProgressIssues Notification Styles */

.alertMessage {
    width: 400px;
}


.notificationContainer {
    margin-left: 12%;
    height: 65px;
    width: 560px;
    display: inline-block;
}

.inProgressAjaxError {
    width: 550px;
}

.inProgressAjaxError span {
    padding-bottom: 3px;
}

.inProgressErrorClose {
    font-size:1.2em;
    padding-left:15px;
    display:none;
}

.inProgressErrorClose:hover {
    cursor: pointer;
}

.ui-button, .ui-button:hover {
    font-size:13px;
    padding-top:12px;
}

.ui-button .ProceedingArticleButton3,
.ui-button .ProceedingArticleButton3:focus,
.ui-button .ProceedingArticleButton3:hover,
.ui-button .ProceedingArticleButton3:active {
    font-weight: 600;
    font-size: 14px;
}


.ui-button.disabledCloseButton, .ui-button.disabledCloseButton:hover {
    background: #c9c9c9;
    color: #efefef;
    transition: all .5s;
    cursor:default;
}

/* End notification styles */

.expandAllDiv:hover {
    cursor:pointer;
}

/* Institutional Sign in Styles */

.showShibSearch {
	display: block;
}

#shibLinkButton {
	background-color: #3b4991;
	font-weight: normal;
	color: #FFF;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 14px;
}

#shibErrorMessage {
	display: none;
	color: #b94a48;
}

#shibbolethSignInText {
	color: #000;
	margin-bottom: 10px;
	font-family: "proxima-nova";
	font-weight: 700;
	font-size: 20px;
}

#shibbolethInstitutionalBox {
	display: block;
	width: 535px;
	height: 315px;
	background-color: #eeeeef;
}

#shibBackgroundContainer {
	display: inline-block;
	padding: 20px 15px;
}

#instituionalAccessText {
    font-family: "Arial";
    color: #404040;
    font-weight: bold;
    padding-top: 10px;
}

.underlinedSigninLink {
	text-decoration: underline;
	font-weight: normal;
	padding: 0px;
}

	.underlinedSigninLink:hover {
		text-decoration: underline;
	}

/* institutional sign in styles end */

/* My Library css*/
.folderNameInputBox {
    width: 100%;
    padding: 6px 12px;
}
.folderDescriptionInputBox {
    padding: 6px 12px;
}
