/* Include this file in your html if you are using the CSP mode. */

@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-shim {
  visibility:hidden;
}

.ng-anchor {
  position:absolute;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

@keyframes medium-editor-image-loading {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0); } }

.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-anchor-preview a {
    color: #fff;
    display: inline-block;
    margin: 5px 5px 10px; }

.medium-editor-anchor-preview-active {
  visibility: visible; }

.medium-editor-dragover {
  background: #ddd; }

.medium-editor-image-loading {
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px; }

.medium-editor-placeholder {
  position: relative; }
  .medium-editor-placeholder:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-editor-placeholder-relative {
  position: relative; }
  .medium-editor-placeholder-relative:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: relative;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0; }

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px; }

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px; }

.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-toolbar ul {
    margin: 0;
    padding: 0; }
  .medium-editor-toolbar li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .medium-editor-toolbar li button {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      font-size: 14px;
      line-height: 1.33;
      margin: 0;
      padding: 15px;
      text-decoration: none; }
      .medium-editor-toolbar li button:focus {
        outline: none; }
    .medium-editor-toolbar li .medium-editor-action-underline {
      text-decoration: underline; }
    .medium-editor-toolbar li .medium-editor-action-pre {
      font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
      font-size: 12px;
      font-weight: 100;
      padding: 15px 0; }

.medium-editor-toolbar-active {
  visibility: visible; }

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px; }

.medium-editor-relative-toolbar {
  position: relative; }

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  animation: medium-editor-pop-upwards 160ms forwards linear; }

.medium-editor-action-bold {
  font-weight: bolder; }

.medium-editor-action-italic {
  font-style: italic; }

.medium-editor-toolbar-form {
  display: none; }
  .medium-editor-toolbar-form input,
  .medium-editor-toolbar-form a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .medium-editor-toolbar-form .medium-editor-toolbar-form-row {
    line-height: 14px;
    margin-left: 5px;
    padding-bottom: 5px; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input,
  .medium-editor-toolbar-form label {
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    width: 316px;
    display: inline-block; }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
    .medium-editor-toolbar-form label:focus {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      box-shadow: none;
      outline: 0; }
  .medium-editor-toolbar-form a {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    margin: 0 10px;
    text-decoration: none; }

.medium-editor-toolbar-form-active {
  display: block; }

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table; }

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px; }
  .medium-editor-element img {
    max-width: 100%; }
  .medium-editor-element sub {
    vertical-align: sub; }
  .medium-editor-element sup {
    vertical-align: super; }

.medium-editor-hidden {
  display: none; }


.icon-tree:before { content: '\e800'; } /* '' */
.icon-eye:before { content: '\e801'; } /* '' */
.icon-eye-off:before { content: '\e802'; } /* '' */
.icon-search:before { content: '\e803'; } /* '' */
.icon-heart:before { content: '\e804'; } /* '' */
.icon-heart-alt:before { content: '\e805'; } /* '' */
.icon-ok:before { content: '\e806'; } /* '' */
.icon-close:before { content: '\e807'; } /* '' */
.icon-plus-squared-alt:before { content: '\e808'; } /* '' */
.icon-minus-squared-alt:before { content: '\e809'; } /* '' */
.icon-link-ext:before { content: '\e80a'; } /* '' */
.icon-reply:before { content: '\e80b'; } /* '' */
.icon-edit:before { content: '\e80c'; } /* '' */
.icon-messages:before { content: '\e80d'; } /* '' */
.icon-message-alt:before { content: '\e80e'; } /* '' */
.icon-messages-alt:before { content: '\e80f'; } /* '' */
.icon-calendar:before { content: '\e810'; } /* '' */
.icon-sign-in:before { content: '\e811'; } /* '' */
.icon-sign-out:before { content: '\e812'; } /* '' */
.icon-sign-up:before { content: '\e813'; } /* '' */
.icon-left:before { content: '\e814'; } /* '' */
.icon-right:before { content: '\e815'; } /* '' */
.icon-down:before { content: '\e816'; } /* '' */
.icon-refresh:before { content: '\e817'; } /* '' */
.icon-exchange:before { content: '\e818'; } /* '' */
.icon-bolt:before { content: '\e819'; } /* '' */
.icon-send:before { content: '\e81a'; } /* '' */
.icon-bold:before { content: '\e81b'; } /* '' */
.icon-italic:before { content: '\e81c'; } /* '' */
.icon-list:before { content: '\e81d'; } /* '' */
.icon-underline:before { content: '\e81e'; } /* '' */
.icon-building:before { content: '\e81f'; } /* '' */
.icon-camera:before { content: '\e820'; } /* '' */
.icon-facebook:before { content: '\e821'; } /* '' */
.icon-github:before { content: '\e822'; } /* '' */
.icon-globe:before { content: '\e823'; } /* '' */
.icon-linkedin:before { content: '\e824'; } /* '' */
.icon-twitter:before { content: '\e825'; } /* '' */
.icon-user:before { content: '\e826'; } /* '' */
.icon-users:before { content: '\e827'; } /* '' */
.icon-picture-change:before { content: '\e828'; } /* '' */
.icon-help:before { content: '\e829'; } /* '' */
.icon-home:before { content: '\e82a'; } /* '' */
.icon-link:before { content: '\e82b'; } /* '' */
.icon-quote:before { content: '\e82c'; } /* '' */
.icon-info:before { content: '\e82d'; } /* '' */
.icon-invalid:before { content: '\e82e'; } /* '' */
.icon-plus:before { content: '\e82f'; } /* '' */
.icon-cog:before { content: '\e830'; } /* '' */
.icon-tribes:before { content: '\e831'; } /* '' */
.icon-menu:before { content: '\e832'; } /* '' */
.icon-share:before { content: '\e833'; } /* '' */
.icon-minus:before { content: '\e834'; } /* '' */
.icon-sofa:before { content: '\e835'; } /* '' */
.icon-warmshowers:before { content: '\e836'; } /* '' */
.icon-android:before { content: '\e837'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.uib-datepicker .uib-title {
  width: 100%;
}

.uib-day button, .uib-month button, .uib-year button {
  min-width: 100%;
}

.uib-left, .uib-right {
  width: 100%
}

.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}

.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}
[uib-typeahead-popup].dropdown-menu {
  display: block;
}

[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-popover-popup].popover.top-left > .arrow,
[uib-popover-popup].popover.top-right > .arrow,
[uib-popover-popup].popover.bottom-left > .arrow,
[uib-popover-popup].popover.bottom-right > .arrow,
[uib-popover-popup].popover.left-top > .arrow,
[uib-popover-popup].popover.left-bottom > .arrow,
[uib-popover-popup].popover.right-top > .arrow,
[uib-popover-popup].popover.right-bottom > .arrow,
[uib-popover-html-popup].popover.top-left > .arrow,
[uib-popover-html-popup].popover.top-right > .arrow,
[uib-popover-html-popup].popover.bottom-left > .arrow,
[uib-popover-html-popup].popover.bottom-right > .arrow,
[uib-popover-html-popup].popover.left-top > .arrow,
[uib-popover-html-popup].popover.left-bottom > .arrow,
[uib-popover-html-popup].popover.right-top > .arrow,
[uib-popover-html-popup].popover.right-bottom > .arrow,
[uib-popover-template-popup].popover.top-left > .arrow,
[uib-popover-template-popup].popover.top-right > .arrow,
[uib-popover-template-popup].popover.bottom-left > .arrow,
[uib-popover-template-popup].popover.bottom-right > .arrow,
[uib-popover-template-popup].popover.left-top > .arrow,
[uib-popover-template-popup].popover.left-bottom > .arrow,
[uib-popover-template-popup].popover.right-top > .arrow,
[uib-popover-template-popup].popover.right-bottom > .arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-popover-popup].popover,
[uib-popover-html-popup].popover,
[uib-popover-template-popup].popover {
  display: block !important;
}

