
.arrow {
  background: url(/static/darrow.png) no-repeat center 2em;
}

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

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

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


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


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

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


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

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

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

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

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.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;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 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 {
	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-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-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-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;
	/* Support: IE7 */
	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-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* 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: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .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;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/static/css/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png?c17b5313e313") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/static/css/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png?c17b5313e313") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/static/css/jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png?c17b5313e313") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/static/css/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png?c17b5313e313") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.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 {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/static/css/jquery-ui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png?c17b5313e313") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/static/css/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png?c17b5313e313") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/static/css/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png?c17b5313e313") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* 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("/static/css/jquery-ui/smoothness/images/ui-icons_222222_256x240.png?c17b5313e313");
}
.ui-widget-header .ui-icon {
	background-image: url("/static/css/jquery-ui/smoothness/images/ui-icons_222222_256x240.png?c17b5313e313");
}
.ui-state-default .ui-icon {
	background-image: url("/static/css/jquery-ui/smoothness/images/ui-icons_888888_256x240.png?c17b5313e313");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/static/css/jquery-ui/smoothness/images/ui-icons_454545_256x240.png?c17b5313e313");
}
.ui-state-active .ui-icon {
	background-image: url("/static/css/jquery-ui/smoothness/images/ui-icons_454545_256x240.png?c17b5313e313");
}
.ui-state-highlight .ui-icon {
	background-image: url("/static/css/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png?c17b5313e313");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/static/css/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png?c17b5313e313");
}

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


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

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

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

/* Sample */

.dropdown-menu {
    border: 1px solid #ddd;
    background-color: white;
}

.dropdown-menu li {
    border-top: 1px solid #ddd;
    padding: 2px 5px;
}

.dropdown-menu li:first-child {
    border-top: none;
}

.dropdown-menu li:hover,
.dropdown-menu .active {
    background-color: rgb(110, 183, 219);
}


/* SHOULD not modify */

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

.dropdown-menu a:hover {
    cursor: pointer;
}

#categories label:first-child {
  display: block;
  margin-top: 1em; }

#gmap {
  height: 100%; }

.ac {
  text-align: center; }

.arrow {
  margin-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  text-transform: uppercase; }

.avatar {
  border-radius: 999px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px; }

.avatar-small {
  height: 50px;
  line-height: 50px;
  width: 50px; }

.avatar.avatar-profile {
  font-size: 2em;
  height: 5rem;
  line-height: 5rem;
  width: 5rem; }

.body {
  box-sizing: border-box;
  min-height: 100%;
  position: relative; }

.box {
  border: 2px solid #eee;
  box-sizing: border-box;
  clear: left;
  margin: 2em 0;
  overflow: hidden;
  padding: 1em 2em; }
  .box > small {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    text-transform: uppercase; }
  .box a {
    text-decoration: none; }
    .box a:hover {
      text-decoration: underline; }
  .box h2 {
    margin: 0; }
  .box h3 {
    text-transform: uppercase; }
  .box small span {
    margin-left: 1em; }

