@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400,300);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Lato:600,400,300);
button,input[type="button"],input[type="reset"],input[type="submit"],button,.button {
 -webkit-appearance:none;
 -moz-appearance:none;
 -ms-appearance:none;
 -o-appearance:none;
 appearance:none;
 -webkit-font-smoothing:antialiased;
 background-color:#bbb;
 border-radius:1px;
 border:none;
 color:#fff;
 cursor:pointer;
 display:inline-block;
 font-family:"Open Sans", sans-serif;
 font-size:0.8125rem;
 font-weight:600;
 line-height:1;
 padding:0.75em 1em;
 text-decoration:none;
 user-select:none;
 vertical-align:middle;
 white-space:nowrap;
 text-transform:uppercase;
 box-shadow:1px 1px 2px rgba(127,129,132,0.4)
}
button.active,button:hover,button:focus,input[type="button"].active,input[type="button"]:hover,input[type="button"]:focus,input[type="reset"].active,input[type="reset"]:hover,input[type="reset"]:focus,input[type="submit"].active,input[type="submit"]:hover,input[type="submit"]:focus,button.active,button:hover,button:focus,.active.button,.button:hover,.button:focus {
 background-color:#959595;
 color:#fff;
 outline:none
}
button:disabled,input[type="button"]:disabled,input[type="reset"]:disabled,input[type="submit"]:disabled,button:disabled,.button:disabled {
 cursor:not-allowed;
 opacity:0.5
}
button.primary,input[type="button"].primary,input[type="reset"].primary,input[type="submit"].primary,button.primary,.primary.button {
 background-color:#84caa0
}
button.primary.active,button.primary:hover,button.primary:focus,input[type="button"].primary.active,input[type="button"].primary:hover,input[type="button"].primary:focus,input[type="reset"].primary.active,input[type="reset"].primary:hover,input[type="reset"].primary:focus,input[type="submit"].primary.active,input[type="submit"].primary:hover,input[type="submit"].primary:focus,button.primary.active,button.primary:hover,button.primary:focus,.primary.active.button,.primary.button:hover,.primary.button:focus {
 background-color:#4fb377;
 color:#fff
}
.button--primary {
 background-color:#84caa0
}
.button--primary.active,.button--primary:hover,.button--primary:focus {
 background-color:#4fb377;
 color:#fff
}
.button__icon {
 line-height:0.8rem;
 font-size:1rem;
 vertical-align:sub;
 margin-left:0.5rem
}
fieldset {
 background-color:rgba(213,213,213,0.8);
 border:1px solid rgba(187,187,187,0.8);
 margin:0 0 0.5rem;
 padding:1rem
}
input,label,select {
 display:block;
 font-family:"Open Sans", sans-serif;
 font-size:0.8125rem
}
label {
 font-weight:400;
 margin-bottom:0.25rem;
 color:#7f8184
}
label.required::after {
 content:"*"
}
label abbr {
 display:none
}
input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],input:not([type]),textarea,select[multiple=multiple],textarea {
 background-color:#fff;
 border:1px solid rgba(187,187,187,0.8);
 border-radius:1px;
 box-shadow:inset 0 1px 3px rgba(0,0,0,0.06);
 box-sizing:border-box;
 font-family:"Open Sans", sans-serif;
 font-size:0.8125rem;
 margin-bottom:0.5rem;
 padding:0.33333rem;
 transition:border-color;
 width:100%
}
input[type="color"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="email"]:hover,input[type="month"]:hover,input[type="number"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="text"]:hover,input[type="time"]:hover,input[type="url"]:hover,input[type="week"]:hover,input:not([type]):hover,textarea:hover,select[multiple=multiple]:hover,textarea:hover {
 border-color:rgba(162,162,162,0.8)
}
input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,input:not([type]):focus,textarea:focus,select[multiple=multiple]:focus,textarea:focus {
 border-color:#bbb;
 box-shadow:inset 0 1px 3px rgba(0,0,0,0.06),0 0 5px rgba(174,174,174,0.7);
 outline:none
}
textarea {
 resize:vertical
}
input[type="search"] {
 -webkit-appearance:none;
 -moz-appearance:none;
 -ms-appearance:none;
 -o-appearance:none;
 appearance:none
}
input[type="checkbox"],input[type="radio"] {
 display:inline;
 margin-right:0.25rem
}
input[type="file"] {
 padding-bottom:0.5rem;
 width:100%
}
select {
 margin-bottom:1rem;
 max-width:100%;
 width:auto
}
ul,ol {
 list-style-type:none;
 margin:0;
 padding:0
}
.page ul {
 list-style-type:disc;
 margin:0.5rem 0 0.5rem 1rem;
 padding-left:1rem
}
dl {
 margin-bottom:0.5rem
}
dl dt {
 font-weight:bold;
 margin-top:0.5rem
}
dl dd {
 margin:0
}
table {
 border-collapse:collapse
}
table th,table td {
 padding:0.25rem;
 border:1px solid #bbb
}
table th {
 border-bottom:2px solid #bbb
}
.table tbody tr:nth-child(odd) {
 background-color:whitesmoke
}
.text-center {
 text-align:center
}
body {
 -webkit-font-feature-settings:"kern", "liga", "pnum";
 -moz-font-feature-settings:"kern", "liga", "pnum";
 -ms-font-feature-settings:"kern", "liga", "pnum";
 font-feature-settings:"kern", "liga", "pnum";
 -webkit-font-smoothing:antialiased;
 color:#333;
 font-family:"Open Sans", sans-serif;
 font-size:0.8125rem;
 line-height:1.5
}
h1,h2,h3,h4,h5,h6 {
 font-family:"Lato", sans-serif;
 font-size:1.25rem;
 line-height:1.2;
 margin:0 0 0.5rem;
 font-weight:400;
 color:#7f8184;
 text-transform:uppercase
}
p {
 margin:0 0 0.5rem
}
a {
 color:#84caa0;
 text-decoration:none;
 transition:color 0.1s linear
}
a:active,a:focus,a:hover {
 color:#4fb377
}
a:active,a:focus {
 outline:none
}
a.link-overflow {
 display:block;
 white-space:nowrap;
 width:16em;
 overflow:hidden;
 text-overflow:ellipsis
}
hr {
 border-bottom:1px solid rgba(187,187,187,0.8);
 border-left:none;
 border-right:none;
 border-top:none;
 margin:1rem 0
}
blockquote {
 background-color:rgba(187,187,187,0.4);
 padding:1rem;
 margin:1rem
}
img,picture {
 margin:0;
 max-width:100%
}
html,body {
 width:100%;
 height:100%;
 margin:0
}
html {
 box-sizing:border-box
}
*,*::after,*::before {
 box-sizing:inherit
}
.fa {
 display:inline-block;
 font:normal normal normal 14px/1 FontAwesome;
 font-size:inherit;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.fa-lg {
 font-size:1.33333em;
 line-height:0.75em;
 vertical-align:-15%
}
.fa-2x {
 font-size:2em
}
.fa-3x {
 font-size:3em
}
.fa-4x {
 font-size:4em
}
.fa-5x {
 font-size:5em
}
.fa-fw {
 width:1.28571em;
 text-align:center
}
.fa-ul {
 padding-left:0;
 margin-left:2.14286em;
 list-style-type:none
}
.fa-ul>li {
 position:relative
}
.fa-li {
 position:absolute;
 left:-2.14286em;
 width:2.14286em;
 top:0.14286em;
 text-align:center
}
.fa-li.fa-lg {
 left:-1.85714em
}
.fa-border {
 padding:.2em .25em .15em;
 border:solid 0.08em #eee;
 border-radius:.1em
}
.fa-pull-left {
 float:left
}
.fa-pull-right {
 float:right
}
.fa.fa-pull-left {
 margin-right:.3em
}
.fa.fa-pull-right {
 margin-left:.3em
}
.pull-right {
 float:right
}
.pull-left {
 float:left
}
.fa.pull-left {
 margin-right:.3em
}
.fa.pull-right {
 margin-left:.3em
}
.fa-spin {
 -webkit-animation:fa-spin 2s infinite linear;
 animation:fa-spin 2s infinite linear
}
.fa-pulse {
 -webkit-animation:fa-spin 1s infinite steps(8);
 animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 100% {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
@keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 100% {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
.fa-rotate-90 {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.fa-rotate-180 {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg)
}
.fa-rotate-270 {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform:rotate(270deg);
 -ms-transform:rotate(270deg);
 transform:rotate(270deg)
}
.fa-flip-horizontal {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
 -webkit-transform:scale(-1, 1);
 -ms-transform:scale(-1, 1);
 transform:scale(-1, 1)
}
.fa-flip-vertical {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
 -webkit-transform:scale(1, -1);
 -ms-transform:scale(1, -1);
 transform:scale(1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
 filter:none
}
.fa-stack {
 position:relative;
 display:inline-block;
 width:2em;
 height:2em;
 line-height:2em;
 vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x {
 position:absolute;
 left:0;
 width:100%;
 text-align:center
}
.fa-stack-1x {
 line-height:inherit
}
.fa-stack-2x {
 font-size:2em
}
.fa-inverse {
 color:#fff
}
.fa-glass:before {
 content:"ï€€"
}
.fa-music:before {
 content:"ï€?"
}
.fa-search:before {
 content:"ï€‚"
}
.fa-envelope-o:before {
 content:"ï€ƒ"
}
.fa-heart:before {
 content:"ï€„"
}
.fa-star:before {
 content:"ï€…"
}
.fa-star-o:before {
 content:"ï€†"
}
.fa-user:before {
 content:"ï€‡"
}
.fa-film:before {
 content:"ï€ˆ"
}
.fa-th-large:before {
 content:"ï€‰"
}
.fa-th:before {
 content:"ï€Š"
}
.fa-th-list:before {
 content:"ï€‹"
}
.fa-check:before {
 content:"ï€Œ"
}
.fa-remove:before,.fa-close:before,.fa-times:before {
 content:"ï€?"
}
.fa-search-plus:before {
 content:"ï€Ž"
}
.fa-search-minus:before {
 content:"ï€?"
}
.fa-power-off:before {
 content:"ï€‘"
}
.fa-signal:before {
 content:"ï€’"
}
.fa-gear:before,.fa-cog:before {
 content:"ï€“"
}
.fa-trash-o:before {
 content:"ï€”"
}
.fa-home:before {
 content:"ï€•"
}
.fa-file-o:before {
 content:"ï€–"
}
.fa-clock-o:before {
 content:"ï€—"
}
.fa-road:before {
 content:"ï€˜"
}
.fa-download:before {
 content:"ï€™"
}
.fa-arrow-circle-o-down:before {
 content:"ï€š"
}
.fa-arrow-circle-o-up:before {
 content:"ï€›"
}
.fa-inbox:before {
 content:"ï€œ"
}
.fa-play-circle-o:before {
 content:"ï€?"
}
.fa-rotate-right:before,.fa-repeat:before {
 content:"ï€ž"
}
.fa-refresh:before {
 content:"ï€¡"
}
.fa-list-alt:before {
 content:"ï€¢"
}
.fa-lock:before {
 content:"ï€£"
}
.fa-flag:before {
 content:"ï€¤"
}
.fa-headphones:before {
 content:"ï€¥"
}
.fa-volume-off:before {
 content:"ï€¦"
}
.fa-volume-down:before {
 content:"ï€§"
}
.fa-volume-up:before {
 content:"ï€¨"
}
.fa-qrcode:before {
 content:"ï€©"
}
.fa-barcode:before {
 content:"ï€ª"
}
.fa-tag:before {
 content:"ï€«"
}
.fa-tags:before {
 content:"ï€¬"
}
.fa-book:before {
 content:"ï€­"
}
.fa-bookmark:before {
 content:"ï€®"
}
.fa-print:before {
 content:"ï€¯"
}
.fa-camera:before {
 content:"ï€°"
}
.fa-font:before {
 content:"ï€±"
}
.fa-bold:before {
 content:"ï€²"
}
.fa-italic:before {
 content:"ï€³"
}
.fa-text-height:before {
 content:"ï€´"
}
.fa-text-width:before {
 content:"ï€µ"
}
.fa-align-left:before {
 content:"ï€¶"
}
.fa-align-center:before {
 content:"ï€·"
}
.fa-align-right:before {
 content:"ï€¸"
}
.fa-align-justify:before {
 content:"ï€¹"
}
.fa-list:before {
 content:"ï€º"
}
.fa-dedent:before,.fa-outdent:before {
 content:"ï€»"
}
.fa-indent:before {
 content:"ï€¼"
}
.fa-video-camera:before {
 content:"ï€½"
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before {
 content:"ï€¾"
}
.fa-pencil:before {
 content:"ï?€"
}
.fa-map-marker:before {
 content:"ï??"
}
.fa-adjust:before {
 content:"ï?‚"
}
.fa-tint:before {
 content:"ï?ƒ"
}
.fa-edit:before,.fa-pencil-square-o:before {
 content:"ï?„"
}
.fa-share-square-o:before {
 content:"ï?…"
}
.fa-check-square-o:before {
 content:"ï?†"
}
.fa-arrows:before {
 content:"ï?‡"
}
.fa-step-backward:before {
 content:"ï?ˆ"
}
.fa-fast-backward:before {
 content:"ï?‰"
}
.fa-backward:before {
 content:"ï?Š"
}
.fa-play:before {
 content:"ï?‹"
}
.fa-pause:before {
 content:"ï?Œ"
}
.fa-stop:before {
 content:"ï??"
}
.fa-forward:before {
 content:"ï?Ž"
}
.fa-fast-forward:before {
 content:"ï??"
}
.fa-step-forward:before {
 content:"ï?‘"
}
.fa-eject:before {
 content:"ï?’"
}
.fa-chevron-left:before {
 content:"ï?“"
}
.fa-chevron-right:before {
 content:"ï?”"
}
.fa-plus-circle:before {
 content:"ï?•"
}
.fa-minus-circle:before {
 content:"ï?–"
}
.fa-times-circle:before {
 content:"ï?—"
}
.fa-check-circle:before {
 content:"ï?˜"
}
.fa-question-circle:before {
 content:"ï?™"
}
.fa-info-circle:before {
 content:"ï?š"
}
.fa-crosshairs:before {
 content:"ï?›"
}
.fa-times-circle-o:before {
 content:"ï?œ"
}
.fa-check-circle-o:before {
 content:"ï??"
}
.fa-ban:before {
 content:"ï?ž"
}
.fa-arrow-left:before {
 content:"ï? "
}
.fa-arrow-right:before {
 content:"ï?¡"
}
.fa-arrow-up:before {
 content:"ï?¢"
}
.fa-arrow-down:before {
 content:"ï?£"
}
.fa-mail-forward:before,.fa-share:before {
 content:"ï?¤"
}
.fa-expand:before {
 content:"ï?¥"
}
.fa-compress:before {
 content:"ï?¦"
}
.fa-plus:before {
 content:"ï?§"
}
.fa-minus:before {
 content:"ï?¨"
}
.fa-asterisk:before {
 content:"ï?©"
}
.fa-exclamation-circle:before {
 content:"ï?ª"
}
.fa-gift:before {
 content:"ï?«"
}
.fa-leaf:before {
 content:"ï?¬"
}
.fa-fire:before {
 content:"ï?­"
}
.fa-eye:before {
 content:"ï?®"
}
.fa-eye-slash:before {
 content:"ï?°"
}
.fa-warning:before,.fa-exclamation-triangle:before {
 content:"ï?±"
}
.fa-plane:before {
 content:"ï?²"
}
.fa-calendar:before {
 content:"ï?³"
}
.fa-random:before {
 content:"ï?´"
}
.fa-comment:before {
 content:"ï?µ"
}
.fa-magnet:before {
 content:"ï?¶"
}
.fa-chevron-up:before {
 content:"ï?·"
}
.fa-chevron-down:before {
 content:"ï?¸"
}
.fa-retweet:before {
 content:"ï?¹"
}
.fa-shopping-cart:before {
 content:"ï?º"
}
.fa-folder:before {
 content:"ï?»"
}
.fa-folder-open:before {
 content:"ï?¼"
}
.fa-arrows-v:before {
 content:"ï?½"
}
.fa-arrows-h:before {
 content:"ï?¾"
}
.fa-bar-chart-o:before,.fa-bar-chart:before {
 content:"ï‚€"
}
.fa-twitter-square:before {
 content:"ï‚?"
}
.fa-facebook-square:before {
 content:"ï‚‚"
}
.fa-camera-retro:before {
 content:"ï‚ƒ"
}
.fa-key:before {
 content:"ï‚„"
}
.fa-gears:before,.fa-cogs:before {
 content:"ï‚…"
}
.fa-comments:before {
 content:"ï‚†"
}
.fa-thumbs-o-up:before {
 content:"ï‚‡"
}
.fa-thumbs-o-down:before {
 content:"ï‚ˆ"
}
.fa-star-half:before {
 content:"ï‚‰"
}
.fa-heart-o:before {
 content:"ï‚Š"
}
.fa-sign-out:before {
 content:"ï‚‹"
}
.fa-linkedin-square:before {
 content:"ï‚Œ"
}
.fa-thumb-tack:before {
 content:"ï‚?"
}
.fa-external-link:before {
 content:"ï‚Ž"
}
.fa-sign-in:before {
 content:"ï‚?"
}
.fa-trophy:before {
 content:"ï‚‘"
}
.fa-github-square:before {
 content:"ï‚’"
}
.fa-upload:before {
 content:"ï‚“"
}
.fa-lemon-o:before {
 content:"ï‚”"
}
.fa-phone:before {
 content:"ï‚•"
}
.fa-square-o:before {
 content:"ï‚–"
}
.fa-bookmark-o:before {
 content:"ï‚—"
}
.fa-phone-square:before {
 content:"ï‚˜"
}
.fa-twitter:before {
 content:"ï‚™"
}
.fa-facebook-f:before,.fa-facebook:before {
 content:"ï‚š"
}
.fa-github:before {
 content:"ï‚›"
}
.fa-unlock:before {
 content:"ï‚œ"
}
.fa-credit-card:before {
 content:"ï‚?"
}
.fa-feed:before,.fa-rss:before {
 content:"ï‚ž"
}
.fa-hdd-o:before {
 content:"ï‚ "
}
.fa-bullhorn:before {
 content:"ï‚¡"
}
.fa-bell:before {
 content:"ïƒ³"
}
.fa-certificate:before {
 content:"ï‚£"
}
.fa-hand-o-right:before {
 content:"ï‚¤"
}
.fa-hand-o-left:before {
 content:"ï‚¥"
}
.fa-hand-o-up:before {
 content:"ï‚¦"
}
.fa-hand-o-down:before {
 content:"ï‚§"
}
.fa-arrow-circle-left:before {
 content:"ï‚¨"
}
.fa-arrow-circle-right:before {
 content:"ï‚©"
}
.fa-arrow-circle-up:before {
 content:"ï‚ª"
}
.fa-arrow-circle-down:before {
 content:"ï‚«"
}
.fa-globe:before {
 content:"ï‚¬"
}
.fa-wrench:before {
 content:"ï‚­"
}
.fa-tasks:before {
 content:"ï‚®"
}
.fa-filter:before {
 content:"ï‚°"
}
.fa-briefcase:before {
 content:"ï‚±"
}
.fa-arrows-alt:before {
 content:"ï‚²"
}
.fa-group:before,.fa-users:before {
 content:"ïƒ€"
}
.fa-chain:before,.fa-link:before {
 content:"ïƒ?"
}
.fa-cloud:before {
 content:"ïƒ‚"
}
.fa-flask:before {
 content:"ïƒƒ"
}
.fa-cut:before,.fa-scissors:before {
 content:"ïƒ„"
}
.fa-copy:before,.fa-files-o:before {
 content:"ïƒ…"
}
.fa-paperclip:before {
 content:"ïƒ†"
}
.fa-save:before,.fa-floppy-o:before {
 content:"ïƒ‡"
}
.fa-square:before {
 content:"ïƒˆ"
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
 content:"ïƒ‰"
}
.fa-list-ul:before {
 content:"ïƒŠ"
}
.fa-list-ol:before {
 content:"ïƒ‹"
}
.fa-strikethrough:before {
 content:"ïƒŒ"
}
.fa-underline:before {
 content:"ïƒ?"
}
.fa-table:before {
 content:"ïƒŽ"
}
.fa-magic:before {
 content:"ïƒ?"
}
.fa-truck:before {
 content:"ïƒ‘"
}
.fa-pinterest:before {
 content:"ïƒ’"
}
.fa-pinterest-square:before {
 content:"ïƒ“"
}
.fa-google-plus-square:before {
 content:"ïƒ”"
}
.fa-google-plus:before {
 content:"ïƒ•"
}
.fa-money:before {
 content:"ïƒ–"
}
.fa-caret-down:before {
 content:"ïƒ—"
}
.fa-caret-up:before {
 content:"ïƒ˜"
}
.fa-caret-left:before {
 content:"ïƒ™"
}
.fa-caret-right:before {
 content:"ïƒš"
}
.fa-columns:before {
 content:"ïƒ›"
}
.fa-unsorted:before,.fa-sort:before {
 content:"ïƒœ"
}
.fa-sort-down:before,.fa-sort-desc:before {
 content:"ïƒ?"
}
.fa-sort-up:before,.fa-sort-asc:before {
 content:"ïƒž"
}
.fa-envelope:before {
 content:"ïƒ "
}
.fa-linkedin:before {
 content:"ïƒ¡"
}
.fa-rotate-left:before,.fa-undo:before {
 content:"ïƒ¢"
}
.fa-legal:before,.fa-gavel:before {
 content:"ïƒ£"
}
.fa-dashboard:before,.fa-tachometer:before {
 content:"ïƒ¤"
}
.fa-comment-o:before {
 content:"ïƒ¥"
}
.fa-comments-o:before {
 content:"ïƒ¦"
}
.fa-flash:before,.fa-bolt:before {
 content:"ïƒ§"
}
.fa-sitemap:before {
 content:"ïƒ¨"
}
.fa-umbrella:before {
 content:"ïƒ©"
}
.fa-paste:before,.fa-clipboard:before {
 content:"ïƒª"
}
.fa-lightbulb-o:before {
 content:"ïƒ«"
}
.fa-exchange:before {
 content:"ïƒ¬"
}
.fa-cloud-download:before {
 content:"ïƒ­"
}
.fa-cloud-upload:before {
 content:"ïƒ®"
}
.fa-user-md:before {
 content:"ïƒ°"
}
.fa-stethoscope:before {
 content:"ïƒ±"
}
.fa-suitcase:before {
 content:"ïƒ²"
}
.fa-bell-o:before {
 content:"ï‚¢"
}
.fa-coffee:before {
 content:"ïƒ´"
}
.fa-cutlery:before {
 content:"ïƒµ"
}
.fa-file-text-o:before {
 content:"ïƒ¶"
}
.fa-building-o:before {
 content:"ïƒ·"
}
.fa-hospital-o:before {
 content:"ïƒ¸"
}
.fa-ambulance:before {
 content:"ïƒ¹"
}
.fa-medkit:before {
 content:"ïƒº"
}
.fa-fighter-jet:before {
 content:"ïƒ»"
}
.fa-beer:before {
 content:"ïƒ¼"
}
.fa-h-square:before {
 content:"ïƒ½"
}
.fa-plus-square:before {
 content:"ïƒ¾"
}
.fa-angle-double-left:before {
 content:"ï„€"
}
.fa-angle-double-right:before {
 content:"ï„?"
}
.fa-angle-double-up:before {
 content:"ï„‚"
}
.fa-angle-double-down:before {
 content:"ï„ƒ"
}
.fa-angle-left:before {
 content:"ï„„"
}
.fa-angle-right:before {
 content:"ï„…"
}
.fa-angle-up:before {
 content:"ï„†"
}
.fa-angle-down:before {
 content:"ï„‡"
}
.fa-desktop:before {
 content:"ï„ˆ"
}
.fa-laptop:before {
 content:"ï„‰"
}
.fa-tablet:before {
 content:"ï„Š"
}
.fa-mobile-phone:before,.fa-mobile:before {
 content:"ï„‹"
}
.fa-circle-o:before {
 content:"ï„Œ"
}
.fa-quote-left:before {
 content:"ï„?"
}
.fa-quote-right:before {
 content:"ï„Ž"
}
.fa-spinner:before {
 content:"ï„?"
}
.fa-circle:before {
 content:"ï„‘"
}
.fa-mail-reply:before,.fa-reply:before {
 content:"ï„’"
}
.fa-github-alt:before {
 content:"ï„“"
}
.fa-folder-o:before {
 content:"ï„”"
}
.fa-folder-open-o:before {
 content:"ï„•"
}
.fa-smile-o:before {
 content:"ï„˜"
}
.fa-frown-o:before {
 content:"ï„™"
}
.fa-meh-o:before {
 content:"ï„š"
}
.fa-gamepad:before {
 content:"ï„›"
}
.fa-keyboard-o:before {
 content:"ï„œ"
}
.fa-flag-o:before {
 content:"ï„?"
}
.fa-flag-checkered:before {
 content:"ï„ž"
}
.fa-terminal:before {
 content:"ï„ "
}
.fa-code:before {
 content:"ï„¡"
}
.fa-mail-reply-all:before,.fa-reply-all:before {
 content:"ï„¢"
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
 content:"ï„£"
}
.fa-location-arrow:before {
 content:"ï„¤"
}
.fa-crop:before {
 content:"ï„¥"
}
.fa-code-fork:before {
 content:"ï„¦"
}
.fa-unlink:before,.fa-chain-broken:before {
 content:"ï„§"
}
.fa-question:before {
 content:"ï„¨"
}
.fa-info:before {
 content:"ï„©"
}
.fa-exclamation:before {
 content:"ï„ª"
}
.fa-superscript:before {
 content:"ï„«"
}
.fa-subscript:before {
 content:"ï„¬"
}
.fa-eraser:before {
 content:"ï„­"
}
.fa-puzzle-piece:before {
 content:"ï„®"
}
.fa-microphone:before {
 content:"ï„°"
}
.fa-microphone-slash:before {
 content:"ï„±"
}
.fa-shield:before {
 content:"ï„²"
}
.fa-calendar-o:before {
 content:"ï„³"
}
.fa-fire-extinguisher:before {
 content:"ï„´"
}
.fa-rocket:before {
 content:"ï„µ"
}
.fa-maxcdn:before {
 content:"ï„¶"
}
.fa-chevron-circle-left:before {
 content:"ï„·"
}
.fa-chevron-circle-right:before {
 content:"ï„¸"
}
.fa-chevron-circle-up:before {
 content:"ï„¹"
}
.fa-chevron-circle-down:before {
 content:"ï„º"
}
.fa-html5:before {
 content:"ï„»"
}
.fa-css3:before {
 content:"ï„¼"
}
.fa-anchor:before {
 content:"ï„½"
}
.fa-unlock-alt:before {
 content:"ï„¾"
}
.fa-bullseye:before {
 content:"ï…€"
}
.fa-ellipsis-h:before {
 content:"ï…?"
}
.fa-ellipsis-v:before {
 content:"ï…‚"
}
.fa-rss-square:before {
 content:"ï…ƒ"
}
.fa-play-circle:before {
 content:"ï…„"
}
.fa-ticket:before {
 content:"ï……"
}
.fa-minus-square:before {
 content:"ï…†"
}
.fa-minus-square-o:before {
 content:"ï…‡"
}
.fa-level-up:before {
 content:"ï…ˆ"
}
.fa-level-down:before {
 content:"ï…‰"
}
.fa-check-square:before {
 content:"ï…Š"
}
.fa-pencil-square:before {
 content:"ï…‹"
}
.fa-external-link-square:before {
 content:"ï…Œ"
}
.fa-share-square:before {
 content:"ï…?"
}
.fa-compass:before {
 content:"ï…Ž"
}
.fa-toggle-down:before,.fa-caret-square-o-down:before {
 content:"ï…?"
}
.fa-toggle-up:before,.fa-caret-square-o-up:before {
 content:"ï…‘"
}
.fa-toggle-right:before,.fa-caret-square-o-right:before {
 content:"ï…’"
}
.fa-euro:before,.fa-eur:before {
 content:"ï…“"
}
.fa-gbp:before {
 content:"ï…”"
}
.fa-dollar:before,.fa-usd:before {
 content:"ï…•"
}
.fa-rupee:before,.fa-inr:before {
 content:"ï…–"
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
 content:"ï…—"
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
 content:"ï…˜"
}
.fa-won:before,.fa-krw:before {
 content:"ï…™"
}
.fa-bitcoin:before,.fa-btc:before {
 content:"ï…š"
}
.fa-file:before {
 content:"ï…›"
}
.fa-file-text:before {
 content:"ï…œ"
}
.fa-sort-alpha-asc:before {
 content:"ï…?"
}
.fa-sort-alpha-desc:before {
 content:"ï…ž"
}
.fa-sort-amount-asc:before {
 content:"ï… "
}
.fa-sort-amount-desc:before {
 content:"ï…¡"
}
.fa-sort-numeric-asc:before {
 content:"ï…¢"
}
.fa-sort-numeric-desc:before {
 content:"ï…£"
}
.fa-thumbs-up:before {
 content:"ï…¤"
}
.fa-thumbs-down:before {
 content:"ï…¥"
}
.fa-youtube-square:before {
 content:"ï…¦"
}
.fa-youtube:before {
 content:"ï…§"
}
.fa-xing:before {
 content:"ï…¨"
}
.fa-xing-square:before {
 content:"ï…©"
}
.fa-youtube-play:before {
 content:"ï…ª"
}
.fa-dropbox:before {
 content:"ï…«"
}
.fa-stack-overflow:before {
 content:"ï…¬"
}
.fa-instagram:before {
 content:"ï…­"
}
.fa-flickr:before {
 content:"ï…®"
}
.fa-adn:before {
 content:"ï…°"
}
.fa-bitbucket:before {
 content:"ï…±"
}
.fa-bitbucket-square:before {
 content:"ï…²"
}
.fa-tumblr:before {
 content:"ï…³"
}
.fa-tumblr-square:before {
 content:"ï…´"
}
.fa-long-arrow-down:before {
 content:"ï…µ"
}
.fa-long-arrow-up:before {
 content:"ï…¶"
}
.fa-long-arrow-left:before {
 content:"ï…·"
}
.fa-long-arrow-right:before {
 content:"ï…¸"
}
.fa-apple:before {
 content:"ï…¹"
}
.fa-windows:before {
 content:"ï…º"
}
.fa-android:before {
 content:"ï…»"
}
.fa-linux:before {
 content:"ï…¼"
}
.fa-dribbble:before {
 content:"ï…½"
}
.fa-skype:before {
 content:"ï…¾"
}
.fa-foursquare:before {
 content:"ï†€"
}
.fa-trello:before {
 content:"ï†?"
}
.fa-female:before {
 content:"ï†‚"
}
.fa-male:before {
 content:"ï†ƒ"
}
.fa-gittip:before,.fa-gratipay:before {
 content:"ï†„"
}
.fa-sun-o:before {
 content:"ï†…"
}
.fa-moon-o:before {
 content:"ï††"
}
.fa-archive:before {
 content:"ï†‡"
}
.fa-bug:before {
 content:"ï†ˆ"
}
.fa-vk:before {
 content:"ï†‰"
}
.fa-weibo:before {
 content:"ï†Š"
}
.fa-renren:before {
 content:"ï†‹"
}
.fa-pagelines:before {
 content:"ï†Œ"
}
.fa-stack-exchange:before {
 content:"ï†?"
}
.fa-arrow-circle-o-right:before {
 content:"ï†Ž"
}
.fa-arrow-circle-o-left:before {
 content:"ï†?"
}
.fa-toggle-left:before,.fa-caret-square-o-left:before {
 content:"ï†‘"
}
.fa-dot-circle-o:before {
 content:"ï†’"
}
.fa-wheelchair:before {
 content:"ï†“"
}
.fa-vimeo-square:before {
 content:"ï†”"
}
.fa-turkish-lira:before,.fa-try:before {
 content:"ï†•"
}
.fa-plus-square-o:before {
 content:"ï†–"
}
.fa-space-shuttle:before {
 content:"ï†—"
}
.fa-slack:before {
 content:"ï†˜"
}
.fa-envelope-square:before {
 content:"ï†™"
}
.fa-wordpress:before {
 content:"ï†š"
}
.fa-openid:before {
 content:"ï†›"
}
.fa-institution:before,.fa-bank:before,.fa-university:before {
 content:"ï†œ"
}
.fa-mortar-board:before,.fa-graduation-cap:before {
 content:"ï†?"
}
.fa-yahoo:before {
 content:"ï†ž"
}
.fa-google:before {
 content:"ï† "
}
.fa-reddit:before {
 content:"ï†¡"
}
.fa-reddit-square:before {
 content:"ï†¢"
}
.fa-stumbleupon-circle:before {
 content:"ï†£"
}
.fa-stumbleupon:before {
 content:"ï†¤"
}
.fa-delicious:before {
 content:"ï†¥"
}
.fa-digg:before {
 content:"ï†¦"
}
.fa-pied-piper:before {
 content:"ï†§"
}
.fa-pied-piper-alt:before {
 content:"ï†¨"
}
.fa-drupal:before {
 content:"ï†©"
}
.fa-joomla:before {
 content:"ï†ª"
}
.fa-language:before {
 content:"ï†«"
}
.fa-fax:before {
 content:"ï†¬"
}
.fa-building:before {
 content:"ï†­"
}
.fa-child:before {
 content:"ï†®"
}
.fa-paw:before {
 content:"ï†°"
}
.fa-spoon:before {
 content:"ï†±"
}
.fa-cube:before {
 content:"ï†²"
}
.fa-cubes:before {
 content:"ï†³"
}
.fa-behance:before {
 content:"ï†´"
}
.fa-behance-square:before {
 content:"ï†µ"
}
.fa-steam:before {
 content:"ï†¶"
}
.fa-steam-square:before {
 content:"ï†·"
}
.fa-recycle:before {
 content:"ï†¸"
}
.fa-automobile:before,.fa-car:before {
 content:"ï†¹"
}
.fa-cab:before,.fa-taxi:before {
 content:"ï†º"
}
.fa-tree:before {
 content:"ï†»"
}
.fa-spotify:before {
 content:"ï†¼"
}
.fa-deviantart:before {
 content:"ï†½"
}
.fa-soundcloud:before {
 content:"ï†¾"
}
.fa-database:before {
 content:"ï‡€"
}
.fa-file-pdf-o:before {
 content:"ï‡?"
}
.fa-file-word-o:before {
 content:"ï‡‚"
}
.fa-file-excel-o:before {
 content:"ï‡ƒ"
}
.fa-file-powerpoint-o:before {
 content:"ï‡„"
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
 content:"ï‡…"
}
.fa-file-zip-o:before,.fa-file-archive-o:before {
 content:"ï‡†"
}
.fa-file-sound-o:before,.fa-file-audio-o:before {
 content:"ï‡‡"
}
.fa-file-movie-o:before,.fa-file-video-o:before {
 content:"ï‡ˆ"
}
.fa-file-code-o:before {
 content:"ï‡‰"
}
.fa-vine:before {
 content:"ï‡Š"
}
.fa-codepen:before {
 content:"ï‡‹"
}
.fa-jsfiddle:before {
 content:"ï‡Œ"
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
 content:"ï‡?"
}
.fa-circle-o-notch:before {
 content:"ï‡Ž"
}
.fa-ra:before,.fa-rebel:before {
 content:"ï‡?"
}
.fa-ge:before,.fa-empire:before {
 content:"ï‡‘"
}
.fa-git-square:before {
 content:"ï‡’"
}
.fa-git:before {
 content:"ï‡“"
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
 content:"ï‡”"
}
.fa-tencent-weibo:before {
 content:"ï‡•"
}
.fa-qq:before {
 content:"ï‡–"
}
.fa-wechat:before,.fa-weixin:before {
 content:"ï‡—"
}
.fa-send:before,.fa-paper-plane:before {
 content:"ï‡˜"
}
.fa-send-o:before,.fa-paper-plane-o:before {
 content:"ï‡™"
}
.fa-history:before {
 content:"ï‡š"
}
.fa-circle-thin:before {
 content:"ï‡›"
}
.fa-header:before {
 content:"ï‡œ"
}
.fa-paragraph:before {
 content:"ï‡?"
}
.fa-sliders:before {
 content:"ï‡ž"
}
.fa-share-alt:before {
 content:"ï‡ "
}
.fa-share-alt-square:before {
 content:"ï‡¡"
}
.fa-bomb:before {
 content:"ï‡¢"
}
.fa-soccer-ball-o:before,.fa-futbol-o:before {
 content:"ï‡£"
}
.fa-tty:before {
 content:"ï‡¤"
}
.fa-binoculars:before {
 content:"ï‡¥"
}
.fa-plug:before {
 content:"ï‡¦"
}
.fa-slideshare:before {
 content:"ï‡§"
}
.fa-twitch:before {
 content:"ï‡¨"
}
.fa-yelp:before {
 content:"ï‡©"
}
.fa-newspaper-o:before {
 content:"ï‡ª"
}
.fa-wifi:before {
 content:"ï‡«"
}
.fa-calculator:before {
 content:"ï‡¬"
}
.fa-paypal:before {
 content:"ï‡­"
}
.fa-google-wallet:before {
 content:"ï‡®"
}
.fa-cc-visa:before {
 content:"ï‡°"
}
.fa-cc-mastercard:before {
 content:"ï‡±"
}
.fa-cc-discover:before {
 content:"ï‡²"
}
.fa-cc-amex:before {
 content:"ï‡³"
}
.fa-cc-paypal:before {
 content:"ï‡´"
}
.fa-cc-stripe:before {
 content:"ï‡µ"
}
.fa-bell-slash:before {
 content:"ï‡¶"
}
.fa-bell-slash-o:before {
 content:"ï‡·"
}
.fa-trash:before {
 content:"ï‡¸"
}
.fa-copyright:before {
 content:"ï‡¹"
}
.fa-at:before {
 content:"ï‡º"
}
.fa-eyedropper:before {
 content:"ï‡»"
}
.fa-paint-brush:before {
 content:"ï‡¼"
}
.fa-birthday-cake:before {
 content:"ï‡½"
}
.fa-area-chart:before {
 content:"ï‡¾"
}
.fa-pie-chart:before {
 content:"ïˆ€"
}
.fa-line-chart:before {
 content:"ïˆ?"
}
.fa-lastfm:before {
 content:"ïˆ‚"
}
.fa-lastfm-square:before {
 content:"ïˆƒ"
}
.fa-toggle-off:before {
 content:"ïˆ„"
}
.fa-toggle-on:before {
 content:"ïˆ…"
}
.fa-bicycle:before {
 content:"ïˆ†"
}
.fa-bus:before {
 content:"ïˆ‡"
}
.fa-ioxhost:before {
 content:"ïˆˆ"
}
.fa-angellist:before {
 content:"ïˆ‰"
}
.fa-cc:before {
 content:"ïˆŠ"
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
 content:"ïˆ‹"
}
.fa-meanpath:before {
 content:"ïˆŒ"
}
.fa-buysellads:before {
 content:"ïˆ?"
}
.fa-connectdevelop:before {
 content:"ïˆŽ"
}
.fa-dashcube:before {
 content:"ïˆ?"
}
.fa-forumbee:before {
 content:"ïˆ‘"
}
.fa-leanpub:before {
 content:"ïˆ’"
}
.fa-sellsy:before {
 content:"ïˆ“"
}
.fa-shirtsinbulk:before {
 content:"ïˆ”"
}
.fa-simplybuilt:before {
 content:"ïˆ•"
}
.fa-skyatlas:before {
 content:"ïˆ–"
}
.fa-cart-plus:before {
 content:"ïˆ—"
}
.fa-cart-arrow-down:before {
 content:"ïˆ˜"
}
.fa-diamond:before {
 content:"ïˆ™"
}
.fa-ship:before {
 content:"ïˆš"
}
.fa-user-secret:before {
 content:"ïˆ›"
}
.fa-motorcycle:before {
 content:"ïˆœ"
}
.fa-street-view:before {
 content:"ïˆ?"
}
.fa-heartbeat:before {
 content:"ïˆž"
}
.fa-venus:before {
 content:"ïˆ¡"
}
.fa-mars:before {
 content:"ïˆ¢"
}
.fa-mercury:before {
 content:"ïˆ£"
}
.fa-intersex:before,.fa-transgender:before {
 content:"ïˆ¤"
}
.fa-transgender-alt:before {
 content:"ïˆ¥"
}
.fa-venus-double:before {
 content:"ïˆ¦"
}
.fa-mars-double:before {
 content:"ïˆ§"
}
.fa-venus-mars:before {
 content:"ïˆ¨"
}
.fa-mars-stroke:before {
 content:"ïˆ©"
}
.fa-mars-stroke-v:before {
 content:"ïˆª"
}
.fa-mars-stroke-h:before {
 content:"ïˆ«"
}
.fa-neuter:before {
 content:"ïˆ¬"
}
.fa-genderless:before {
 content:"ïˆ­"
}
.fa-facebook-official:before {
 content:"ïˆ°"
}
.fa-pinterest-p:before {
 content:"ïˆ±"
}
.fa-whatsapp:before {
 content:"ïˆ²"
}
.fa-server:before {
 content:"ïˆ³"
}
.fa-user-plus:before {
 content:"ïˆ´"
}
.fa-user-times:before {
 content:"ïˆµ"
}
.fa-hotel:before,.fa-bed:before {
 content:"ïˆ¶"
}
.fa-viacoin:before {
 content:"ïˆ·"
}
.fa-train:before {
 content:"ïˆ¸"
}
.fa-subway:before {
 content:"ïˆ¹"
}
.fa-medium:before {
 content:"ïˆº"
}
.fa-yc:before,.fa-y-combinator:before {
 content:"ïˆ»"
}
.fa-optin-monster:before {
 content:"ïˆ¼"
}
.fa-opencart:before {
 content:"ïˆ½"
}
.fa-expeditedssl:before {
 content:"ïˆ¾"
}
.fa-battery-4:before,.fa-battery-full:before {
 content:"ï‰€"
}
.fa-battery-3:before,.fa-battery-three-quarters:before {
 content:"ï‰?"
}
.fa-battery-2:before,.fa-battery-half:before {
 content:"ï‰‚"
}
.fa-battery-1:before,.fa-battery-quarter:before {
 content:"ï‰ƒ"
}
.fa-battery-0:before,.fa-battery-empty:before {
 content:"ï‰„"
}
.fa-mouse-pointer:before {
 content:"ï‰…"
}
.fa-i-cursor:before {
 content:"ï‰†"
}
.fa-object-group:before {
 content:"ï‰‡"
}
.fa-object-ungroup:before {
 content:"ï‰ˆ"
}
.fa-sticky-note:before {
 content:"ï‰‰"
}
.fa-sticky-note-o:before {
 content:"ï‰Š"
}
.fa-cc-jcb:before {
 content:"ï‰‹"
}
.fa-cc-diners-club:before {
 content:"ï‰Œ"
}
.fa-clone:before {
 content:"ï‰?"
}
.fa-balance-scale:before {
 content:"ï‰Ž"
}
.fa-hourglass-o:before {
 content:"ï‰?"
}
.fa-hourglass-1:before,.fa-hourglass-start:before {
 content:"ï‰‘"
}
.fa-hourglass-2:before,.fa-hourglass-half:before {
 content:"ï‰’"
}
.fa-hourglass-3:before,.fa-hourglass-end:before {
 content:"ï‰“"
}
.fa-hourglass:before {
 content:"ï‰”"
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before {
 content:"ï‰•"
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before {
 content:"ï‰–"
}
.fa-hand-scissors-o:before {
 content:"ï‰—"
}
.fa-hand-lizard-o:before {
 content:"ï‰˜"
}
.fa-hand-spock-o:before {
 content:"ï‰™"
}
.fa-hand-pointer-o:before {
 content:"ï‰š"
}
.fa-hand-peace-o:before {
 content:"ï‰›"
}
.fa-trademark:before {
 content:"ï‰œ"
}
.fa-registered:before {
 content:"ï‰?"
}
.fa-creative-commons:before {
 content:"ï‰ž"
}
.fa-gg:before {
 content:"ï‰ "
}
.fa-gg-circle:before {
 content:"ï‰¡"
}
.fa-tripadvisor:before {
 content:"ï‰¢"
}
.fa-odnoklassniki:before {
 content:"ï‰£"
}
.fa-odnoklassniki-square:before {
 content:"ï‰¤"
}
.fa-get-pocket:before {
 content:"ï‰¥"
}
.fa-wikipedia-w:before {
 content:"ï‰¦"
}
.fa-safari:before {
 content:"ï‰§"
}
.fa-chrome:before {
 content:"ï‰¨"
}
.fa-firefox:before {
 content:"ï‰©"
}
.fa-opera:before {
 content:"ï‰ª"
}
.fa-internet-explorer:before {
 content:"ï‰«"
}
.fa-tv:before,.fa-television:before {
 content:"ï‰¬"
}
.fa-contao:before {
 content:"ï‰­"
}
.fa-500px:before {
 content:"ï‰®"
}
.fa-amazon:before {
 content:"ï‰°"
}
.fa-calendar-plus-o:before {
 content:"ï‰±"
}
.fa-calendar-minus-o:before {
 content:"ï‰²"
}
.fa-calendar-times-o:before {
 content:"ï‰³"
}
.fa-calendar-check-o:before {
 content:"ï‰´"
}
.fa-industry:before {
 content:"ï‰µ"
}
.fa-map-pin:before {
 content:"ï‰¶"
}
.fa-map-signs:before {
 content:"ï‰·"
}
.fa-map-o:before {
 content:"ï‰¸"
}
.fa-map:before {
 content:"ï‰¹"
}
.fa-commenting:before {
 content:"ï‰º"
}
.fa-commenting-o:before {
 content:"ï‰»"
}
.fa-houzz:before {
 content:"ï‰¼"
}
.fa-vimeo:before {
 content:"ï‰½"
}
.fa-black-tie:before {
 content:"ï‰¾"
}
.fa-fonticons:before {
 content:"ïŠ€"
}
.chart-tooltip {
 margin-top:1rem
}
.coverage-chart,.quality-chart {
 height:200px
}
.classifications-control__select {
 display:flex;
 align-items:center
}
.classifications-control__select input {
 margin-left:0
}
.classifications-control__children-tree {
 padding-left:20px
}
.classifications-control__node {
 padding:0.25rem 0px;
 display:flex;
 align-items:center
}
.classifications-control__node-icon {
 margin-right:0.5rem;
 font-size:22px;
 cursor:pointer
}
.classifications-control__inner {
 padding-right:12px;
 margin-top:0.5rem
}
.wrapper {
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 display:table;
 position:absolute
}
.outer-container {
 max-width:68em;
 margin-left:auto;
 margin-right:auto
}
.outer-container::after {
 clear:both;
 content:"";
 display:table
}
@media (max-width: 1200px) {
 .outer-container {
  padding:0 15px
 }
}
.warning {
 color:#ed1f09
}
.responsive-iframe {
 width:100% !important;
 margin-bottom:1.875rem
}
.downloads {
 margin:40px 0
}
.downloads__mapbiomas_collection,.downloads__reference_maps,.downloads__landsat_mosaics,.downloads__cod_legend {
 display:inline-block;
 text-align:center;
 width:18.125rem;
 margin-bottom:1.4rem;
 color:#77b893
}
.downloads__mapbiomas_collection,.downloads__mapbiomas_collection a,.downloads__reference_maps,.downloads__reference_maps a,.downloads__landsat_mosaics,.downloads__landsat_mosaics a,.downloads__cod_legend,.downloads__cod_legend a {
 font-size:1.25rem
}
.downloads__icon {
 width:180px;
 height:180px;
 border-radius:50%;
 margin:0 auto 0.625rem;
 background-size:cover;
 background-position:center top;
 overflow:hidden
}
.footer {
 background-color:#333
}
.footer::after {
 clear:both;
 content:"";
 display:table
}
@media screen and (max-width: 43.75em) {
 .footer {
  height:40px
 }
}
.footer__copyright {
 color:#bbb;
 text-align:center;
 padding-top:0.5rem;
 white-space:nowrap;
 font-size:0.6rem;
 margin-top:6px;
 position:absolute;
 left:50%;
 margin-left:-100px;
 width:200px
}
@media screen and (max-width: 43.75em) {
 .footer__copyright {
  font-size:0.5rem
 }
}
.footer__seeg,.footer__gee {
 float:left
}
.footer__ecostage {
 float:right
}
.footer__gee,.footer__seeg,.footer__ecostage {
 padding:0.5rem 1rem
}
@media screen and (max-width: 43.75em) {
 .footer__gee,.footer__seeg,.footer__ecostage {
  padding:0 0.25rem 0 0.25rem
 }
}
.footer .ecostage-label,.footer .gee-label,.footer .seeg-label {
 display:inline-block;
 color:#fff;
 text-transform:uppercase;
 font-size:0.625rem;
 vertical-align:middle;
 margin:0 0.5rem 0 0
}
@media screen and (max-width: 43.75em) {
 .footer .ecostage-label,.footer .gee-label,.footer .seeg-label {
  font-size:0.5rem
 }
}
.footer__image {
 height:20px;
 vertical-align:middle;
 cursor:pointer
}
@media screen and (max-width: 43.75em) {
 .footer__image {
  height:16px
 }
}
.header {
 background:#fff;
 padding:0 1rem;
 border-bottom:1px solid rgba(187,187,187,0.4)
}
@media screen and (max-width: 43.75em) {
 .header {
  margin:0 0.5rem
 }
}
.header__nav {
 padding:6px 0
}
.header__nav::after {
 clear:both;
 content:"";
 display:table
}
.header__logo img {
 float:left;
 height:36px;
 margin:6px 0
}
html,body {
 height:100%
}
#video-background {
 position:absolute;
 right:0;
 bottom:0;
 min-width:100%;
 min-height:100%;
 width:auto;
 height:auto;
 z-index:-100;
 opacity:1
}
.home__video {
 height:95vh;
 position:relative;
 margin-bottom:3rem;
 background-color:rgba(0,0,0,0.3);
 overflow:hidden;
 min-height:600px
}
.home__video-content {
 position:absolute;
 width:100%;
 text-shadow:0px 0px 10px rgba(0,0,0,0.34);
 text-align:center;
 color:white;
 padding:11vh 30vh;
 font-family:'Roboto', sans-serif;
 font-weight:400;
 font-size:25px;
 line-height:140%
}
@media (max-width: 999px) {
 .home__video-content {
  padding:11vh 10vh
 }
}
@media (max-width: 630px) {
 .home__video-content {
  padding:8vh 5vh;
  font-size:18px
 }
}
.home__video-content img {
 width:300px;
 margin-bottom:30px
}
@media (max-width: 630px) {
 .home__video-content img {
  width:200px
 }
}
.home__video-content .button {
 margin:10px 0
}
.home__coating {
 padding:0 0 3rem !important
}
.home__coating,.home__numbers {
 padding:3rem 0
}
.home__coating-content,.home__numbers-content {
 max-width:68em;
 margin-left:auto;
 margin-right:auto;
 padding:0 1rem
}
.home__coating-content::after,.home__numbers-content::after {
 clear:both;
 content:"";
 display:table
}
.home__coating-content h1,.home__numbers-content h1 {
 padding-top:1rem
}
@media (max-width: 767px) {
 .home__coating-content h1,.home__numbers-content h1 {
  padding:0
 }
}
.home__coating-content p,.home__numbers-content p {
 font-size:18px;
 margin-bottom:1rem
}
@media (max-width: 767px) {
 .home__coating-content p,.home__numbers-content p {
  font-size:16px
 }
}
.home__coating-image,.home__numbers-image {
 float:left;
 height:200px;
 margin-right:90px
}
@media (max-width: 767px) {
 .home__coating-image,.home__numbers-image {
  float:none;
  display:inline-block;
  margin:0 auto 10px
 }
}
.home__changes,.home__quality {
 padding:3rem 0;
 background-color:rgba(187,187,187,0.2)
}
.home__changes-content,.home__quality-content {
 max-width:68em;
 margin-left:auto;
 margin-right:auto;
 padding:0 1rem
}
.home__changes-content::after,.home__quality-content::after {
 clear:both;
 content:"";
 display:table
}
.home__changes-content h1,.home__quality-content h1 {
 padding-top:3rem
}
@media (max-width: 767px) {
 .home__changes-content h1,.home__quality-content h1 {
  padding:0
 }
}
.home__changes-content p,.home__quality-content p {
 font-size:18px;
 margin-bottom:1rem
}
@media (max-width: 767px) {
 .home__changes-content p,.home__quality-content p {
  font-size:16px
 }
}
.home__changes-image,.home__quality-image {
 float:right
}
@media (max-width: 767px) {
 .home__changes-image,.home__quality-image {
  float:none;
  display:inline-block;
  margin:0 auto 30px
 }
}
.home__partners-content {
 max-width:68em;
 margin-left:auto;
 margin-right:auto;
 padding:0 1rem;
 padding-top:3rem;
 text-align:center
}
.home__partners-content::after {
 clear:both;
 content:"";
 display:table
}
.home__partners-content img {
 width:192px;
 margin:20px 9px
}
.home__partners-content h1 {
 text-align:center;
 color:#77b893;
 font-size:26px;
 margin-top:3rem
}
@media (max-width: 767px) {
 .home__partners-content h1 {
  margin-top:0
 }
}
.home__partners-content h1.page__title {
 font-size:32px;
 margin-top:0
}
.home__partners-image {
 width:320px !important;
 margin:0 !important
}
.modal-video {
 position:fixed;
 top:0%;
 bottom:0%;
 left:0%;
 right:0%;
 background-color:rgba(0,0,0,0.8)
}
.modal-video iframe {
 width:100%;
 height:100%
}
.modal-video.fade {
 display:none
}
.modal-video .close {
 position:absolute;
 right:0;
 font-size:1.375rem
}
.landsat-download {
 height:500px;
 padding-top:1rem;
 margin-bottom:6rem
}
.landsat-download__select {
 text-align:center
}
.landsat-download__select .Select-value,.landsat-download__select .Select {
 text-align:left;
 display:inline-block;
 margin-right:0.9375rem
}
.landsat-download__select button {
 position:relative;
 top:-15px
}
.year-select-wrapper,.card-select-wrapper {
 width:150px !important
}
.map__wrapper {
 display:table-row
}
.map,.map__wrapper,.map__canvas {
 height:100%;
 width:100%
}
.map {
 position:relative;
 z-index:1
}
.map__canvas .spinner {
 z-index:2 !important
}
.map-modal {
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 margin:1rem;
 box-shadow:1px 1px 2px rgba(127,129,132,0.4);
 border-radius:1px;
 background:#fff;
 padding:1rem;
 z-index:9999;
 max-height:100%
}
.map-modal--vertical-smaller {
 bottom:auto;
 margin:1rem
}
@media screen and (max-width: 43.75em) {
 .map-modal--vertical-smaller {
  top:1rem;
  left:1rem;
  right:1rem;
  margin:0;
  width:auto
 }
}
.map-modal--horizontal-smaller {
 margin:1rem auto;
 width:700px
}
@media screen and (max-width: 43.75em) {
 .map-modal--horizontal-smaller {
  top:1rem;
  left:1rem;
  right:1rem;
  margin:0;
  width:auto
 }
}
.map-modal__overlay {
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background:#000;
 opacity:0.4;
 z-index:9
}
.map-modal__header {
 text-align:center;
 border-bottom:1px solid #bbb;
 padding-bottom:0.5rem;
 margin-bottom:1rem
}
.map-modal__content {
 overflow:auto;
 padding:0.25rem;
 max-height:100%
}
.map-modal__content ul {
 list-style-type:none;
 margin:0.5rem 0 0.5rem 1rem
}
@media screen and (max-width: 43.75em) {
 .map-modal__content {
  height:calc(100% - 40px)
 }
}
.map-modal__ok,.map-modal__download {
 float:right;
 padding-left:30px;
 padding-right:30px
}
.map-modal__download {
 margin:0.5rem
}
.map-modal__close {
 right:0;
 top:0;
 position:absolute;
 cursor:pointer;
 margin:0.5rem;
 color:#7f8184
}
.map-modal__close:hover,.map-modal__close:active,.map-modal__close:focus {
 color:#333
}
.hide-panels .map-panel-can-hide {
 display:none !important
}
.map-panel__wrapper {
 display:flex;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 pointer-events:none;
 z-index:2
}
.map-panel__area {
 padding:20px;
 display:flex;
 flex-direction:column
}
.map-panel__area:first-child {
 padding-right:0
}
.map-panel__area:last-child {
 padding-left:0
}
.map-panel__grow {
 flex-grow:1;
 overflow:hidden
}
.map-panel__bottom {
 margin-top:auto;
 margin-bottom:0
}
.map-panel__main {
 flex-grow:1
}
.map-panel__sidebar {
 width:320px
}
.map-panel__action-panel {
 pointer-events:all;
 margin-bottom:10px
}
.map-panel__content {
 padding:10px;
 background:#fff
}
.map-panel__tab-panel .ReactTabs__TabList {
 font-size:10px
}
.menu {
 line-height:48px;
 float:right
}
@media screen and (max-width: 75em) {
 .menu {
  position:fixed;
  z-index:10;
  top:0;
  left:-310px;
  width:300px;
  height:100%;
  overflow:auto;
  background:#fff;
  box-shadow:4px 0 8px rgba(127,129,132,0.4);
  line-height:40px;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out
 }
}
.menu--expanded {
 left:0
}
.menu__item {
 padding:0 0 0 1rem;
 display:inline-block;
 position:relative
}
.menu__item:hover .submenu__items {
 display:block
}
@media screen and (max-width: 75em) {
 .menu__item {
  display:block;
  width:100%
 }
}
.menu__link {
 text-decoration:none;
 text-transform:uppercase;
 font-family:"Lato", sans-serif;
 font-size:0.8rem;
 color:#7f8184
}
.menu__link:hover {
 color:#333
}
@media screen and (min-width: 75em) {
 .submenu__items {
  display:none;
  position:absolute;
  left:0;
  top:40px;
  background-color:#84caa0;
  z-index:5;
  box-shadow:1px 1px 2px rgba(127,129,132,0.4)
 }
 .submenu__items .menu__item {
  white-space:nowrap;
  text-overflow:ellipsis;
  max-width:300px;
  line-height:0.8125rem;
  display:block;
  padding:0
 }
 .submenu__items .menu__item:hover {
  background:#77b893
 }
 .submenu__items .menu__link {
  display:block;
  padding:1rem;
  color:#fff
 }
 .submenu__items:hover {
  display:block
 }
}
.menu__header {
 font-size:1.2rem;
 display:none;
 padding:0.25rem 1rem;
 margin-bottom:0.25rem;
 text-decoration:none;
 background:#84caa0;
 color:#fff
}
@media screen and (max-width: 75em) {
 .menu__header {
  display:block;
  width:100%;
  border-bottom:1px solid rgba(132,202,160,0.4)
 }
}
.menu__header .trigger,.menu__header .trigger:active,.menu__header .trigger:focus,.menu__header .trigger:hover {
 float:right;
 color:#fff
}
.header__menu-trigger {
 line-height:44px;
 display:none;
 float:right
}
@media screen and (max-width: 75em) {
 .header__menu-trigger {
  display:block
 }
}
.trigger {
 font-size:28px;
 padding:4px 0px;
 border:none;
 outline:none;
 color:#7f8184;
 background:transparent !important;
 box-shadow:none
}
.trigger:active,.trigger:focus {
 color:#7f8184
}
.trigger:hover {
 color:#333
}
.translation {
 padding-left:2.5rem
}
@media screen and (max-width: 75em) {
 .translation {
  padding-left:1rem
 }
}
.translation__icon {
 color:#7f8184;
 margin-right:8px;
 font-size:0.8rem
}
.translation__link {
 margin-right:5px
}
.translation__link::after {
 content:'|';
 display:inline-block;
 margin-left:5px
}
.translation__link:last-child::after {
 display:none
}
.methodology-presentation {
 margin:0.5rem;
 padding:0.5rem;
 display:inline-block;
 border:1px solid #bbb;
 width:275px
}
.methodology-presentation__title {
 font-weight:500;
 padding:0.25rem 0 0 0;
 font-size:0.8125rem;
 text-align:center
}
.methodology-presentation img {
 margin:0
}
.page--methodology img {
 margin:1rem auto
}
.page--methodology h2.page__title {
 color:#84caa0;
 margin-top:2.5rem;
 font-size:1.5rem
}
.page h2.page__title {
 color:#84caa0;
 margin-top:2.5rem;
 font-size:1.5rem
}
.page img {
 display:block;
 margin:0 auto 0 auto;
 max-width:100%
}
.page__title {
 font-size:2rem;
 margin:0 0 1rem 0
}
.page__subtitle {
 font-size:1.3rem;
 margin:0 0 0.5rem 0;
 color:#84caa0
}
.page__container {
 max-width:68em;
 margin-left:auto;
 margin-right:auto
}
.page__container::after {
 clear:both;
 content:"";
 display:table
}
.page__section {
 margin:5rem 0
}
.page__section:first-child {
 margin-top:0
}
.page__section .page__title {
 color:#84caa0
}
.page__section .button {
 margin:0.5rem
}
.page__section-text,.page__section-media {
 float:left;
 display:block;
 margin-right:2.35765%;
 width:48.82117%
}
.page__section-text:last-child,.page__section-media:last-child {
 margin-right:0
}
@media screen and (max-width: 43.75em) {
 .page__section-text,.page__section-media {
  margin:0.5rem 0;
  float:left;
  display:block;
  margin-right:16.03631%;
  width:100%
 }
 .page__section-text:last-child,.page__section-media:last-child {
  margin-right:0
 }
}
.page__section-text {
 margin:1rem auto
}
.page__section::after {
 clear:both;
 content:"";
 display:table
}
.page--home {
 text-align:center
}
.page__box-download {
 background:rgba(187,187,187,0.2);
 padding:10px 10px 0;
 margin:0 auto 20px;
 border-radius:6px;
 text-align:center;
 width:80%
}
.page__box-download select {
 background-color:white;
 border:1px solid #bbb;
 padding:10px;
 margin-bottom:10px;
 display:inline-block
}
.quality-labels {
 margin:0px !important
}
.quality-labels__subtitle {
 margin-bottom:0.5rem
}
.quality-labels__item {
 position:relative;
 padding-left:1.875rem
}
.quality-labels__item--icon {
 width:18px;
 height:18px;
 border-radius:12px;
 position:absolute;
 left:0;
 opacity:0.7
}
.quality-labels__item--icon.good {
 background:#008800
}
.quality-labels__item--icon.regular {
 background:#FCF35B
}
.quality-labels__item--icon.bad {
 background:#880000
}
.stats__value {
  margin-bottom: 20px;
}
.stats__value-item {
  width: 32%;
  border: 2px solid #eee;
  padding: 20px 10px;
  margin-right: 14px;
  display: inline-block;
  text-align: center; 
  color: #7e7d83;
}
.stats__value-item:last-child {
  margin-right: 0;
}
.stats__value-item--label {
  display: block;
  font-weight: lighter;
}
.stats__value-item--porcent {
  display: block;
  font-weight: bold;
  font-size: 40px;
}
.stats__label {
 display:flex;
 align-items:center
}
.stats__filter-box {
 margin:2.5rem 0;
 padding: 30px;
 background-color:#eee;
 border-radius:2px
}
.stats__filter {
 width:38%;
 display:inline-block;
 margin-right:3%;
}
.stats__filter select {
  width: 100%;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.stats__filter-button {
  width: 16%;
  display:inline-block;
}
.stats__filter:last-child {
 margin-right:0
}
.stats__chart-and-table {
 margin-bottom:1.875rem
}
.hide{
  height: 0;
  overflow: hidden;
}

input[hidden] {
  opacity: 0;
  display: none;
}

.label-tab-1,
.label-tab-2,
.label-tab-3 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 20px 20px 0;
}

#tab-1[type="radio"]:checked ~ .label-tab-1,
#tab-2[type="radio"]:checked ~ .label-tab-2,
#tab-3[type="radio"]:checked ~ .label-tab-3 {
  border-bottom: 2px solid #eee;
}

#tab-1[type="radio"]:checked ~ .tab-1,
#tab-2[type="radio"]:checked ~ .tab-2,
#tab-3[type="radio"]:checked ~ .tab-3 {
  display: block !important;
}

.stats__chart {
 margin-bottom:1rem;
 min-height:400px
}
.stats-table {
 overflow-x:auto
}
.stats-table table {
 width:100%
}
.stats-table button {
 margin-right:0
}
.stats-table th {
 font-weight:bolder;
 border-bottom-width:2px
}
.stats-table th,.stats-table td {
 padding:4px 6px;
 white-space:nowrap
}
.stats-modal {
 height:500px
}
.team__line {
 max-width:68em;
 margin-left:auto;
 margin-right:auto
}
.team__line::after {
 clear:both;
 content:"";
 display:table
}
.team__line::after {
 clear:both;
 content:"";
 display:table
}
.team__item {
 float:left;
 display:block;
 margin-right:2.35765%;
 width:23.23176%;
 text-align:center;
 margin-right:0px !important;
 padding-right:1.4rem
}
.team__item:last-child {
 margin-right:0
}
@media screen and (max-width: 75em) {
 .team__item {
  float:left;
  display:block;
  margin-right:7.42297%;
  width:46.28851%
 }
 .team__item:last-child {
  margin-right:0
 }
}
@media screen and (max-width: 43.75em) {
 .team__item {
  float:left;
  display:block;
  margin-right:16.03631%;
  width:100%
 }
 .team__item:last-child {
  margin-right:0
 }
}
.team__personal {
 padding:0px;
 margin:0px
}
.team__image {
 width:180px;
 height:180px;
 border-radius:50%;
 margin:0 auto 1.4rem;
 background-image:url(/assets/profile-84ad27c566ef30677246f98c39753bb7015a7857a0054227fac32c105ecbecdd.png);
 background-size:cover;
 background-position:center top;
 border:1px solid rgba(187,187,187,0.4)
}
.team__name {
 height:60px
}
.team__collection {
 font-weight:bold;
 color:#62a5bb
}
.team__small {
 display:block;
 color:#bbb
}
.team__title {
 font-size:1.5rem;
 margin:1.4rem 0;
 color:#77b893
}
.timeline-control {
 position:absolute;
 margin:1rem;
 bottom:0;
 left:0;
 right:0
}
.toggles-list .toggle {
 display:flex;
 align-items:center;
 justify-content:space-between
}
.transitions-sankey {
 height:500px;
 text-align:center;
 overflow:auto;
 margin:0.5rem 0;
 font-size:0.8125rem !important
}
.transitions-sankey__label {
 padding-bottom:0.25rem
}
.transitions-sankey .transition-value {
 color:#bbb
}
.transitions-control button {
 margin-top:0.25rem;
 width:100%
}
.transition-label__container {
 margin-bottom:1rem
}
.transition-label__item {
 margin-bottom:0
}
.transitions-labels__select {
 display:flex;
 align-items:center
}
.transitions-labels__select input {
 margin-left:0
}
.transitions-labels__items {
 margin-top:0.5rem
}
.transitions-labels__item {
 padding:0.25rem 0px;
 display:flex;
 align-items:center
}
.transitions-labels__item label {
 margin-bottom:0
}
.transitions-labels__icon {
 margin-right:0.5rem;
 font-size:22px;
 cursor:pointer
}
.transitions-matrix {
 width:100%;
 table-layout:auto;
 font-size:0.8rem;
 margin-bottom:0.5rem
}
.transitions-matrix__container {
 height:500px;
 overflow:auto
}
.transitions-matrix td {
 padding:0.25rem 0.5rem;
 border:1px solid #d5d5d5
}
.transitions-matrix td:empty {
 visibility:hidden
}
.transitions-matrix td.highlight {
 font-weight:600;
 opacity:1 !important
}
.transitions-matrix td.from-classification,.transitions-matrix td.to-classification,.transitions-matrix td.transition-value {
 opacity:0.4
}
.transitions-matrix .to-year,.transitions-matrix .from-year {
 text-align:center;
 font-weight:600
}
.transitions-matrix .to-classification,.transitions-matrix .from-total-classification {
 text-align:center
}
.transitions-matrix .transition-value,.transitions-matrix .transition-total-value,.transitions-matrix .total-sum-value {
 text-align:center
}
.scrollbar-inner>.scroll-element .scroll-bar {
 background:#84caa0 !important;
 opacity:1 !important
}
.leaflet-sbs-divider {
 display:flex;
 width:auto !important;
 margin-left:-110px !important;
 background:none !important
}
.leaflet-sbs-left-label,.leaflet-sbs-right-label {
 width:100px;
 margin-bottom:8px;
 align-self:flex-end;
 font-family:"Open Sans", sans-serif;
 font-size:24px;
 font-weight:bold;
 text-align:center;
 background:#4fb377;
 color:#fff
}
.leaflet-sbs-left-label {
 margin-right:8px;
 order:1
}
.leaflet-sbs-right-label {
 margin-left:8px;
 order:3
}
.leaflet-sbs-divider-line {
 width:4px;
 background:#fff;
 order:2
}
.leaflet-control-zoom {
 margin-left:1rem !important;
 margin-top:1rem !important;
 box-shadow:1px 1px 2px rgba(127,129,132,0.4)
}
.leaflet-control-zoom a {
 border-radius:1px !important
}
@media screen and (max-width: 75em) {
 .leaflet-control-zoom {
  display:none
 }
}
.leaflet-top,.leaflet-bottom {
 z-index:5
}
.leaflet-left .leaflet-control {
 margin:0;
 border-radius:0;
 font-size:11px
}
.leaflet-left .leaflet-control .label {
 margin:0px 5px
}
.leaflet-control-coordinates {
 background-color:#D8D8D8;
 background-color:rgba(255,255,255,0.8);
 cursor:pointer
}
.leaflet-control-coordinates,.leaflet-control-coordinates .uiElement input {
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 border-radius:5px
}
.leaflet-control-coordinates .uiElement {
 margin:4px
}
.leaflet-control-coordinates .uiElement .labelFirst {
 margin-right:4px
}
.leaflet-control-coordinates .uiHidden {
 display:none
}
.leaflet-control-coordinates .uiElement.label {
 color:inherit;
 font-weight:inherit;
 font-size:inherit;
 padding:0;
 display:inherit
}
.Select-input {
 outline:none !important;
 border:none !important
}
.Select-input input,.Select-input input:focus,.Select-input input:active {
 width:100% !important;
 outline:none !important;
 border:none !important;
 box-shadow:none !important
}
.ReactTabs {
 background-color:#fff
}
.ReactTabs::after {
 clear:both;
 content:"";
 display:table
}
@media screen and (max-width: 75em) and (max-height: 28.125em) {
 .ReactTabs {
  display:none
 }
}
@media screen and (max-width: 43.75em) {
 .ReactTabs {
  display:none
 }
}
.ReactTabs .two-tabbed>li {
 width:50%;
 text-align:center
}
.ReactTabs .three-tabbed>li {
 width:calc(100% / 3);
 text-align:center
}
.ReactTabs__TabList {
 padding:0.5rem 0.5rem 0;
 border-bottom:1px solid rgba(187,187,187,0.8)
}
.ReactTabs__Tab {
 display:inline-block;
 bottom:-0.0625rem;
 position:relative;
 list-style:none;
 padding:0.25rem 1rem;
 cursor:pointer;
 color:#bbb
}
.ReactTabs__Tab:focus {
 outline:none
}
.ReactTabs__Tab[aria-disabled=true] {
 cursor:default
}
.ReactTabs__Tab--selected {
 border-bottom:0.1875rem solid #77b893;
 color:#77b893
}
.ReactTabs .nav-buttons {
 text-align:right;
 top:4.375rem;
 right:initial;
 left:-0.625rem
}
.ReactTabs__TabPanel .map-control {
 box-shadow:none
}
.react-timeline-slider__background {
 fill:rgba(255,255,255,0.8);
 user-select:none;
 --webkit-user-select:none
}
.react-timeline-slider__tick {
 cursor:pointer
}
.react-timeline-slider__tick-point {
 r:2;
 fill:#84caa0
}
.react-timeline-slider__tick-text {
 font-size:10px;
 user-select:none
}
.react-timeline-slider__handler {
 user-select:none;
 r:7;
 fill:#84caa0;
 transition:r 0.4s
}
.react-timeline-slider__handler:hover {
 fill:#59b87f
}
.react-timeline-slider__handler:active {
 r:9
}
.react-timeline-slider__line-between-handlers {
 stroke:#84caa0;
 stroke-width:4px
}
.react-timeline-slider__control-bg {
 fill:transparent
}
.react-timeline-slider__control-button {
 fill:white
}
.react-timeline-slider__control-play,.react-timeline-slider__control-pause {
 fill:#84caa0
}
.react-timeline-slider__control-play:hover,.react-timeline-slider__control-pause:hover {
 fill:#59b87f
}
.custom-toggle .react-toggle-track {
 width:42px;
 height:18px;
 border:1px solid #bbb;
 background-color:#bbb
}
.custom-toggle .react-toggle-thumb {
 width:16px;
 height:16px;
 border:1px solid #bbb
}
.custom-toggle.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
 background-color:#bbb
}
.custom-toggle.react-toggle--checked .react-toggle-track {
 background-color:#84caa0
}
.custom-toggle.react-toggle.react-toggle--checked:hover .react-toggle-track {
 background-color:#84caa0
}
.custom-toggle.react-toggle--checked .react-toggle-thumb {
 left:25px
}
.custom-toggle.states.react-toggle--checked .react-toggle-track,.custom-toggle.states.react-toggle.react-toggle-checked:hover .react-toggle-track {
 background-color:#012700 !important
}
.custom-toggle.cities.react-toggle--checked .react-toggle-track,.custom-toggle.cities.react-toggle.react-toggle-checked:hover .react-toggle-track {
 background-color:#FF9900 !important
}
.custom-toggle.contour-maps.react-toggle--checked .react-toggle-track,.custom-toggle.contour-maps.react-toggle.react-toggle-checked:hover .react-toggle-track {
 background-color:#5CA2D1 !important
}
.custom-toggle.biomes.react-toggle--checked .react-toggle-track,.custom-toggle.biomes.react-toggle.react-toggle-checked:hover .react-toggle-track {
 background-color:#F11810 !important
}
.custom-toggle.indigenous-lands.react-toggle--checked .react-toggle-track,.custom-toggle.indigenous-lands.react-toggle.react-toggle-checked:hover .react-toggle-track {
 background-color:#7B00B4 !important
}
.custom-toggle.conservation-units.react-toggle--checked .react-toggle-track,.custom-toggle.conservation-units.react-toggle.react-toggle-checked:hover .react-toggle-track {
 background-color:#FF6600 !important
}
.sankey .node rect {
 shape-rendering:crispEdges
}
.sankey .node text {
 pointer-events:none;
 font-size:0.8125rem
}
.sankey .link {
 fill:none;
 stroke:#7f8184;
 stroke-opacity:.2;
 cursor:pointer
}
.sankey .link:hover,.sankey .link--active {
 stroke-opacity:.5
}
.tooltip {
 font-size:0.8125rem;
 margin:0 0.25rem;
 color:#333;
 cursor:help;
 vertical-align:middle
}
.tooltip-custom-theme {
 background:rgba(51,51,51,0.9);
 color:#fff;
 max-width:350px
}
.tooltip-custom-theme .tooltipster-content {
 font-family:"Open Sans", sans-serif;
 font-size:0.8125rem;
 line-height:16px;
 margin:0.5rem
}
.tooltip-custom-theme .tooltipster-content ul li {
 margin:0.25rem
}
.tooltip-custom-theme .warning {
 color:#ffc165
}
.tooltip-custom-theme blockquote {
 background-color:rgba(127,129,132,0.4)
}