.trustpass {
  clear: both;
  overflow: hidden;
}
.trustpass-checklist {
  clear: both;
  overflow: hidden;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.trustpass-checklist li {
  display: block;
  list-style: none;
  float: left;
  width: 100%;
  line-height: 1.42857143;
  font-size: 12px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.trustpass-checklist li.trustpass-yep {
  opacity: 0.3;
}
.trustpass-done {
  display: block;
  clear: both;
  margin: 10px 0 0 0;
  padding: 10px;
  color: #999999;
  background: rgba(18, 181, 145, 0.05);
  border-radius: 2px;
  font-size: 12px;
}
.trustpass-guide {
  display: block;
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
  color: #999999;
  font-size: 12px;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/fonts/glyphicons-halflings-regular.5be1347.eot);
  src: url(/assets/fonts/glyphicons-halflings-regular.5be1347.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/glyphicons-halflings-regular.be810be.woff2) format("woff2"), url(/assets/fonts/glyphicons-halflings-regular.82b1212.woff) format("woff"), url(/assets/fonts/glyphicons-halflings-regular.4692b9e.ttf) format("truetype"), url(/assets/images/glyphicons-halflings-regular-060b271.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f9f9f9;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #cd771b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #895012;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #12b591;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d876c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #12b591;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d876c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f9f9f9;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #12b591;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(18, 181, 145, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #12b591;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #12b591;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-default:hover {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #12b591;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #12b591;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #12b591;
}
.btn-primary {
  color: #fff;
  background-color: #12b591;
  border-color: #12b591;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0d876c;
  border-color: #064134;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0d876c;
  border-color: #0c7d64;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0d876c;
  background-image: none;
  border-color: #0c7d64;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0a6652;
  border-color: #064134;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #12b591;
  border-color: #12b591;
}
.btn-primary .badge {
  color: #12b591;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #cd771b;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #895012;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #12b591;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #cd771b;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f9f9f9;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #12b591;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f9f9f9;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 43px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 43px;
  padding: 11.5px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-xs {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #12b591;
  border-color: #12b591;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #11a786;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0f9779;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #0f9779;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #11a786;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #0f9779;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #000000;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #11a786;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #11a786;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #12b591;
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #000000;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #cd771b;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #895012;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #12b591;
  border-color: #12b591;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #12b591;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0d876c;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #cd771b;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 2px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #cd771b;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #12b591;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #12b591;
  border-color: #12b591;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #9ef5e2;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #12b591;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #12b591;
  border-color: #12b591;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #12b591;
}
.panel-primary > .panel-heading .badge {
  color: #12b591;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #12b591;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 2px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 476px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.admin-search-users__actions {
  max-width: 30%;
}
.admin-action,
.admin-label,
.zendesk-inbox-search {
  margin: 2px 5px;
}
.admin-hidden-until-hover {
  opacity: 0;
}
td:hover .admin-hidden-until-hover {
  opacity: 1;
}
.admin-user-state {
  display: flex;
  flex-wrap: wrap;
}
.admin-copy-text {
  -webkit-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.admin-user .admin-user-state {
  margin-bottom: 20px;
}
.admin-user .admin-user-state .admin-label {
  font-size: 100%;
}
.admin-user .admin-user-state .admin-label:first {
  margin-left: 0;
}
.admin-notes .tr-editor {
  min-height: 100px;
  margin: 5px 0;
  padding: 10px;
}
.admin-notes .tr-editor,
.admin-notes .tr-editor:focus {
  border: 1px solid #eeeeee;
}
.admin-note {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Adding/removing/accepting contact
 */
.contacts-connection .contacts-connection-profile {
  text-align: center;
}
@media (max-width: 767px) {
  .contacts-connection .contacts-connection-profile {
    text-align: left;
  }
  .contacts-connection .contacts-connection-profile .avatar {
    float: left;
    margin: 0 10px 0 0;
    width: 64px;
    height: 64px;
  }
  .contacts-connection .contacts-connection-profile .contacts-connection-name {
    line-height: 64px;
    padding: 0;
    margin: 0;
  }
}
.contacts-connection .contacts-connection-divider {
  line-height: 128px;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Contact list
 */
.contacts-contact {
  margin: 0 0 10px 0;
  text-align: left;
  overflow: hidden;
  display: block;
}
.contacts-contact .avatar {
  border-radius: 0;
  float: left;
  margin: 0 10px 0 0;
}
.contacts-contact h4 {
  margin-left: 5px;
  margin-right: 5px;
}
.contacts-contact h4 a {
  text-decoration: none;
  color: #333333;
}
.contacts-contact .contact-confirm {
  display: block;
  padding: 10px 0;
}
.contacts-contact .contact-confirm small {
  padding-bottom: 5px;
  display: block;
}
.contacts-list {
  margin-bottom: 20px;
}
.contacts-list .row:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mapboxgl-canvas{position:absolute;left:0;top:0}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:0;margin:10px;position:relative;background-color:#fff;border-radius:3px 12px 12px 3px}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 24px 2px 4px;visibility:visible;margin-top:6px}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 4px 2px 24px;border-radius:12px 3px 3px 12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact:after{content:"";cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;box-sizing:border-box;border-radius:12px}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px rgba(0,0,0,.35)}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:rgba(29,161,242,.2);width:1px;height:1px;border-radius:100%}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}
/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Mapbox-gl overrides
 */
.mapboxgl-map {
  background: #eeeeee;
}
.map-navigation-control-container {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
}
.map-navigation-control-container .mapboxgl-ctrl-group {
  border-radius: 2px;
  border: 0;
  background: rgba(255, 255, 255, 0.95);
  transition: background 0.25s;
}
.map-navigation-control-container .mapboxgl-ctrl-group:hover {
  background: #ffffff;
}
.map-navigation-control-container .mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}
.map-navigation-control-container .mapboxgl-ctrl-group button {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  border: 0;
}
.map-scale-control-container {
  position: absolute;
  bottom: 0;
  left: 45%;
}
.map-scale-control-container .mapboxgl-ctrl-scale {
  border: 1px solid #555555;
  border-bottom: 0;
  border-top: 0;
  color: #555555;
}
.map-style-control-container {
  left: 10px;
  position: absolute;
  bottom: 40px;
  z-index: 5;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}
.map-style-control-container .btn {
  color: #333333;
  background: rgba(255, 255, 255, 0.95);
  transition: background 0.25s;
}
.map-style-control-container .btn:hover {
  color: #333333;
  background: #ffffff;
}
.map-style-control-container .btn img,
.map-style-control-container .dropdown-menu > li > a > img {
  margin-right: 5px;
}
.map-style-control-container .dropdown-menu > li > a {
  padding-left: 10px;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.badge.badge-inline {
  font-weight: normal;
  background: none;
  padding: 0 0 0 2px;
  color: #999999;
}
.badge.badge-inline:before {
  content: '·';
  margin: 0 5px 0 0;
}
.btn-primary .badge.badge-inline {
  color: #ffffff;
}
.list-group-item > .badge.badge-inline {
  background: none;
  float: none;
}
.list-group-item.active > .badge.badge-inline {
  color: #ffffff;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #12b591;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #12b591;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-default:hover {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #12b591;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #12b591;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #12b591;
}
.btn-primary {
  color: #fff;
  background-color: #12b591;
  border-color: #12b591;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0d876c;
  border-color: #064134;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0d876c;
  border-color: #0c7d64;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0d876c;
  background-image: none;
  border-color: #0c7d64;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0a6652;
  border-color: #064134;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #12b591;
  border-color: #12b591;
}
.btn-primary .badge {
  color: #12b591;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #cd771b;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #895012;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/*
 * Buttons
 */
.btn {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}
.btn,
.btn:hover {
  box-shadow: none;
}
.btn.btn-default:hover {
  border-color: #fff;
}
.btn.btn-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-inverse:focus,
.btn.btn-inverse.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn.btn-inverse:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.open > .dropdown-toggle.btn.btn-inverse {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}
.btn.btn-inverse:active:hover,
.btn.btn-inverse.active:hover,
.open > .dropdown-toggle.btn.btn-inverse:hover,
.btn.btn-inverse:active:focus,
.btn.btn-inverse.active:focus,
.open > .dropdown-toggle.btn.btn-inverse:focus,
.btn.btn-inverse:active.focus,
.btn.btn-inverse.active.focus,
.open > .dropdown-toggle.btn.btn-inverse.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn.btn-inverse.disabled:hover,
.btn.btn-inverse[disabled]:hover,
fieldset[disabled] .btn.btn-inverse:hover,
.btn.btn-inverse.disabled:focus,
.btn.btn-inverse[disabled]:focus,
fieldset[disabled] .btn.btn-inverse:focus,
.btn.btn-inverse.disabled.focus,
.btn.btn-inverse[disabled].focus,
fieldset[disabled] .btn.btn-inverse.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-inverse .badge {
  color: transparent;
  background-color: #fff;
}
.btn.btn-inverse:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-inverse-primary {
  color: #12b591;
  background-color: transparent;
  border-color: #12b591;
}
.btn.btn-inverse-primary:focus,
.btn.btn-inverse-primary.focus {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  border-color: #064134;
}
.btn.btn-inverse-primary:hover {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0c7d64;
}
.btn.btn-inverse-primary:active,
.btn.btn-inverse-primary.active,
.open > .dropdown-toggle.btn.btn-inverse-primary {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #0c7d64;
}
.btn.btn-inverse-primary:active:hover,
.btn.btn-inverse-primary.active:hover,
.open > .dropdown-toggle.btn.btn-inverse-primary:hover,
.btn.btn-inverse-primary:active:focus,
.btn.btn-inverse-primary.active:focus,
.open > .dropdown-toggle.btn.btn-inverse-primary:focus,
.btn.btn-inverse-primary:active.focus,
.btn.btn-inverse-primary.active.focus,
.open > .dropdown-toggle.btn.btn-inverse-primary.focus {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  border-color: #064134;
}
.btn.btn-inverse-primary.disabled:hover,
.btn.btn-inverse-primary[disabled]:hover,
fieldset[disabled] .btn.btn-inverse-primary:hover,
.btn.btn-inverse-primary.disabled:focus,
.btn.btn-inverse-primary[disabled]:focus,
fieldset[disabled] .btn.btn-inverse-primary:focus,
.btn.btn-inverse-primary.disabled.focus,
.btn.btn-inverse-primary[disabled].focus,
fieldset[disabled] .btn.btn-inverse-primary.focus {
  background-color: transparent;
  border-color: #12b591;
}
.btn.btn-inverse-primary .badge {
  color: transparent;
  background-color: #12b591;
}
.btn.btn-inverse-primary:hover {
  border-color: rgba(18, 181, 145, 0.8);
  background-color: rgba(18, 181, 145, 0.1);
}
.btn.btn-input {
  color: #12b591;
  background-color: #fff;
  border-color: #ccc;
}
.btn.btn-input:focus,
.btn.btn-input.focus {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn.btn-input:hover {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn.btn-input:active,
.btn.btn-input.active,
.open > .dropdown-toggle.btn.btn-input {
  color: #12b591;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn.btn-input:active:hover,
.btn.btn-input.active:hover,
.open > .dropdown-toggle.btn.btn-input:hover,
.btn.btn-input:active:focus,
.btn.btn-input.active:focus,
.open > .dropdown-toggle.btn.btn-input:focus,
.btn.btn-input:active.focus,
.btn.btn-input.active.focus,
.open > .dropdown-toggle.btn.btn-input.focus {
  color: #12b591;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn.btn-input.disabled:hover,
.btn.btn-input[disabled]:hover,
fieldset[disabled] .btn.btn-input:hover,
.btn.btn-input.disabled:focus,
.btn.btn-input[disabled]:focus,
fieldset[disabled] .btn.btn-input:focus,
.btn.btn-input.disabled.focus,
.btn.btn-input[disabled].focus,
fieldset[disabled] .btn.btn-input.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn.btn-input .badge {
  color: #fff;
  background-color: #12b591;
}
.btn.btn-action {
  padding: 15px 30px;
  font-size: 20px;
}
.input-group-btn:last-child > .btn.btn-inverse {
  margin-left: 0;
}
/*
 * Button mixings
 */
/**
 * App store badges
 */
.btn-app {
  display: block;
  max-width: 150px;
  padding: 0;
  line-height: 1rem;
  border-radius: 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
/**
 * Circle button
 * Width and height should be the same for this
 */
.btn-round {
  border-radius: 50%;
  padding: 6px;
}
.btn-round.btn-action {
  padding: 15px;
}
.btn-round.btn-lg {
  padding: 10px;
}
.btn-round.btn-sm {
  padding: 5px;
}
.btn-round.btn-xs {
  padding: 1px;
}
.input-group-btn:first-child > .btn-round,
.input-group-btn:last-child > .btn-round {
  border-radius: 50%;
}
/**
 * Button with slight shadow under it
 */
.btn-raised {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
/*
 * Hosting buttons
 */
.btn-offer-hosting-yes {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-offer-hosting-yes:focus,
.btn-offer-hosting-yes.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #2d672d;
}
.btn-offer-hosting-yes:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-offer-hosting-yes:active,
.btn-offer-hosting-yes.active,
.open > .dropdown-toggle.btn-offer-hosting-yes {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}
.btn-offer-hosting-yes:active:hover,
.btn-offer-hosting-yes.active:hover,
.open > .dropdown-toggle.btn-offer-hosting-yes:hover,
.btn-offer-hosting-yes:active:focus,
.btn-offer-hosting-yes.active:focus,
.open > .dropdown-toggle.btn-offer-hosting-yes:focus,
.btn-offer-hosting-yes:active.focus,
.btn-offer-hosting-yes.active.focus,
.open > .dropdown-toggle.btn-offer-hosting-yes.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-offer-hosting-yes.disabled:hover,
.btn-offer-hosting-yes[disabled]:hover,
fieldset[disabled] .btn-offer-hosting-yes:hover,
.btn-offer-hosting-yes.disabled:focus,
.btn-offer-hosting-yes[disabled]:focus,
fieldset[disabled] .btn-offer-hosting-yes:focus,
.btn-offer-hosting-yes.disabled.focus,
.btn-offer-hosting-yes[disabled].focus,
fieldset[disabled] .btn-offer-hosting-yes.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-offer-hosting-yes .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-offer-hosting-maybe {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-offer-hosting-maybe:focus,
.btn-offer-hosting-maybe.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #b06d0f;
}
.btn-offer-hosting-maybe:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-offer-hosting-maybe:active,
.btn-offer-hosting-maybe.active,
.open > .dropdown-toggle.btn-offer-hosting-maybe {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}
.btn-offer-hosting-maybe:active:hover,
.btn-offer-hosting-maybe.active:hover,
.open > .dropdown-toggle.btn-offer-hosting-maybe:hover,
.btn-offer-hosting-maybe:active:focus,
.btn-offer-hosting-maybe.active:focus,
.open > .dropdown-toggle.btn-offer-hosting-maybe:focus,
.btn-offer-hosting-maybe:active.focus,
.btn-offer-hosting-maybe.active.focus,
.open > .dropdown-toggle.btn-offer-hosting-maybe.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-offer-hosting-maybe.disabled:hover,
.btn-offer-hosting-maybe[disabled]:hover,
fieldset[disabled] .btn-offer-hosting-maybe:hover,
.btn-offer-hosting-maybe.disabled:focus,
.btn-offer-hosting-maybe[disabled]:focus,
fieldset[disabled] .btn-offer-hosting-maybe:focus,
.btn-offer-hosting-maybe.disabled.focus,
.btn-offer-hosting-maybe[disabled].focus,
fieldset[disabled] .btn-offer-hosting-maybe.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-offer-hosting-maybe .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-offer-hosting-no {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-offer-hosting-no:focus,
.btn-offer-hosting-no.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.btn-offer-hosting-no:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-offer-hosting-no:active,
.btn-offer-hosting-no.active,
.open > .dropdown-toggle.btn-offer-hosting-no {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}
.btn-offer-hosting-no:active:hover,
.btn-offer-hosting-no.active:hover,
.open > .dropdown-toggle.btn-offer-hosting-no:hover,
.btn-offer-hosting-no:active:focus,
.btn-offer-hosting-no.active:focus,
.open > .dropdown-toggle.btn-offer-hosting-no:focus,
.btn-offer-hosting-no:active.focus,
.btn-offer-hosting-no.active.focus,
.open > .dropdown-toggle.btn-offer-hosting-no.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-offer-hosting-no.disabled:hover,
.btn-offer-hosting-no[disabled]:hover,
fieldset[disabled] .btn-offer-hosting-no:hover,
.btn-offer-hosting-no.disabled:focus,
.btn-offer-hosting-no[disabled]:focus,
fieldset[disabled] .btn-offer-hosting-no:focus,
.btn-offer-hosting-no.disabled.focus,
.btn-offer-hosting-no[disabled].focus,
fieldset[disabled] .btn-offer-hosting-no.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-offer-hosting-no .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-offer-meet {
  color: #fff;
  background-color: #0081a1;
  border-color: #0081a1;
}
.btn-offer-meet:focus,
.btn-offer-meet.focus {
  color: #fff;
  background-color: #00586e;
  border-color: #001b21;
}
.btn-offer-meet:hover {
  color: #fff;
  background-color: #00586e;
  border-color: #005064;
}
.btn-offer-meet:active,
.btn-offer-meet.active,
.open > .dropdown-toggle.btn-offer-meet {
  color: #fff;
  background-color: #00586e;
  background-image: none;
  border-color: #005064;
}
.btn-offer-meet:active:hover,
.btn-offer-meet.active:hover,
.open > .dropdown-toggle.btn-offer-meet:hover,
.btn-offer-meet:active:focus,
.btn-offer-meet.active:focus,
.open > .dropdown-toggle.btn-offer-meet:focus,
.btn-offer-meet:active.focus,
.btn-offer-meet.active.focus,
.open > .dropdown-toggle.btn-offer-meet.focus {
  color: #fff;
  background-color: #003c4a;
  border-color: #001b21;
}
.btn-offer-meet.disabled:hover,
.btn-offer-meet[disabled]:hover,
fieldset[disabled] .btn-offer-meet:hover,
.btn-offer-meet.disabled:focus,
.btn-offer-meet[disabled]:focus,
fieldset[disabled] .btn-offer-meet:focus,
.btn-offer-meet.disabled.focus,
.btn-offer-meet[disabled].focus,
fieldset[disabled] .btn-offer-meet.focus {
  background-color: #0081a1;
  border-color: #0081a1;
}
.btn-offer-meet .badge {
  color: #0081a1;
  background-color: #fff;
}
.btn-offer-hosting .hosting-status {
  color: #fff;
}
.btn-offer-hosting .caret {
  border-top-color: #fff;
}

.uib-datepicker .uib-daypicker {
  width: 252px;
  margin: 0 auto;
  outline: none;
}
.uib-datepicker .btn {
  outline: none;
}
.uib-datepicker .btn[disabled] {
  opacity: 0.25;
}
.uib-datepicker .glyphicon:after {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}
.uib-datepicker .glyphicon-chevron-left:after {
  content: '‹';
}
.uib-datepicker .glyphicon-chevron-right:after {
  content: '›';
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.dropdown-menu {
  font-size: 15px;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
  white-space: normal;
}
@media (min-width: 768px) {
  .dropdown-header {
    font-size: 14px;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dropdown-menu {
    font-size: 14px;
  }
  .dropdown-menu > li > a {
    padding: 6px 20px;
    white-space: nowrap;
  }
}
.dropdown-meta {
  padding: 0 10px;
}
.dropdown-meta .active {
  font-weight: bold;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #12b591;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(18, 181, 145, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/**
 * Forms
 */
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'] {
  -webkit-appearance: none;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus {
  border-color: #ccfaf0;
  box-shadow: 0 0 3px #ccfaf0;
}
textarea::-ms-clear,
input[type='text']::-ms-clear,
input[type='password']::-ms-clear,
input[type='datetime']::-ms-clear,
input[type='datetime-local']::-ms-clear,
input[type='date']::-ms-clear,
input[type='month']::-ms-clear,
input[type='time']::-ms-clear,
input[type='week']::-ms-clear,
input[type='number']::-ms-clear,
input[type='email']::-ms-clear,
input[type='url']::-ms-clear,
input[type='search']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='color']::-ms-clear {
  display: none;
}
input[type='password']::-ms-reveal {
  display: none;
}
label {
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.radio label,
.checkbox label {
  color: #333333;
}
label + .radio,
label + .checkbox {
  margin-top: -5px;
}
/**
 * Angular validator classes
 * @link https://docs.angularjs.org/guide/forms#using-css-classes
 */
.has-error .form-control,
.has-error .form-control:focus,
.form-control.ng-dirty.ng-invalid {
  border-color: #d9534f;
  box-shadow: 0 0 3px #ffffff;
}
/**
 * Animating these is done via trFocustip and trMailcheck directives
 */
.help-block {
  display: block;
  opacity: 1;
  padding: 5px 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #999999;
}
.help-block.ng-hide-add.ng-hide-add-active,
.help-block.ng-hide-remove.ng-hide-remove-active {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 300ms;
}
.help-block.ng-hide {
  line-height: 0;
  opacity: 0;
  padding: 0;
}
.input-plain {
  border-color: transparent;
  background: transparent;
  color: #333333;
}
.input-plain,
.input-plain:focus,
.input-plain:active {
  box-shadow: none;
  outline: none;
}
.input-group-stepper {
  max-width: 200px;
}
@media (max-width: 480px) {
  .input-group-stepper {
    margin: 0 auto;
  }
}
.input-group-stepper .btn,
.input-group-stepper .btn:focus {
  outline: none;
}
.input-group-stepper input {
  margin: 0 1px;
  font-size: 28px;
  line-height: 28px;
}
.input-group-stepper input,
.input-group-stepper input:hover {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.input-group-stepper input::-webkit-inner-spin-button,
.input-group-stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input-group-stepper input:focus {
  box-shadow: none;
  border-color: transparent;
  color: #12b591;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.modal-title {
  font-size: 18px;
}
.modal-header {
  background-color: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
.nav {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
/**
 * Takes less space both horizontal/vertical
 */
.nav-narrow > li > a {
  padding: 5px 10px;
  border: 0;
}
.nav-narrow > li > a:hover,
.nav-narrow > li > a:focus {
  background-color: transparent;
}
.nav-narrow > li.active > a,
.nav-narrow > li.active > a:hover,
.nav-narrow > li.active > a:focus {
  color: #333333;
  background-color: transparent;
  font-weight: bold;
}
.nav-narrow > li.active .badge,
.nav-narrow > li .badge {
  background: transparent;
  color: #999999;
  border: 1px solid #999999;
  font-weight: 200;
  font-size: 11px;
  line-height: 10px;
}
/**
 * Navigation where selected/hovered links are underlined
 */
.nav-underline > li > a {
  border-bottom: 2px solid transparent;
}
.nav-underline > li > a:hover,
.nav-underline > li > a:focus {
  border-radius: 0;
  border-color: #895012;
}
.nav-underline > li.active > a {
  border-radius: 0;
}
.nav-underline > li.active > a,
.nav-underline > li.active > a:hover,
.nav-underline > li.active > a:focus {
  border-color: #cd771b;
}
/**
 * Extend navs
 */
.meta-toolbar {
  padding-top: 15px;
  padding-bottom: 15px;
}
.meta-toolbar h3 {
  margin: 0 30px 0 0;
  float: left;
  display: inline-block;
}
.nav-toolbar {
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
}
.nav-toolbar a {
  padding: 5px 10px;
}
.nav-toolbar a .label {
  margin-left: 5px;
}
.nav-toolbar > li > a {
  font-size: 12px;
  line-height: 12px;
  padding: 5px 10px;
}
/**
 * Row toolbar containing tabs
 * Extends Bootstrap .row and .nav-tabs
 */
.row.row-nav-tabs {
  margin-bottom: -1px;
}
.row.row-nav-tabs .nav-tabs {
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 2px 2px 0 0;
  /* Inactive tabs have colorful border on hover */
}
.row.row-nav-tabs .nav-tabs > li > a {
  border-bottom: 1px solid transparent;
}
.row.row-nav-tabs .nav-tabs > li > a:hover,
.row.row-nav-tabs .nav-tabs > li > a:focus {
  border-bottom-color: #12b591;
}
.row.row-nav-tabs .nav-tabs > li.active > a,
.row.row-nav-tabs .nav-tabs > li.active > a:hover,
.row.row-nav-tabs .nav-tabs > li.active > a:focus {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.row.row-nav-tabs .nav-tabs > li:first-child > a {
  /* Leftmost tab should not have border, because .nav-tabs already has left border */
  border-left-color: transparent;
  border-top-left-radius: 2px;
}
.nav-pills > li > a {
  border-radius: 2px;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.navbar-white {
  background: #fff;
  border-color: #eeeeee;
}
.navbar-fixed-top-below,
.navbar-fixed-bottom {
  border-radius: 0;
}
.navbar-fixed-top-below .container,
.navbar-fixed-bottom .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.navbar-fixed-top-below .navbar-nav,
.navbar-fixed-bottom .navbar-nav {
  float: left;
  margin: 0;
}
.navbar-fixed-top-below .navbar-nav > li,
.navbar-fixed-bottom .navbar-nav > li {
  float: left;
}
.navbar-fixed-top-below .navbar-nav > li > a,
.navbar-fixed-bottom .navbar-nav > li > a,
.navbar-fixed-top-below .navbar-nav > li > button,
.navbar-fixed-bottom .navbar-nav > li > button {
  padding: 10px 10px;
  line-height: 1.3333333;
}
.navbar-fixed-top-below .navbar-nav > li .badge,
.navbar-fixed-bottom .navbar-nav > li .badge {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.navbar-fixed-top-below .nav-justified > li > a,
.navbar-fixed-bottom .nav-justified > li > a {
  margin-bottom: 0;
}
.navbar-fixed-top-below {
  top: 43px;
  z-index: 1030;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/*
 * Panels
 *
 * Extend Bootstrap Panels
 */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  word-wrap: break-word;
}
.panel h3 {
  font-size: 18px;
  line-height: 1.3333333;
}
.panel .panel-heading {
  display: block;
  background-color: transparent;
  margin: 0 0 10px 0;
  margin-left: 15px;
  margin-right: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  padding: 10px 0;
  font-size: 22px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .panel .panel-heading {
    font-size: 19px;
  }
}
.panel .panel-more-wrap {
  position: relative;
}
.panel .panel-more-wrap .panel-more-fade {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 120px 0 5px 0;
  font-weight: bold;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f5ffffff', GradientType=0);
  background-repeat: repeat-x;
}
.panel .panel-more-wrap .panel-more-fade:hover {
  transition: color 0.4s;
  color: #999999;
}
.panel-disabled {
  background-color: rgba(255, 255, 255, 0.4);
}
.panel-disabled .panel-body,
.panel-disabled .panel-footer,
.panel-disabled .panel-heading {
  opacity: 0.4;
}
.panel-disabled .panel-disabled-highlighted {
  opacity: 1;
}
.panel-loading,
.panel-loading * {
  color: #f4f4f4 !important;
}
.panel-glass {
  background: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
/**
 * Extending Bootstrap panels
 */
.panel.is-highlighted {
  border-color: #41ecc6;
  box-shadow: 0 0 5px #86f3db;
}
.panel.panel-transparent {
  box-shadow: none;
}
.panel.panel-transparent,
.panel.panel-transparent .panel-heading,
.panel.panel-transparent .panel-body,
.panel.panel-transparent .panel-footer {
  background-color: transparent;
  border-color: transparent;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/**
 * Sidebar navigation
 *
 * Used for instance at FAQ page
 */
.sidebar {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.sidebar.sidebar-sticky {
  position: fixed;
  top: 59px;
}
.sidebar .panel .panel-heading {
  border-bottom: 0;
  margin-bottom: 0;
}
.sidebar .panel-body {
  padding: 0;
}
.sidebar .accordion-toggle {
  text-decoration: none;
  outline: none;
}
.sidebar .panel-title {
  font-size: 20px;
}
.sidebar .list-group {
  margin-bottom: 0;
}
.sidebar .list-group-item {
  border: 0;
}

/**
 * Extend Bootstrap table with tables without visible borders
 */
.table.table-noborders {
  border: 0;
}
.table.table-noborders thead > tr.message > th,
.table.table-noborders tbody > tr.message > th,
.table.table-noborders tfoot > tr.message > th,
.table.table-noborders thead > tr.message > td,
.table.table-noborders tbody > tr.message > td,
.table.table-noborders tfoot > tr.message > td {
  border: 0;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.avatar {
  display: inline-block;
  border-radius: 2px;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/png;base64,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);
  overflow: hidden;
}
.avatar.avatar-facebook {
  background-image: url(data:image/png;base64,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);
  background-size: contain;
}
.avatar.avatar-gravatar {
  background-image: url(data:image/png;base64,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);
  background-size: contain;
}
.avatar.avatar-2048 {
  width: 2048px;
  height: 2048px;
}
.avatar.avatar-1024 {
  width: 1024px;
  height: 1024px;
}
.avatar.avatar-512 {
  width: 512px;
  height: 512px;
}
.avatar.avatar-256 {
  width: 256px;
  height: 256px;
}
.avatar.avatar-128 {
  width: 128px;
  height: 128px;
}
.avatar.avatar-64 {
  width: 64px;
  height: 64px;
}
.avatar.avatar-36 {
  width: 36px;
  height: 36px;
}
.avatar.avatar-32 {
  width: 32px;
  height: 32px;
}
.avatar.avatar-24 {
  width: 24px;
  height: 24px;
}
.avatar.avatar-16 {
  width: 16px;
  height: 16px;
}
img.avatar-circle,
.avatar-circle img {
  border-radius: 50%;
  overflow: hidden;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Editor
 */
.tr-editor {
  border: 0;
  background: transparent;
  box-shadow: none;
  height: auto;
  resize: none;
  margin: 0;
  padding: 0;
  cursor: text;
  min-height: 100px;
}
.tr-editor:hover {
  background: rgba(18, 181, 145, 0.1);
}
.tr-editor:focus {
  background: transparent;
  outline: none;
  border: 0;
}
/*
 * Bootstrap theme for Medium-editor
 * Adapted from https://raw.githubusercontent.com/daviferreira/medium-editor/master/src/sass/themes/bootstrap.scss
 *
 * When updating:
 * - Copypaste that sass here
 * - Remove Variables from the beginning (they're kept at ./public/less/variables.less)
 * - Replace $ -> @
 * - Replace:
 *     rgba(@medium_editor_placeholder_color, .8)
 *   With:
 *     rgba(red(@medium_editor_placeholder_color), green(@medium_editor_placeholder_color), blue(@medium_editor_placeholder_color), .8)
 * - Fix indentation to be 2 spaces instead of 4
 */
.medium-toolbar-arrow-under:after {
  top: 45px;
  border-color: #12b591 transparent transparent transparent;
}
.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #12b591 transparent;
}
.medium-editor-toolbar {
  border: 1px solid #12b591;
  background-color: #12b591;
  border-radius: 0;
}
.medium-editor-toolbar li button {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  border: none;
  border-right: 1px solid #12b591;
  background-color: transparent;
  color: #fff;
  padding: 0 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.medium-editor-toolbar li button:hover {
  background-color: #14cca4;
  color: #fff;
}
.medium-editor-toolbar li .medium-editor-button-first {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.medium-editor-toolbar li .medium-editor-button-last {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.medium-editor-toolbar li .medium-editor-button-active {
  background-color: #14cca4;
  color: #fff;
}
.medium-editor-toolbar-form {
  background: #12b591;
  color: #fff;
  border-radius: 0;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input {
  height: 45px;
  background: #12b591;
  color: #fff;
  margin: 0;
  padding: 0 5px;
  line-height: 45px;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  color: rgba(255, 255, 255, 0.8);
}
.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  color: rgba(255, 255, 255, 0.8);
}
.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
  color: #999999;
  color: rgba(255, 255, 255, 0.8);
}
.medium-editor-toolbar-form a {
  color: #fff;
  margin: 0;
  line-height: 55px;
  padding: 0 10px;
}
.medium-editor-toolbar-form a:hover {
  text-decoration: none;
  background-color: #14cca4;
  color: #fff;
}
.medium-editor-toolbar-anchor-preview {
  background: #12b591;
  color: #fff;
  border-radius: 0;
}
.tr-editor.ng-empty,
.medium-editor-placeholder:after {
  color: #999999;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.tr-flashcards {
  display: block;
  border: 1px solid #eeeeee;
  padding: 15px;
  margin: 30px 20px;
}
.tr-flashcards,
.tr-flashcards:hover {
  color: #999999;
  text-decoration: none;
}
.tr-flashcards:hover {
  border: 1px solid #12b591;
}
@media (min-width: 768px) {
  .tr-flashcards {
    padding: 20px;
    margin: 50px;
  }
}
.tr-flashcards-tip {
  font-size: 11px;
  line-height: 30px;
  font-weight: bold;
}
.tr-flashcards-title {
  font-size: 14px;
  line-height: 18px;
}
.tr-flashcards-content {
  font-size: 12px;
}

/**
 * Location search directive
 */
.input-location a {
  cursor: pointer;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
.notification-badge {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #d9534f;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  line-height: 1.3;
  font-size: 10px;
  min-height: 13px;
  padding: 1px 3px;
  margin: 0;
  position: absolute;
  top: 8px;
  right: 5px;
  display: inline-block;
}
@media (min-width: 768px) {
  .notification-badge {
    opacity: 1;
    display: block;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.tr-placeholder {
  margin-bottom: 20px;
}
.tr-placeholder * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline;
  animation: placeholder-pulse 1.8s ease-in-out infinite;
  background: #999999;
  color: transparent;
}
@keyframes placeholder-pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/* The switch - the box around the slider */
.tr-switch {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  width: 100%;
  height: 24px;
  line-height: 24px;
}
.tr-switch input {
  display: none;
}
.tr-switch .toggle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  background-color: #999999;
  transition: 80ms;
  border-radius: 24px;
}
.tr-switch .toggle:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: 80ms;
  border-radius: 50%;
}
.tr-switch input:checked + .toggle {
  background-color: #12b591;
}
.tr-switch input:checked + .toggle:before {
  transform: translateX(16px);
}
.tr-switch input:focus + .toggle {
  box-shadow: 0 0 1px #12b591;
}
.tr-switch input:disabled + .toggle {
  opacity: 0.5;
}
.tr-switch-right {
  padding-right: 50px;
  padding-left: 0;
}
.tr-switch-right .toggle {
  left: auto;
  right: 0;
}
.tr-switch-sm {
  padding-left: 40px;
  height: 18px;
  line-height: 18px;
  /* The slider */
}
.tr-switch-sm .toggle {
  width: 30px;
  border-radius: 18px;
}
.tr-switch-sm .toggle:before {
  width: 14px;
  height: 14px;
  left: 2px;
  bottom: 2px;
}
.tr-switch-sm input:checked + .toggle:before {
  transform: translateX(11px);
}
.tr-switch-sm.tr-switch-right {
  padding-right: 40px;
}

.board .trustpass-done {
  color: #fff;
  background: transparent;
  padding: 0;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #12b591;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d876c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #12b591;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d876c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Wide full width landscape box
 */
.board {
  clear: both;
  overflow: auto;
  width: 100%;
  margin: 0;
  padding: 70px 15px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /**
   * Board images
   * Most of the images for .board are coming from core/trBoards directive. Check it out.
   * Keep just the most simplest stuff here.
   */
}
.board,
.board label {
  color: #fff;
}
.board a:not(.btn),
.board a.btn-link {
  text-decoration: underline;
}
.board a:not(.btn).btn,
.board a.btn-link.btn {
  text-decoration: none;
  text-shadow: none;
}
.board a:not(.btn),
.board a.btn-link,
.board a:not(.btn):hover,
.board a.btn-link:hover,
.board a:not(.btn):focus,
.board a.btn-link:focus,
.board a:not(.btn):active,
.board a.btn-link:active {
  color: #fff;
}
.board .navbar a {
  text-decoration: none;
  text-shadow: none;
}
.board h2 {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}
.board .board-highlight {
  display: inline-block;
  padding: 5px 15px;
  text-shadow: none;
  margin: 0;
}
.board .board-highlight.board-highlight-primary {
  background: rgba(18, 181, 145, 0.9);
}
.board .board-highlight.board-highlight-secondary {
  background: rgba(205, 119, 27, 0.9);
}
.board .board-highlight.board-highlight-transparent {
  text-shadow: 0 1px 10px #000000;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.board.board-primary {
  background-color: #12b591;
}
.board.board-primary .page-header h1,
.board.board-primary .page-header h2 {
  background: #12b591;
}
.board.board-inset {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .board.small-screen-bad-background {
    background-image: none !important;
    box-shadow: none !important;
  }
}
.board .page-header {
  margin: 0;
}
.board .page-header:before {
  border-color: #fff;
}
.board .panel {
  color: #333333;
  text-shadow: none;
}
.board.board-error {
  background-image: url(/assets/images/error-f46785a.jpg);
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/**
 * Footer
 */
#tr-footer {
  clear: both;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 50px auto;
}
#tr-footer:before {
  content: '';
  display: block;
  margin: 0 auto 15px auto;
  height: 1px;
  width: 30px;
  background: #cccccc;
}
#tr-footer,
#tr-footer a {
  font-size: 12px;
  color: #b3b3b3;
  text-decoration: none;
}
#tr-footer a:hover {
  text-decoration: underline;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/**
 * Header
 */
#tr-header {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  /* Bootstrap dropdowns */
}
#tr-header .navbar {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#tr-header .navbar-brand {
  padding-top: 6px;
}
#tr-header .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
#tr-header .nav > li {
  float: left;
}
#tr-header .nav a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#tr-header .nav .dropdown-menu a {
  text-shadow: none;
}
@media (max-width: 767px) {
  #tr-header .nav a {
    color: #0b6f59;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    font-size: 18px;
  }
  #tr-header .nav > li.active a {
    color: #fff;
    text-shadow: none;
  }
}
#tr-header .nav-header-primary {
  float: right;
}
@media (max-width: 767px) {
  #tr-header .nav-header-primary {
    float: none;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #tr-header {
    /* Make Bootstrap dropdowns open at hover */
    /* Make sure avatar works as a dropdown handle */
  }
  #tr-header .dropdown:hover:not(.disable-hover-display) .dropdown-menu {
    display: block;
  }
  #tr-header .dropdown-user .dropdown-toggle {
    width: 73px;
  }
  #tr-header .dropdown-user .dropdown-toggle .avatar {
    float: left;
    margin-right: 8px;
  }
}
/* Welcome-header for non-authenticated users */
.header-welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.header-welcome .header-more-text,
.header-welcome .header-welcome-text {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.header-welcome .header-more-text {
  font-size: 14px;
}
.header-welcome .header-welcome-text,
.header-welcome .btn {
  margin: 0 10px;
}
.header-welcome .flex-side {
  flex: 1;
}
.header-welcome .language-switch {
  display: flex;
  justify-content: flex-end;
}
.header-welcome .language-switch .dropdown-menu {
  margin-top: 5px;
  margin-right: 5px;
  min-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #12b591;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d876c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #12b591;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d876c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Triangle helper
 *
 * .triangle(@direction, @size, @color)
 * .triangle(@direction, @width, @height, @color)
 *
 * @direction defines the direction: up, down, left or right.
 * @size defines the size of triangle
 * @width defines the width of triangle
 * @height defines the height of triangle
 * @color defines the color
 *
 * Example: .triangle(down, 3em, 5px, #fff);
 *
 * @link https://github.com/stijnj/less-triangle
 */
/**
 * Build triangle for panels
 */
.block-link,
.block-link:hover {
  text-decoration: none;
  text-shadow: none;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.content-empty {
  text-align: center;
}
.content-empty,
.content-empty i {
  color: #999999;
}
.content-wait {
  text-align: center;
  font-style: italic;
  color: #999999;
  margin: 50px 0;
}
/**
 * Little helper icons
 * E.g. `<a tabindex="0" class="icon-help cursor-help tr-help"></a>`
 */
.tr-help {
  color: #999999;
  outline: none;
}
.tr-help:hover {
  text-decoration: none;
  color: #12b591;
}
/**
 * Middle helper
 *
 * Usage:
 * <div class="middle">
 *   <div class="middle-wrapper">...</div>
 * </div>
 *
 * Or also horizontal:
 * <div class="middle middle-horizontal">
 *   <div class="middle-wrapper">...</div>
 * </div>
 *
 * See https://github.com/kg782/angular-middle if you need this as an Angular directive.
 */
.middle-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.middle-wrapper .middle-content {
  display: table-cell;
  vertical-align: middle;
}
.middle-wrapper.middle-wrapper-horizontal .middle-content > * {
  margin: auto;
}
/**
 * Middle wrapper using flex
 * Since we're using Bootstrap 3, which doesn't yet support flex,
 * this is here to help with middle align on less important places.
 * It's more convenient than `middlw-wrapper` which uses table-cell hack.
 *
 * Usage:
 * <div class="flex-centered">
 *   <div>...</div>
 * </div>
 */
.flex-centered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core layout styles
 */
/* 300ms delay to 0ms
 * Modern IEs need this CSS to stop adding 300ms delay to touch click events
 * @link http://developer.telerik.com/featured/300-ms-click-delay-ios-8/
 */
a[ng-click],
a[href],
button {
  touch-action: manipulation;
  cursor: pointer;
}
html,
body {
  height: 100%;
  background-color: #f9f9f9;
}
.container-spacer {
  margin-top: 73px;
}
.container-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 130px;
}
.container-fullscreen.container-spacer {
  top: 43px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .container-error {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  .container-error {
    padding-top: 300px;
  }
}
hr {
  position: relative;
  height: 0.15em;
  margin: 40px auto;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #e49a00;
}
hr:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.15em;
  width: 10em;
  background: #12b591;
  box-shadow: 10em 0 0 0 #109e7e, 20em 0 0 0 #ca7900, 30em 0 0 0 #e18700, 40em 0 0 0 #e49a00, 50em 0 0 0 #e0b521, 60em 0 0 0 #e49a00, 70em 0 0 0 #e18700, 80em 0 0 0 #ca7900;
}
hr.hr-white {
  background: #fff;
}
hr.hr-white:before {
  background: #fff;
  box-shadow: none;
}
hr.hr-gray {
  background: #eeeeee;
}
hr.hr-gray:before {
  background: #eeeeee;
  box-shadow: none;
}
hr.hr-xs {
  width: 10%;
}
hr.hr-tight {
  margin: 20px auto;
}
/**
 * Main content area. Everything else except header and footer.
 */
#tr-main {
  clear: both;
  overflow: auto;
  outline: none;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #tr-main {
    padding-bottom: 30px;
  }
}

/**
 * Logo
 */
.logo {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 210px;
  height: 210px;
  background-size: 210px 210px;
  background-image: url("/img/logo/color.png");
}
.logo.logo-xs {
  width: 105px;
  height: 105px;
  background-size: 105px 105px;
}
.logo.logo-sm {
  width: 140px;
  height: 140px;
  background-size: 140px 140px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo {
    background-image: url("/img/logo/color@2x.png");
    background-size: 210px 210px;
  }
}
.logo.logo-white {
  background-image: url("/img/logo/white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo.logo-white {
    background-image: url("/img/logo/white@2x.png");
    background-size: 210px 210px;
  }
}
.logo.logo-dark {
  background-image: url("/img/logo/dark.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo.logo-dark {
    background-image: url("/img/logo/dark@2x.png");
    background-size: 210px 210px;
  }
}
.logo-horizontal {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 177px;
  height: 31px;
  background-image: url("/img/logo/horizontal-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo-horizontal {
    background-image: url("/img/logo/horizontal-white@2x.png");
    background-size: 177px 31px;
  }
}
.logo-horizontal.logo-horizontal-color {
  background-image: url("/img/logo/horizontal-color.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo-horizontal.logo-horizontal-color {
    background-image: url("/img/logo/horizontal-color@2x.png");
    background-size: 177px 31px;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Styles for side wide announcement header
 *
 * See also core's `header.less` and search module less for more.
 */
body.is-site-announcement-visible {
  padding-top: 53px;
}
body.is-site-announcement-visible #tr-header {
  top: 53px;
}
.site-announcement {
  position: fixed;
  z-index: 1030;
  height: 53px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Spinner loading animation
 * Adapted from http://codepen.io/mrrocks/pen/EiplA
 */
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.spinner-path {
  stroke-dasharray: 94;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: spinnerDash 1.4s ease-in-out infinite, spinnerColors 5.6s ease-in-out infinite;
}
@keyframes spinnerColors {
  0% {
    stroke: #109e7e;
  }
  25% {
    stroke: #ca7900;
  }
  50% {
    stroke: #e18700;
  }
  75% {
    stroke: #e49a00;
  }
  100% {
    stroke: #e0b521;
  }
}
@keyframes spinnerDash {
  0% {
    stroke-dashoffset: 94;
  }
  50% {
    stroke-dashoffset: 23.5;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 94;
    transform: rotate(450deg);
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/*
 * Modified from https://raw.githubusercontent.com/harvesthq/chosen/master/sass/chosen.scss
 * Requires Bootstrap3 mixins
 */
.localytics-chosen.loading.chosen-container-multi .chosen-choices {
  background-image: url(data:image/gif;base64,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);
  background-repeat: no-repeat;
  background-position: 95%;
}
.localytics-chosen.loading.chosen-container-single .chosen-single span {
  background: url(data:image/gif;base64,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) no-repeat right;
}
.localytics-chosen.loading.chosen-container-single .chosen-single .search-choice-close {
  display: none;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ':';
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #555555;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type='text'] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ccc;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #555555;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #12b591;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 0;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
/* @todo Use .form-control-focus(); here instead? */
.chosen-container-active .chosen-single {
  border: 1px solid #12b591;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ccc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #12b591;
}
.chosen-container-active .chosen-choices li.search-field input[type='text'] {
  color: #555555 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type='text'] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type='text'] {
  padding: 4px 5px 4px 20px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type='text'],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type='text'],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABKCAQAAAD9cdkXAAACqUlEQVRo3u2av2/TQBTHI8FQCYYguoLCyOY/IQNk6NSF3RNzBmZ04oe/JwFSp0owtSNb/oT8B8mIBIioAyuWrA7pD4fns+vkzvZQ1+3lne57UoZXJfan79333ovT6zGTDGUsg0o0oGjY4yfCWdEykBROFg954hhIJQ4/pI0bL5E0HIryAgpMpGqEW9HpAAktzjg1SNxxGpH44hRIiYaTsMZxDsixknPMFKzaNgSEQwcrBtklMLDW+mBRV5lYtAaaqvdPrTWnGNYCDdtdOtq/+oRo39r4gEkFZ9LusqK/zjcWom9pwKOq1w0xbrsDILR/i7Bmit3cSG4H2icN7CEturIDDWhqD2jYnR1srm6t4XpIk5vYQff2b2oUjuJRxRRGAUXDph0Qt7eD2xbhrGgZSAoni4d31LJ0jGMglTjNSNuqjRsvkTQcivICCkykaoTZ+GAAJLQ449QgccdpROKLUyAlGk7CGsc5IMdKzjFTcMy2nTtY3Wt9XGtOW44PW490vQHPy8vLy8vLy2ubJfrRGHP6RjxVaxaNu31kdseipxdXj93SYq3kP4tPL24mhAqAMHApL+QFvRZQCHlmJ8/MGX7jtXz64Yl8K39hmUOyy5Loq2JLcYoDsVNCPpbfcKqyFDPbS9FYldpSftHjr+7JQ5xnWYrGrIDkLNs5+PnmQSV3OzhR+2jOC0jtn/os4F1uD+yAcPn+Wd3fPr4kz2MK9NwpoMaSkwxLrmh3foiHFVPYxYkCmnGz7fxQ/SruGx53zNK21cGaqoP1WOyWeXskv6uDdYUluyaVWh/V5OAcf+QnvIj28Bl/8+woyzji2JwWranWnK5/YsMPqRgf0o3hgYqNNVI24GVtUL4wzwY8HLFGqi1Gj8QNae4ckiPfCa2Req5I9XyNv1n+D6RKWo1cTsbTAAAAAElFTkSuQmCC) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/**
 * Styles for message-center service
 * @link https://github.com/mateu-aguilo-bosch/message-center
 */
#mc-messages-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 43px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  z-index: 1061;
}
#mc-messages-wrapper .alert {
  font-size: 18px;
  margin: 0;
  opacity: 0.9;
  transition: all linear 0.4s;
}
#mc-messages-wrapper .alert.ng-enter {
  opacity: 0;
}
#mc-messages-wrapper .alert.ng-leave-active {
  opacity: 0;
}
#mc-messages-wrapper .close {
  font-size: 35px;
  margin-top: -5px;
}

/**
 * Fontello icon font
 *
 * Read more: modules/core/client/fonts/fontello/README.md
 */
@font-face {
  font-family: 'tricons';
  src: url(/assets/fonts/tricons.e43afbc.eot);
  src: url(/assets/fonts/tricons.e43afbc.eot#iefix) format('embedded-opentype'), url(/assets/fonts/tricons.0a83280.woff) format('woff'), url(/assets/fonts/tricons.c1ed0a2.ttf) format('truetype'), url(/assets/images/tricons-2c37074.svg#tricons) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'tricons';
    src: url('/modules/core/fonts/fontello/font/tricons.svg#tricons') format('svg');
  }
}
*/
.leaflet-container .leaflet-control-attribution:after,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'tricons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* text-rendering:optimizelegibility would throw things off */
  text-rendering: auto;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  /* Ensures no half-pixel rendering in firefox */
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.leaflet-container .leaflet-control-attribution:after {
  content: '\e82d';
}
.icon-bw:before,
.icon-cs:before {
  content: '';
  min-height: 1em;
  min-width: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 16px;
}
.icon-bw:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTMwMEVCODM0OTdEMTFFNUE2OEJDQjFBN0E2MUFGNTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTMwMEVCODQ0OTdEMTFFNUE2OEJDQjFBN0E2MUFGNTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRENCNTcyMDQ5N0QxMUU1QTY4QkNCMUE3QTYxQUY1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMzAwRUI4MjQ5N0QxMUU1QTY4QkNCMUE3QTYxQUY1MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuVqw6QAAAZqSURBVHja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);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-bw:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0RDQjU3MUU0OTdEMTFFNUE2OEJDQjFBN0E2MUFGNTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0RDQjU3MUY0OTdEMTFFNUE2OEJDQjFBN0E2MUFGNTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRENCNTcxQzQ5N0QxMUU1QTY4QkNCMUE3QTYxQUY1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRENCNTcxRDQ5N0QxMUU1QTY4QkNCMUE3QTYxQUY1MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi8GEUAAABIjSURBVHja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);
    background-size: 16px 16px;
  }
}
.icon-cs:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTMwMEVCOEI0OTdEMTFFNUE2OEJDQjFBN0E2MUFGNTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTMwMEVCOEM0OTdEMTFFNUE2OEJDQjFBN0E2MUFGNTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMzAwRUI4OTQ5N0QxMUU1QTY4QkNCMUE3QTYxQUY1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMzAwRUI4QTQ5N0QxMUU1QTY4QkNCMUE3QTYxQUY1MSIv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);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-cs:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjBDMzU4NzM0OTdEMTFFNUE2OEJDQjFBN0E2MUFGNTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjBDMzU4NzQ0OTdEMTFFNUE2OEJDQjFBN0E2MUFGNTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMEMzNTg3MTQ5N0QxMUU1QTY4QkNCMUE3QTYxQUY1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMEMzNTg3MjQ5N0QxMUU1QTY4QkNCMUE3QTYxQUY1MSIv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);
    background-size: 16px 16px;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/**
 * Leaflet overrides
 * Original:
 * @link https://github.com/Leaflet/Leaflet/blob/master/dist/leaflet.css
 */
/* zoom and fade animations */
/*
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity .2s;
  }
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
  }

*/
.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-top,
.leaflet-bottom {
  z-index: 999;
}
/* general toolbar styles */
.leaflet-touch .leaflet-bar,
.leaflet-bar {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
  border: 0;
  background: rgba(255, 255, 255, 0.95);
  transition: background 0.2s;
}
.leaflet-touch .leaflet-bar:hover,
.leaflet-bar:hover {
  background: #ffffff;
}
.leaflet-touch .leaflet-bar a,
.leaflet-bar a,
.leaflet-touch .leaflet-bar a:hover,
.leaflet-bar a:hover {
  background: transparent;
  border-bottom: 1px solid #eeeeee;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
@media (min-width: 992px) {
  .leaflet-touch .leaflet-bar a,
  .leaflet-bar a,
  .leaflet-touch .leaflet-bar a:hover,
  .leaflet-bar a:hover {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.leaflet-touch .leaflet-bar a:first-child,
.leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child,
.leaflet-bar a:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: none;
}
.leaflet-touch .leaflet-bar a.leaflet-active,
.leaflet-bar a.leaflet-active {
  background: rgba(0, 0, 0, 0.05);
}
.leaflet-touch .leaflet-bar a.leaflet-disabled,
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
/* layers control */
.leaflet-control-layers-toggle,
.leaflet-touch .leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAIAAADY27xgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzczOTIyRDM4NUJEMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzczOTIyRDQ4NUJEMTFFNDgxQTBEODAyNDBBNjU0QjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NzM5MjJEMTg1QkQxMUU0ODFBMEQ4MDI0MEE2NTRCMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NzM5MjJEMjg1QkQxMUU0ODFBMEQ4MDI0MEE2NTRCMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PskyXsoAAA+VSURBVHja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);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .leaflet-control-layers-toggle,
  .leaflet-touch .leaflet-control-layers-toggle {
    background-image: url(/assets/images/satellite@2x-0fcdd80.png);
    background-size: 46px 46px;
  }
}
.leaflet-layerstyle-satellite .leaflet-control-layers-toggle,
.leaflet-layerstyle-satellite .leaflet-touch .leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAIAAADY27xgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjkxQkQ1QTI4NUJGMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjkxQkQ1QTM4NUJGMTFFNDgxQTBEODAyNDBBNjU0QjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOTFCRDVBMDg1QkYxMUU0ODFBMEQ4MDI0MEE2NTRCMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTFCRDVBMTg1QkYxMUU0ODFBMEQ4MDI0MEE2NTRCMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn1GBdkAAA8tSURBVHja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);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .leaflet-layerstyle-satellite .leaflet-control-layers-toggle,
  .leaflet-layerstyle-satellite .leaflet-touch .leaflet-control-layers-toggle {
    background-image: url(/assets/images/street@2x-845a2f0.png);
    background-size: 46px 46px;
  }
}
.leaflet-touch .leaflet-control-layers,
.leaflet-control-layers {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 2px;
}
.leaflet-control-layers-toggle {
  width: 36px;
  height: 36px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 46px;
  height: 46px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333333;
  background: #fff;
}
@media (max-width: 991px) {
  .leaflet-control-layers-expanded {
    position: fixed;
    box-sizing: content-box;
    left: 10px;
    right: 10px;
    bottom: 50%;
    width: auto;
    border: 10px solid rgba(0, 0, 0, 0.35);
    box-shadow: none;
  }
  .leaflet-control-layers-expanded form:before {
    display: block;
    box-sizing: content-box;
    content: '×';
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 40px;
    line-height: 35px;
    font-size: 25px;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    color: #fff;
    background: #12b591;
    pointer-events: none;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .leaflet-control-layers-expanded {
    bottom: 110px;
  }
}
/* attribution and scale controls */
.leaflet-control-scale-line {
  color: #333333;
}
.leaflet-container .leaflet-control-scale {
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
}
.leaflet-control-scale {
  clear: left;
  margin: 40px 20px 0 0;
  speak: none;
}
@media (max-width: 991px) {
  .leaflet-control-scale {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .leaflet-control-scale {
    position: fixed;
    bottom: 5px;
    right: 5px;
    margin: 0;
  }
}
.leaflet-touch .leaflet-control-attribution {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}
/* Attribution  */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  border-radius: 13px;
  padding: 0 31px 0 10px;
  height: 26px;
  line-height: 26px;
  margin: 10px;
  visibility: hidden;
  color: #333333;
  font-size: 12px;
}
.leaflet-container .leaflet-control-attribution a {
  color: #333333;
  text-decoration: none;
}
.leaflet-container .leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution .improve-map {
  font-weight: bold;
}
@media (max-width: 991px) {
  .leaflet-container .leaflet-control-attribution .improve-map {
    display: none;
  }
}
.leaflet-container .leaflet-control-attribution:hover {
  visibility: visible;
}
.leaflet-container .leaflet-control-attribution:after {
  color: #333333;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  bottom: 0;
  right: 0;
  z-index: 1;
  visibility: visible;
  cursor: pointer;
  opacity: 0.75;
}
/* More mobile friendly layer-control */
.leaflet-control-layers label {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  padding: 8px;
}
.leaflet-control-layers .leaflet-control-layers-selector {
  margin: 0 8px 0px 0;
  padding: 0;
}
@media (max-width: 991px) {
  .leaflet-left .leaflet-control {
    margin-left: 5px;
  }
  .leaflet-right .leaflet-control {
    margin-right: 5px;
  }
  .leaflet-bottom .leaflet-control {
    margin-bottom: 5px;
  }
  .leaflet-top .leaflet-control {
    margin-top: 5px;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Angular loading bar
 * https://chieffancypants.github.io/angular-loading-bar/
 */
/* Make clicks pass-through */
#loading-bar {
  pointer-events: none;
  transition: 350ms linear all;
  /* Fancy blur effect */
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  transition: width 350ms;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#loading-bar .peg {
  display: none;
  /*
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 2px;
    opacity: .45;
    box-shadow: @loading-bar-color 1px 0 6px 1px;
    border-radius: 100%;
    */
}

.ui-view-slide-reveal.ng-enter {
  transition: 0.2s linear all;
  opacity: 0.5;
  position: relative;
  opacity: 0;
  top: 10px;
}
.ui-view-slide-reveal.ng-enter-active {
  top: 0;
  opacity: 1;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #12b591;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d876c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #12b591;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d876c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/**
 * Triangle helper
 *
 * .triangle(@direction, @size, @color)
 * .triangle(@direction, @width, @height, @color)
 *
 * @direction defines the direction: up, down, left or right.
 * @size defines the size of triangle
 * @width defines the width of triangle
 * @height defines the height of triangle
 * @color defines the color
 *
 * Example: .triangle(down, 3em, 5px, #fff);
 *
 * @link https://github.com/stijnj/less-triangle
 */
/**
 * Build triangle for panels
 */
.block-link,
.block-link:hover {
  text-decoration: none;
  text-shadow: none;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.content-empty {
  text-align: center;
}
.content-empty,
.content-empty i {
  color: #999999;
}
.content-wait {
  text-align: center;
  font-style: italic;
  color: #999999;
  margin: 50px 0;
}
/**
 * Little helper icons
 * E.g. `<a tabindex="0" class="icon-help cursor-help tr-help"></a>`
 */
.tr-help {
  color: #999999;
  outline: none;
}
.tr-help:hover {
  text-decoration: none;
  color: #12b591;
}
/**
 * Middle helper
 *
 * Usage:
 * <div class="middle">
 *   <div class="middle-wrapper">...</div>
 * </div>
 *
 * Or also horizontal:
 * <div class="middle middle-horizontal">
 *   <div class="middle-wrapper">...</div>
 * </div>
 *
 * See https://github.com/kg782/angular-middle if you need this as an Angular directive.
 */
.middle-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.middle-wrapper .middle-content {
  display: table-cell;
  vertical-align: middle;
}
.middle-wrapper.middle-wrapper-horizontal .middle-content > * {
  margin: auto;
}
/**
 * Middle wrapper using flex
 * Since we're using Bootstrap 3, which doesn't yet support flex,
 * this is here to help with middle align on less important places.
 * It's more convenient than `middlw-wrapper` which uses table-cell hack.
 *
 * Usage:
 * <div class="flex-centered">
 *   <div>...</div>
 * </div>
 */
.flex-centered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/**
 * Threads list (inbox)
 */
.threadlist {
  max-width: 767px;
  margin: 0 auto 30px auto;
}
.threadlist-thread.threadlist-thread-unread {
  font-weight: bold;
}
.threadlist-thread.threadlist-thread-unread time {
  color: #12b591;
}
.threadlist-thread a,
.threadlist-thread a:hover,
.threadlist-thread a:active {
  text-decoration: none;
  color: #333333;
}
.threadlist-thread,
.threadlist-thread * {
  cursor: pointer;
}
.threadlist-thread-excerpt {
  display: inline-block;
  max-width: 350px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .threadlist-thread-excerpt {
    max-width: 200px;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #12b591;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d876c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #12b591;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d876c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/**
 * Triangle helper
 *
 * .triangle(@direction, @size, @color)
 * .triangle(@direction, @width, @height, @color)
 *
 * @direction defines the direction: up, down, left or right.
 * @size defines the size of triangle
 * @width defines the width of triangle
 * @height defines the height of triangle
 * @color defines the color
 *
 * Example: .triangle(down, 3em, 5px, #fff);
 *
 * @link https://github.com/stijnj/less-triangle
 */
/**
 * Build triangle for panels
 */
.block-link,
.block-link:hover {
  text-decoration: none;
  text-shadow: none;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.content-empty {
  text-align: center;
}
.content-empty,
.content-empty i {
  color: #999999;
}
.content-wait {
  text-align: center;
  font-style: italic;
  color: #999999;
  margin: 50px 0;
}
/**
 * Little helper icons
 * E.g. `<a tabindex="0" class="icon-help cursor-help tr-help"></a>`
 */
.tr-help {
  color: #999999;
  outline: none;
}
.tr-help:hover {
  text-decoration: none;
  color: #12b591;
}
/**
 * Middle helper
 *
 * Usage:
 * <div class="middle">
 *   <div class="middle-wrapper">...</div>
 * </div>
 *
 * Or also horizontal:
 * <div class="middle middle-horizontal">
 *   <div class="middle-wrapper">...</div>
 * </div>
 *
 * See https://github.com/kg782/angular-middle if you need this as an Angular directive.
 */
.middle-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.middle-wrapper .middle-content {
  display: table-cell;
  vertical-align: middle;
}
.middle-wrapper.middle-wrapper-horizontal .middle-content > * {
  margin: auto;
}
/**
 * Middle wrapper using flex
 * Since we're using Bootstrap 3, which doesn't yet support flex,
 * this is here to help with middle align on less important places.
 * It's more convenient than `middlw-wrapper` which uses table-cell hack.
 *
 * Usage:
 * <div class="flex-centered">
 *   <div>...</div>
 * </div>
 */
.flex-centered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/**
 * Thread
 */
#messages-thread::-webkit-scrollbar {
  width: 15px;
  height: 20px;
}
#messages-thread::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
#messages-thread::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
#messages-thread::-webkit-scrollbar-corner {
  background-color: transparent;
}
#messages-thread::-webkit-scrollbar-track {
  background: transparent;
}
.message {
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .message .panel {
    position: relative;
  }
  .message .panel:before,
  .message .panel:after {
    position: absolute;
    top: 16px;
  }
  .message .panel:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #dfdfdf;
    right: -9px;
  }
  .message .panel:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    right: -8px;
  }
}
.message.message-sender-other.message-unread .panel {
  border-left-color: #12b591;
  border-left-width: 2px;
  transition: all 2s linear 1s;
}
.message[data-hosting='yes'] .panel-body {
  color: #5cb85c;
}
.message[data-hosting='yes'] .panel {
  border-color: #5cb85c;
}
.message[data-hosting='yes'] .panel:before {
  border-left-color: #5cb85c;
}
.message[data-hosting='no'] .panel-body {
  color: #d9534f;
}
.message[data-hosting='no'] .panel {
  border-color: #d9534f;
}
.message[data-hosting='no'] .panel:before {
  border-left-color: #d9534f;
}
.message .divider {
  display: block;
  clear: both;
  margin: 10px 0;
}
.message .divider.divider-first {
  margin-top: 0;
}
@media (max-width: 767px) {
  .message .divider.divider-first {
    text-align: center;
    margin-bottom: 25px;
  }
}
.message .divider.divider-last {
  margin-bottom: 0;
}
.message .message-author {
  text-align: center;
}
.message .message-author .avatar {
  margin: 25px auto 5px auto;
}
.message .message-meta {
  display: inline-block;
  font-size: 12px;
  padding-right: 3px;
}
.message .message-meta,
.message .message-meta a {
  color: #999999;
}
.message .message-meta {
  display: block;
  text-align: right;
  clear: both;
  overflow: hidden;
}
.message .message-meta .link-badge {
  margin-bottom: 0;
}
.message p:last-child {
  margin-bottom: 0;
}
#message-reply .tr-editor:hover {
  background: transparent;
}
#message-reply .message-reply-title {
  margin: 0;
  float: left;
  font-size: 13px;
  line-height: 13px;
}
#message-reply .panel {
  margin-bottom: 5px;
}
#message-reply .panel .panel-body {
  padding: 5px;
  background: #eeeeee;
}
#message-reply .panel #message-reply-content {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 6px 12px;
  border: 0;
  border-top: 1px solid transparent;
  padding-top: 5px;
  margin-bottom: 0;
  min-height: 53px;
  max-height: 250px;
  overflow: auto;
  resize: none;
}
#message-reply .panel #message-reply-content:focus {
  outline: none;
  box-shadow: none;
  border-color: #12b591;
}
#message-reply .panel #message-reply-content:after {
  margin: 0;
  top: 9px;
  left: 12px;
}
#message-reply .panel #message-reply-content p {
  margin: 0;
}
@media (max-width: 767px) {
  #message-reply .panel #message-reply-content {
    padding-right: 45px;
    padding-top: 8px;
    margin-bottom: 0px;
    min-height: 43px;
    border-radius: 0;
    max-height: 150px;
  }
  #message-reply .panel #message-reply-content:after {
    top: 2px;
    left: 5px;
  }
}
@media (max-width: 767px) {
  #message-reply .panel {
    margin-bottom: -1px;
    margin-left: -15px;
    margin-right: 15px;
    border-radius: 0;
  }
}
#message-reply .message-reply-btn {
  float: right;
}
@media (max-width: 767px) {
  #message-reply .message-reply-btn {
    height: 45px;
    width: 45px;
    bottom: 0;
    right: 0;
    position: fixed;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  #message-reply {
    bottom: 0;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Edit offer
 */
@media (max-width: 480px) {
  .offer-tabs {
    margin-top: 43px;
  }
}
.offer-tabs .nav-tabs {
  border: 0;
  background-color: #fff;
}
@media (max-width: 480px) {
  .offer-tabs .nav-tabs {
    position: fixed;
    z-index: 1030;
    top: 43px;
    left: 0;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .offer-tabs .nav-tabs {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .offer-tabs .nav-tabs .nav-item {
    font-size: 18px;
  }
}
.offer-tabs .nav-tabs .nav-item a {
  border: 0;
}
.offer-tabs .nav-tabs .nav-item.active a {
  color: #fff;
  background-color: #999999;
  border: 0;
}
@media (max-width: 480px) {
  .offers-edit {
    margin-bottom: 43px;
  }
}
.offers-edit .offer-map {
  position: relative;
  height: 400px;
}
.offers-edit #offer-add-location-canvas {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.offers-edit .offer-location-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  background-position-y: calc(50% -  38px / 2);
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAApCAYAAABgDOogAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0ZDREQ2REY0NzE2MTFFNDg3RTVCQjFCMTdGQTQ0QzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0ZDREQ2REU0NzE2MTFFNDg3RTVCQjFCMTdGQTQ0QzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YzM4MDg1N2MtYmM1NS00MjM5LWE1OWQtNTUxNzliOGYxODUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pMpJwAAABXhJREFUeNrMmltoHFUYx8+ZnUnC1iSb2AcL4g37GF9ULIIgiKJ4e9NoX0p9UB+MEC1iSBBJxYdqayrYQK1WFo1CLFoTG0obLUmLGKlJhbT0Ek3Wxk3TZG/Z29yOZ8Yz6Zezs5fZOQMe+Jid2eXM95v/d77znTOLCSHIS8MYe/o5d+Qb4Y41NS8+yyiYhplJ3JGHM7kjEe2IHCBYiJnzGQNIB8ZgcAb4LBTUN2D76ABaffJ1NzCl6dmH2xqfeugJqa35ESyHttL4bmMxliC6cclMZE4WRyaOFb7/OUGvakGAYgFjEMJZD6yh8fEHI+EdT/fh5vBLFcbfjSGVyR3KHf6hvzh2JknPVWp6JUgvPosAdFSz4BpbD/Y+H9qy+WP6QwV5yxyacXW5K/Xye9/QsyKDdNSsqYcgALETjhZc5MvdfVKkudtPSJnJzN7k9t7dDNIJWy9OEv7p+0ko62EZifbv8gtnO0T7oH29afXJ+pZqmG7chowQQDs0W/fvelRqb+kRlfmsvlr2vfEYg1TKTDO4Bv/qBoQZsyF02y19ouev0B1beumhiQGGgK9SjUrafvoFlCOf9r2IFPke4ZVCg9LROtjTyQBlbl7FAFaqpKhUJ5wdnpu6Om/FN7c+F1A1hKTNkc7wzmduB+MxBIYGryoSBbj+5OSOu7dhRd4WFCBuarhX7tj6AFNRAcOCV64sqC8Fpebw/Z7nO29zkiK1tdwHFFQ4wBBQVeJgsZ9S7T9IRbkLBdxwo3InAzNAZSNx59CcELYKBOynFsVIwmEUOCHexBTUudUHZtcwOw8x6A2TvR9AgkxSDJqPGIbO/JQBACzhTKaoCb5zQtWU64azzDBigQPmCosA0AQ5wADDxYEkQOG6k8x6JySd/T1YOkLM2NIsl1BkYPzciLn5sO6J3gY0V1IzSDfmAuPLFxe02bk5UPNCqHIL6g2g9SpohYCZfmv/ORpCJ4ICNBaXpwrDJ/8soyA/2WO3OtWPgtYY0I3lxFhQgOrE9CRIGFIZuIq1qZ/VhL2Xku7ac4piXhANZ66mzxeGT1zi4NzGXNWSC/lINLaKdJH6tWhAfebiOLfmlDzCEb8KOmPRKI5PDVk7K8KSSzYfX/sgesplaVYuHN0qGvu6CEA9/8XIElnLC1NRO3vhOCi7JM74rUfTBcwUoeAGSO232UGqoipAvWvZj74a59SDIWny2RyVbiKvPwBJRD6wwpSG1BzJ5A77zpynZ46RgqqXu4/zQIHBvVQIjEQqaN1AKx7/ZS9VcdVH5pzPDgxNgL4xdw+9ClzJuw5J0LCxb577/GjcvJ7aV28nxR9Pj6CNO9sOiMZMBaaXUY6IyqJ2ax8dgFOGltzxzidI0z3XqPqVv6fyQ2MzIAQdoAKzPDsWwXdQTeKmpBAFGeS6Y/pCvN9jzZnOfhgdZg9JZRAWUJbaGrM8gFW5MIUqIqEKupRvGq1ufqIrjYO1h+bkd8Z8PMEczzGgNLMMA80BBWGIliyRghiDUEVbhcQLPW9TLc9VDc3LsbO5z47+ypxPUbNAV6itsvM1BphHN95ZVFVOOCCfcCxI7Y/Lr1WaG2mJdy3TdyDKoJap/UMtTu06u5apoJyBSl/OEJHFdrWEo1Lnp43Y0ivu0hlq7sDwIA3lBXr2FzVrWbTI4FIcmOYCRdxqz0AB3UI19er7R8yl1e6SnYjo6B51ctqqN60V+xVqV1lYZlg4qi5gBLm/1ydBLJdqzapqcue7h/SL89uRYaZIUV3JDX7bTReyR+h356nF2JjLMqhyb3n5ehOhGt4C44D/ZQE3aBuptVK7iSmTZAlEBZtJUA1cSwhW9TdgQMStCDBX7Zv1OP5/+BuJ6x4OqC19qeKl/SvAAE5jyfsRWm8iAAAAAElFTkSuQmCC);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .offers-edit .offer-location-overlay {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABSCAYAAACMhFB2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDU2ODQwMDc0NkU5MTFFNDg3RTVCQjFCMTdGQTQ0QzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDU2ODQwMDg0NkU5MTFFNDg3RTVCQjFCMTdGQTQ0QzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNTY4NDAwNTQ2RTkxMUU0ODdFNUJCMUIxN0ZBNDRDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNTY4NDAwNjQ2RTkxMUU0ODdFNUJCMUIxN0ZBNDRDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm4qvB4AAAshSURBVHja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);
    background-size: 56px 41px;
  }
}
.offers-edit .offer-location-overlay.offer-hosting-yes {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAApCAYAAABgDOogAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0U5RTczNTk4NTcyMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0U5RTczNTg4NTcyMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YzM4MDg1N2MtYmM1NS00MjM5LWE1OWQtNTUxNzliOGYxODUx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);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .offers-edit .offer-location-overlay.offer-hosting-yes {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABSCAYAAACMhFB2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjA5NkQxN0U4NTQxMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjA5NkQxN0Q4NTQxMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YzM4MDg1N2MtYmM1NS00MjM5LWE1OWQtNTUxNzliOGYxODUx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);
    background-size: 56px 41px;
  }
}
.offers-edit .offer-location-overlay.offer-hosting-maybe {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAApCAYAAABgDOogAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0U5RTczNTU4NTcyMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0U5RTczNTQ4NTcyMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YzM4MDg1N2MtYmM1NS00MjM5LWE1OWQtNTUxNzliOGYxODUx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);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .offers-edit .offer-location-overlay.offer-hosting-maybe {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABSCAYAAACMhFB2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0U5RTczNTE4NTcyMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0U5RTczNTA4NTcyMTFFNDgxQTBEODAyNDBBNjU0QjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMzgwODU3Yy1iYzU1LTQyMzktYTU5ZC01NTE3OWI4ZjE4NTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YzM4MDg1N2MtYmM1NS00MjM5LWE1OWQtNTUxNzliOGYxODUx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);
    background-size: 56px 41px;
  }
}
@media (max-width: 480px) {
  .offers-edit .offer-map,
  .offers-edit .offer-location-overlay {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    height: 220px;
    height: calc(100% -  43px + 43px + 43px);
  }
  .offers-edit .offer-map-location-search {
    position: fixed;
    top: 90px;
    z-index: 1031;
    left: 60px;
    right: 10px;
    width: auto;
  }
  .offers-edit .offer-map-location-search .form-control-feedback {
    left: 11px;
    margin-top: 5px;
  }
  .offers-edit .offer-map-location-search input#search-query {
    border: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    transition: background-color 200ms, width 200ms;
    background-color: rgba(255, 255, 255, 0.95);
    width: 46px;
    color: transparent;
  }
  .offers-edit .offer-map-location-search input#search-query:focus,
  .offers-edit .offer-map-location-search input#search-query:active {
    padding-left: 46px;
    color: #333333;
    background-color: #ffffff;
    width: 100%;
  }
}
.offers-edit .offer-panel-map {
  position: relative;
}
.offers-edit .offer-map-guide {
  position: absolute;
  top: 0;
  z-index: 1060;
  left: 0;
  right: 0;
}
.offers-edit .offer-map-location-search {
  margin-bottom: 0;
}
.offers-edit .offer-nodescription,
.offers-edit .offer-description {
  font-size: 18px;
}
.offers-edit .btn-group > .btn-offer-hosting,
.offers-edit .btn-group > .btn-offer-hosting:hover {
  border-color: transparent;
}
.offers-edit .btn-group > .btn-offer-hosting span {
  border-bottom: 2px solid transparent;
  padding: 1px 2px;
  margin: 0 5px;
}
.offers-edit .btn-group > .btn-offer-hosting.active span {
  border-color: #fff;
}
@media (max-width: 480px) {
  .offer-meta {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .offer-maxguests {
    margin-top: 40px;
  }
}
.offers-edit .btn-inverse-primary {
  margin-left: 5px;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * View offer
 */
.offer-view .panel-heading > .dropdown .dropdown-toggle {
  color: #fff;
}
.offer-view .leaflet-marker-icon {
  outline: none;
}
.offer-location {
  width: 100%;
  height: 300px;
}
.offer-restrictions {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 10px;
}
.dropdown-menu-offers .offer-hosting-yes a:hover {
  background: #5cb85c;
  color: #fff;
}
.dropdown-menu-offers .offer-hosting-maybe a:hover {
  background: #f0ad4e;
  color: #fff;
}
.dropdown-menu-offers .offer-hosting-no a:hover {
  background: #d9534f;
  color: #fff;
}
.dropdown-menu-offers .offer-meet a:hover {
  background: #0081a1;
  color: #fff;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
.page-header {
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.07);
  text-transform: uppercase;
  border: 0;
  margin-bottom: 0;
}
.page-header:before {
  border: 1px solid #cd771b;
  border-width: 1px 0;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.page-header h1,
.page-header h2 {
  background-color: #f9f9f9;
  display: inline-block;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
.page-header.page-header-first {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-header,
  .page-header h2 {
    font-size: 23px;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.faq-header {
  padding-top: 130px;
  padding-bottom: 50px;
}
.faq-header.board-happyhippies {
  background-position: 50% 30%;
}
@media (min-width: 768px) {
  .faq-header {
    padding-top: 260px;
    padding-bottom: 200px;
  }
}
#faq-sidebar.sidebar {
  margin-top: 63px;
}
#faq-sidebar.sidebar.sidebar-sticky {
  margin-top: 0;
}
.faq-question {
  margin-top: 0;
  padding-top: 63px;
}
.faq-question h3 {
  margin-top: 0;
  padding-top: 0;
  background-color: transparent;
}
.faq-question.faq-question-flash h3 {
  animation-name: faqFlash;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
@keyframes faqFlash {
  from {
    background-color: #eba963;
  }
  to {
    background-color: transparent;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.guide-header {
  padding-top: 130px;
  padding-bottom: 50px;
}
.guide-header.board-happyhippies {
  background-position: 50% 30%;
}
@media (min-width: 768px) {
  .guide-header {
    padding-top: 260px;
    padding-bottom: 200px;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/**
 * Home page
 */
.home-intro {
  margin-top: 43px;
  text-align: center;
  padding: 0;
}
.home-logo {
  margin-bottom: 40px;
  margin-top: 30px;
}
.home-down {
  font-size: 35px;
  opacity: 0.8;
  margin: 30px 0 0 0;
}
.home-tagline {
  margin: 0 auto;
}
.home-join {
  margin-top: 40px;
}
.home-tagline {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}
.home-tagline {
  color: #fff;
  padding: 0;
  font-size: 45px;
  line-height: 50px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.home-subtagline {
  font-size: 30px;
  line-height: 40px;
}
.home-apps {
  margin-top: 25px;
}
.home-apps .btn {
  margin: 0 5px;
}
@media (max-width: 991px) {
  .home-apps .btn {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
  }
}
@media screen and (max-height: 700px) {
  .home-logo,
  .home-tagline {
    margin: 15px auto;
  }
  .home-logo {
    max-width: 170px;
    max-height: 170px;
  }
  .home-tagline {
    font-size: 32px;
    line-height: 40px;
  }
  .home-subtagline {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .home-subtagline {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .home-tagline {
    font-size: 22px;
    line-height: 28px;
    text-shadow: none;
  }
  .home-subtagline {
    font-size: 20px;
    line-height: 29px;
    text-shadow: none;
  }
}
.home-browser {
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  max-width: 620px;
  margin: 10px auto;
}
@media (max-width: 991px) {
  .home-browser {
    border-radius: 6px;
    padding: 5px;
  }
}
.home-browser-circle {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 5px 10px 0;
  border-radius: 50%;
  border: 1px solid #999999;
}
@media (max-width: 991px) {
  .home-browser-circle {
    width: 5px;
    height: 5px;
    margin: 0 3px 5px 0;
  }
}
.home-browser-screenshot {
  display: block;
  overflow: hidden;
  width: 100%;
  clear: both;
  margin: 0 auto;
  background-repeat: no-repeat;
  border-radius: 5px;
  max-width: 600px;
  min-height: 387px;
}
@media (max-width: 991px) {
  .home-browser-screenshot {
    border-radius: 3px;
    min-height: 200px;
  }
}
.home-browser-screenshot-search {
  background-image: url(/assets/images/screenshot-search-95c6b07.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .home-browser-screenshot-search {
    background-image: url(/assets/images/screenshot-search@2x-752fc49.png);
    background-size: 600px 387px;
  }
}
.home-browser-screenshot-profile {
  background-image: url(/assets/images/screenshot-profile-f44d3e9.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .home-browser-screenshot-profile {
    background-image: url(/assets/images/screenshot-profile@2x-60cbac7.png);
    background-size: 600px 387px;
  }
}
.home-how {
  background: #fff;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .home-how {
    padding: 80px 0 10px 0;
  }
}
.home-how .icon-sofa::before {
  width: 2em;
}
.home-how .tribes-xs {
  text-align: center;
  margin: 0 -10px 30px 0;
}
.home-how .tribe-xs {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 0 -20px;
}
.home-how .tribe-xs:first-child {
  margin-left: 10px;
}
.home-how .tribe-xs,
.home-how .tribe-xs:hover {
  text-decoration: none;
}
.home-how .tribe,
.home-how .tribe-intro {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .home-how .tribe,
  .home-how .tribe-intro {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .home-how .tribe,
  .home-how .tribe-intro {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .home-how .tribe,
  .home-how .tribe-intro {
    width: 260px;
    height: 260px;
  }
}
.home-how .tribe-intro {
  text-align: center;
  height: auto;
}
.home-how .tribe-intro p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.home-how .tribe-intro h2 {
  font-size: 23px;
}
@media (min-width: 992px) {
  .home-how .tribe-intro p {
    font-size: 21px;
  }
  .home-how .tribe-intro h2 {
    font-size: 26px;
  }
}
.home-how .tribe {
  overflow: hidden;
}
.home-how .tribe .tribe-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-how .tribe .tribe-link .tribe-label {
  word-wrap: break-word;
  position: absolute;
  left: 43px;
  right: 43px;
  bottom: 35px;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .home-how .tribe .tribe-link .tribe-label {
    left: 25px;
    right: 25px;
    bottom: 25px;
    font-size: 14px;
  }
}
.home-wohoo {
  width: 207px;
  height: 162px;
  background-image: url(data:image/png;base64,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);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .home-wohoo {
    background-image: url(/assets/images/wohoo@2x-cdbddc4.png);
    background-size: 207px 162px;
  }
}
.home-footer {
  margin-bottom: -30px;
  background-position: 50% bottom;
  padding-top: 30px;
  text-shadow: none;
}
@media (max-width: 767px) {
  .home-footer {
    margin-bottom: -30px;
  }
}
.home-footer .boards-credits {
  display: block;
  padding: 30px;
}
.home-footer .boards-credits a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .home-footer .boards-credits {
    opacity: 0.5;
  }
  .home-footer .boards-credits a:hover {
    border-bottom: 1px solid #fff;
  }
  .home-footer .boards-credits:hover {
    transition: opacity 0.3s linear;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .home-footer .boards-credits {
    font-size: 13px;
  }
  .home-footer .boards-credits a {
    border-bottom: 1px solid #fff;
  }
}
.home-footer-some {
  margin: 40px 0;
  font-size: 20px;
}
.home-footer-join {
  margin: 80px 0;
}
a.home-footer-more:not(.btn) {
  text-decoration: none;
}
.home-footer-pages {
  font-size: 20px;
  line-height: 40px;
}
.home-footer-pages a:not(.btn) {
  text-decoration: none;
}
.home-footer-pages a:not(.btn):hover {
  border-bottom: 1px solid #fff;
}
.home-footer-pages:before {
  display: block;
  width: 40%;
  height: 1px;
  background: #fff;
  content: '';
  margin: 27px 0 18px 0;
}
@media (max-width: 991px) {
  .home-footer-pages:before {
    width: 100%;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.media-list-divider {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .media-list-divider {
    width: 160px;
    text-align: right;
  }
}
dl.media-list dt {
  font-weight: normal;
  white-space: normal;
  padding-top: 16px;
}
@media (min-width: 768px) {
  dl.media-list dt {
    padding-top: 0;
    padding-bottom: 16px;
  }
}
dl.media-list h4 {
  margin-top: 5px;
  margin-bottom: 0;
}

.page-navigation-profile .avatar {
  max-width: 43px;
  max-height: 43px;
  float: left;
  margin: 0 10px 0 0;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.piwik {
  width: 100%;
  height: 220px;
  border: 2px solid #eeeeee;
  border-radius: 2px;
  margin: 10px 0;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.team-volunteers {
  column-gap: 30px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 40px;
  row-gap: 30px;
}
@media (min-width: 480px) {
  .team-volunteers {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .team-volunteers {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .team-volunteers {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .team-volunteers {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.team-volunteer {
  text-align: center;
  align-self: center;
}
.team-volunteer img {
  background-color: #eeeeee;
  height: 100px;
  margin: 20px;
  overflow: hidden;
  width: 100px;
}
.team-volunteer a {
  color: #333333;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.volunteer-header {
  padding-top: 130px;
  padding-bottom: 50px;
}
.volunteer-header.board-happyhippies {
  background-position: 50% 30%;
}
@media (min-width: 768px) {
  .volunteer-header {
    padding-top: 260px;
    padding-bottom: 200px;
  }
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.reference-new-tabs .nav-pills {
  margin-bottom: 12px;
  margin-right: 1px;
}
.reference-new-tabs .nav-pills > li {
  clear: both;
  width: 100%;
  opacity: 0.5;
}
.reference-new-tabs .nav-pills > li.active,
.reference-new-tabs .nav-pills > li.reference-new-tabs-tab-processed {
  opacity: 1;
}
.reference-new-tabs .nav-pills > li + li {
  margin-left: 0;
}
.reference-new-tabs .nav-pills > li > a:before {
  display: none;
}
.reference-new-tabs .nav-pills > li.active > a {
  color: #12b591;
  background: transparent;
}
.reference-new-tabs .nav-pills > li.disabled > a {
  text-decoration: line-through;
  color: #999999;
}
.reference-new-tabs .nav-pills > li.disabled > a:before {
  text-decoration: none;
}
.reference-new-tabs .nav-pills > li > a {
  color: #555555;
  background: transparent;
  font-style: italic;
  padding: 3px 6px;
  cursor: default;
}
.reference-new-tabs .nav-pills > li > a:hover {
  background: none;
}
.reference-new-tabs .nav-pills > li.reference-new-tabs-tab-processed > a {
  cursor: pointer;
}
@media (min-width: 480px) {
  .reference-new-tabs .nav-pills > li {
    clear: none;
    width: auto;
    margin: 0;
  }
  .reference-new-tabs .nav-pills > li > a {
    padding: 0;
  }
  .reference-new-tabs .nav-pills > li > a:before {
    display: inline-block;
    content: '›';
    margin: 0 10px;
    color: #999999;
  }
  .reference-new-tabs .nav-pills > li:first-child a:before {
    display: none;
  }
}
.btn-group > .btn-reference-recommend,
.btn-group > .btn-reference-recommend:hover {
  border-color: transparent;
}
.btn-group > .btn-reference-recommend span {
  border-bottom: 2px solid transparent;
  padding: 1px 2px;
  margin: 0 5px;
}
.btn-group > .btn-reference-recommend-unknown {
  color: #12b591;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-group > .btn-reference-recommend-unknown:focus,
.btn-group > .btn-reference-recommend-unknown.focus {
  color: #12b591;
  background-color: #e0e0e0;
  border-color: #bababa;
}
.btn-group > .btn-reference-recommend-unknown:hover {
  color: #12b591;
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-group > .btn-reference-recommend-unknown:active,
.btn-group > .btn-reference-recommend-unknown.active,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-unknown {
  color: #12b591;
  background-color: #e0e0e0;
  background-image: none;
  border-color: #dbdbdb;
}
.btn-group > .btn-reference-recommend-unknown:active:hover,
.btn-group > .btn-reference-recommend-unknown.active:hover,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-unknown:hover,
.btn-group > .btn-reference-recommend-unknown:active:focus,
.btn-group > .btn-reference-recommend-unknown.active:focus,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-unknown:focus,
.btn-group > .btn-reference-recommend-unknown:active.focus,
.btn-group > .btn-reference-recommend-unknown.active.focus,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-unknown.focus {
  color: #12b591;
  background-color: #cfcfcf;
  border-color: #bababa;
}
.btn-group > .btn-reference-recommend-unknown.disabled:hover,
.btn-group > .btn-reference-recommend-unknown[disabled]:hover,
fieldset[disabled] .btn-group > .btn-reference-recommend-unknown:hover,
.btn-group > .btn-reference-recommend-unknown.disabled:focus,
.btn-group > .btn-reference-recommend-unknown[disabled]:focus,
fieldset[disabled] .btn-group > .btn-reference-recommend-unknown:focus,
.btn-group > .btn-reference-recommend-unknown.disabled.focus,
.btn-group > .btn-reference-recommend-unknown[disabled].focus,
fieldset[disabled] .btn-group > .btn-reference-recommend-unknown.focus {
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-group > .btn-reference-recommend-unknown .badge {
  color: #fafafa;
  background-color: #12b591;
}
.btn-group > .btn-reference-recommend-unknown.active span {
  border-color: #12b591;
}
.btn-group > .btn-reference-recommend-no {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-group > .btn-reference-recommend-no:focus,
.btn-group > .btn-reference-recommend-no.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.btn-group > .btn-reference-recommend-no:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-group > .btn-reference-recommend-no:active,
.btn-group > .btn-reference-recommend-no.active,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-no {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}
.btn-group > .btn-reference-recommend-no:active:hover,
.btn-group > .btn-reference-recommend-no.active:hover,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-no:hover,
.btn-group > .btn-reference-recommend-no:active:focus,
.btn-group > .btn-reference-recommend-no.active:focus,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-no:focus,
.btn-group > .btn-reference-recommend-no:active.focus,
.btn-group > .btn-reference-recommend-no.active.focus,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-no.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-group > .btn-reference-recommend-no.disabled:hover,
.btn-group > .btn-reference-recommend-no[disabled]:hover,
fieldset[disabled] .btn-group > .btn-reference-recommend-no:hover,
.btn-group > .btn-reference-recommend-no.disabled:focus,
.btn-group > .btn-reference-recommend-no[disabled]:focus,
fieldset[disabled] .btn-group > .btn-reference-recommend-no:focus,
.btn-group > .btn-reference-recommend-no.disabled.focus,
.btn-group > .btn-reference-recommend-no[disabled].focus,
fieldset[disabled] .btn-group > .btn-reference-recommend-no.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-group > .btn-reference-recommend-no .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-group > .btn-reference-recommend-no.active span {
  border-color: #fff;
}
.btn-group > .btn-reference-recommend-yes {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-group > .btn-reference-recommend-yes:focus,
.btn-group > .btn-reference-recommend-yes.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #2d672d;
}
.btn-group > .btn-reference-recommend-yes:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-group > .btn-reference-recommend-yes:active,
.btn-group > .btn-reference-recommend-yes.active,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-yes {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}
.btn-group > .btn-reference-recommend-yes:active:hover,
.btn-group > .btn-reference-recommend-yes.active:hover,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-yes:hover,
.btn-group > .btn-reference-recommend-yes:active:focus,
.btn-group > .btn-reference-recommend-yes.active:focus,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-yes:focus,
.btn-group > .btn-reference-recommend-yes:active.focus,
.btn-group > .btn-reference-recommend-yes.active.focus,
.open > .dropdown-toggle.btn-group > .btn-reference-recommend-yes.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-group > .btn-reference-recommend-yes.disabled:hover,
.btn-group > .btn-reference-recommend-yes[disabled]:hover,
fieldset[disabled] .btn-group > .btn-reference-recommend-yes:hover,
.btn-group > .btn-reference-recommend-yes.disabled:focus,
.btn-group > .btn-reference-recommend-yes[disabled]:focus,
fieldset[disabled] .btn-group > .btn-reference-recommend-yes:focus,
.btn-group > .btn-reference-recommend-yes.disabled.focus,
.btn-group > .btn-reference-recommend-yes[disabled].focus,
fieldset[disabled] .btn-group > .btn-reference-recommend-yes.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-group > .btn-reference-recommend-yes .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-group > .btn-reference-recommend-yes.active span {
  border-color: #fff;
}
.reference-new-tabs-alert {
  margin-top: 12px;
}
.reference-new-endorsement-selector button.list-group-item {
  width: 50%;
  float: left;
}
.reference-new-endorsement-selector button.list-group-item[disabled] {
  color: #999999;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.leaflet-marker-icon:not(.no-anim),
.leaflet-marker-shadow:not(.no-anim),
.leaflet-markercluster-icon:not(.no-anim) {
  transition: 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-zoom-animated .leaflet-marker-icon:not(.no-anim),
.leaflet-zoom-anim .leaflet-zoom-animated .leaflet-marker-shadow:not(.no-anim),
.leaflet-zoom-anim .leaflet-zoom-animated .leaflet-markercluster-icon:not(.no-anim) {
  transition: 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.prunecluster {
  width: 38px;
  height: 38px;
  margin-left: 4px;
  margin-top: 4px;
  border-radius: 50%;
  background-clip: padding-box;
  transition: all 0.1s linear;
  background-color: rgba(23, 227, 182, 0.4);
}
.prunecluster div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 4px;
  margin-top: 4px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  background-color: rgba(18, 181, 145, 0.4);
}
.prunecluster.prunecluster-medium div {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.prunecluster.prunecluster-large div {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.prunecluster div span {
  line-height: 30px;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/*
 * Search/map view
 * Try to keep this "mobile first"
 */
.search .leaflet-control-layers .leaflet-control-layers-overlays,
.search .leaflet-control-layers .leaflet-control-layers-separator {
  display: none;
}
.search-map-active-area {
  pointer-events: none;
  position: fixed;
  top: 43px;
  left: 0;
  right: 0;
  bottom: 0;
}
.search.is-sidebar-open .search-map-active-area {
  left: 35%;
}
@media (max-width: 900px) {
  .search.is-sidebar-open .search-map-active-area {
    left: 360px;
  }
}
@media (min-width: 1450px) {
  .search.is-sidebar-open .search-map-active-area {
    left: 500px;
  }
}
.search-map-container.is-sidebar-open .leaflet-left {
  left: 35%;
}
@media (max-width: 900px) {
  .search-map-container.is-sidebar-open .leaflet-left {
    left: 360px;
  }
}
@media (min-width: 1450px) {
  .search-map-container.is-sidebar-open .leaflet-left {
    left: 500px;
  }
}
.search-map-container .leaflet-container {
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 0;
  position: fixed;
  top: 43px;
  bottom: 0;
}
@media (max-width: 767px) and (min-height: 400px) {
  .search-map-container .leaflet-container .leaflet-control-zoom {
    margin-bottom: 60%;
  }
}
.search-map-container body.is-site-announcement-visible .search-map-active-area,
.search-map-container body.is-site-announcement-visible .leaflet-container {
  top: 96px;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/*
 * Critical search errors floating on top of the map, at least:
 * - show to non public users
 * - when zoom level is too high
 */
.search-message {
  position: absolute;
  z-index: 1000;
  height: auto;
  padding: 40px 20px;
  top: 40%;
  left: 50%;
  right: 50%;
  color: white;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  text-align: center;
  background: transparent;
  opacity: 1;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s;
  width: 260px;
  margin-left: -150px;
  font-size: 24px;
}
.search-message h4 {
  font-size: 36px;
  font-weight: bold;
}
.search-message p {
  line-height: 40px;
}
.search-message button,
.search-message a {
  pointer-events: auto;
}
.search-message a:not(.btn) {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.search-message a:not(.btn):active,
.search-message a:not(.btn):hover {
  text-decoration: none;
}
.search-message.ng-hide {
  opacity: 0;
}
@media (min-width: 768px) {
  .search-message {
    width: 610px;
    margin-left: -325px;
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .search.is-sidebar-open .search-message {
    left: 54%;
    margin-left: -150px;
  }
}
.search-message-solid {
  background: rgba(18, 181, 145, 0.9);
  text-shadow: none;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.search-map-meta {
  position: absolute;
  z-index: 1000;
  top: 43px;
  margin-bottom: 0;
  border: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}
.search-map-meta .form-group {
  margin: 0;
}
.search-map-meta .btn-group:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.search-map-meta .btn:focus {
  outline: none;
  background: #fff;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.search-sidebar-section .search-place input[type='text'],
.search-sidebar-section .search-place .btn,
.search-sidebar-section .search-place input[type='text']:disabled,
.search-sidebar-section .search-place .btn:disabled,
.search-sidebar-section .search-place input[type='text']:hover,
.search-sidebar-section .search-place .btn:hover,
.search-sidebar-section .search-place input[type='text']:active,
.search-sidebar-section .search-place .btn:active,
.search-sidebar-section .search-place input[type='text']:focus,
.search-sidebar-section .search-place .btn:focus {
  border-color: #12b591;
}
.search-sidebar-section .search-place .input-group-btn .btn:disabled {
  opacity: 1;
  color: transparent;
  cursor: default;
}
.search-map-place {
  position: absolute;
  z-index: 1000;
  top: 43px;
  bottom: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}
.search-map-place .form-group {
  margin: 0;
}
.search-map-place .search-place .input-location .btn,
.search-map-place .search-place .input-location .form-control {
  min-height: 56px;
}
.search-map-place .search-place .btn {
  max-width: 40px;
  padding-left: 7px;
  padding-right: 7px;
}
.search-map-place .search-place .dropdown-menu {
  width: 100%;
  margin-top: -1px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  border: 0;
}
@media (min-width: 768px) {
  .search-map-place .search-place .dropdown-menu {
    border: 1px solid #eee;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}
.search-form-group {
  width: auto;
  margin-right: 0;
}
.search-form-group .btn,
.search-form-group input[type='text'],
.search-form-group input[type='search'] {
  border-radius: 0;
}
.search-form-group .btn,
.search-form-group input[type='text'],
.search-form-group input[type='search'],
.search-form-group .btn:disabled,
.search-form-group input[type='text']:disabled,
.search-form-group input[type='search']:disabled,
.search-form-group .btn:hover,
.search-form-group input[type='text']:hover,
.search-form-group input[type='search']:hover,
.search-form-group .btn:active,
.search-form-group input[type='text']:active,
.search-form-group input[type='search']:active,
.search-form-group .btn:focus,
.search-form-group input[type='text']:focus,
.search-form-group input[type='search']:focus {
  background: #fff;
  border-color: #eee;
  outline: none;
  box-shadow: none;
}
.search-form-group input[type='text'],
.search-form-group input[type='search'] {
  border-right: 0;
}
.search-form-group .btn {
  border-left: 0;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.search-sidebar-toggle {
  position: fixed;
  pointer-events: none;
  top: auto;
  right: 0;
  top: 89px;
  left: 0;
  z-index: 1001;
  height: 46px;
}
@media (min-width: 768px) {
  .search-sidebar-toggle {
    min-width: 0;
    width: 0;
    top: 53px;
    right: auto;
    bottom: auto;
    left: 0;
    max-width: 500px;
  }
}
.search-sidebar-toggle .btn {
  pointer-events: visible;
  text-decoration: none;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  font-size: 14px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .search-sidebar-toggle .btn {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: none;
    width: 15px;
    position: absolute;
    top: 0;
    right: -15px;
    padding: 0;
  }
  .search-sidebar-toggle .btn [class^='icon-']:before,
  .search-sidebar-toggle .btn [class*=' icon-']:before {
    margin: 0;
    width: 100%;
  }
}
.search-sidebar-toggle .btn,
.search-sidebar-toggle .btn:hover,
.search-sidebar-toggle .btn:focus,
.search-sidebar-toggle .btn:active,
.search-sidebar-toggle .btn:active:focus {
  outline: none;
  color: #999999;
  background: rgba(255, 255, 255, 0.95);
}
.search-sidebar-toggle .btn:hover {
  color: #555555;
}
.search.is-sidebar-open .search-sidebar-toggle {
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .search.is-sidebar-open .search-sidebar-toggle .btn {
    color: #fff;
    background: #12b591;
  }
  .search.is-sidebar-open .search-sidebar-toggle [class^='icon-']:before,
  .search.is-sidebar-open .search-sidebar-toggle [class*=' icon-']:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .search.is-sidebar-open .search-sidebar-toggle {
    left: auto;
    right: auto;
    bottom: auto;
    min-width: 360px;
    width: 35%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #12b591;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d876c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #12b591;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d876c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.search-sidebar {
  position: absolute;
  width: auto;
  top: 43px;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 1000;
  overflow: hidden;
  overflow-y: auto;
  background: #eeeeee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .search-sidebar {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: none;
    overflow: visible;
    overflow-y: auto;
    min-width: 360px;
    max-width: 500px;
    width: 35%;
    right: auto;
  }
}
.search-sidebar .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #12b591;
}
@media (max-width: 767px) {
  .search-sidebar .nav-tabs {
    display: none;
  }
}
@media (max-width: 767px) {
  .search-sidebar.is-offer-open .search-sidebar-filters {
    display: none;
  }
}
.search-sidebar-filters {
  padding-bottom: 250px;
}
body.is-site-announcement-visible .search-sidebar {
  top: 96px;
}
.search-form-group {
  width: auto;
  margin-right: 0;
}
.search-form-group .btn,
.search-form-group input[type='text'],
.search-form-group input[type='search'] {
  border-radius: 0;
}
.search-form-group .btn,
.search-form-group input[type='text'],
.search-form-group input[type='search'],
.search-form-group .btn:disabled,
.search-form-group input[type='text']:disabled,
.search-form-group input[type='search']:disabled,
.search-form-group .btn:hover,
.search-form-group input[type='text']:hover,
.search-form-group input[type='search']:hover,
.search-form-group .btn:active,
.search-form-group input[type='text']:active,
.search-form-group input[type='search']:active,
.search-form-group .btn:focus,
.search-form-group input[type='text']:focus,
.search-form-group input[type='search']:focus {
  background: #fff;
  border-color: #eee;
  outline: none;
  box-shadow: none;
}
.search-form-group input[type='text'],
.search-form-group input[type='search'] {
  border-right: 0;
}
.search-form-group .btn {
  border-left: 0;
}
.search-sidebar-section {
  margin: 10px;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .search-sidebar-section {
    margin: 15px;
  }
}
.search-sidebar-section:last-child {
  border-bottom: 0;
}
.search-result,
.message-recipient {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
  /* Notice . and : */
}
.search-result .panel-body,
.message-recipient .panel-body {
  display: block;
  border-left: 3px solid #fff;
  border-radius: 2px;
  transition: all 0.1s linear;
  text-decoration: none;
  color: #333333;
}
.search-result h4,
.message-recipient h4 {
  padding: 0;
  margin: 0;
}
.search-result .avatar,
.message-recipient .avatar {
  width: 36px;
  height: 36px;
  float: left;
  margin: 0 10px 0 0;
}
.search-result.active .panel-body,
.message-recipient.active .panel-body,
.search-result:hover .panel-body,
.message-recipient:hover .panel-body {
  border-color: #12b591;
}
.search-result.active,
.message-recipient.active,
.search-result:active,
.message-recipient:active {
  background: #fafafa;
}
.search-result.active .panel-body,
.message-recipient.active .panel-body,
.search-result:active .panel-body,
.message-recipient:active .panel-body {
  border-color: #cd771b;
}
.search-result-label,
.search-result-languages h4 {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
}
.search-result-label {
  padding-bottom: 5px;
}
.search-result-languages {
  padding: 10px 0 0 0;
}
.search-result-languages,
.search-result-languages h4 {
  font-size: 12px;
}
.search-result-meta {
  font-size: 12px;
  color: #999999;
}
.search-result-tagline {
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
}
.search-result-tribes-common {
  margin-top: 10px;
  font-size: 12px;
}
.search-result-tribes-common h4 {
  color: #999999;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.42857143;
}
.search-result-tribes-common a {
  color: #333333;
}
.search-sidebar-close {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.search-signup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.search-signup .angular-leaflet-map {
  filter: blur(4px);
}


/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/*
 * Statistics
 */
.stats h5 {
  display: inline-block;
}
.stats-count {
  font-size: 50px;
  line-height: 55px;
  color: #12b591;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.stats-count-lg {
  font-size: 70px;
  line-height: 75px;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
.tribe-badge {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #eeeeee;
}
.tribe-badge:last-child {
  border-bottom: 0;
}
.tribe-badge-image {
  width: 60px;
  height: 60px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  flex-grow: 0;
  display: block;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 10px 0 0;
}
.tribe-badge-image * {
  cursor: default;
}
.tribe-badge-info {
  flex-grow: 1;
}
.tribe-badge-actions {
  flex-grow: 0;
  padding: 5px;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.tribe-header {
  padding: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tribe-header .tribe-header-back {
  padding-top: 93px;
  margin-left: -30px;
}
.tribe-header .tribe-header-back [class^='icon-']:before,
.tribe-header .tribe-header-back [class*=' icon-']:before {
  transition: all 0.2s ease-in-out;
  margin-right: 5px;
  margin-left: 5px;
}
.tribe-header .tribe-header-back:hover [class^='icon-']:before,
.tribe-header .tribe-header-back:hover [class*=' icon-']:before {
  margin-right: 10px;
  margin-left: 0;
}
.tribe-header-info {
  width: 100%;
  min-height: 680px;
  height: 100vh;
  overflow: auto;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.tribe-header-info .tribe-pre {
  margin-bottom: 0;
}
.tribe-header-info .tribe-title {
  font-size: 46px;
  line-height: 55px;
}
.tribe-header-info .tribe-meta {
  margin-top: 10px;
}
.tribe-header-info .tribe-intro {
  margin-top: 40px;
}
.tribe-header-info .tribe-join.btn.btn-active {
  color: #fff;
}
.tribe-header-info .tribe-join {
  white-space: normal;
}
.is-guest .tribe-header-info {
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 480px) {
  .is-guest .tribe-header-info {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 992px) {
  .is-guest .tribe-header-info {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 480px) {
  .is-guest .tribe-header-info {
    text-align: left;
  }
  .is-guest .tribe-header-info .tribe-pre {
    font-size: 26px;
    line-height: 35px;
  }
  .is-guest .tribe-header-info .tribe-title {
    font-size: 56px;
    line-height: 65px;
  }
}
.is-guest .tribe-header-info .tribe-readmore {
  margin-left: 0;
  padding-left: 0;
}
.tribe-attribution {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 30px;
  opacity: 0.5;
}
.tribe-attribution a:not(.btn) {
  text-decoration: none;
}
.tribe-attribution a:hover {
  border-bottom: 1px solid #fff;
}
.tribe-attribution:hover {
  transition: opacity 0.3s linear;
  opacity: 1;
}
.tribe-share {
  float: left;
  margin: 0 15px 0 0;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Big "Discover Tribes" grid
 */
.tribes-grid {
  overflow: hidden;
}
.tribes-grid .tribe {
  background-color: #12b591;
  background-size: cover;
  height: 250px;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}
.tribes-grid .tribe-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: background 0.1s ease-in-out;
}
.tribes-grid .tribe-link:hover,
.tribes-grid .tribe-link:focus {
  background: rgba(255, 255, 255, 0.15);
}
.tribes-grid .tribe-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.tribes-grid .tribe-content.is-image {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.tribes-grid .tribe-new {
  position: absolute;
  padding: 10px;
  font-size: 18px;
  top: 0;
  left: 0;
}
.tribes-grid .tribe-label {
  font-size: 25px;
  line-height: 30px;
}
.tribes-grid .tribe-actions {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px 10px 5px;
  text-align: right;
}
.tribes-grid .tribe-actions .btn:hover {
  background: #fff;
}
.tribes-grid .tribe-join.btn.btn-active {
  opacity: 0.8;
  color: #555555;
}
.tribes-grid .tribe-join.btn.btn-active:hover {
  opacity: 1;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
.tribes-header {
  padding-top: 130px;
  padding-bottom: 50px;
  background-position: 50% 30%;
}
.tribes-header .lead,
.tribes-header h2 {
  text-shadow: none;
}
@media (min-width: 768px) {
  .tribes-header {
    padding-top: 260px;
    padding-bottom: 200px;
  }
}
/**
 * Common styles for tribe elements
 */
.tribe-image {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #12b591;
}
.tribe-actions .btn {
  transition: all 0.2s ease-in-out;
  outline: none;
}
.tribe-meta,
.tribe-label {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.tribe-meta {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.tribe-label {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.form-auth {
  margin-bottom: 20px;
}
.form-auth .alert {
  text-shadow: none;
}
.form-auth .form-control,
.form-auth input {
  border: 0;
}
.form-auth input,
.form-auth input:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-auth label.lead {
  margin-bottom: 5px;
}
.btn.btn-default.btn-password-toggle {
  padding: 10px;
  border: 0;
  outline: none;
  z-index: 3;
}
.btn.btn-default.btn-password-toggle:hover {
  background: #fff;
}
.btn.btn-default.btn-password-toggle:active {
  box-shadow: none;
}
.board-nordiclights .btn-signup {
  background: rgba(73, 54, 76, 0.3);
}

#profile-hosting-map {
  width: 100%;
  height: 300px;
}
.btn-offer-hosting-edit {
  float: right;
  margin: 5px 0 0 10px;
}
.btn-offer-hosting-create {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Small tribes list at the profile
 */
.profile-memberships-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #12b591;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d876c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #12b591;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d876c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.monkeybox {
  text-align: center;
  font-size: 12px;
  color: #555555;
}
.monkeybox .avatar-link .avatar {
  clear: both;
  float: none;
  margin: 0 auto 5px auto;
  max-width: 64px;
  max-height: 64px;
}
.monkeybox .avatar-link .avatar-label {
  font-size: 14px;
  display: block;
  margin: 5px auto;
  clear: both;
  float: none;
  font-weight: bold;
}
.monkeybox a {
  color: #555555;
  text-decoration: none;
}
.monkeybox a:hover,
.monkeybox a:active {
  text-decoration: underline;
}
.monkeybox .monkeybox-section {
  margin: 5px 0;
}
.monkeybox h4 {
  color: #999999;
  text-transform: uppercase;
  margin: 3px 0 0 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.profile-edit {
  margin-bottom: 43px;
}
.profile-edit-navbar a {
  color: #333333;
}
.profile-edit-description,
.profile-edit-description:focus {
  min-height: 150px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 1px solid #eeeeee;
}
.profile-edit-description:focus {
  border-color: #ccfaf0;
}
.profile-edit-description-progress {
  width: 100px;
  margin: 8px 0 0 10px;
  height: 6px;
}
.profile-edit-description-progress .progress-bar {
  background-color: #d5d5d5;
  box-shadow: none;
}
.profile-edit-avatar-choise {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .profile-edit-avatar-choise {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .profile-edit-avatar-choise .flex-centered {
    min-height: 128px;
  }
}
@media (min-width: 992px) {
  .profile-edit-avatar-label .flex-centered {
    justify-content: flex-start;
  }
}
.profile-avatar-choises .profile-edit-avatar-choise:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.avatar-source-link {
  display: block;
  position: relative;
  width: 128px;
  height: 128px;
}
@media (max-width: 991px) {
  .avatar-source-link {
    margin-left: auto;
    margin-right: auto;
  }
}
.avatar-source-link img {
  position: absolute;
  top: 0;
  left: 0;
}
.avatar-source-link span {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 128px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  transition: background 0.2s;
  background: transparent;
  font-weight: bold;
}
.avatar-source-link:hover span,
.avatar-source-link:active span {
  background: rgba(0, 0, 0, 0.1);
}
.avatar-source-label {
  margin: 10px 0 15px 0;
}
.avatar-source-label input {
  margin-right: 5px;
}
.avatar-source-upload {
  cursor: pointer;
}
.avatar-source-preview {
  width: 128px;
  height: 128px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .avatar-source-preview {
    margin-left: auto;
    margin-right: auto;
  }
}
.profile-edit-avatar-drop {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1150;
  border: 10px solid transparent;
  text-align: center;
  visibility: hidden;
}
.profile-edit-avatar-drop.visibleDrop {
  visibility: visible;
}
.profile-edit-avatar-drop .drop-instructions {
  opacity: 0;
  pointer-events: none;
  opacity: 1;
  cursor: pointer;
}
.profile-edit-avatar-drop .drop-instructions .drop-instructions-accept,
.profile-edit-avatar-drop .drop-instructions .drop-instructions-reject {
  display: none;
}
.profile-edit-avatar-drop.acceptDrop {
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
.profile-edit-avatar-drop.acceptDrop .drop-instructions-accept {
  display: block;
}
.profile-edit-avatar-drop.rejectDrop {
  border-color: #d9534f;
  background-color: #fdf7f7;
}
.profile-edit-avatar-drop.rejectDrop .drop-instructions-reject {
  display: block;
  cursor: not-allowed;
  cursor: no-drop;
}
.profile-edit-avatar-drop.rejectDrop,
.profile-edit-avatar-drop.acceptDrop {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1;
}
.profile-edit-avatar-drop.rejectDrop .drop-instructions,
.profile-edit-avatar-drop.acceptDrop .drop-instructions {
  opacity: 1;
}
.extsites .input-group-addon {
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.extsites label.input-group-addon {
  border-left: 0;
  border-right: 0;
  color: #555555;
  padding-left: 0;
}
@media (min-width: 768px) {
  .extsites label.input-group-addon {
    padding-right: 0;
  }
}
.extsites input {
  border-left-color: transparent;
  padding-left: 2px;
  border-left: 0;
  box-shadow: none;
  font-weight: 500;
}
.extsites input:focus {
  border-color: #ccc;
  box-shadow: none;
  color: #555555;
}
.extsites .has-warning input:focus {
  box-shadow: none;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.profile-signup .avatar,
.profile-signup .profile-sidebar-section,
.profile-signup .profile-username,
.profile-signup .profile-tagline,
.profile-signup .profile-name {
  color: #eeeeee;
  background: #eeeeee;
  cursor: default !important;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.profile-signup-blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.profile-signup-action {
  padding: 50px 30px;
}
@media (max-width: 767px) {
  .profile-signup-action {
    padding: 30px;
    margin: 0;
    text-align: center;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #12b591;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d876c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #12b591;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d876c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
/**
 * Triangle helper
 *
 * .triangle(@direction, @size, @color)
 * .triangle(@direction, @width, @height, @color)
 *
 * @direction defines the direction: up, down, left or right.
 * @size defines the size of triangle
 * @width defines the width of triangle
 * @height defines the height of triangle
 * @color defines the color
 *
 * Example: .triangle(down, 3em, 5px, #fff);
 *
 * @link https://github.com/stijnj/less-triangle
 */
/**
 * Build triangle for panels
 */
.block-link,
.block-link:hover {
  text-decoration: none;
  text-shadow: none;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.content-empty {
  text-align: center;
}
.content-empty,
.content-empty i {
  color: #999999;
}
.content-wait {
  text-align: center;
  font-style: italic;
  color: #999999;
  margin: 50px 0;
}
/**
 * Little helper icons
 * E.g. `<a tabindex="0" class="icon-help cursor-help tr-help"></a>`
 */
.tr-help {
  color: #999999;
  outline: none;
}
.tr-help:hover {
  text-decoration: none;
  color: #12b591;
}
/**
 * Middle helper
 *
 * Usage:
 * <div class="middle">
 *   <div class="middle-wrapper">...</div>
 * </div>
 *
 * Or also horizontal:
 * <div class="middle middle-horizontal">
 *   <div class="middle-wrapper">...</div>
 * </div>
 *
 * See https://github.com/kg782/angular-middle if you need this as an Angular directive.
 */
.middle-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.middle-wrapper .middle-content {
  display: table-cell;
  vertical-align: middle;
}
.middle-wrapper.middle-wrapper-horizontal .middle-content > * {
  margin: auto;
}
/**
 * Middle wrapper using flex
 * Since we're using Bootstrap 3, which doesn't yet support flex,
 * this is here to help with middle align on less important places.
 * It's more convenient than `middlw-wrapper` which uses table-cell hack.
 *
 * Usage:
 * <div class="flex-centered">
 *   <div>...</div>
 * </div>
 */
.flex-centered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-view {
  padding-bottom: 0;
  padding-top: 43px;
}
@media (min-width: 768px) {
  .profile-view {
    padding-top: 0;
  }
}
.profile-tabs {
  margin-top: 12px;
}
.profile-tabs .nav a {
  cursor: pointer;
}
.profile-tabs .nav .disabled a {
  cursor: default;
}
.profile-name,
.profile-username {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  word-wrap: break-word;
}
.profile-name {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .profile-name {
    margin: 0 10px 5px 0;
  }
}
.profile-tagline {
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .profile-tagline {
    font-size: 17px;
    padding-bottom: 10px;
  }
}
.profile-quote {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  color: #999999;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
  padding: 0;
  border: 0;
}
@media (max-width: 767px) {
  .avatar {
    max-width: 256px;
    max-height: 256px;
  }
  .profile-avatar-lg .avatar {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
}
.modal-avatar .modal-content {
  max-width: 512px;
  max-height: 512px;
  margin-left: 43px;
}
.modal-avatar .modal-content .avatar {
  cursor: zoom-out;
}
@media (min-width: 768px) {
  .profile-overview {
    max-width: 256px;
  }
}
.profile-overview h4,
.profile-overview .control-label {
  color: #999999;
  text-transform: uppercase;
  margin: 3px 0 0 0;
}
.profile-overview,
.profile-overview h4,
.profile-overview .control-label {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
.profile-overview .avatar {
  display: block;
  max-width: 100%;
  height: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: zoom-in;
}
.profile-overview .profile-sidebar-section {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.profile-overview .profile-sidebar-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profile-tribes-common {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.profile-tribes-common h4 {
  color: #999999;
  text-transform: uppercase;
  margin: 3px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.profile-tribes-common a {
  color: #333333;
}
.social-profiles {
  margin-top: 5px;
  margin-bottom: 10px;
}
.social-profiles .social-profile-icon {
  speak: none;
  color: #999999;
  margin-left: -34px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.social-profiles .social-profile {
  padding: 4px 4px 4px 34px;
  margin: 0;
}
.social-profiles .social-profile.social-profile-connect {
  line-height: 33px;
}
.social-profiles .social-profile .social-profile-handle {
  background: transparent;
}
.social-profiles .social-profile:hover .social-profile-icon,
.social-profiles .social-profile.social-profile-active .social-profile-icon {
  color: #12b591;
  filter: none;
  -webkit-filter: none;
}
.social-profiles .social-profile:hover .social-profile-icon.icon-twitter,
.social-profiles .social-profile.social-profile-active .social-profile-icon.icon-twitter {
  color: #00aced;
}
.social-profiles .social-profile:hover .social-profile-icon.icon-facebook,
.social-profiles .social-profile.social-profile-active .social-profile-icon.icon-facebook {
  color: #3b5998;
}
.social-profiles .social-profile:hover .social-profile-icon.icon-github,
.social-profiles .social-profile.social-profile-active .social-profile-icon.icon-github {
  color: #333;
}
.social-profiles .social-profile:hover .social-profile-icon.icon-warmshowers,
.social-profiles .social-profile.social-profile-active .social-profile-icon.icon-warmshowers {
  color: #007071;
}

.signup-tribe-suggestions h4 {
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
.signup-tribe-suggestions .tribe-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: #fff;
  padding: 0 20px;
  min-height: 120px;
  margin: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.signup-tribe-suggestions .tribe-label {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #12b591;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #12b591;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-default:hover {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #12b591;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #12b591;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #12b591;
}
.btn-primary {
  color: #fff;
  background-color: #12b591;
  border-color: #12b591;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0d876c;
  border-color: #064134;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0d876c;
  border-color: #0c7d64;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0d876c;
  background-image: none;
  border-color: #0c7d64;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0a6652;
  border-color: #064134;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #12b591;
  border-color: #12b591;
}
.btn-primary .badge {
  color: #12b591;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #cd771b;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #895012;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/**
 * TrustRoots core typography styles
 */
.font-brand-light {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.font-brand-regular {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-brand-semibold {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #9ef5e2;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
blockquote {
  font-size: 14px;
}
.undecorated-link,
.undecorated-link:active,
.undecorated-link:focus,
.undecorated-link:hover {
  text-decoration: none;
}
.text-color-links a {
  color: #333333;
  text-decoration: none;
}
.text-color-links a:hover {
  text-decoration: underline;
}
/**
 * Offer colors
 * - Offer type `hosting`, `status`: yes|maybe
 * - Offer type `meet`
 */
.offer-hosting-yes {
  color: #5cb85c;
}
.offer-hosting-maybe {
  color: #f0ad4e;
}
.offer-hosting-no {
  color: #d9534f;
}
.offer-meet {
  color: #0081a1;
}
/*
 * Buttons
 */
.btn {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}
.btn,
.btn:hover {
  box-shadow: none;
}
.btn.btn-default:hover {
  border-color: #fff;
}
.btn.btn-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-inverse:focus,
.btn.btn-inverse.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn.btn-inverse:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.open > .dropdown-toggle.btn.btn-inverse {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}
.btn.btn-inverse:active:hover,
.btn.btn-inverse.active:hover,
.open > .dropdown-toggle.btn.btn-inverse:hover,
.btn.btn-inverse:active:focus,
.btn.btn-inverse.active:focus,
.open > .dropdown-toggle.btn.btn-inverse:focus,
.btn.btn-inverse:active.focus,
.btn.btn-inverse.active.focus,
.open > .dropdown-toggle.btn.btn-inverse.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn.btn-inverse.disabled:hover,
.btn.btn-inverse[disabled]:hover,
fieldset[disabled] .btn.btn-inverse:hover,
.btn.btn-inverse.disabled:focus,
.btn.btn-inverse[disabled]:focus,
fieldset[disabled] .btn.btn-inverse:focus,
.btn.btn-inverse.disabled.focus,
.btn.btn-inverse[disabled].focus,
fieldset[disabled] .btn.btn-inverse.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-inverse .badge {
  color: transparent;
  background-color: #fff;
}
.btn.btn-inverse:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-inverse-primary {
  color: #12b591;
  background-color: transparent;
  border-color: #12b591;
}
.btn.btn-inverse-primary:focus,
.btn.btn-inverse-primary.focus {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  border-color: #064134;
}
.btn.btn-inverse-primary:hover {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0c7d64;
}
.btn.btn-inverse-primary:active,
.btn.btn-inverse-primary.active,
.open > .dropdown-toggle.btn.btn-inverse-primary {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #0c7d64;
}
.btn.btn-inverse-primary:active:hover,
.btn.btn-inverse-primary.active:hover,
.open > .dropdown-toggle.btn.btn-inverse-primary:hover,
.btn.btn-inverse-primary:active:focus,
.btn.btn-inverse-primary.active:focus,
.open > .dropdown-toggle.btn.btn-inverse-primary:focus,
.btn.btn-inverse-primary:active.focus,
.btn.btn-inverse-primary.active.focus,
.open > .dropdown-toggle.btn.btn-inverse-primary.focus {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  border-color: #064134;
}
.btn.btn-inverse-primary.disabled:hover,
.btn.btn-inverse-primary[disabled]:hover,
fieldset[disabled] .btn.btn-inverse-primary:hover,
.btn.btn-inverse-primary.disabled:focus,
.btn.btn-inverse-primary[disabled]:focus,
fieldset[disabled] .btn.btn-inverse-primary:focus,
.btn.btn-inverse-primary.disabled.focus,
.btn.btn-inverse-primary[disabled].focus,
fieldset[disabled] .btn.btn-inverse-primary.focus {
  background-color: transparent;
  border-color: #12b591;
}
.btn.btn-inverse-primary .badge {
  color: transparent;
  background-color: #12b591;
}
.btn.btn-inverse-primary:hover {
  border-color: rgba(18, 181, 145, 0.8);
  background-color: rgba(18, 181, 145, 0.1);
}
.btn.btn-input {
  color: #12b591;
  background-color: #fff;
  border-color: #ccc;
}
.btn.btn-input:focus,
.btn.btn-input.focus {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn.btn-input:hover {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn.btn-input:active,
.btn.btn-input.active,
.open > .dropdown-toggle.btn.btn-input {
  color: #12b591;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn.btn-input:active:hover,
.btn.btn-input.active:hover,
.open > .dropdown-toggle.btn.btn-input:hover,
.btn.btn-input:active:focus,
.btn.btn-input.active:focus,
.open > .dropdown-toggle.btn.btn-input:focus,
.btn.btn-input:active.focus,
.btn.btn-input.active.focus,
.open > .dropdown-toggle.btn.btn-input.focus {
  color: #12b591;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn.btn-input.disabled:hover,
.btn.btn-input[disabled]:hover,
fieldset[disabled] .btn.btn-input:hover,
.btn.btn-input.disabled:focus,
.btn.btn-input[disabled]:focus,
fieldset[disabled] .btn.btn-input:focus,
.btn.btn-input.disabled.focus,
.btn.btn-input[disabled].focus,
fieldset[disabled] .btn.btn-input.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn.btn-input .badge {
  color: #fff;
  background-color: #12b591;
}
.btn.btn-action {
  padding: 15px 30px;
  font-size: 20px;
}
.input-group-btn:last-child > .btn.btn-inverse {
  margin-left: 0;
}
/*
 * Button mixings
 */
/**
 * App store badges
 */
.btn-app {
  display: block;
  max-width: 150px;
  padding: 0;
  line-height: 1rem;
  border-radius: 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
/**
 * Circle button
 * Width and height should be the same for this
 */
.btn-round {
  border-radius: 50%;
  padding: 6px;
}
.btn-round.btn-action {
  padding: 15px;
}
.btn-round.btn-lg {
  padding: 10px;
}
.btn-round.btn-sm {
  padding: 5px;
}
.btn-round.btn-xs {
  padding: 1px;
}
.input-group-btn:first-child > .btn-round,
.input-group-btn:last-child > .btn-round {
  border-radius: 50%;
}
/**
 * Button with slight shadow under it
 */
.btn-raised {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
/*
 * Hosting buttons
 */
.btn-offer-hosting-yes {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-offer-hosting-yes:focus,
.btn-offer-hosting-yes.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #2d672d;
}
.btn-offer-hosting-yes:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-offer-hosting-yes:active,
.btn-offer-hosting-yes.active,
.open > .dropdown-toggle.btn-offer-hosting-yes {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}
.btn-offer-hosting-yes:active:hover,
.btn-offer-hosting-yes.active:hover,
.open > .dropdown-toggle.btn-offer-hosting-yes:hover,
.btn-offer-hosting-yes:active:focus,
.btn-offer-hosting-yes.active:focus,
.open > .dropdown-toggle.btn-offer-hosting-yes:focus,
.btn-offer-hosting-yes:active.focus,
.btn-offer-hosting-yes.active.focus,
.open > .dropdown-toggle.btn-offer-hosting-yes.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-offer-hosting-yes.disabled:hover,
.btn-offer-hosting-yes[disabled]:hover,
fieldset[disabled] .btn-offer-hosting-yes:hover,
.btn-offer-hosting-yes.disabled:focus,
.btn-offer-hosting-yes[disabled]:focus,
fieldset[disabled] .btn-offer-hosting-yes:focus,
.btn-offer-hosting-yes.disabled.focus,
.btn-offer-hosting-yes[disabled].focus,
fieldset[disabled] .btn-offer-hosting-yes.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-offer-hosting-yes .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-offer-hosting-maybe {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-offer-hosting-maybe:focus,
.btn-offer-hosting-maybe.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #b06d0f;
}
.btn-offer-hosting-maybe:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-offer-hosting-maybe:active,
.btn-offer-hosting-maybe.active,
.open > .dropdown-toggle.btn-offer-hosting-maybe {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}
.btn-offer-hosting-maybe:active:hover,
.btn-offer-hosting-maybe.active:hover,
.open > .dropdown-toggle.btn-offer-hosting-maybe:hover,
.btn-offer-hosting-maybe:active:focus,
.btn-offer-hosting-maybe.active:focus,
.open > .dropdown-toggle.btn-offer-hosting-maybe:focus,
.btn-offer-hosting-maybe:active.focus,
.btn-offer-hosting-maybe.active.focus,
.open > .dropdown-toggle.btn-offer-hosting-maybe.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-offer-hosting-maybe.disabled:hover,
.btn-offer-hosting-maybe[disabled]:hover,
fieldset[disabled] .btn-offer-hosting-maybe:hover,
.btn-offer-hosting-maybe.disabled:focus,
.btn-offer-hosting-maybe[disabled]:focus,
fieldset[disabled] .btn-offer-hosting-maybe:focus,
.btn-offer-hosting-maybe.disabled.focus,
.btn-offer-hosting-maybe[disabled].focus,
fieldset[disabled] .btn-offer-hosting-maybe.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-offer-hosting-maybe .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-offer-hosting-no {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-offer-hosting-no:focus,
.btn-offer-hosting-no.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.btn-offer-hosting-no:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-offer-hosting-no:active,
.btn-offer-hosting-no.active,
.open > .dropdown-toggle.btn-offer-hosting-no {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}
.btn-offer-hosting-no:active:hover,
.btn-offer-hosting-no.active:hover,
.open > .dropdown-toggle.btn-offer-hosting-no:hover,
.btn-offer-hosting-no:active:focus,
.btn-offer-hosting-no.active:focus,
.open > .dropdown-toggle.btn-offer-hosting-no:focus,
.btn-offer-hosting-no:active.focus,
.btn-offer-hosting-no.active.focus,
.open > .dropdown-toggle.btn-offer-hosting-no.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-offer-hosting-no.disabled:hover,
.btn-offer-hosting-no[disabled]:hover,
fieldset[disabled] .btn-offer-hosting-no:hover,
.btn-offer-hosting-no.disabled:focus,
.btn-offer-hosting-no[disabled]:focus,
fieldset[disabled] .btn-offer-hosting-no:focus,
.btn-offer-hosting-no.disabled.focus,
.btn-offer-hosting-no[disabled].focus,
fieldset[disabled] .btn-offer-hosting-no.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-offer-hosting-no .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-offer-meet {
  color: #fff;
  background-color: #0081a1;
  border-color: #0081a1;
}
.btn-offer-meet:focus,
.btn-offer-meet.focus {
  color: #fff;
  background-color: #00586e;
  border-color: #001b21;
}
.btn-offer-meet:hover {
  color: #fff;
  background-color: #00586e;
  border-color: #005064;
}
.btn-offer-meet:active,
.btn-offer-meet.active,
.open > .dropdown-toggle.btn-offer-meet {
  color: #fff;
  background-color: #00586e;
  background-image: none;
  border-color: #005064;
}
.btn-offer-meet:active:hover,
.btn-offer-meet.active:hover,
.open > .dropdown-toggle.btn-offer-meet:hover,
.btn-offer-meet:active:focus,
.btn-offer-meet.active:focus,
.open > .dropdown-toggle.btn-offer-meet:focus,
.btn-offer-meet:active.focus,
.btn-offer-meet.active.focus,
.open > .dropdown-toggle.btn-offer-meet.focus {
  color: #fff;
  background-color: #003c4a;
  border-color: #001b21;
}
.btn-offer-meet.disabled:hover,
.btn-offer-meet[disabled]:hover,
fieldset[disabled] .btn-offer-meet:hover,
.btn-offer-meet.disabled:focus,
.btn-offer-meet[disabled]:focus,
fieldset[disabled] .btn-offer-meet:focus,
.btn-offer-meet.disabled.focus,
.btn-offer-meet[disabled].focus,
fieldset[disabled] .btn-offer-meet.focus {
  background-color: #0081a1;
  border-color: #0081a1;
}
.btn-offer-meet .badge {
  color: #0081a1;
  background-color: #fff;
}
.btn-offer-hosting .hosting-status {
  color: #fff;
}
.btn-offer-hosting .caret {
  border-top-color: #fff;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #12b591;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(18, 181, 145, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/**
 * Forms
 */
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'] {
  -webkit-appearance: none;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus {
  border-color: #ccfaf0;
  box-shadow: 0 0 3px #ccfaf0;
}
textarea::-ms-clear,
input[type='text']::-ms-clear,
input[type='password']::-ms-clear,
input[type='datetime']::-ms-clear,
input[type='datetime-local']::-ms-clear,
input[type='date']::-ms-clear,
input[type='month']::-ms-clear,
input[type='time']::-ms-clear,
input[type='week']::-ms-clear,
input[type='number']::-ms-clear,
input[type='email']::-ms-clear,
input[type='url']::-ms-clear,
input[type='search']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='color']::-ms-clear {
  display: none;
}
input[type='password']::-ms-reveal {
  display: none;
}
label {
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.radio label,
.checkbox label {
  color: #333333;
}
label + .radio,
label + .checkbox {
  margin-top: -5px;
}
/**
 * Angular validator classes
 * @link https://docs.angularjs.org/guide/forms#using-css-classes
 */
.has-error .form-control,
.has-error .form-control:focus,
.form-control.ng-dirty.ng-invalid {
  border-color: #d9534f;
  box-shadow: 0 0 3px #ffffff;
}
/**
 * Animating these is done via trFocustip and trMailcheck directives
 */
.help-block {
  display: block;
  opacity: 1;
  padding: 5px 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #999999;
}
.help-block.ng-hide-add.ng-hide-add-active,
.help-block.ng-hide-remove.ng-hide-remove-active {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 300ms;
}
.help-block.ng-hide {
  line-height: 0;
  opacity: 0;
  padding: 0;
}
.input-plain {
  border-color: transparent;
  background: transparent;
  color: #333333;
}
.input-plain,
.input-plain:focus,
.input-plain:active {
  box-shadow: none;
  outline: none;
}
.input-group-stepper {
  max-width: 200px;
}
@media (max-width: 480px) {
  .input-group-stepper {
    margin: 0 auto;
  }
}
.input-group-stepper .btn,
.input-group-stepper .btn:focus {
  outline: none;
}
.input-group-stepper input {
  margin: 0 1px;
  font-size: 28px;
  line-height: 28px;
}
.input-group-stepper input,
.input-group-stepper input:hover {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.input-group-stepper input::-webkit-inner-spin-button,
.input-group-stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input-group-stepper input:focus {
  box-shadow: none;
  border-color: transparent;
  color: #12b591;
}
.signup-form-steps {
  position: relative;
}
.signup-form-step {
  width: 100%;
  opacity: 1;
}
.signup-form-step.ng-hide {
  opacity: 0;
}
.signup-form-step-animate-wrapper {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.signup-form-validresult {
  margin-top: -15px;
  margin-bottom: 15px;
}
.signup-tribe {
  margin-bottom: 0;
  height: 30px;
  overflow: hidden;
  font-size: 18px;
}
.signup-tribe.ng-hide-add,
.signup-tribe.ng-hide-remove {
  transition: all ease-in-out 0.1s;
}
.signup-tribe.ng-hide {
  height: 0;
}
.signup-steps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 30px 0 40px 0;
}
.signup-step-line {
  display: block;
  width: 25px;
  height: 2px;
  margin: 0 15px 30px 15px;
  background-color: #eeeeee;
}
.signup-step-indicator {
  margin: 0 auto 10px auto;
  font-size: 19px;
  clear: both;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eeeeee;
  color: #999999;
}
.signup-step-active .signup-step-indicator {
  background-color: #12b591;
  color: #fff;
}
#maitre-widget-popup,
#maitre-widget-container {
  color: #999999;
  max-width: 600px !important;
  text-align: left !important;
}
#maitre-widget-popup *,
#maitre-widget-container * {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: auto !important;
}
#maitre-widget-popup h2,
#maitre-widget-container h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif !important;
  font-weight: 500 !important;
}
#maitre-widget-popup #maitre-main-header,
#maitre-widget-container #maitre-main-header {
  display: none;
}
#maitre-widget-popup .maitre-field,
#maitre-widget-container .maitre-field {
  text-align: left !important;
  color: #999999 !important;
  padding-left: 0 !important;
}
#maitre-widget-popup #maitre-share-plain-url,
#maitre-widget-container #maitre-share-plain-url,
#maitre-widget-popup .maitre-field input,
#maitre-widget-container .maitre-field input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
  min-width: 170px !important;
}
#maitre-widget-popup #maitre-share-plain-url:focus,
#maitre-widget-container #maitre-share-plain-url:focus,
#maitre-widget-popup .maitre-field input:focus,
#maitre-widget-container .maitre-field input:focus {
  border-color: #12b591;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(18, 181, 145, 0.6);
}
#maitre-widget-popup #maitre-share-plain-url::-moz-placeholder,
#maitre-widget-container #maitre-share-plain-url::-moz-placeholder,
#maitre-widget-popup .maitre-field input::-moz-placeholder,
#maitre-widget-container .maitre-field input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#maitre-widget-popup #maitre-share-plain-url:-ms-input-placeholder,
#maitre-widget-container #maitre-share-plain-url:-ms-input-placeholder,
#maitre-widget-popup .maitre-field input:-ms-input-placeholder,
#maitre-widget-container .maitre-field input:-ms-input-placeholder {
  color: #999;
}
#maitre-widget-popup #maitre-share-plain-url::-webkit-input-placeholder,
#maitre-widget-container #maitre-share-plain-url::-webkit-input-placeholder,
#maitre-widget-popup .maitre-field input::-webkit-input-placeholder,
#maitre-widget-container .maitre-field input::-webkit-input-placeholder {
  color: #999;
}
#maitre-widget-popup #maitre-share-plain-url::-ms-expand,
#maitre-widget-container #maitre-share-plain-url::-ms-expand,
#maitre-widget-popup .maitre-field input::-ms-expand,
#maitre-widget-container .maitre-field input::-ms-expand {
  background-color: transparent;
  border: 0;
}
#maitre-widget-popup #maitre-share-plain-url[disabled],
#maitre-widget-container #maitre-share-plain-url[disabled],
#maitre-widget-popup .maitre-field input[disabled],
#maitre-widget-container .maitre-field input[disabled],
#maitre-widget-popup #maitre-share-plain-url[readonly],
#maitre-widget-container #maitre-share-plain-url[readonly],
#maitre-widget-popup .maitre-field input[readonly],
#maitre-widget-container .maitre-field input[readonly],
fieldset[disabled] #maitre-widget-popup #maitre-share-plain-url,
fieldset[disabled] #maitre-widget-container #maitre-share-plain-url,
fieldset[disabled] #maitre-widget-popup .maitre-field input,
fieldset[disabled] #maitre-widget-container .maitre-field input {
  background-color: #eeeeee;
  opacity: 1;
}
#maitre-widget-popup #maitre-share-plain-url[disabled],
#maitre-widget-container #maitre-share-plain-url[disabled],
#maitre-widget-popup .maitre-field input[disabled],
#maitre-widget-container .maitre-field input[disabled],
fieldset[disabled] #maitre-widget-popup #maitre-share-plain-url,
fieldset[disabled] #maitre-widget-container #maitre-share-plain-url,
fieldset[disabled] #maitre-widget-popup .maitre-field input,
fieldset[disabled] #maitre-widget-container .maitre-field input {
  cursor: not-allowed;
}
textarea#maitre-widget-popup #maitre-share-plain-url,
textarea#maitre-widget-container #maitre-share-plain-url,
textarea#maitre-widget-popup .maitre-field input,
textarea#maitre-widget-container .maitre-field input {
  height: auto;
}
select#maitre-widget-popup #maitre-share-plain-url,
select#maitre-widget-container #maitre-share-plain-url,
select#maitre-widget-popup .maitre-field input,
select#maitre-widget-container .maitre-field input {
  height: 46px;
  line-height: 46px;
}
textarea#maitre-widget-popup #maitre-share-plain-url,
textarea#maitre-widget-container #maitre-share-plain-url,
textarea#maitre-widget-popup .maitre-field input,
textarea#maitre-widget-container .maitre-field input,
select[multiple]#maitre-widget-popup #maitre-share-plain-url,
select[multiple]#maitre-widget-container #maitre-share-plain-url,
select[multiple]#maitre-widget-popup .maitre-field input,
select[multiple]#maitre-widget-container .maitre-field input {
  height: auto;
}
#maitre-widget-popup #maitre-share-plain-url,
#maitre-widget-container #maitre-share-plain-url,
#maitre-widget-popup #maitre-share-plain,
#maitre-widget-container #maitre-share-plain {
  max-width: 700px;
  font-size: 18px !important;
}
#maitre-widget-popup #maitre-content-close,
#maitre-widget-container #maitre-content-close {
  font-size: 60px !important;
  line-height: 60px !important;
}
#maitre-widget-popup button,
#maitre-widget-container button,
#maitre-widget-popup #maitre-submit-button,
#maitre-widget-container #maitre-submit-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  color: #fff;
  background-color: #12b591;
  border-color: #12b591;
  height: auto !important;
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.42857143 !important;
  background-color: #12b591 !important;
  color: #fff !important;
  border-radius: 2px !important;
  border: 2px !important;
  text-shadow: none !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
#maitre-widget-popup button:focus,
#maitre-widget-container button:focus,
#maitre-widget-popup #maitre-submit-button:focus,
#maitre-widget-container #maitre-submit-button:focus,
#maitre-widget-popup button:active:focus,
#maitre-widget-container button:active:focus,
#maitre-widget-popup #maitre-submit-button:active:focus,
#maitre-widget-container #maitre-submit-button:active:focus,
#maitre-widget-popup button.active:focus,
#maitre-widget-container button.active:focus,
#maitre-widget-popup #maitre-submit-button.active:focus,
#maitre-widget-container #maitre-submit-button.active:focus,
#maitre-widget-popup button.focus,
#maitre-widget-container button.focus,
#maitre-widget-popup #maitre-submit-button.focus,
#maitre-widget-container #maitre-submit-button.focus,
#maitre-widget-popup button:active.focus,
#maitre-widget-container button:active.focus,
#maitre-widget-popup #maitre-submit-button:active.focus,
#maitre-widget-container #maitre-submit-button:active.focus,
#maitre-widget-popup button.active.focus,
#maitre-widget-container button.active.focus,
#maitre-widget-popup #maitre-submit-button.active.focus,
#maitre-widget-container #maitre-submit-button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#maitre-widget-popup button:hover,
#maitre-widget-container button:hover,
#maitre-widget-popup #maitre-submit-button:hover,
#maitre-widget-container #maitre-submit-button:hover,
#maitre-widget-popup button:focus,
#maitre-widget-container button:focus,
#maitre-widget-popup #maitre-submit-button:focus,
#maitre-widget-container #maitre-submit-button:focus,
#maitre-widget-popup button.focus,
#maitre-widget-container button.focus,
#maitre-widget-popup #maitre-submit-button.focus,
#maitre-widget-container #maitre-submit-button.focus {
  color: #12b591;
  text-decoration: none;
}
#maitre-widget-popup button:active,
#maitre-widget-container button:active,
#maitre-widget-popup #maitre-submit-button:active,
#maitre-widget-container #maitre-submit-button:active,
#maitre-widget-popup button.active,
#maitre-widget-container button.active,
#maitre-widget-popup #maitre-submit-button.active,
#maitre-widget-container #maitre-submit-button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#maitre-widget-popup button.disabled,
#maitre-widget-container button.disabled,
#maitre-widget-popup #maitre-submit-button.disabled,
#maitre-widget-container #maitre-submit-button.disabled,
#maitre-widget-popup button[disabled],
#maitre-widget-container button[disabled],
#maitre-widget-popup #maitre-submit-button[disabled],
#maitre-widget-container #maitre-submit-button[disabled],
fieldset[disabled] #maitre-widget-popup button,
fieldset[disabled] #maitre-widget-container button,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button,
fieldset[disabled] #maitre-widget-container #maitre-submit-button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a#maitre-widget-popup button.disabled,
a#maitre-widget-container button.disabled,
a#maitre-widget-popup #maitre-submit-button.disabled,
a#maitre-widget-container #maitre-submit-button.disabled,
fieldset[disabled] a#maitre-widget-popup button,
fieldset[disabled] a#maitre-widget-container button,
fieldset[disabled] a#maitre-widget-popup #maitre-submit-button,
fieldset[disabled] a#maitre-widget-container #maitre-submit-button {
  pointer-events: none;
}
#maitre-widget-popup button,
#maitre-widget-container button,
#maitre-widget-popup #maitre-submit-button,
#maitre-widget-container #maitre-submit-button,
#maitre-widget-popup button:hover,
#maitre-widget-container button:hover,
#maitre-widget-popup #maitre-submit-button:hover,
#maitre-widget-container #maitre-submit-button:hover {
  box-shadow: none;
}
#maitre-widget-popup button.btn-default:hover,
#maitre-widget-container button.btn-default:hover,
#maitre-widget-popup #maitre-submit-button.btn-default:hover,
#maitre-widget-container #maitre-submit-button.btn-default:hover {
  border-color: #fff;
}
#maitre-widget-popup button.btn-inverse,
#maitre-widget-container button.btn-inverse,
#maitre-widget-popup #maitre-submit-button.btn-inverse,
#maitre-widget-container #maitre-submit-button.btn-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
#maitre-widget-popup button.btn-inverse:focus,
#maitre-widget-container button.btn-inverse:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse:focus,
#maitre-widget-popup button.btn-inverse.focus,
#maitre-widget-container button.btn-inverse.focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse.focus,
#maitre-widget-container #maitre-submit-button.btn-inverse.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
#maitre-widget-popup button.btn-inverse:hover,
#maitre-widget-container button.btn-inverse:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
#maitre-widget-popup button.btn-inverse:active,
#maitre-widget-container button.btn-inverse:active,
#maitre-widget-popup #maitre-submit-button.btn-inverse:active,
#maitre-widget-container #maitre-submit-button.btn-inverse:active,
#maitre-widget-popup button.btn-inverse.active,
#maitre-widget-container button.btn-inverse.active,
#maitre-widget-popup #maitre-submit-button.btn-inverse.active,
#maitre-widget-container #maitre-submit-button.btn-inverse.active,
.open > .dropdown-toggle#maitre-widget-popup button.btn-inverse,
.open > .dropdown-toggle#maitre-widget-container button.btn-inverse,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-inverse,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-inverse {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}
#maitre-widget-popup button.btn-inverse:active:hover,
#maitre-widget-container button.btn-inverse:active:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse:active:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse:active:hover,
#maitre-widget-popup button.btn-inverse.active:hover,
#maitre-widget-container button.btn-inverse.active:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse.active:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse.active:hover,
.open > .dropdown-toggle#maitre-widget-popup button.btn-inverse:hover,
.open > .dropdown-toggle#maitre-widget-container button.btn-inverse:hover,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-inverse:hover,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-inverse:hover,
#maitre-widget-popup button.btn-inverse:active:focus,
#maitre-widget-container button.btn-inverse:active:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse:active:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse:active:focus,
#maitre-widget-popup button.btn-inverse.active:focus,
#maitre-widget-container button.btn-inverse.active:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse.active:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse.active:focus,
.open > .dropdown-toggle#maitre-widget-popup button.btn-inverse:focus,
.open > .dropdown-toggle#maitre-widget-container button.btn-inverse:focus,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-inverse:focus,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-inverse:focus,
#maitre-widget-popup button.btn-inverse:active.focus,
#maitre-widget-container button.btn-inverse:active.focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse:active.focus,
#maitre-widget-container #maitre-submit-button.btn-inverse:active.focus,
#maitre-widget-popup button.btn-inverse.active.focus,
#maitre-widget-container button.btn-inverse.active.focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse.active.focus,
#maitre-widget-container #maitre-submit-button.btn-inverse.active.focus,
.open > .dropdown-toggle#maitre-widget-popup button.btn-inverse.focus,
.open > .dropdown-toggle#maitre-widget-container button.btn-inverse.focus,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-inverse.focus,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-inverse.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
#maitre-widget-popup button.btn-inverse.disabled:hover,
#maitre-widget-container button.btn-inverse.disabled:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse.disabled:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse.disabled:hover,
#maitre-widget-popup button.btn-inverse[disabled]:hover,
#maitre-widget-container button.btn-inverse[disabled]:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse[disabled]:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse[disabled]:hover,
fieldset[disabled] #maitre-widget-popup button.btn-inverse:hover,
fieldset[disabled] #maitre-widget-container button.btn-inverse:hover,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.btn-inverse:hover,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.btn-inverse:hover,
#maitre-widget-popup button.btn-inverse.disabled:focus,
#maitre-widget-container button.btn-inverse.disabled:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse.disabled:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse.disabled:focus,
#maitre-widget-popup button.btn-inverse[disabled]:focus,
#maitre-widget-container button.btn-inverse[disabled]:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse[disabled]:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse[disabled]:focus,
fieldset[disabled] #maitre-widget-popup button.btn-inverse:focus,
fieldset[disabled] #maitre-widget-container button.btn-inverse:focus,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.btn-inverse:focus,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.btn-inverse:focus,
#maitre-widget-popup button.btn-inverse.disabled.focus,
#maitre-widget-container button.btn-inverse.disabled.focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse.disabled.focus,
#maitre-widget-container #maitre-submit-button.btn-inverse.disabled.focus,
#maitre-widget-popup button.btn-inverse[disabled].focus,
#maitre-widget-container button.btn-inverse[disabled].focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse[disabled].focus,
#maitre-widget-container #maitre-submit-button.btn-inverse[disabled].focus,
fieldset[disabled] #maitre-widget-popup button.btn-inverse.focus,
fieldset[disabled] #maitre-widget-container button.btn-inverse.focus,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.btn-inverse.focus,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.btn-inverse.focus {
  background-color: transparent;
  border-color: #fff;
}
#maitre-widget-popup button.btn-inverse .badge,
#maitre-widget-container button.btn-inverse .badge,
#maitre-widget-popup #maitre-submit-button.btn-inverse .badge,
#maitre-widget-container #maitre-submit-button.btn-inverse .badge {
  color: transparent;
  background-color: #fff;
}
#maitre-widget-popup button.btn-inverse:hover,
#maitre-widget-container button.btn-inverse:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
}
#maitre-widget-popup button.btn-inverse-primary,
#maitre-widget-container button.btn-inverse-primary,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary {
  color: #12b591;
  background-color: transparent;
  border-color: #12b591;
}
#maitre-widget-popup button.btn-inverse-primary:focus,
#maitre-widget-container button.btn-inverse-primary:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary:focus,
#maitre-widget-popup button.btn-inverse-primary.focus,
#maitre-widget-container button.btn-inverse-primary.focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary.focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary.focus {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  border-color: #064134;
}
#maitre-widget-popup button.btn-inverse-primary:hover,
#maitre-widget-container button.btn-inverse-primary:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary:hover {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0c7d64;
}
#maitre-widget-popup button.btn-inverse-primary:active,
#maitre-widget-container button.btn-inverse-primary:active,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary:active,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary:active,
#maitre-widget-popup button.btn-inverse-primary.active,
#maitre-widget-container button.btn-inverse-primary.active,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary.active,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary.active,
.open > .dropdown-toggle#maitre-widget-popup button.btn-inverse-primary,
.open > .dropdown-toggle#maitre-widget-container button.btn-inverse-primary,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-inverse-primary,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-inverse-primary {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #0c7d64;
}
#maitre-widget-popup button.btn-inverse-primary:active:hover,
#maitre-widget-container button.btn-inverse-primary:active:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary:active:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary:active:hover,
#maitre-widget-popup button.btn-inverse-primary.active:hover,
#maitre-widget-container button.btn-inverse-primary.active:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary.active:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary.active:hover,
.open > .dropdown-toggle#maitre-widget-popup button.btn-inverse-primary:hover,
.open > .dropdown-toggle#maitre-widget-container button.btn-inverse-primary:hover,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-inverse-primary:hover,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-inverse-primary:hover,
#maitre-widget-popup button.btn-inverse-primary:active:focus,
#maitre-widget-container button.btn-inverse-primary:active:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary:active:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary:active:focus,
#maitre-widget-popup button.btn-inverse-primary.active:focus,
#maitre-widget-container button.btn-inverse-primary.active:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary.active:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary.active:focus,
.open > .dropdown-toggle#maitre-widget-popup button.btn-inverse-primary:focus,
.open > .dropdown-toggle#maitre-widget-container button.btn-inverse-primary:focus,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-inverse-primary:focus,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-inverse-primary:focus,
#maitre-widget-popup button.btn-inverse-primary:active.focus,
#maitre-widget-container button.btn-inverse-primary:active.focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary:active.focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary:active.focus,
#maitre-widget-popup button.btn-inverse-primary.active.focus,
#maitre-widget-container button.btn-inverse-primary.active.focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary.active.focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary.active.focus,
.open > .dropdown-toggle#maitre-widget-popup button.btn-inverse-primary.focus,
.open > .dropdown-toggle#maitre-widget-container button.btn-inverse-primary.focus,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-inverse-primary.focus,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-inverse-primary.focus {
  color: #12b591;
  background-color: rgba(0, 0, 0, 0);
  border-color: #064134;
}
#maitre-widget-popup button.btn-inverse-primary.disabled:hover,
#maitre-widget-container button.btn-inverse-primary.disabled:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary.disabled:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary.disabled:hover,
#maitre-widget-popup button.btn-inverse-primary[disabled]:hover,
#maitre-widget-container button.btn-inverse-primary[disabled]:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary[disabled]:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary[disabled]:hover,
fieldset[disabled] #maitre-widget-popup button.btn-inverse-primary:hover,
fieldset[disabled] #maitre-widget-container button.btn-inverse-primary:hover,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.btn-inverse-primary:hover,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.btn-inverse-primary:hover,
#maitre-widget-popup button.btn-inverse-primary.disabled:focus,
#maitre-widget-container button.btn-inverse-primary.disabled:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary.disabled:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary.disabled:focus,
#maitre-widget-popup button.btn-inverse-primary[disabled]:focus,
#maitre-widget-container button.btn-inverse-primary[disabled]:focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary[disabled]:focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary[disabled]:focus,
fieldset[disabled] #maitre-widget-popup button.btn-inverse-primary:focus,
fieldset[disabled] #maitre-widget-container button.btn-inverse-primary:focus,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.btn-inverse-primary:focus,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.btn-inverse-primary:focus,
#maitre-widget-popup button.btn-inverse-primary.disabled.focus,
#maitre-widget-container button.btn-inverse-primary.disabled.focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary.disabled.focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary.disabled.focus,
#maitre-widget-popup button.btn-inverse-primary[disabled].focus,
#maitre-widget-container button.btn-inverse-primary[disabled].focus,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary[disabled].focus,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary[disabled].focus,
fieldset[disabled] #maitre-widget-popup button.btn-inverse-primary.focus,
fieldset[disabled] #maitre-widget-container button.btn-inverse-primary.focus,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.btn-inverse-primary.focus,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.btn-inverse-primary.focus {
  background-color: transparent;
  border-color: #12b591;
}
#maitre-widget-popup button.btn-inverse-primary .badge,
#maitre-widget-container button.btn-inverse-primary .badge,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary .badge,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary .badge {
  color: transparent;
  background-color: #12b591;
}
#maitre-widget-popup button.btn-inverse-primary:hover,
#maitre-widget-container button.btn-inverse-primary:hover,
#maitre-widget-popup #maitre-submit-button.btn-inverse-primary:hover,
#maitre-widget-container #maitre-submit-button.btn-inverse-primary:hover {
  border-color: rgba(18, 181, 145, 0.8);
  background-color: rgba(18, 181, 145, 0.1);
}
#maitre-widget-popup button.btn-input,
#maitre-widget-container button.btn-input,
#maitre-widget-popup #maitre-submit-button.btn-input,
#maitre-widget-container #maitre-submit-button.btn-input {
  color: #12b591;
  background-color: #fff;
  border-color: #ccc;
}
#maitre-widget-popup button.btn-input:focus,
#maitre-widget-container button.btn-input:focus,
#maitre-widget-popup #maitre-submit-button.btn-input:focus,
#maitre-widget-container #maitre-submit-button.btn-input:focus,
#maitre-widget-popup button.btn-input.focus,
#maitre-widget-container button.btn-input.focus,
#maitre-widget-popup #maitre-submit-button.btn-input.focus,
#maitre-widget-container #maitre-submit-button.btn-input.focus {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
#maitre-widget-popup button.btn-input:hover,
#maitre-widget-container button.btn-input:hover,
#maitre-widget-popup #maitre-submit-button.btn-input:hover,
#maitre-widget-container #maitre-submit-button.btn-input:hover {
  color: #12b591;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#maitre-widget-popup button.btn-input:active,
#maitre-widget-container button.btn-input:active,
#maitre-widget-popup #maitre-submit-button.btn-input:active,
#maitre-widget-container #maitre-submit-button.btn-input:active,
#maitre-widget-popup button.btn-input.active,
#maitre-widget-container button.btn-input.active,
#maitre-widget-popup #maitre-submit-button.btn-input.active,
#maitre-widget-container #maitre-submit-button.btn-input.active,
.open > .dropdown-toggle#maitre-widget-popup button.btn-input,
.open > .dropdown-toggle#maitre-widget-container button.btn-input,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-input,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-input {
  color: #12b591;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
#maitre-widget-popup button.btn-input:active:hover,
#maitre-widget-container button.btn-input:active:hover,
#maitre-widget-popup #maitre-submit-button.btn-input:active:hover,
#maitre-widget-container #maitre-submit-button.btn-input:active:hover,
#maitre-widget-popup button.btn-input.active:hover,
#maitre-widget-container button.btn-input.active:hover,
#maitre-widget-popup #maitre-submit-button.btn-input.active:hover,
#maitre-widget-container #maitre-submit-button.btn-input.active:hover,
.open > .dropdown-toggle#maitre-widget-popup button.btn-input:hover,
.open > .dropdown-toggle#maitre-widget-container button.btn-input:hover,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-input:hover,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-input:hover,
#maitre-widget-popup button.btn-input:active:focus,
#maitre-widget-container button.btn-input:active:focus,
#maitre-widget-popup #maitre-submit-button.btn-input:active:focus,
#maitre-widget-container #maitre-submit-button.btn-input:active:focus,
#maitre-widget-popup button.btn-input.active:focus,
#maitre-widget-container button.btn-input.active:focus,
#maitre-widget-popup #maitre-submit-button.btn-input.active:focus,
#maitre-widget-container #maitre-submit-button.btn-input.active:focus,
.open > .dropdown-toggle#maitre-widget-popup button.btn-input:focus,
.open > .dropdown-toggle#maitre-widget-container button.btn-input:focus,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-input:focus,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-input:focus,
#maitre-widget-popup button.btn-input:active.focus,
#maitre-widget-container button.btn-input:active.focus,
#maitre-widget-popup #maitre-submit-button.btn-input:active.focus,
#maitre-widget-container #maitre-submit-button.btn-input:active.focus,
#maitre-widget-popup button.btn-input.active.focus,
#maitre-widget-container button.btn-input.active.focus,
#maitre-widget-popup #maitre-submit-button.btn-input.active.focus,
#maitre-widget-container #maitre-submit-button.btn-input.active.focus,
.open > .dropdown-toggle#maitre-widget-popup button.btn-input.focus,
.open > .dropdown-toggle#maitre-widget-container button.btn-input.focus,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.btn-input.focus,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.btn-input.focus {
  color: #12b591;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
#maitre-widget-popup button.btn-input.disabled:hover,
#maitre-widget-container button.btn-input.disabled:hover,
#maitre-widget-popup #maitre-submit-button.btn-input.disabled:hover,
#maitre-widget-container #maitre-submit-button.btn-input.disabled:hover,
#maitre-widget-popup button.btn-input[disabled]:hover,
#maitre-widget-container button.btn-input[disabled]:hover,
#maitre-widget-popup #maitre-submit-button.btn-input[disabled]:hover,
#maitre-widget-container #maitre-submit-button.btn-input[disabled]:hover,
fieldset[disabled] #maitre-widget-popup button.btn-input:hover,
fieldset[disabled] #maitre-widget-container button.btn-input:hover,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.btn-input:hover,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.btn-input:hover,
#maitre-widget-popup button.btn-input.disabled:focus,
#maitre-widget-container button.btn-input.disabled:focus,
#maitre-widget-popup #maitre-submit-button.btn-input.disabled:focus,
#maitre-widget-container #maitre-submit-button.btn-input.disabled:focus,
#maitre-widget-popup button.btn-input[disabled]:focus,
#maitre-widget-container button.btn-input[disabled]:focus,
#maitre-widget-popup #maitre-submit-button.btn-input[disabled]:focus,
#maitre-widget-container #maitre-submit-button.btn-input[disabled]:focus,
fieldset[disabled] #maitre-widget-popup button.btn-input:focus,
fieldset[disabled] #maitre-widget-container button.btn-input:focus,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.btn-input:focus,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.btn-input:focus,
#maitre-widget-popup button.btn-input.disabled.focus,
#maitre-widget-container button.btn-input.disabled.focus,
#maitre-widget-popup #maitre-submit-button.btn-input.disabled.focus,
#maitre-widget-container #maitre-submit-button.btn-input.disabled.focus,
#maitre-widget-popup button.btn-input[disabled].focus,
#maitre-widget-container button.btn-input[disabled].focus,
#maitre-widget-popup #maitre-submit-button.btn-input[disabled].focus,
#maitre-widget-container #maitre-submit-button.btn-input[disabled].focus,
fieldset[disabled] #maitre-widget-popup button.btn-input.focus,
fieldset[disabled] #maitre-widget-container button.btn-input.focus,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.btn-input.focus,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.btn-input.focus {
  background-color: #fff;
  border-color: #ccc;
}
#maitre-widget-popup button.btn-input .badge,
#maitre-widget-container button.btn-input .badge,
#maitre-widget-popup #maitre-submit-button.btn-input .badge,
#maitre-widget-container #maitre-submit-button.btn-input .badge {
  color: #fff;
  background-color: #12b591;
}
#maitre-widget-popup button.btn-action,
#maitre-widget-container button.btn-action,
#maitre-widget-popup #maitre-submit-button.btn-action,
#maitre-widget-container #maitre-submit-button.btn-action {
  padding: 15px 30px;
  font-size: 20px;
}
#maitre-widget-popup button:focus,
#maitre-widget-container button:focus,
#maitre-widget-popup #maitre-submit-button:focus,
#maitre-widget-container #maitre-submit-button:focus,
#maitre-widget-popup button.focus,
#maitre-widget-container button.focus,
#maitre-widget-popup #maitre-submit-button.focus,
#maitre-widget-container #maitre-submit-button.focus {
  color: #fff;
  background-color: #0d876c;
  border-color: #064134;
}
#maitre-widget-popup button:hover,
#maitre-widget-container button:hover,
#maitre-widget-popup #maitre-submit-button:hover,
#maitre-widget-container #maitre-submit-button:hover {
  color: #fff;
  background-color: #0d876c;
  border-color: #0c7d64;
}
#maitre-widget-popup button:active,
#maitre-widget-container button:active,
#maitre-widget-popup #maitre-submit-button:active,
#maitre-widget-container #maitre-submit-button:active,
#maitre-widget-popup button.active,
#maitre-widget-container button.active,
#maitre-widget-popup #maitre-submit-button.active,
#maitre-widget-container #maitre-submit-button.active,
.open > .dropdown-toggle#maitre-widget-popup button,
.open > .dropdown-toggle#maitre-widget-container button,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button {
  color: #fff;
  background-color: #0d876c;
  background-image: none;
  border-color: #0c7d64;
}
#maitre-widget-popup button:active:hover,
#maitre-widget-container button:active:hover,
#maitre-widget-popup #maitre-submit-button:active:hover,
#maitre-widget-container #maitre-submit-button:active:hover,
#maitre-widget-popup button.active:hover,
#maitre-widget-container button.active:hover,
#maitre-widget-popup #maitre-submit-button.active:hover,
#maitre-widget-container #maitre-submit-button.active:hover,
.open > .dropdown-toggle#maitre-widget-popup button:hover,
.open > .dropdown-toggle#maitre-widget-container button:hover,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button:hover,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button:hover,
#maitre-widget-popup button:active:focus,
#maitre-widget-container button:active:focus,
#maitre-widget-popup #maitre-submit-button:active:focus,
#maitre-widget-container #maitre-submit-button:active:focus,
#maitre-widget-popup button.active:focus,
#maitre-widget-container button.active:focus,
#maitre-widget-popup #maitre-submit-button.active:focus,
#maitre-widget-container #maitre-submit-button.active:focus,
.open > .dropdown-toggle#maitre-widget-popup button:focus,
.open > .dropdown-toggle#maitre-widget-container button:focus,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button:focus,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button:focus,
#maitre-widget-popup button:active.focus,
#maitre-widget-container button:active.focus,
#maitre-widget-popup #maitre-submit-button:active.focus,
#maitre-widget-container #maitre-submit-button:active.focus,
#maitre-widget-popup button.active.focus,
#maitre-widget-container button.active.focus,
#maitre-widget-popup #maitre-submit-button.active.focus,
#maitre-widget-container #maitre-submit-button.active.focus,
.open > .dropdown-toggle#maitre-widget-popup button.focus,
.open > .dropdown-toggle#maitre-widget-container button.focus,
.open > .dropdown-toggle#maitre-widget-popup #maitre-submit-button.focus,
.open > .dropdown-toggle#maitre-widget-container #maitre-submit-button.focus {
  color: #fff;
  background-color: #0a6652;
  border-color: #064134;
}
#maitre-widget-popup button.disabled:hover,
#maitre-widget-container button.disabled:hover,
#maitre-widget-popup #maitre-submit-button.disabled:hover,
#maitre-widget-container #maitre-submit-button.disabled:hover,
#maitre-widget-popup button[disabled]:hover,
#maitre-widget-container button[disabled]:hover,
#maitre-widget-popup #maitre-submit-button[disabled]:hover,
#maitre-widget-container #maitre-submit-button[disabled]:hover,
fieldset[disabled] #maitre-widget-popup button:hover,
fieldset[disabled] #maitre-widget-container button:hover,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button:hover,
fieldset[disabled] #maitre-widget-container #maitre-submit-button:hover,
#maitre-widget-popup button.disabled:focus,
#maitre-widget-container button.disabled:focus,
#maitre-widget-popup #maitre-submit-button.disabled:focus,
#maitre-widget-container #maitre-submit-button.disabled:focus,
#maitre-widget-popup button[disabled]:focus,
#maitre-widget-container button[disabled]:focus,
#maitre-widget-popup #maitre-submit-button[disabled]:focus,
#maitre-widget-container #maitre-submit-button[disabled]:focus,
fieldset[disabled] #maitre-widget-popup button:focus,
fieldset[disabled] #maitre-widget-container button:focus,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button:focus,
fieldset[disabled] #maitre-widget-container #maitre-submit-button:focus,
#maitre-widget-popup button.disabled.focus,
#maitre-widget-container button.disabled.focus,
#maitre-widget-popup #maitre-submit-button.disabled.focus,
#maitre-widget-container #maitre-submit-button.disabled.focus,
#maitre-widget-popup button[disabled].focus,
#maitre-widget-container button[disabled].focus,
#maitre-widget-popup #maitre-submit-button[disabled].focus,
#maitre-widget-container #maitre-submit-button[disabled].focus,
fieldset[disabled] #maitre-widget-popup button.focus,
fieldset[disabled] #maitre-widget-container button.focus,
fieldset[disabled] #maitre-widget-popup #maitre-submit-button.focus,
fieldset[disabled] #maitre-widget-container #maitre-submit-button.focus {
  background-color: #12b591;
  border-color: #12b591;
}
#maitre-widget-popup button .badge,
#maitre-widget-container button .badge,
#maitre-widget-popup #maitre-submit-button .badge,
#maitre-widget-container #maitre-submit-button .badge {
  color: #12b591;
  background-color: #fff;
}
#maitre-widget-popup .maitre-lb-footnote,
#maitre-widget-container .maitre-lb-footnote,
#maitre-widget-popup #maitre-status,
#maitre-widget-container #maitre-status {
  color: #999999 !important;
  text-transform: none !important;
}
#maitre-widget-popup #maitre-people-ahead-number,
#maitre-widget-container #maitre-people-ahead-number,
#maitre-widget-popup #maitre-people-ahead-text,
#maitre-widget-container #maitre-people-ahead-text,
#maitre-widget-popup #maitre-people-referred-text,
#maitre-widget-container #maitre-people-referred-text,
#maitre-widget-popup #maitre-people-referred-number,
#maitre-widget-container #maitre-people-referred-number {
  color: #12b591 !important;
}
#maitre-widget-popup #maitre-instructions,
#maitre-widget-container #maitre-instructions {
  font-size: 18px !important;
  line-height: 1.42857143 !important;
  max-width: 500px !important;
  margin: 40px auto !important;
}
#maitre-widget-popup .maitre-reward-content h2,
#maitre-widget-container .maitre-reward-content h2 {
  font-size: 18px !important;
  line-height: 1.42857143 !important;
}
#maitre-widget-popup .maitre-reward-content p,
#maitre-widget-container .maitre-reward-content p {
  font-size: 18px !important;
  line-height: 1.42857143 !important;
}

/**
 * LESS Variables
 *
 * Many of these override values from /public/lib/bootstrap/less/variables.less
 */
.page-welcome h2 {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .page-welcome h2 {
    font-size: 35px;
    margin: 20px 0;
  }
}

@keyframes medium-editor-image-loading {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0); } }

.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-anchor-preview a {
    color: #fff;
    display: inline-block;
    margin: 5px 5px 10px; }

.medium-editor-anchor-preview-active {
  visibility: visible; }

.medium-editor-dragover {
  background: #ddd; }

.medium-editor-image-loading {
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px; }

.medium-editor-placeholder {
  position: relative; }
  .medium-editor-placeholder:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-editor-placeholder-relative {
  position: relative; }
  .medium-editor-placeholder-relative:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: relative;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0; }

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px; }

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px; }

.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-toolbar ul {
    margin: 0;
    padding: 0; }
  .medium-editor-toolbar li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .medium-editor-toolbar li button {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      font-size: 14px;
      line-height: 1.33;
      margin: 0;
      padding: 15px;
      text-decoration: none; }
      .medium-editor-toolbar li button:focus {
        outline: none; }
    .medium-editor-toolbar li .medium-editor-action-underline {
      text-decoration: underline; }
    .medium-editor-toolbar li .medium-editor-action-pre {
      font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
      font-size: 12px;
      font-weight: 100;
      padding: 15px 0; }

.medium-editor-toolbar-active {
  visibility: visible; }

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px; }

.medium-editor-relative-toolbar {
  position: relative; }

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  animation: medium-editor-pop-upwards 160ms forwards linear; }

.medium-editor-action-bold {
  font-weight: bolder; }

.medium-editor-action-italic {
  font-style: italic; }

.medium-editor-toolbar-form {
  display: none; }
  .medium-editor-toolbar-form input,
  .medium-editor-toolbar-form a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .medium-editor-toolbar-form .medium-editor-toolbar-form-row {
    line-height: 14px;
    margin-left: 5px;
    padding-bottom: 5px; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input,
  .medium-editor-toolbar-form label {
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    width: 316px;
    display: inline-block; }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
    .medium-editor-toolbar-form label:focus {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      box-shadow: none;
      outline: 0; }
  .medium-editor-toolbar-form a {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    margin: 0 10px;
    text-decoration: none; }

.medium-editor-toolbar-form-active {
  display: block; }

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table; }

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px; }
  .medium-editor-element img {
    max-width: 100%; }
  .medium-editor-element sub {
    vertical-align: sub; }
  .medium-editor-element sup {
    vertical-align: super; }

.medium-editor-hidden {
  display: none; }


/*# sourceMappingURL=main.css.map*/