.btn {
  background: none;
  border: 1px solid #999;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0 2rem;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle; }
  .btn.purple {
    border: 1px solid #40323e !important; }

.c-both {
  clear: both; }

.cell {
  display: table-cell; }

.clear {
  clear: both; }

.clear-right {
  clear: right; }

.connections:after {
  clear: both;
  content: ' ';
  display: table; }

.content {
  margin: 2em 4% 0;
  padding-bottom: 3em; }

.f-left {
  float: left; }
  .f-left h2 {
    font-family: OpenDinSchriftenEngshrift,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-weight: 100; }

.f-right {
  float: right; }

.fa-bell small, .fa-bell-o small, .fa-envelope small, .fa-inbox small {
  border-radius: 999px;
  font-size: 50%;
  padding: 1px 3px;
  position: relative;
  right: 7px;
  top: -1em;
  width: 3em; }

.fields #id_category, .fields #id_country {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none; }

.fields .field {
  margin: 1em 0;
  white-space: nowrap; }

.fields hr {
  margin-top: 0; }

.fields label {
  font-family: OpenDinSchriftenEngshrift,"Arial Narrow",Arial,Charcoal,sans-serif;
  text-transform: uppercase; }

.fields select {
  font-family: OpenDinSchriftenEngshrift,sans-serif;
  font-size: 12pt;
  text-transform: uppercase; }

.fields span.category:after, .fields span.country:after {
  border: 6px solid transparent;
  border-top: 6px solid #40323e;
  content: '';
  height: 0;
  left: -1em;
  pointer-events: none;
  position: relative;
  top: 10px;
  width: 0; }

.fields textarea {
  background: none;
  border: 2px solid #eee;
  font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 18pt;
  height: 4em;
  outline: none;
  padding: 3px; }

.fl {
  float: left; }

.flex {
  display: flex; }

.float-left {
  float: left; }

.float-right, .fr {
  float: right; }

.gray {
  opacity: .2; }

.half {
  float: left;
  width: 50%; }

.label {
  display: inline-block;
  font-size: 115%;
  font-weight: 700;
  margin-bottom: 1%;
  overflow: hidden;
  padding: 10px 1% 5px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap; }

.labels label {
  display: inline-block;
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 2%;
  padding: 10px 1% 5px;
  text-align: center;
  text-transform: uppercase; }

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

.menu li {
  display: block;
  margin-top: 1em; }

.messages .pm_message {
  box-sizing: border-box;
  clear: left;
  margin: 1em 0;
  overflow: hidden;
  padding: 1em 2em; }
  .messages .pm_message > small {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    text-transform: uppercase; }
  .messages .pm_message a {
    text-decoration: none; }

.messages_inbox table a:hover {
  text-decoration: underline; }

.newsitem p {
  font-size: 200%; }
  .newsitem p span {
    font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif; }
  .newsitem p strong {
    font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 155%; }

.org-logo {
  border-radius: 3px;
  float: left;
  height: 2em;
  line-height: 2.2em;
  margin-right: 1em;
  text-align: center;
  width: 2em; }

.organization .sidebar h3, .organization .sidebar h4 {
  clear: both; }

.red {
  position: relative; }

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

.search .content img {
  float: right;
  max-height: 3em;
  max-width: 3em; }

.search .content p {
  clear: both; }

.sidebar .buttons a {
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 12pt;
  line-height: 2.2;
  padding: 4px 10px;
  text-transform: uppercase;
  white-space: nowrap; }

.sidebar > a {
  font-size: 120%;
  line-height: 1.5; }

.sidebar a {
  text-decoration: none; }

.sidebar hr {
  border: none;
  height: 1px; }

.signup a:hover, .signup form p a {
  text-decoration: underline; }

.step {
  background: #999;
  display: inline-block;
  height: 1em;
  margin: 1em; }
  .step a {
    text-decoration: none;
    background: #999;
    border-radius: 9em;
    color: #fff;
    display: inline-block;
    height: 3em;
    line-height: 3em;
    margin-left: -1em;
    margin-right: -1em;
    margin-top: -1em;
    text-align: center;
    width: 3em; }
    .step a.active {
      background: #40323e; }
    .step a:first-child {
      margin-right: 3em; }

.sticky {
  border: 2px solid #40323e; }

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

.table {
  width: 100%; }
  .table #left {
    float: left; }
  .table .fields {
    border-bottom: 2px solid #999;
    margin-bottom: 1em;
    vertical-align: top;
    width: 100%; }
    .table .fields.purple {
      border-bottom: 2px solid #40323e; }

.top {
  box-sizing: border-box;
  padding: 9px 4%;
  text-transform: uppercase;
  width: 100%; }
  .top * {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif; }
  .top .dropdown {
    position: relative; }
    .top .dropdown .menu {
      border: 1px solid gray;
      display: none;
      margin-top: 1em;
      position: absolute;
      right: 0;
      top: 17px;
      z-index: 1; }
      .top .dropdown .menu a {
        display: block;
        font-size: 85%;
        text-align: right;
        text-decoration: none; }
        .top .dropdown .menu a.read {
          color: #aaa; }
    .top .dropdown.active .menu {
      display: block; }
  .top .search button[type=submit] {
    background: none;
    border: none;
    left: -32px;
    margin: 0;
    padding: 0;
    position: relative; }
    .top .search button[type=submit]:hover {
      background: none;
      cursor: pointer; }
  .top .search input {
    border: none;
    border-radius: 9em;
    box-sizing: border-box;
    font-size: larger;
    padding: 0 1rem;
    vertical-align: -2px;
    width: 17rem; }
  .top a {
    text-decoration: none; }
    .top a:focus, .top a:hover {
      text-decoration: underline; }
  .top div {
    white-space: nowrap; }
  .top img {
    vertical-align: -3px; }
  .top:after {
    clear: both;
    content: " ";
    display: block; }

.vh {
  height: 100vh;
  position: relative; }

.yellow {
  margin: 0 -8px 1em;
  padding: 1em; }

body {
  font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
  height: 100%;
  margin: 0;
  padding: 0; }

button#attach {
  float: right; }

button:focus {
  outline: none; }

div.blue {
  position: relative; }

div.content:after {
  clear: both;
  content: ' ';
  display: block; }

footer {
  box-sizing: border-box;
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 10pt;
  padding: 1% 4%;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer div {
    display: table;
    margin-bottom: 1em;
    width: 100%; }
    footer div a {
      display: table-cell;
      font-size: 13pt; }
  footer span {
    margin-right: 2em; }

h1 {
  text-transform: uppercase; }

html {
  font-size: unset;
  height: 100%; }

img.avatar-tiny {
  height: 40px; }

input#id_web_address {
  width: 77%; }

input:focus {
  outline: none; }

input[type=email], input[type=password], input[type=text] {
  border: 1px solid gray; }

p {
  font-family: Whitman,serif;
  font-size: 13pt; }

select:focus {
  outline: none; }

span.avatar-small {
  margin-bottom: 6px; }

textarea {
  border: 1px solid gray; }
  textarea:focus {
    outline: none; }

ul {
  font-family: Whitman,serif; }

.about .about + p {
  margin: 7%; }
  .about .about + p + div + p {
    margin: 7%; }

.about .about p {
  display: inline-block;
  margin: 1em 7%;
  vertical-align: top;
  width: 35%; }

.about .aim {
  color: #542d2d;
  font-family: OpenDinSchriftenEngshrift,sans-serif;
  font-size: 24pt;
  margin: 7rem auto;
  max-width: 55rem;
  text-align: center; }

.about .center-center {
  margin: auto;
  max-width: 50rem;
  text-align: center; }

.about .center-justify {
  margin: auto;
  max-width: 50rem;
  padding: 5em;
  text-align: justify; }

.about .columns {
  background: #fff;
  padding: 3rem 0; }
  .about .columns div {
    display: inline-block;
    vertical-align: top;
    width: 33%; }
    .about .columns div h3 {
      margin: 1rem auto;
      max-width: 30rem;
      width: 70%; }
    .about .columns div img {
      display: block;
      margin: 3rem auto;
      max-width: 20rem;
      width: 55%; }
    .about .columns div p {
      margin: 1rem auto;
      max-width: 30rem;
      text-align: justify;
      width: 70%; }
    .about .columns div:nth-child(1n+4) {
      width: 49%; }

.about .cover {
  background: url(/static/bg/0.jpg?25547a6b9fb3);
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  font-family: OpenDinSchriftenEngshrift,sans-serif;
  font-size: 16pt;
  text-align: right;
  width: 100%; }
  .about .cover .arrow {
    bottom: 1em;
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 15pt;
    left: 0;
    position: absolute;
    width: 100%; }
  .about .cover > div {
    bottom: 0;
    left: 0;
    padding: 1em;
    position: absolute;
    top: 0; }
    .about .cover > div > a {
      margin-left: 1em; }
  .about .cover a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
    .about .cover a + a + a {
      border: 1px solid #fff;
      padding: 0 1em; }
    .about .cover a:hover {
      text-decoration: underline; }
  .about .cover img {
    float: left;
    max-width: 25%; }
  .about .cover p {
    color: #fff;
    margin-top: 30vh;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase; }

.about .news {
  left: 26%;
  position: absolute;
  top: 47vh; }

.about .partners {
  margin: 2em;
  text-align: center; }
  .about .partners + form {
    background: #eee; }
  .about .partners img {
    margin: 3%;
    max-height: 9em;
    max-width: 26%;
    vertical-align: middle; }

.about .partnership {
  background: #534550;
  color: #fff;
  margin-top: 4rem;
  padding: 6rem 0; }
  .about .partnership img {
    margin: 2rem;
    text-align: center;
    vertical-align: middle; }
  .about .partnership p {
    color: #fff; }

.about .partnerships {
  bottom: 3em;
  left: 3em;
  max-width: 8em;
  position: absolute;
  text-align: left; }
  .about .partnerships:before {
    border-top: 2px solid #aaa;
    content: "";
    display: inline-block;
    left: -3em;
    position: absolute;
    top: 1em;
    width: 2em; }

.about .photo-row {
  width: 100%; }

.about .resources {
  left: 60%;
  position: absolute;
  top: 76vh; }

.about .together {
  color: #888; }

.about .white {
  background: #fff; }

.about body > h3 {
  font-family: Whitman,serif;
  margin-top: 3em;
  text-align: center; }

.about div h4 {
  font-family: OpenDinSchriftenEngshrift,sans-serif;
  font-size: 20pt; }

.about form {
  padding: 3rem; }
  .about form .select2-container {
    min-width: auto; }
    .about form .select2-container .select2-selection {
      border-radius: 0;
      height: 2rem;
      padding-top: 3px; }
  .about form a {
    color: #542d2d; }
  .about form button.btn {
    border-color: #542d2d;
    color: #542d2d;
    margin-top: 1rem; }
  .about form h4 {
    color: #542d2d;
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 45pt;
    margin: 1rem 0; }
  .about form input {
    box-sizing: border-box;
    font-family: OpenDinSchriftenEngshrift,sans-serif;
    font-size: 14pt;
    margin: 4px 4px 4px 0;
    padding: 4px 5px 5px;
    vertical-align: -2px;
    width: 40%; }
  .about form select {
    box-sizing: border-box;
    font-family: OpenDinSchriftenEngshrift,sans-serif;
    font-size: 14pt;
    margin: 4px 4px 4px 0;
    padding: 4px 5px 5px;
    width: 40%; }

.about h2 {
  color: #000;
  font-family: OpenDinSchriftenEngshrift,sans-serif;
  font-size: xx-large;
  text-align: center; }

.about h3 {
  color: #888; }

.about h4 {
  text-transform: uppercase; }

.about hr {
  color: #542d2d;
  margin: 3rem auto;
  max-width: 3rem; }

.about p {
  color: #444; }

.about video {
  display: block;
  width: 100%; }

.account_reset_password {
  box-sizing: border-box;
  padding: 2em; }
  .account_reset_password a {
    text-decoration: none; }
  .account_reset_password body {
    background: rgba(84, 45, 45, 0.9); }
  .account_reset_password button {
    background: none;
    border: 1px solid #fff;
    font-family: OpenDinSchriftenEngshrift;
    font-size: 185%;
    margin-top: 10px;
    padding: 4px 2em;
    text-transform: uppercase; }
  .account_reset_password div {
    margin-top: 11vw;
    position: relative; }
    .account_reset_password div img {
      margin-left: -50%;
      margin-right: 2%;
      margin-top: -99em;
      width: 48%; }
    .account_reset_password div p {
      font-size: 1.3em; }
  .account_reset_password form {
    margin: auto;
    max-width: 27em;
    padding: 0;
    width: 40%; }
    .account_reset_password form span {
      display: block;
      text-align: center; }
  .account_reset_password h1 {
    float: left;
    font-size: 4vw;
    margin-top: 1em; }
  .account_reset_password input[type=email], .account_reset_password input[type=password] {
    border: none;
    font-family: OpenDinSchriftenEngshrift;
    font-size: 120%;
    margin-bottom: -6px;
    margin-right: 1%;
    padding: 10px;
    width: 100%; }
  .account_reset_password label {
    font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif; }
    .account_reset_password label[for=id_login], .account_reset_password label[for=id_password] {
      display: none; }

.assessment div.labels {
  display: inline-block;
  vertical-align: top;
  width: 49%; }
  .assessment div.labels label {
    padding-left: 1em;
    padding-right: 1em; }

.assessment form [type=checkbox] {
  opacity: 0;
  position: absolute; }

.assessment h1 {
  text-transform: none; }

.assessment h2 {
  text-transform: uppercase; }
  .assessment h2 small {
    font-family: Whitman,serif;
    font-weight: 100;
    margin-left: 1em;
    text-transform: none; }

.assessment h3 {
  text-transform: uppercase; }

.assessment select {
  width: 100%; }

.body .top .active {
  text-decoration: none; }

.c-left, .clear-left {
  clear: left; }

.countries #id_country {
  width: 28%; }
  .countries #id_country + .select2 {
    font-family: Whitman,serif; }

.countries #map {
  clear: both;
  float: right;
  height: 900px;
  margin-left: 1em;
  width: 69%; }
  .countries #map ~ form {
    width: 28%; }

.countries .addorg .select2 {
  border-radius: 0;
  box-sizing: border-box;
  width: 100%; }

.countries .addorg [type=number] {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  box-sizing: border-box;
  padding: 5px;
  width: 100%; }

.countries .addorg [type=submit] {
  color: #3b443c; }

.countries .addorg [type=text], .countries .addorg [type=url] {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  box-sizing: border-box;
  padding: 5px;
  width: 100%; }

.countries .addorg a {
  color: #3b443c; }

.countries .addorg label[for=id_languages] {
  display: block; }

.countries .addorg select, .countries .addorg textarea {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  box-sizing: border-box;
  padding: 5px;
  width: 100%; }

.countries .addorg ul {
  list-style: none;
  padding: 0; }

.countries .errorlist {
  color: red; }

.countries h2 {
  color: #3b443c;
  font-family: Whitman,serif; }

.countries h3 {
  width: 28%; }
  .countries h3 a {
    background: #f2f2f2;
    border-radius: 9px;
    color: #333;
    display: block;
    font-family: Whitman,serif;
    padding: 9px 6px 7px;
    position: relative;
    text-decoration: none;
    width: 100%; }
    .countries h3 a.dropdown:after {
      border: 9px solid #d5d5d5;
      border-bottom: none;
      border-left-color: transparent;
      border-right-color: transparent;
      content: "";
      display: block;
      position: absolute;
      right: 5px;
      top: 15px; }

.countries h4 {
  color: #3b443c;
  text-transform: uppercase; }

.country #map {
  border-right: 1em solid transparent;
  float: left;
  height: 900px;
  width: 48%; }
  .country #map + div {
    float: right;
    font-family: Whitman,serif;
    width: 48%; }
    .country #map + div a {
      color: #3b4442; }

.country .community {
  float: left;
  width: 50%; }
  .country .community ~ * {
    clear: right;
    float: right;
    margin-bottom: 7px;
    width: 50%; }

.country .rel {
  display: inline-block;
  font-size: larger;
  margin: 1rem 1rem 1rem 0;
  text-transform: uppercase; }

.country h2 {
  color: #3b4442;
  font-family: Whitman,serif;
  font-size: xx-large;
  margin-bottom: 0;
  text-transform: uppercase; }
  .country h2 span {
    background: #eee;
    font-size: small;
    padding: 6px 9px 3px;
    text-transform: uppercase;
    vertical-align: 7px; }

.country hr {
  border: 0;
  border-bottom: 1px solid #eee; }

.discussions .arrow a {
  text-decoration: none; }

.discussions .box a, .discussions strong {
  text-transform: uppercase; }

.editservices {
  border-radius: 9em;
  box-sizing: border-box;
  display: inline-block;
  height: 5em;
  padding-top: 2em;
  text-align: center;
  text-transform: uppercase;
  width: 5em; }

.entry {
  border: 2px solid #eee;
  padding: 1rem; }
  .entry > a {
    text-transform: uppercase;
    vertical-align: middle; }
    .entry > a .avatar {
      margin-right: 5px; }
    .entry > a img {
      vertical-align: -15px; }
  .entry > span {
    color: #999;
    margin-left: 1em;
    text-transform: uppercase;
    vertical-align: middle; }
  .entry a {
    text-decoration: none; }
    .entry a:hover {
      text-decoration: underline; }
  .entry p {
    clear: both;
    color: #414042;
    font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 17pt;
    line-height: 1;
    margin: 1rem 0; }
    .entry p img {
      float: left;
      margin-right: 1em;
      max-width: 9em; }
    .entry p small {
      font-family: Whitman,serif;
      font-size: 13pt; }
  .entry:after {
    clear: left;
    content: '';
    display: block; }

.es-home a {
  color: #fff; }

.es-home body {
  background: url(/static/logo-large.png?25547a6b9fb3) no-repeat;
  background-size: 13em;
  color: #fff;
  height: auto;
  margin: 2em;
  padding-left: 5em; }
  .es-home body > a:hover {
    text-decoration: underline; }
  .es-home body > a:nth-child(-n+3) {
    float: right;
    font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: x-large;
    font-weight: 700;
    margin-right: 2em;
    padding: 5px 2rem 1px;
    text-decoration: none;
    text-transform: uppercase; }
  .es-home body > a:nth-child(2) {
    border: 1px solid #fff; }

.es-home h2 {
  font-family: WhitmanBold,serif;
  font-size: 41pt;
  font-weight: 700;
  margin-top: 0;
  max-width: 12em;
  padding-top: 12vw; }
  .es-home h2:after {
    border-bottom: 7px solid #fff;
    content: "";
    display: block;
    margin-top: 9px;
    width: 2em; }

.es-home p {
  font-size: 16pt;
  max-width: 48em; }

.flatpage h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  text-transform: uppercase; }

.flatpage p, .flatpage ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem; }

.fullscreen {
  height: auto;
  min-height: 100%; }
  .fullscreen body {
    box-sizing: border-box;
    height: auto;
    min-height: 100vh;
    padding: 2em; }

.google .content {
  padding: 1em; }
  .google .content form {
    margin-bottom: 1em; }
    .google .content form input {
      font-size: 2rem; }
      .google .content form input[type=submit] {
        padding-bottom: 39px;
        padding-top: 7px; }
      .google .content form input[type=text] {
        vertical-align: -8px; }

.home .tip {
  max-width: 18em; }
  .home .tip h3 {
    margin: 0; }
    .home .tip h3:before {
      color: #aaa;
      content: "+";
      font-family: Whitman,serif;
      font-size: 23pt;
      font-weight: 100; }
  .home .tip p {
    margin: 0;
    padding-left: 2rem; }

.home body {
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 2em;
  text-align: right; }
  .home body .arrow {
    bottom: 3em;
    margin: -2em;
    position: fixed;
    text-align: center;
    width: 100%; }
  .home body .btn {
    border: 1px solid #FFF;
    padding: 0 1rem;
    vertical-align: 0; }
  .home body .f-left {
    max-width: 100%; }
  .home body > a {
    margin-left: 2em; }
  .home body a {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 15pt;
    text-decoration: none;
    text-transform: uppercase; }
  .home body div {
    text-align: left; }
  .home body h2 {
    font-size: 1.4em;
    text-align: left;
    text-transform: uppercase; }
  .home body img {
    max-width: 100%; }

.legal .sidebar a:hover {
  text-decoration: underline; }

.legal h1, .legal h2 {
  text-transform: uppercase; }

.legalhub .body .content {
  font-size: unset !important; }
  .legalhub .body .content form a {
    font-family: Whitman,serif; }
  .legalhub .body .content h4 {
    padding: 9px;
    text-decoration: underline; }
  .legalhub .body .content h5 {
    font-size: larger;
    font-style: italic;
    font-weight: 400; }
  .legalhub .body .content p {
    font-size: unset;
    margin: 0;
    padding: 9px; }
    .legalhub .body .content p a {
      text-decoration: none; }
      .legalhub .body .content p a:hover {
        text-decoration: underline; }

.legalhub .grid {
  position: relative; }
  .legalhub .grid #resources {
    background: #fff;
    box-sizing: border-box;
    padding: 1rem;
    width: 67%; }
    .legalhub .grid #resources + h3 {
      box-sizing: border-box;
      position: absolute;
      right: 0;
      top: 0;
      width: 32%; }
    .legalhub .grid #resources .countries input {
      border: none;
      border-radius: 3px;
      cursor: pointer;
      padding: 5px 5px 3px;
      text-decoration: none; }
    .legalhub .grid #resources a {
      font-family: Whitman,serif; }
  .legalhub .grid > div:last-child {
    bottom: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    width: 32%; }
    .legalhub .grid > div:last-child div {
      min-height: 3rem;
      overflow-y: scroll; }
  .legalhub .grid h3 {
    margin-bottom: 0;
    text-transform: uppercase; }
    .legalhub .grid h3 a + a {
      text-transform: none; }
  .legalhub .grid table {
    background: #fff;
    margin-top: 0;
    padding: 1rem;
    width: 67%; }
    .legalhub .grid table + h3 {
      box-sizing: border-box;
      width: 67%; }
    .legalhub .grid table caption {
      text-align: left; }
    .legalhub .grid table tr {
      font-family: Whitman,serif; }
      .legalhub .grid table tr td {
        padding: 3px; }
        .legalhub .grid table tr td + td + td + td {
          text-align: right; }
        .legalhub .grid table tr td:first-child {
          text-align: center; }
          .legalhub .grid table tr td:first-child + td {
            text-align: center; }

.legalhub h1 {
  font-family: Whitman,serif;
  font-size: 22pt;
  text-transform: none; }
  .legalhub h1 + div {
    background: #fff;
    display: flex; }
    .legalhub h1 + div > a:first-child {
      align-self: center;
      font-family: Whitman,serif;
      margin-left: 1rem;
      padding: 1rem 3rem;
      text-decoration: none;
      white-space: nowrap; }
      .legalhub h1 + div > a:first-child:hover {
        text-decoration: underline; }
    .legalhub h1 + div div {
      display: flex;
      margin: 1rem;
      padding-left: 1rem;
      position: relative; }
      .legalhub h1 + div div a {
        flex-basis: 0;
        flex-grow: 1;
        font-family: Whitman,serif;
        margin-right: 1em;
        margin-top: 2rem; }
        .legalhub h1 + div div a img {
          float: left;
          margin-right: 5px; }
      .legalhub h1 + div div strong {
        position: absolute;
        text-transform: uppercase; }

.legalhub h3 {
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: unset;
  font-weight: 400;
  padding: 5px 1rem 6px;
  position: relative; }
  .legalhub h3 a {
    text-decoration: none; }
    .legalhub h3 a ~ a {
      border: 1px solid #fff;
      float: right;
      line-height: 1;
      margin-left: 3px;
      padding: 1px 9px 2px; }
    .legalhub h3 a:hover:first-child {
      text-decoration: underline; }
  .legalhub h3 input {
    border: 1px solid #fff;
    float: right;
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: unset;
    line-height: 1;
    margin-left: 3px;
    padding: 1px 9px 2px; }

.legalhub h4 {
  font-family: Whitman,serif;
  font-weight: 400;
  margin-top: 0; }

.legalsignup {
  color: #fff; }
  .legalsignup .btn, .legalsignup a {
    color: #fff; }
  .legalsignup body {
    background: rgba(0, 0, 0, 0.7); }
  .legalsignup h1 {
    margin-top: 33vh;
    text-align: center; }
  .legalsignup p {
    margin: auto;
    max-width: 30em;
    text-align: center; }
  .legalsignup small {
    display: block;
    font-family: Whitman,serif;
    font-style: italic;
    margin-top: 9vh;
    text-align: center; }

.login body {
  box-sizing: border-box;
  padding: 2em; }
  .login body a {
    text-decoration: none; }
  .login body button {
    background: none;
    border: 1px solid #fff;
    font-family: OpenDinSchriftenEngshrift;
    font-size: 185%;
    margin-top: 10px;
    padding: 4px 2em;
    text-transform: uppercase; }
    .login body button:hover {
      background: #fff;
      color: #000; }
  .login body div {
    margin-top: 11vw;
    position: relative; }
    .login body div form {
      position: relative; }
    .login body div h2 {
      font-size: 65pt;
      margin-top: 5px;
      position: absolute;
      right: 100%;
      text-transform: uppercase;
      top: -9rem; }
    .login body div p {
      font-size: 1.3em; }
  .login body form {
    margin: auto;
    max-width: 32em;
    padding: 0;
    width: 40%; }
    .login body form p a {
      float: right;
      position: relative;
      top: -2em; }
    .login body form p:first-child {
      font-size: xx-large; }
    .login body form span {
      clear: both;
      display: block;
      text-align: center; }
  .login body input[type=email], .login body input[type=password] {
    border: none;
    font-family: OpenDinSchriftenEngshrift;
    font-size: x-large;
    padding: 10px;
    width: 100%; }
  .login body label {
    font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif; }

.main div.connections a {
  float: left;
  margin-right: 1%;
  max-width: 9em;
  min-height: 8em;
  min-width: 7em;
  text-decoration: none;
  width: 48%; }

.mentorship .content {
  margin-bottom: 1em;
  padding: 1em; }
  .mentorship .content .flex {
    display: flex; }
  .mentorship .content .vflex {
    display: flex;
    flex-direction: column; }
  .mentorship .content div.pane {
    margin: 1rem;
    padding: 1em; }
    .mentorship .content div.pane dt {
      margin-top: 1em; }
    .mentorship .content div.pane h3 {
      margin-top: 0; }
      .mentorship .content div.pane h3 a {
        font-size: 75%; }
  .mentorship .content h2 {
    margin-left: 1rem;
    text-align: center; }

.mentorshipprofile .age label {
  width: 22%; }

.mentorshipprofile .content {
  margin: 5em auto auto;
  max-width: 50em;
  text-align: center; }
  .mentorshipprofile .content .btn {
    text-decoration: none; }
  .mentorshipprofile .content .languages label {
    width: 22%; }
  .mentorshipprofile .content [for=id_age_0], .mentorshipprofile .content [for=id_available_0], .mentorshipprofile .content [for=id_different_organisations_0], .mentorshipprofile .content [for=id_gender_0], .mentorshipprofile .content [for=id_kind_0], .mentorshipprofile .content [for=id_management_experience_0], .mentorshipprofile .content [for=id_mentor_same_gender_0], .mentorshipprofile .content [for=id_sensitive_areas_0], .mentorshipprofile .content [for=id_team_experience_0], .mentorshipprofile .content [type=checkbox], .mentorshipprofile .content [type=radio] {
    display: none; }
  .mentorshipprofile .content [type=submit] {
    background: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    margin: 1%;
    padding: 1rem;
    text-transform: uppercase;
    width: 31%; }
  .mentorshipprofile .content form a {
    bottom: 3em;
    position: absolute;
    right: 3em; }
  .mentorshipprofile .content label {
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    margin: 1%;
    min-width: 9em;
    padding: 1rem;
    text-transform: uppercase;
    width: 31%; }
  .mentorshipprofile .content ul.errorlist, .mentorshipprofile .content ul.parsley-errors-list {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    list-style: none;
    margin: auto;
    max-width: 30em;
    padding: 0; }
    .mentorshipprofile .content ul.errorlist li, .mentorshipprofile .content ul.parsley-errors-list li {
      border: 1px solid #fff;
      padding: 9px; }

.messages #pm_by_modes {
  float: right; }

.messages .box form input[type=text] {
  display: block;
  width: 100%; }

.messages .main input[type=submit] {
  background: 1px solid #38463c; }

.messages .pm_message {
  border: 2px solid #38463c; }
  .messages .pm_message .pm_body {
    margin-top: 1em; }

.messages [type=text] {
  font-size: 14pt; }

.messages button, .messages input[type=submit] {
  border: 1px solid #38463c;
  padding: 4px;
  text-transform: uppercase; }

.messages table#pm_messages {
  border-collapse: collapse;
  margin-top: 1em;
  width: 100%; }
  .messages table#pm_messages td, .messages table#pm_messages th {
    border: 1px solid #ddd;
    padding: 2px; }

.messages textarea {
  font-size: 14pt; }

.mkorg #city-wrapper {
  width: 100%; }

.mkorg .labels input[type=checkbox], .mkorg .labels input[type=radio] {
  opacity: 0;
  position: absolute; }

.mkorg > label {
  color: #777;
  font-family: Whitman,serif; }

.mkorg h4 {
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  text-transform: uppercase; }
  .mkorg h4 i {
    border-radius: 9em;
    padding: 5px; }

.mkorg textarea {
  border: none;
  box-sizing: border-box;
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 115%;
  margin: 3px 0;
  padding: 8px;
  width: 100%; }

.news-comments {
  border: 2px solid #eee;
  border-top: none;
  margin-bottom: 2em;
  padding: 1em 1em 1em 3em; }
  .news-comments a {
    text-decoration: none; }
    .news-comments a.more {
      display: block;
      text-align: right; }
    .news-comments a:hover {
      text-decoration: underline; }
  .news-comments div > a {
    text-transform: uppercase;
    vertical-align: middle; }
    .news-comments div > a .avatar {
      margin-right: 5px; }
    .news-comments div > a img {
      vertical-align: -15px; }
  .news-comments div > span {
    text-transform: uppercase;
    vertical-align: middle; }
  .news-comments form:last-child {
    text-align: right; }
    .news-comments form:last-child i {
      margin-left: -3em; }
  .news-comments p {
    color: #999;
    font-family: Whitman,serif;
    font-size: 13pt;
    margin: 8px 0; }
  .news-comments textarea {
    border: 1px solid #eee;
    font-family: Whitman,serif;
    font-size: 13pt;
    margin-left: 9px;
    vertical-align: middle; }

.newsfeed #id_country-autocomplete {
  border: none;
  color: #40323e;
  font-family: OpenDinSchriftenEngshrift,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 14pt; }

.newsfeed #left {
  color: #777;
  margin-right: 1em;
  margin-top: 3px; }

.newsfeed #sharenews {
  background: none;
  border: none;
  font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 18pt;
  width: 15em; }

.newsfeed .alert {
  background: url(/static/alert.png?25547a6b9fb3) #308763 no-repeat;
  background-position: 30px;
  background-size: 3em;
  color: #fff;
  padding: 1px 1px 1px 7em; }
  .newsfeed .alert > a {
    float: right; }
    .newsfeed .alert > a img {
      height: 2em;
      margin: 26px; }
  .newsfeed .alert h3 {
    margin-bottom: 3px; }
  .newsfeed .alert p {
    font-size: 13pt;
    margin-top: 0; }

.newsfeed .arrow a {
  color: #40323e;
  text-decoration: none; }
  .newsfeed .arrow a:hover {
    text-decoration: underline; }

.newsfeed .content .br-color-0 {
  border-right: 5px solid #dfe6e7; }

.newsfeed .content .br-color-1 {
  border-right: 5px solid #2c3955; }

.newsfeed .content .br-color-2 {
  border-right: 5px solid #a8160b; }

.newsfeed .entry {
  color: #40323e; }
  .newsfeed .entry a {
    color: #40323e; }

.newsfeed .main .entry {
  clear: both; }

.newsfeed .main .filter {
  float: right;
  margin-top: -7px; }
  .newsfeed .main .filter .select2 {
    min-width: 15em !important; }
  .newsfeed .main .filter .select2-search input {
    font-family: Whitman,serif;
    padding: 2px; }
  .newsfeed .main .filter .select2-selection--multiple {
    border: none;
    color: #40323e; }
  .newsfeed .main .filter span {
    color: #999;
    text-transform: uppercase; }

.newsfeed .main > a {
  color: #999;
  margin-right: 2em;
  text-decoration: none;
  text-transform: uppercase; }
  .newsfeed .main > a.active {
    color: #40323e; }
  .newsfeed .main > a:hover {
    text-decoration: underline; }

.newsfeed .main form input[type=submit] {
  padding: 0 1em 2px; }
  .newsfeed .main form input[type=submit]:hover {
    background: #40323e;
    color: #fff !important; }

.newsfeed .main form:after {
  clear: both;
  content: ' ';
  display: table; }

.newsfeed .main h2 {
  border-bottom: 2px solid #eee;
  padding-bottom: 9px; }

.newsfeed .news-comments {
  color: #40323e; }
  .newsfeed .news-comments a {
    color: #40323e; }
  .newsfeed .news-comments textarea:focus {
    height: auto; }
  .newsfeed .news-comments textarea:invalid {
    height: 1em; }

.newsfeed .sidebar {
  margin-top: 3em; }
  .newsfeed .sidebar h3 {
    color: #40323e; }
  .newsfeed .sidebar img {
    max-width: 100%; }
  .newsfeed .sidebar p {
    background: #40323e;
    color: #fff;
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 120%;
    margin-top: 0;
    padding: 9px; }

.newsfeed h2 {
  color: #40323e;
  font-size: 19pt; }

.newsitem .box p {
  font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 18pt;
  margin: 8px 0; }
  .newsitem .box p small {
    font-family: Whitman,serif;
    font-size: 14pt; }

.newsitem .main {
  margin-top: 4em; }
  .newsitem .main h2 {
    font-family: OpenDinSchriftenEngshrift,sans-serif;
    text-transform: uppercase; }

.newsitem .sidebar {
  margin-top: 3em; }
  .newsitem .sidebar img {
    max-width: 100%; }
  .newsitem .sidebar p {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 120%;
    margin-top: 0;
    padding: 9px; }

.newsitem h3 {
  text-transform: uppercase; }

.newsitem input[name=body] {
  background: none;
  border: none;
  font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 26pt;
  margin-right: 9px;
  width: 100%; }

.organization .box a i {
  color: #38463c;
  font-size: 150%;
  margin-left: 15px;
  vertical-align: -1px; }

.organization .box h3 {
  color: #38463c;
  text-transform: uppercase; }

.organization .box p {
  color: #444; }

.organization .btn {
  border: 1px solid #38463c; }

.organization .connections a {
  float: left;
  margin-right: 1%;
  max-width: 9em;
  min-height: 8em;
  min-width: 7em;
  text-decoration: none;
  width: 48%; }

.organization .content a {
  color: #38463c; }

.organization .content form.services .f-right a, .organization .content form.services .ta-right a {
  color: #999;
  font-family: Whitman,serif;
  font-size: 1rem; }

.organization .item {
  color: #999;
  display: inline-block;
  margin-bottom: 2em;
  margin-right: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }
  .organization .item a {
    text-transform: uppercase; }
  .organization .item i {
    background: #38463c;
    border-radius: 2em;
    color: #fff;
    display: block;
    font-size: 3em;
    padding: 16px;
    text-align: center;
    vertical-align: -10px;
    width: 1em; }
  .organization .item small {
    font-family: Whitman,serif;
    font-size: 110%; }

.organization .label {
  background: #38463c; }

.organization .logo {
  float: left;
  line-height: 6;
  margin: 1em;
  position: relative; }
  .organization .logo img {
    vertical-align: middle; }

.organization .main b {
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 85%;
  font-weight: 400;
  text-transform: uppercase; }

.organization .main form > img {
  float: left;
  margin-right: 1rem;
  max-height: 4rem; }

.organization .main h1 {
  line-height: 1; }

.organization .main h2 {
  color: #38463c;
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase; }

.organization .main input[type=checkbox] {
  display: none; }
  .organization .main input[type=checkbox] + label {
    background: #ccc;
    color: #fff;
    display: inline-block;
    font-size: 125%;
    font-weight: 700;
    margin: 1% 1% 1% 0;
    padding: 10px 1em 5px;
    text-align: center;
    text-transform: uppercase; }
  .organization .main input[type=checkbox]:checked + label {
    background: #38463c; }

.organization .main strong {
  color: #38463c;
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 85%;
  font-weight: 400;
  margin-right: 1em;
  text-transform: uppercase; }

.organization .main textarea {
  background: #eee;
  border: none;
  font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 1.2rem;
  margin-top: 8px;
  padding: 12px 8px 6px; }

.organization .program input[type=text], .organization .program textarea {
  width: 100%; }

.organization .search input {
  color: #38463c; }

.organization .services #city-wrapper {
  width: 100%; }

.organization .services .labels input[type=checkbox], .organization .services .labels input[type=radio] {
  display: none; }
  .organization .services .labels input[type=checkbox]:checked + label, .organization .services .labels input[type=radio]:checked + label {
    background: #38463c; }

.organization .services h4 {
  color: #38463c;
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  text-transform: uppercase; }
  .organization .services h4 i {
    background: #38463c;
    border-radius: 9em;
    color: #fff;
    padding: 5px; }

.organization .services small {
  color: #888; }

.organization .services textarea {
  background: #eee;
  border: none;
  box-sizing: border-box;
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 115%;
  margin: 3px 0;
  padding: 8px;
  width: 100%; }

.organization .sidebar .connections a span {
  border-radius: 999px; }

.organization .sidebar .connections small {
  font-family: Whitman,serif; }

.organization .sidebar .documents a span {
  background: #38463c;
  border-radius: 6px;
  color: #fff;
  display: block;
  height: 3em;
  line-height: 3.1;
  margin-bottom: 1em;
  text-align: center;
  width: 3em; }

.organization .sidebar div.connections a {
  color: #888; }
  .organization .sidebar div.connections a strong {
    color: #999; }

.organization .sidebar div.documents a {
  color: #555;
  text-transform: uppercase; }

.organization .sidebar h3 {
  color: #38463c; }

.organization .top {
  background: #38463c; }
  .organization .top .menu a {
    color: #38463c; }

.organization b {
  color: #999;
  margin-left: 1em; }

.organization form .main a {
  color: #888;
  font-family: Whitman,serif; }

.organization h1 {
  color: #38463c;
  font-size: 3em;
  margin: 0; }
  .organization h1 > a {
    font-size: 29%;
    font-weight: 400; }
  .organization h1 a {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif; }
  .organization h1 img {
    height: 32px; }
  .organization h1 span {
    display: block;
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 28%;
    font-weight: 400; }

.organization h3 + img {
  max-width: 4em; }

.organization h4 {
  color: #38463c;
  font-size: 125%;
  text-transform: uppercase; }

.organization hr {
  background-color: #38463c;
  border: none;
  border-color: #38463c;
  color: #38463c;
  height: 1px; }

.organization input[type=radio] {
  display: none; }
  .organization input[type=radio] + label {
    background: #ccc;
    color: #fff;
    display: inline-block;
    font-size: 125%;
    font-weight: 700;
    margin: 1% 1% 1% 0;
    padding: 10px 1em 5px;
    text-align: center;
    text-transform: uppercase;
    width: 24%; }
  .organization input[type=radio]:checked + label {
    background: #38463c; }

.organization input[type=submit] {
  border: 1px solid #38463c;
  color: #38463c; }

.organizations #map-container {
  height: 30em; }

.organizations .box {
  border: 2px solid #eee; }
  .organizations .box h2 {
    font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 18pt;
    line-height: 1;
    margin: 8px 0; }
  .organizations .box img {
    margin-right: 1em;
    max-height: 2em; }
  .organizations .box p {
    color: #414042; }
  .organizations .box strong {
    margin-right: 2em;
    text-transform: uppercase; }

.organizations .gmsd p {
  color: #38463c;
  font-family: OpenDinSchriftenEngshrift,sans-serif; }

.organizations .main .green input {
  border: 1px solid #38463c; }

.organizations .main > p {
  font-family: OpenDinSchriftenEngshrift,sans-serif;
  margin-bottom: 2em;
  text-transform: uppercase; }

.organizations .main a, .organizations .main div.gmsd h2 {
  text-transform: uppercase; }

.organizations .main form {
  margin-top: 4em;
  text-align: right; }
  .organizations .main form #id_q {
    background: none;
    border-color: #aaa;
    box-sizing: border-box;
    font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: larger;
    padding: 7px;
    width: 100%; }
  .organizations .main form .btn:hover {
    background: #38463c;
    color: #fff; }
  .organizations .main form .flex > * {
    flex: 1 1 0; }
  .organizations .main form .flex > span:last-child {
    border: 1px solid #aaa;
    border-top: none;
    margin-left: -1px;
    padding: 7px;
    text-align: left; }
    .organizations .main form .flex > span:last-child input, .organizations .main form .flex > span:last-child label {
      margin: 0;
      vertical-align: middle; }
  .organizations .main form .select2 {
    border: 1px solid #aaa;
    border-top: none;
    font-family: Whitman,serif;
    font-size: initial;
    text-align: left;
    width: 100% !important; }
    .organizations .main form .select2 + select + .select2 {
      margin-left: -1px; }
    .organizations .main form .select2 .select2-search__field {
      font-family: Whitman,serif;
      font-size: initial;
      padding: 2px; }
    .organizations .main form .select2 .select2-selection--multiple {
      border: none; }
    .organizations .main form .select2 input::placeholder {
      color: #777; }
  .organizations .main form label {
    color: #777;
    font-family: Whitman,serif; }
    .organizations .main form label[for=id_gmsd] {
      color: #38463c;
      font-style: italic;
      text-transform: uppercase; }
  .organizations .main form li {
    display: inline;
    list-style: none; }
  .organizations .main form ul {
    display: inline;
    margin: 0;
    padding: 0; }

.organizations .main span.f-right a {
  text-decoration: none; }

.organizations .sidebar {
  margin-top: 4em; }
  .organizations .sidebar .btn {
    border-color: #38463c;
    padding: 2px 0 4px;
    text-align: center;
    width: 100%; }
    .organizations .sidebar .btn:hover {
      background: #38463c;
      color: #fff; }
  .organizations .sidebar a {
    color: #38463c; }
    .organizations .sidebar a + * {
      clear: both; }
    .organizations .sidebar a + span {
      font-size: larger; }
    .organizations .sidebar a img {
      float: left;
      margin-bottom: 1em;
      margin-right: 1em;
      max-height: 3em;
      max-width: 25%; }
  .organizations .sidebar h3 {
    border-top: 3px solid #38463c;
    color: #38463c;
    padding-top: 9px; }
    .organizations .sidebar h3 ~ h3 ~ p {
      color: #38463c;
      font-size: smaller; }
      .organizations .sidebar h3 ~ h3 ~ p a {
        text-decoration: underline; }
  .organizations .sidebar hr {
    background-color: #eee;
    clear: both; }
  .organizations .sidebar p {
    color: #888;
    margin: 0; }

.organizations hr {
  border: none;
  height: 1px; }

.program .box a i {
  font-size: 150%;
  margin-left: 15px;
  vertical-align: -1px; }

.program .content form.services .f-right a, .program .content form.services .ta-right a {
  font-family: Whitman,serif;
  font-size: 1rem; }

.program .item {
  display: inline-block;
  margin-bottom: 2em;
  margin-right: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }
  .program .item i {
    border-radius: 2em;
    display: block;
    font-size: 3em;
    padding: 16px;
    text-align: center;
    vertical-align: -10px;
    width: 1em; }
  .program .item small {
    font-family: Whitman,serif;
    font-size: 110%; }

.program .logo {
  float: left;
  line-height: 6;
  margin: 1em;
  position: relative; }
  .program .logo img {
    vertical-align: middle; }

.program .main > p {
  clear: left; }

.program .main b {
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 85%;
  font-weight: 400;
  text-transform: uppercase; }

.program .main form > p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em; }

.program .main h1 {
  line-height: 1; }

.program .main h2 {
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase; }

.program .main img {
  float: left;
  margin-right: 1rem;
  max-height: 4rem; }

.program .main small, .program .main strong {
  text-transform: uppercase; }

.program .sidebar .connections a span {
  border-radius: 999px; }

.program .sidebar .connections small {
  font-family: Whitman,serif; }

.program .sidebar .documents a span {
  border-radius: 6px;
  display: block;
  height: 3em;
  line-height: 3.1;
  margin-bottom: 1em;
  text-align: center;
  width: 3em; }

.program .sidebar div a {
  float: left;
  margin-right: 1%;
  max-width: 9em;
  min-height: 8em;
  min-width: 7em;
  text-decoration: none;
  width: 48%; }

.program .sidebar div.documents a {
  text-transform: uppercase; }

.program a.btn {
  border: 1px solid #38463c; }

.program b {
  font-size: 85%;
  margin-left: 1em;
  text-transform: uppercase; }

.program form .main a {
  font-family: Whitman,serif; }

.program h1 {
  font-size: 3em;
  margin: 0; }
  .program h1 > a {
    font-size: 29%;
    font-weight: 400; }
  .program h1 a {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif; }
  .program h1 span {
    display: block;
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 28%;
    font-weight: 400; }

.program h3 {
  text-transform: uppercase; }
  .program h3:nth-child(7) {
    border-top: 2px solid #b4c2b7;
    margin-top: 2em;
    padding-top: 1em; }

.program strong {
  font-size: 85%;
  text-transform: uppercase; }

.programmatic .content .publications div {
  padding-left: 15em;
  position: relative; }
  .programmatic .content .publications div h4 a {
    text-decoration: none; }
  .programmatic .content .publications div img {
    border-right: 1px solid #eee;
    height: 100%;
    left: 0;
    position: absolute;
    width: 15em; }

.programmatic .content .webinars img {
  border-bottom: 1px solid #eee;
  height: 15em;
  width: 100%; }

.programmatic .content h2 {
  color: #542d2d; }
  .programmatic .content h2 + img {
    border: 1px solid #eee;
    height: 15em;
    object-fit: cover;
    width: 100%; }
    .programmatic .content h2 + img + a {
      font-size: x-large;
      left: 1em;
      position: relative;
      top: -2em; }
      .programmatic .content h2 + img + a:hover {
        background: #542d2d;
        color: #fff; }

.programmatic .content h3 {
  border-top: 1px solid #eee;
  clear: both;
  color: #542d2d;
  padding-top: 1em; }
  .programmatic .content h3 + div + a {
    float: right;
    margin-bottom: 1em;
    text-transform: uppercase; }
  .programmatic .content h3 ~ div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .programmatic .content h3 ~ div div {
      border: 1px solid #eee;
      box-sizing: border-box;
      display: inline-block;
      flex-shrink: 0;
      margin-bottom: 1em;
      vertical-align: top;
      width: 48%; }
      .programmatic .content h3 ~ div div img {
        object-fit: cover; }
      .programmatic .content h3 ~ div div p + p {
        color: #542d2d; }

.programmatic .content h4 {
  color: #542d2d;
  margin: 1em; }

.programmatic .content p {
  margin: 1em; }

.qa .container {
  overflow: auto; }
  .qa .container .tags, .qa .container .totals {
    margin: 1em 1em 1em 70%;
    padding: 1em; }
  .qa .container table {
    float: left;
    font-family: Whitman,serif;
    width: 64%; }
    .qa .container table a {
      text-decoration: none; }
      .qa .container table a:hover {
        text-decoration: underline; }
    .qa .container table td {
      padding: 1em;
      text-align: center; }
      .qa .container table td + td + td + td {
        text-align: left; }
        .qa .container table td + td + td + td + td {
          text-align: right; }

.qa h1 {
  font-family: Whitman,serif;
  font-size: 22pt;
  text-transform: none; }
  .qa h1 a {
    text-decoration: none; }
    .qa h1 a:hover {
      text-decoration: underline; }

.qa_detail .answer {
  margin-bottom: 1rem;
  padding: 1rem; }

.qa_detail .q {
  margin-bottom: 1rem;
  overflow: auto;
  padding: 1rem; }

.resource .main h2, .resource h2 {
  text-transform: uppercase; }

.resource input[name=body] {
  background: none;
  border: none;
  font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 26pt;
  margin-right: 9px;
  width: 100%; }

.resources body .arrow a {
  text-decoration: none; }
  .resources body .arrow a:hover {
    text-decoration: underline; }

.resources body .box {
  padding: 9px; }
  .resources body .box a {
    text-transform: uppercase; }
  .resources body .box h6 {
    font-size: larger;
    margin: 0; }
  .resources body .box p {
    color: #000; }
  .resources body .box small {
    color: #542d2d; }

.resources body .main .tags {
  text-align: center; }
  .resources body .main .tags a {
    background: #ccc;
    border: none;
    color: #fff;
    margin: 2px; }
    .resources body .main .tags a.active {
      background: #542d2d; }

.resources body .main form .flex {
  width: 100%; }
  .resources body .main form .flex span {
    flex-grow: 1;
    position: relative; }
    .resources body .main form .flex span:after {
      border: 6px solid transparent;
      border-top: 6px solid #40323e;
      content: '';
      height: 0;
      pointer-events: none;
      position: absolute;
      right: 9px;
      top: 14px;
      width: 0; }

.resources body .main form input[type=submit] {
  float: right; }

.resources body .main form input[type=text] {
  background: none;
  border: 1px solid #eee;
  border-bottom: none;
  box-sizing: border-box;
  color: #000;
  font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: larger;
  padding: 8px;
  width: 100%; }

.resources body .main form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #eee;
  padding: 7px;
  width: 100%; }

.resources body .main form:after {
  clear: both;
  content: '';
  display: block; }

.resources body .sidebar {
  padding-top: 93px; }
  .resources body .sidebar a {
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    .resources body .sidebar a > span {
      border: 1px solid #fff;
      bottom: 18px;
      color: #fff;
      left: 9px;
      position: absolute;
      right: 9px;
      top: 9px; }
      .resources body .sidebar a > span span {
        left: 0;
        line-height: 1;
        margin-top: -.5em;
        position: absolute;
        top: 50%;
        width: 100%; }
    .resources body .sidebar a img {
      width: 100%; }
    .resources body .sidebar a.seeks {
      display: block;
      padding: 1em; }
  .resources body .sidebar h4 {
    border-bottom: 1px solid #542d2d;
    font-size: medium;
    text-align: left; }

.resources body h3 {
  border-bottom: 2px solid #eee;
  color: #542d2d;
  padding-bottom: 1em;
  text-transform: uppercase; }
  .resources body h3 + p {
    color: #aaa; }

.resources body h4 {
  color: #542d2d;
  font-size: x-large;
  text-align: center; }

.resources body h5 {
  border-bottom: 2px solid #eee;
  color: #542d2d;
  font-size: medium;
  padding-bottom: 1em;
  text-transform: uppercase; }

.resources body strong {
  text-transform: uppercase; }

.seeks .box {
  font-size: 155%; }
  .seeks .box a {
    border-radius: 4px;
    color: #FFF;
    font-family: DINPro,"Arial Narrow",Arial,Charcoal,sans-serif;
    margin-left: 5px;
    padding: 6px 10px 4px;
    text-transform: uppercase;
    white-space: nowrap; }

.sidebar h3 {
  text-transform: uppercase; }

.signup body {
  box-sizing: border-box;
  padding: 3em; }
  .signup body .ac {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif; }
  .signup body .helptext {
    display: block;
    font-family: Whitman, serif;
    font-style: italic; }
  .signup body .select2 {
    margin-bottom: 13px; }
  .signup body > div {
    display: flex;
    flex-wrap: wrap; }
    .signup body > div > * {
      flex: 1 0 20em; }
    .signup body > div > div {
      display: flex;
      flex-direction: column; }
      .signup body > div > div > * {
        flex: 1; }
      .signup body > div > div p {
        flex: 5;
        font-size: xx-large; }
        .signup body > div > div p .red {
          color: #ff4a64; }
  .signup body [type=checkbox] {
    clear: left;
    float: left; }
  .signup body [type=email], .signup body [type=password], .signup body [type=text] {
    border: none;
    box-sizing: border-box;
    font-family: OpenDinSchriftenEngshrift;
    font-size: large;
    padding: 12px;
    width: 100%; }
  .signup body button {
    background: none;
    border: 1px solid #fff;
    display: block;
    font-family: OpenDinSchriftenEngshrift;
    font-size: xx-large;
    margin-top: 10px;
    padding: 4px 2em;
    text-transform: uppercase;
    width: 100%; }
    .signup body button:hover {
      background: #fff;
      color: #000; }
  .signup body form {
    background: rgba(255, 255, 255, 0.1);
    padding: 0 3em 3em;
    position: relative; }
    .signup body form .select2 {
      min-width: 0;
      width: 100% !important; }
      .signup body form .select2 .select2-selection {
        border: none;
        border-radius: 0;
        box-sizing: content-box;
        font-family: OpenDinSchriftenEngshrift;
        font-size: 115%;
        padding: 7px; }
        .signup body form .select2 .select2-selection .select2-selection__arrow {
          top: 8px; }
    .signup body form p:nth-child(3) {
      float: left;
      width: 49%; }
    .signup body form p:nth-child(4) {
      float: right;
      width: 49%; }
    .signup body form p:nth-child(5) {
      clear: both; }
  .signup body h2 {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    font-size: 5em;
    text-transform: uppercase; }
  .signup body label {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif; }
    .signup body label[for=id_mailing] {
      display: block;
      margin-left: 3em; }

.thailandtoolbox {
  font-size: 11pt; }
  .thailandtoolbox #resources {
    clear: left;
    margin-right: 23rem; }
  .thailandtoolbox .categories {
    clear: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 23rem;
    padding-top: 1em; }
    .thailandtoolbox .categories h3 {
      background: #ba203c;
      color: #fff;
      margin-top: 0;
      padding: 4px;
      width: 100%; }
  .thailandtoolbox .category {
    margin-bottom: 3em;
    max-width: 48%; }
    .thailandtoolbox .category a {
      color: #ba203c; }
      .thailandtoolbox .category a:hover {
        color: #00f; }
    .thailandtoolbox .category img {
      width: 100%; }
    .thailandtoolbox .category ul {
      list-style-position: inside;
      padding: 0; }
  .thailandtoolbox .en {
    font-size: 12pt; }
    .thailandtoolbox .en p {
      font-size: 12pt; }
  .thailandtoolbox .featured h3 {
    background: #ba203c;
    color: #fff;
    margin-top: 0;
    padding: 4px; }
  .thailandtoolbox .lang {
    float: right;
    font-size: smaller; }
    .thailandtoolbox .lang a {
      color: #333;
      text-decoration: none; }
      .thailandtoolbox .lang a:hover {
        color: #00f;
        text-decoration: underline; }
  .thailandtoolbox .rel {
    position: relative; }
    .thailandtoolbox .rel h4 {
      color: #fff;
      left: 0;
      position: absolute;
      text-align: center;
      top: 33%;
      width: 100%; }
    .thailandtoolbox .rel img {
      -moz-filter: brightness(50%);
      -webkit-filter: brightness(50%);
      filter: brightness(50%); }
  .thailandtoolbox .resource {
    border: 1px solid #bbb;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative; }
    .thailandtoolbox .resource > span:first-child {
      background: #ab3140;
      color: #fff;
      padding: 3px 2rem;
      position: absolute;
      right: 0;
      top: 0; }
    .thailandtoolbox .resource a, .thailandtoolbox .resource strong {
      color: #ab3140; }
  .thailandtoolbox .srch {
    clear: left;
    margin-right: 23rem;
    padding-top: 1em; }
    .thailandtoolbox .srch h3 {
      width: 100%; }
    .thailandtoolbox .srch input {
      border: 2px solid #EEE;
      flex-grow: 1;
      margin-right: 4px;
      padding: 7px; }
      .thailandtoolbox .srch input ~ input {
        background: #ba203c none repeat scroll 0 0;
        border: medium none;
        color: #FFF;
        flex-grow: 0;
        padding: 8px 2em; }
    .thailandtoolbox .srch select {
      -moz-appearance: none;
      -webkit-appearance: none;
      background: #fff;
      border: 2px solid #eee;
      height: 100%;
      margin: 0 2px;
      padding-right: 1rem; }
    .thailandtoolbox .srch span {
      margin-right: 4px;
      position: relative; }
      .thailandtoolbox .srch span:after {
        border: 6px solid transparent;
        border-top: 6px solid #40323e;
        content: '';
        height: 0;
        pointer-events: none;
        position: absolute;
        right: 9px;
        top: 14px;
        width: 0; }
  .thailandtoolbox .top + div {
    border-bottom: 2em solid #FFF;
    padding: 0 4em; }
    .thailandtoolbox .top + div > div:first-child {
      background: #FFF none repeat scroll 0 0;
      padding: 1em 0; }
      .thailandtoolbox .top + div > div:first-child img {
        height: 3em; }
        .thailandtoolbox .top + div > div:first-child img + img {
          float: right; }
    .thailandtoolbox .top + div a {
      font-family: Whitman, serif;
      text-decoration: none; }
      .thailandtoolbox .top + div a:hover {
        text-decoration: underline; }
  .thailandtoolbox [type=checkbox] {
    display: none; }
  .thailandtoolbox a.featured {
    color: #333; }
  .thailandtoolbox div.featured {
    box-sizing: border-box;
    clear: right;
    float: right;
    padding: 1em;
    width: 20em; }
    .thailandtoolbox div.featured a {
      text-decoration: none; }
      .thailandtoolbox div.featured a.featured {
        border: 2px solid #EEE;
        display: block;
        margin-bottom: 8px;
        padding: 4px; }
      .thailandtoolbox div.featured a:hover {
        text-decoration: underline; }
    .thailandtoolbox div.featured h4 ~ a {
      color: #00f;
      display: block; }
  .thailandtoolbox footer {
    clear: both; }
  .thailandtoolbox h2 {
    font-family: Whitman, serif; }
    .thailandtoolbox h2 + div {
      overflow: hidden; }
      .thailandtoolbox h2 + div img {
        float: left;
        max-width: 40%; }
        .thailandtoolbox h2 + div img + h3 {
          float: right;
          margin: 0;
          width: 57%; }
          .thailandtoolbox h2 + div img + h3 + p {
            color: #333;
            float: right;
            width: 57%; }
  .thailandtoolbox p {
    font-size: 11pt; }
    .thailandtoolbox p:last-child {
      clear: both;
      font-size: smaller; }

.user #Helpline + label ~ label {
  display: none; }

.user #Helpline:checked + label ~ label {
  display: inline-block; }

.user #id_organization-autocomplete {
  background: none;
  border: none;
  font-size: 200%;
  width: 100%; }

.user .avatar {
  margin-right: 1em; }

.user .box #orgtype {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em; }

.user .box .mkorg h3 {
  color: #38463c; }

.user .box h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  text-transform: uppercase; }

.user .content .btn {
  border: 1px solid #38463c; }

.user .content .sidebar a {
  font-family: OpenDinSchriftenEngshrift,sans-serif;
  text-transform: uppercase; }

.user .content .sidebar small {
  font-family: Whitman,serif; }

.user .main h2 {
  font-size: 1em;
  text-transform: uppercase; }

.user .main strong {
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 85%;
  font-weight: 400;
  margin-right: 1em;
  text-transform: uppercase; }

.user .mkorg input[type=number], .user .mkorg input[type=text], .user .mkorg input[type=url] {
  background: #eee;
  border: none;
  box-sizing: border-box;
  font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
  font-size: 115%;
  margin: 3px 0;
  padding: 8px;
  width: 100%; }

.user .sidebar div a {
  float: left;
  margin-right: 1%;
  max-width: 9em;
  min-height: 8em;
  min-width: 7em;
  text-decoration: none;
  text-transform: uppercase;
  width: 48%; }

.user .sidebar h3 {
  color: #38463c; }

.user .sidebar img {
  margin-top: 2em;
  max-width: 50%; }

.user div input:-ms-input-placeholder, .user div input::-webkit-input-placeholder {
  text-transform: uppercase; }

.user div textarea:-ms-input-placeholder, .user div textarea::-webkit-input-placeholder {
  text-transform: uppercase; }

.user form > input[type=submit] {
  float: right; }

.user form input:-moz-placeholder, .user form textarea:-moz-placeholder {
  text-transform: uppercase; }

.user form.mkorg input::-moz-placeholder, .user form.mkorg textarea::-moz-placeholder {
  text-transform: uppercase; }

.user h1 {
  font-size: 3em;
  margin: 0; }
  .user h1 > a {
    font-size: 30%; }
  .user h1 span {
    font-size: 23%;
    margin-left: 1em; }

.user hr {
  border: none;
  height: 1px; }

.user input[type=submit] {
  background: 1px solid #38463c; }

.userdetail div.avatar-box {
  float: left;
  margin-bottom: 5em;
  margin-right: 2em; }
  .userdetail div.avatar-box a {
    position: absolute; }

.vj_submissions .content table {
  border-collapse: collapse;
  width: 100%; }
  .vj_submissions .content table .btn {
    background: #40323e;
    border: none;
    color: #fff; }
  .vj_submissions .content table [type=number] {
    padding: 5px 0 6px; }
  .vj_submissions .content table input {
    border: 1px solid #40323e;
    border-radius: 0; }
  .vj_submissions .content table td {
    padding-left: 5px; }
  .vj_submissions .content table th {
    color: #777;
    padding: 7px 5px 3px;
    text-transform: uppercase; }
  .vj_submissions .content table tr {
    text-align: left; }
    .vj_submissions .content table tr:nth-child(2n+1) {
      background: #eee; }

.webinars .sidebar p a {
  text-decoration: underline; }

.webinars a.btn {
  padding: 2px 1em 4px; }

.webinars h1 {
  text-transform: uppercase; }

.webinars h2 {
  display: inline-block;
  margin: 1em 0 0;
  padding: 8px 1em 2px;
  text-transform: uppercase; }

.webinars table {
  font-family: Whitman,serif; }
  .webinars table a, .webinars table strong {
    font-family: DINProBold,"Arial Narrow",Arial,Charcoal,sans-serif;
    text-transform: uppercase; }
  .webinars table td {
    padding-bottom: 1em;
    vertical-align: top; }
    .webinars table td + td {
      padding-left: 1em; }

.account_reset_password {
  color: #fff; }
  .account_reset_password a, .account_reset_password button, .account_reset_password div p, .account_reset_password form span {
    color: #fff; }
  .account_reset_password input[type=email], .account_reset_password input[type=password] {
    color: #534b4b; }

.assessment .content a, .assessment .content h3 {
  color: #ccc; }

.assessment .top {
  background: #38463c; }

.assessment [type=submit] {
  background: #38463c;
  color: #fff; }

.assessment form [type=checkbox]:checked + label {
  background: #38463c; }

.assessment h1 {
  color: #38463c; }

.assessment h2 {
  color: #38463c; }
  .assessment h2 small {
    color: #ccc; }

.avatar, .body .top .active {
  color: #fff; }

.box {
  background: #fff; }
  .box .f-right {
    color: #999; }
  .box h3 {
    color: #444; }
  .box p, .box small span {
    color: #999; }

.btn {
  color: #999; }
  .btn:hover {
    background: #ddd; }

.content .main .label a, .content .sidebar .buttons a {
  color: #fff; }

.disabled {
  color: #999 !important; }

.discussions .arrow a {
  color: #888; }

.discussions .box a {
  color: #542d2d; }

.discussions .top {
  background: #542d2d; }
  .discussions .top .menu a {
    color: #542d2d; }

.discussions h1, .discussions p, .discussions strong {
  color: #542d2d; }

.editservices {
  background: #ccc;
  color: #fff !important; }

.fa-bell small, .fa-bell-o small, .fa-envelope small, .fa-inbox small {
  background: #bbb; }

.fields #id_category, .fields #id_country {
  background: #fff;
  color: #000; }

.fields select {
  color: #40323e !important; }

.fields textarea {
  color: #40323e; }

.flatpage h1, .flatpage h2 {
  color: #40323e; }

.flatpage p, .flatpage ul {
  color: #555; }

.google .box a {
  color: #542d2d; }

.google .content {
  background: #fff; }
  .google .content form input {
    border-color: #542d2d; }

.google .top .menu a, .google h1, .google input[type=submit], .google strong {
  color: #542d2d; }

.home {
  color: #fff; }
  .home a {
    color: #fff; }
  .home h2 {
    color: #38463c; }

.label {
  background: #ccc;
  color: #fff; }
  .label.gray {
    color: #ccc; }

.labels label {
  background: #ccc;
  color: #fff; }

.legal .box a, .legal .main a {
  color: #542d2d; }

.legal .sidebar a, .legal .sidebar div {
  color: #542d2d; }

.legal .top {
  background: #542d2d; }
  .legal .top .menu a {
    color: #542d2d; }

.legal h1, .legal h2 {
  color: #542d2d; }

.legal p {
  color: #534b4b; }

.legal strong {
  color: #542d2d; }

.legalhub .content #resources .btn, .legalhub .content #resources .countries input[type=submit] {
  background: #542d2d;
  color: #fff; }

.legalhub .content #resources a {
  color: #777; }

.legalhub .content #resources strong {
  color: #542d2d; }

.legalhub .content h1 {
  color: #542d2d; }
  .legalhub .content h1 + div {
    border: 2px solid #542d2d; }
    .legalhub .content h1 + div a:first-child {
      background: #542d2d;
      color: #fff; }
    .legalhub .content h1 + div div {
      border-left: 1px solid #542d2d; }
      .legalhub .content h1 + div div a {
        color: #888; }
      .legalhub .content h1 + div div strong {
        color: #542d2d; }

.legalhub .content h3 {
  background: #542d2d;
  color: #fff; }
  .legalhub .content h3 a {
    color: #fff; }
  .legalhub .content h3 input {
    background: #542d2d;
    color: #fff; }

.legalhub .content h4, .legalhub .content h5 {
  color: #542d2d; }

.legalhub .content p a {
  color: #000; }

.legalhub .content p.even {
  background: #d8d6d6; }

.legalhub .content table tbody a {
  color: #000; }

.legalhub .content table tbody td:last-child {
  color: #777; }
  .legalhub .content table tbody td:last-child a {
    color: #542d2d; }

.legalhub .top {
  background: #542d2d; }
  .legalhub .top .dropdown .menu a {
    color: #542d2d; }

.legalissue .content a {
  color: #542d2d; }

.legalissue .content form .btn {
  background: #542d2d;
  color: #fff; }

.legalissue .top {
  background: #542d2d; }
  .legalissue .top .dropdown .menu a {
    color: #542d2d; }

.legalissue h1 {
  color: #542d2d; }

.login {
  color: #fff; }
  .login a, .login button, .login div p, .login form span {
    color: #fff; }
  .login input[type=email], .login input[type=password] {
    color: #534b4b; }

.main .fields label {
  color: #999; }

.main .fields select option {
  color: #40323e !important; }

.mentorship .content {
  background: #fff; }
  .mentorship .content .btn {
    color: #999; }
  .mentorship .content a {
    color: #fff; }
  .mentorship .content div.pane {
    background: #40323e;
    color: #fff; }
    .mentorship .content div.pane h3 a {
      color: #fff; }
  .mentorship .content h2 {
    color: #bbb; }
    .mentorship .content h2 span {
      color: #000; }

.mentorshipprofile .body {
  background: #40323e;
  color: #fff; }

.mentorshipprofile .content .btn {
  color: #fff; }

.mentorshipprofile .content :checked + label {
  background: #fff;
  color: #40323e; }

.mentorshipprofile .content [type=submit], .mentorshipprofile .content form a, .mentorshipprofile .content label {
  color: #fff; }

.mentorshipprofile .content ul.errorlist, .mentorshipprofile .content ul.parsley-errors-list {
  background: #f88;
  color: #fff; }

.menu a {
  color: #38463c; }
  .menu a:hover {
    background: #ddd; }

.messages .content a, .messages .main input[type=submit] {
  color: #38463c; }

.messages .pm_message {
  background: #fff; }
  .messages .pm_message .pm_header {
    color: #38463c; }

.messages .sidebar > a {
  color: #38463c; }

.messages .top {
  background: #38463c; }
  .messages .top .menu a {
    color: #38463c; }

.messages button {
  background: #eef;
  color: #38463c; }

.messages h1 {
  color: #38463c; }

.messages input[type=submit] {
  background: #eef;
  color: #38463c; }

.messages strong {
  color: #38463c; }

.messages table#pm_messages {
  background: #fff; }
  .messages table#pm_messages th {
    background: #eee; }

.messages_detail .top {
  background: #38463c; }
  .messages_detail .top .menu a {
    color: #38463c; }

.mkorg .labels input[type=checkbox]:checked + label, .mkorg .labels input[type=radio]:checked + label {
  background: #38463c; }

.mkorg h4 {
  color: #38463c; }
  .mkorg h4 i {
    background: #38463c;
    color: #fff; }

.mkorg small {
  color: #888; }

.mkorg textarea {
  background: #eee; }

.newsitem .box a {
  color: #40323e; }

.newsitem .box small {
  color: #999; }

.newsitem .main a, .newsitem .main h2 {
  color: #40323e; }

.newsitem .sidebar h3, .newsitem h3 {
  color: #534b4b; }

.newsitem input[name=body] {
  color: #999; }

.newsitem p span, .newsitem p strong {
  color: #40323e; }

.org-logo {
  background: #738d78;
  color: #fff; }

.organizations .box .city {
  color: #38463c; }

.organizations .box strong {
  color: #888; }

.organizations .main .fields input, .organizations .main .green input, .organizations .main > p, .organizations .main a, .organizations .main div.gmsd h2 {
  color: #38463c; }

.organizations .search input {
  color: #38463c; }

.organizations .sidebar {
  color: #38463c; }
  .organizations .sidebar > a {
    color: #38463c; }
  .organizations .sidebar div.buttons a.active {
    background: #38463c; }

.organizations .top {
  background: #38463c; }
  .organizations .top .dropdown .menu a {
    color: #38463c; }

.organizations hr {
  background-color: #38463c;
  border-color: #38463c;
  color: #38463c; }

.organizations label[for=gmsd] {
  color: #38463c; }

.program .box a i {
  color: #38463c; }

.program .content a {
  color: #38463c; }

.program .content form.services .f-right a, .program .content form.services .ta-right a {
  color: #999; }

.program .item {
  color: #999; }
  .program .item i {
    background: #38463c;
    color: #fff; }

.program .main h2 {
  color: #38463c; }

.program .main small {
  color: #38463c; }
  .program .main small a {
    color: #38463c; }

.program .main strong {
  color: #444; }

.program .search input {
  color: #38463c; }

.program .sidebar .connections a {
  color: #888; }

.program .sidebar .documents a span {
  background: #38463c;
  color: #fff; }

.program .sidebar div.connections a {
  color: #888; }
  .program .sidebar div.connections a strong {
    color: #999; }

.program .sidebar div.documents a {
  color: #555; }

.program .top .menu a, .program a.btn {
  color: #38463c; }

.program b {
  color: #999; }

.program form .main a {
  color: #888; }

.program form.top {
  background: #38463c; }

.program h1 {
  color: #38463c; }

.program h3 {
  color: #555; }

.programmatic .arrow a {
  color: #888; }

.programmatic .box a, .programmatic .content a {
  color: #542d2d; }

.programmatic .sidebar .buttons .active {
  background: #542d2d; }

.programmatic .sidebar a.seeks {
  background: #40323e;
  color: #fff; }

.programmatic .sidebar p {
  color: #542d2d; }

.programmatic .top {
  background: #542d2d; }
  .programmatic .top .menu a {
    color: #542d2d; }

.programmatic h1, .programmatic strong {
  color: #542d2d; }

.purple {
  color: #40323e !important; }

.qa .body .btn {
  background: #542d2d;
  color: #fff; }

.qa .container .tags, .qa .container .totals {
  border: 1px solid gray; }

.qa .container a {
  color: #542d2d; }

.qa .container table {
  border-collapse: collapse; }
  .qa .container table a {
    color: #000; }
  .qa .container table tr {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000; }

.qa .container tag {
  background: #542d2d;
  color: #fff;
  padding: 1px 3px 0; }

.qa .top {
  background: #542d2d; }

.qa h1 {
  color: #888; }
  .qa h1 a {
    color: #542d2d; }

.qa_detail .answer, .qa_detail .q {
  background: #fff; }

.qa_index .container, .qa_tag .container {
  background: #fff; }

.red {
  color: #fff; }

.resource .content {
  color: #542d2d; }
  .resource .content a {
    color: #542d2d; }

.resource .main h2, .resource .search input {
  color: #542d2d; }

.resource .top {
  background: #542d2d; }
  .resource .top .menu a {
    color: #542d2d; }

.resource h1, .resource h2 {
  color: #542d2d; }

.resource input[name=body] {
  color: #999; }

.resources .arrow a {
  color: #888; }

.resources .box a, .resources .content a, .resources .main input, .resources .search input {
  color: #542d2d; }

.resources .sidebar .buttons .active {
  background: #542d2d; }

.resources .sidebar a.seeks {
  background: #40323e;
  color: #fff; }

.resources .top {
  background: #542d2d; }
  .resources .top .dropdown .menu a {
    color: #542d2d; }

.resources strong {
  color: #542d2d; }

.seeks .box {
  color: #888; }
  .seeks .box a {
    background: #542d2d; }

.seeks .top {
  background: #542d2d; }
  .seeks .top .menu a {
    color: #542d2d; }

.seeks h1 {
  color: #40323e; }

.seeks strong {
  color: #542d2d; }

.sidebar .buttons a {
  background: #c7c6c6; }
  .sidebar .buttons a.active {
    background: #40323e; }

.sidebar > a {
  color: #40323e; }

.sidebar h3 {
  color: #534b4b; }

.sidebar hr {
  background-color: #40323e;
  border-color: #40323e;
  color: #40323e; }

.signup [type=email], .signup [type=password], .signup [type=text] {
  color: #534b4b; }

.signup a, .signup button, .signup div, .signup form .errorlist, .signup p {
  color: #fff; }

.sticky, .table #left {
  color: #40323e; }

.top {
  background: #40323e;
  color: #fff; }
  .top .dropdown .menu {
    background: #fff;
    color: #000; }
    .top .dropdown .menu a {
      color: #40323e; }
  .top .search input {
    color: #40323e; }
  .top a {
    color: #ddd; }
    .top a:focus, .top a:hover {
      color: #ddd; }

.user .box h3 {
  color: #534b4b; }

.user .btn {
  color: #38463c; }

.user .content .sidebar a, .user .content .sidebar small {
  color: #999; }

.user .content a {
  color: #38463c; }

.user .main h2 {
  color: #999; }

.user .main strong {
  color: #38463c; }

.user .search input {
  color: #38463c; }

.user .sidebar div.connections a {
  color: #888; }

.user .top {
  background: #38463c; }
  .user .top .menu a {
    color: #38463c; }

.user h1 {
  color: #38463c; }
  .user h1 span {
    color: #999; }
    .user h1 span a {
      color: #38463c; }

.user hr {
  background-color: #38463c;
  border-color: #38463c;
  color: #38463c; }

.webinars .content a {
  color: #542d2d; }

.webinars .sidebar p {
  color: #542d2d; }
  .webinars .sidebar p a {
    color: #542d2d; }

.webinars .top {
  background: #542d2d; }
  .webinars .top .menu a {
    color: #542d2d; }

.webinars a.btn {
  border-color: #542d2d; }

.webinars h1 {
  color: #542d2d; }

.webinars h2 {
  background: #542d2d;
  color: #fff; }

.webinars table {
  color: #999; }
  .webinars table a, .webinars table strong {
    color: #542d2d; }

.yellow {
  background: #ffce55;
  color: #fff; }

div.blue {
  color: #fff; }

footer {
  background: #bbb;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */ }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

@media (min-width: 33em) {
  .main {
    float: left;
    width: 72%; }
  .organization .item {
    width: 17%; }
  .organization .labels {
    -moz-column-count: 3;
    -moz-column-gap: 1%;
    -webkit-column-count: 3;
    -webkit-column-gap: 1%;
    column-count: 3;
    column-gap: 1%; }
    .organization .labels .label, .organization .labels label {
      box-sizing: border-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .services .labels {
    -moz-column-count: 3;
    -moz-column-gap: 1%;
    -webkit-column-count: 3;
    -webkit-column-gap: 1%;
    column-count: 3;
    column-gap: 1%; }
    .services .labels .label, .services .labels label {
      box-sizing: border-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .sidebar {
    float: right;
    width: 22%; }
  .table {
    display: table; }
    .table #left {
      display: table-row;
      float: none;
      position: relative;
      text-align: left;
      top: 1em; }
    .table .fields {
      display: table-cell; }
    .table input[type=submit] {
      display: table-cell;
      margin-left: 1em; }
  .top {
    display: table; }
    .top > a {
      margin-right: 2em; }
    .top span.right {
      float: right; }
      .top span.right a {
        margin-left: 1em; }
  .user .labels {
    -moz-column-count: 3;
    -moz-column-gap: 1%;
    -webkit-column-count: 3;
    -webkit-column-gap: 1%;
    column-count: 3;
    column-gap: 1%; }
    .user .labels .label, .user .labels label {
      box-sizing: border-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  body.about .content .left {
    float: left;
    margin-right: 10%; }
  body.about .content .right {
    float: right;
    margin-left: 10%; }
  body.about .content img {
    max-width: 45%; } }

.signup body {
  background: #134E5E;
  background: -webkit-linear-gradient(to right, #71B280, #134E5E);
  background: linear-gradient(to right, #71B280, #134E5E); }

.login body {
  background: #a73737;
  background: -webkit-linear-gradient(to right, #7a2828, #a73737);
  background: linear-gradient(to right, #7a2828, #a73737); }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
