

.OutsideAnnouncement_container__zu8g {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    justify-items: center;
    place-items: center;
    background-color: var(--clr-outside-yellow);
    font-weight: 500;
    font-variation-settings: 'wght' 500;
    color: var(--clr-granite1);
}

.OutsideAnnouncement_content__Ma40 {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: calc(2 * 8px);
    padding-bottom: calc(2 * 8px);
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
}

.OutsideAnnouncement_button__mWvg {
    grid-column: 3;
    background: none;
    color: var(--clr-granite1);
    height: 48px;
    width: 48px;
}

/* specificity bump to ensure this overrides MUI style */
.OutsideAnnouncement_button__mWvg.OutsideAnnouncement_button__mWvg:hover {
    background: none;
}

.rc-pagination {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.rc-pagination ul,
.rc-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rc-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.rc-pagination-total-text {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
  line-height: 26px;
  vertical-align: middle;
}
.rc-pagination-item {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rc-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.rc-pagination-item a:hover {
  text-decoration: none;
}
.rc-pagination-item:focus,
.rc-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}
.rc-pagination-item:focus a,
.rc-pagination-item:hover a {
  color: #1890ff;
}
.rc-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}
.rc-pagination-item-active a {
  color: #1890ff;
}
.rc-pagination-item-active:focus,
.rc-pagination-item-active:hover {
  border-color: #40a9ff;
}
.rc-pagination-item-active:focus a,
.rc-pagination-item-active:hover a {
  color: #40a9ff;
}
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  outline: 0;
}
.rc-pagination-jump-prev button,
.rc-pagination-jump-next button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
}
.rc-pagination-jump-prev button:after,
.rc-pagination-jump-next button:after {
  display: block;
  content: '•••';
}
.rc-pagination-prev,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  margin-right: 8px;
}
.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Arial;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.rc-pagination-prev,
.rc-pagination-next {
  outline: 0;
}
.rc-pagination-prev button,
.rc-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rc-pagination-prev:hover button,
.rc-pagination-next:hover button {
  border-color: #40a9ff;
}
.rc-pagination-prev .rc-pagination-item-link,
.rc-pagination-next .rc-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}
.rc-pagination-prev:focus .rc-pagination-item-link,
.rc-pagination-next:focus .rc-pagination-item-link,
.rc-pagination-prev:hover .rc-pagination-item-link,
.rc-pagination-next:hover .rc-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.rc-pagination-prev button:after {
  content: '‹';
  display: block;
}
.rc-pagination-next button:after {
  content: '›';
  display: block;
}
.rc-pagination-disabled,
.rc-pagination-disabled:hover,
.rc-pagination-disabled:focus {
  cursor: not-allowed;
}
.rc-pagination-disabled .rc-pagination-item-link,
.rc-pagination-disabled:hover .rc-pagination-item-link,
.rc-pagination-disabled:focus .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.rc-pagination-slash {
  margin: 0 10px 0 5px;
}
.rc-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .rc-pagination-options *::-ms-backdrop,
  .rc-pagination-options {
    vertical-align: top;
  }
}
.rc-pagination-options-size-changer.rc-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.rc-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}
.rc-pagination-options-quick-jumper input {
  width: 50px;
  margin: 0 8px;
}
.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link,
.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link::after,
.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.rc-pagination-simple .rc-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.rc-pagination-simple .rc-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.rc-pagination.rc-pagination-disabled {
  cursor: not-allowed;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-active a {
  color: #fff;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon {
  opacity: 0;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .rc-pagination-item-after-jump-prev,
  .rc-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .rc-pagination-options {
    display: none;
  }
}

.react-rater {
  display: inline-block;
  line-height: normal; }
  .react-rater > * {
    display: inline-block; }

.react-rater-star {
  cursor: pointer;
  color: #ccc;
  position: relative; }
  .react-rater-star.will-be-active {
    color: #666; }
  .react-rater-star.is-active {
    color: #000; }
  .react-rater-star.is-active-half:before {
    color: #000;
    content: '\2605';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden; }
  .react-rater-star.is-disabled {
    cursor: default; }

g.mg-x-axis text,
g.mg-y-axis text {
    fill: white;
    stroke: none;
    opacity: 1;
    font-size: 14px;
}

path.mg-main-line {
    stroke-width: 2;
}

g.mg-x-axis line {
    stroke: white;
    fill: none;
    stroke-width: 1;
}

g.mg-active-datapoint-container text {
    fill: white;
    font-size: 11px;
    opacity: 1;
}

.mg-line-rollover-circle {
    fill: #7bf063;
    stroke: none;
    r: 7;
    opacity: 0;
}

.mg-histogram .mg-bar rect {
    fill: #fff;
    width: 14px;
}

.mg-histogram {
    -webkit-transform: translate(-7px);
            transform: translate(-7px);
}

.Controls_mapControl__5Us7 {
    color: var(--clr-granite1);
}

.Controls_mapControl__5Us7 .Controls_mapControlIcon__JnqT {
        color: inherit;
    }

.Controls_mapControl__5Us7.Controls_active__FPiD {
        background-color: var(--clr-spring4);
        color: var(--clr-snow-blind);
        font-weight: 600;
        font-variation-settings: 'wght' 600;
    }

.Controls_mapControl__5Us7.Controls_active__FPiD:hover {
            background-color: var(--clr-spring4);
        }

.Controls_mapControl__5Us7.Controls_active__FPiD.Mui-focusVisible {
            background-color: var(--clr-spring3);
        }

.controlsExpanded .Controls_mapControl__5Us7.Controls_active__FPiD {
    background-color: var(--clr-granite9);
    color: var(--clr-granite1);
}

.controlsExpanded .Controls_mapControl__5Us7.Controls_active__FPiD:hover,
    .controlsExpanded .Controls_mapControl__5Us7.Controls_active__FPiD.Mui-focusVisible {
        background-color: var(--clr-granite8);
    }

.controlsExpanded .Controls_mapControl__5Us7.Controls_active__FPiD .Controls_mapControlIcon__JnqT {
        color: var(--clr-spring5);
    }

.Controls_controlsDrawerButton__jJmM {
    height: 32px;
    padding-left: 8px;
}

.Controls_drawer__7Ksl {
    grid-area: controls;
    white-space: nowrap;
    pointer-events: all;
    position: relative;
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.2);
    width: 40px;
    will-change: inline-size;
    transition: inline-size 250ms cubic-bezier(0.4, 0, 0.6, 1);
    overflow-x: hidden;
}

.controlsExpanded .Controls_drawer__7Ksl {
    width: 140px;
    transition-duration: 250ms;
}

.Controls_drawerPaper__9pSd {
    position: absolute;
    border-right: 0;
    width: 100%;
    z-index: auto;
    z-index: initial;
}

.Controls_gaiaHeader__sra0 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 26px;
    justify-content: space-between;
    margin: calc(2 * 8px) 0;
    padding: 0 8px;
}

.Controls_listSubheader__Q9ol {
    color: var(--clr-granite1);
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    height: 0;
    padding-left: 8px;
}

.controlsExpanded .Controls_listSubheader__Q9ol {
    height: 42px;
    line-height: 42px;
}

.Controls_listTransform__EUBa {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    transition: height cubic-bezier(0.0, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    transition: transform cubic-bezier(0.0, 0, 0.2, 1) 250ms, height cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    transition: transform cubic-bezier(0.0, 0, 0.2, 1) 250ms, height cubic-bezier(0.0, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
}

.controlsExpanded .Controls_listTransform__EUBa {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 250ms;
}

.Controls_appButtons__Q3ub img {
    display: block;
    margin: auto;
}

.Controls_appButtons__Q3ub img:first-child {
        margin-right: auto !important;
    }

.Controls_appButtons__Q3ub img:first-child {
        /* Override inline style on app button image */
        margin-bottom: 4px;
    }

.Controls_drawerToggle__e6xl {
    border-radius: 0;
    margin-left: auto;
    width: 40px;
    transition: -webkit-transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    transition: transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    transition: transform cubic-bezier(0.0, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
}

.controlsExpanded .Controls_drawerToggle__e6xl {
    -webkit-transform: rotate(0turn);
            transform: rotate(0turn);
    transition-timing-function: cubic-bezier(0.0, 0, 0.2, 1);
    transition-duration: 250ms;
}

:root {
    --clr-accent-primary-hover: #268623;
    --clr-outside-yellow: #fdd20a;
    --clr-outside-yellow-hover: #fab819;

    --clr-txt-secondary: #727274;
    --clr-accent-primary: #3cc537;
    --clr-accent-primary-hover: #268623;

    --clr-granite1: rgb(28, 29, 31);
    --clr-granite2: rgb(56, 56, 59);
    --clr-granite3: rgb(96, 97, 99);
    --clr-granite4: rgb(123, 123, 125);
    --clr-granite5: rgb(147, 148, 150);
    --clr-granite6: rgb(172, 172, 174);
    --clr-granite7: rgb(207, 209, 211);
    --clr-granite8: rgb(227, 227, 229);
    --clr-granite9: rgb(241, 242, 243);
    --clr-granite10: rgb(255, 255, 255);

    --clr-snow-blind: var(--clr-granite10);

    --clr-spring1: rgb(26, 78, 24);
    --clr-spring2: rgb(28, 99, 26);
    --clr-spring3: rgb(38, 134, 35);
    --clr-spring4: rgb(47, 155, 44);
    --clr-spring5: rgb(56, 178, 52);
    --clr-spring6: rgb(60, 197, 55);
    --clr-spring7: rgb(76, 217, 72);
    --clr-spring8: rgb(133, 235, 129);
    --clr-spring9: rgb(190, 247, 188);
    --clr-spring10: rgb(233, 252, 232);

    --clr-spring: var(--clr-spring4);

    --clr-summer4: #CF4425;

    --clr-summer: var(--clr-summer4);

    --clr-conifer3: #276338;

    --clr-gray-line: #ededed;

    --clr-white-hover: #e6e7e8;
}

@supports (color: color(display-p3 0 0 0)) {
:root {

    --clr-granite1: color(display-p3 0.11060 0.11359 0.12059);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite2: color(display-p3 0.21963 0.21963 0.23000);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite3: color(display-p3 0.37754 0.38027 0.38662);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite4: color(display-p3 0.48240 0.48240 0.48952);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite5: color(display-p3 0.57728 0.58022 0.58707);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite6: color(display-p3 0.67443 0.67443 0.68200);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite7: color(display-p3 0.81246 0.81946 0.82770);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite8: color(display-p3 0.89011 0.89011 0.89808);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite9: color(display-p3 0.94541 0.94901 0.95325);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite10: color(display-p3 1.00000 1.00000 1.00000);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {

    --clr-spring1: color(display-p3 0.15980 0.30164 0.12275);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring2: color(display-p3 0.19550 0.38262 0.14576);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring3: color(display-p3 0.26763 0.51802 0.19920);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring4: color(display-p3 0.31648 0.59931 0.24069);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring5: color(display-p3 0.36785 0.68858 0.28077);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring6: color(display-p3 0.40535 0.76178 0.30611);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring7: color(display-p3 0.46432 0.83968 0.36606);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring8: color(display-p3 0.61806 0.91193 0.55029);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring9: color(display-p3 0.79101 0.96227 0.75738);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring10: color(display-p3 0.92759 0.98584 0.91593);
}
}

#root {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

#djDebug #djDebugToolbarHandle#djDebugToolbarHandle {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

html.map {
    height: 100%;
    color: var(--clr-granite2);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

html.map body {
        height: 100%;
        margin: 0;
    }

/* Style range inputs on Edge */

/* https://stackoverflow.com/questions/34519215/input-range-not-working-in-ie-or-edge */

html.map input[type='range']::-ms-track {
            display: none;
        }

html.map input[type='range']::-ms-fill-lower {
            display: none;
        }

html.map input[type='range']::-ms-fill-upper {
            display: none;
        }

html.map input[type='range']::-ms-thumb {
            display: none;
        }

[class^='mapboxgl-ctrl'] {
    z-index: auto;
    z-index: initial;
}

.mapboxgl-ctrl button[disabled] {
    color: #aaa;
    cursor: default;
}

.grecaptcha-badge {
    visibility: hidden;
}

.mapboxgl-ctrl-logo,
.mapbox-improve-map {
    display: none !important;
}

.Map_ui__Lpv1 {
    display: grid;
    position: relative;
    overflow: hidden;
    height: 100%;
    grid-template:
        [vp-start] 'announce announce' -webkit-max-content
        'controls  surface' 1fr
        'controls footer' -webkit-max-content [vp-end] / [vp-start] -webkit-max-content 1fr [vp-end];
    grid-template:
        [vp-start] 'announce announce' max-content
        'controls  surface' 1fr
        'controls footer' max-content [vp-end] / [vp-start] max-content 1fr [vp-end];
}

.Map_announcement__vtt2 {
    position: relative;
    grid-area: announce;
    font-weight: 500;
    font-variation-settings: 'wght' 500;
    color: var(--clr-granite1);
}

.Map_mapboxWrapper__DVRZ {
    grid-area: vp;
    display: grid;
    grid-template: "vp" 100% / 100%;
}

@media print {

.Map_mapboxWrapper__DVRZ {
        margin: 0 !important;
}

.Map_mapboxWrapper__DVRZ {
        padding: 0;
}
    }

[dir="ltr"] .Map_header__UgJq{
    margin-right: 8px;
}

[dir="rtl"] .Map_header__UgJq{
    margin-left: 8px;
}

.Map_header__UgJq {
    grid-area: surface;
    justify-self: end;
    align-self: start;
    margin-top: 8px;
    display: flex;
    align-items: center;
    pointer-events: all;
    -webkit-filter: drop-shadow(rgb(56, 56, 59) 0px 2px 4px);
            filter: drop-shadow(rgb(56, 56, 59) 0px 2px 4px);
}

.Map_sidebar__BmxJ {
    grid-area: controls;
    position: absolute;
    right: 0;
    pointer-events: none;
    height: 100%;
    width: 360px;
    background-color: var(--clr-snow-blind);
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.Map_displayContents__hrKm {
    display: contents;
}

[dir="ltr"] .Map_search__CJjI{
    margin-left: 8px;
}

[dir="rtl"] .Map_search__CJjI{
    margin-right: 8px;
}

.Map_search__CJjI {
    grid-area: surface;
    justify-self: start;
    align-self: start;
    margin-top: 8px;
}

[dir="ltr"] .Map_scale__ELes{
    margin-left: 8px;
}

[dir="rtl"] .Map_scale__ELes{
    margin-right: 8px;
}

.Map_scale__ELes {
    grid-area: surface;
    justify-self: start;
    align-self: end;
    margin-bottom: calc(2 * 8px);
    line-height: 2;
}

[dir="ltr"] .Map_orientation__zLpQ{
    margin-right: 10px;
}

[dir="rtl"] .Map_orientation__zLpQ{
    margin-left: 10px;
}

.Map_orientation__zLpQ {
    grid-area: surface;
    justify-self: end;
    align-self: end;
    margin-bottom: calc(2 * 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.Map_search__CJjI,
.Map_scale__ELes,
.Map_orientation__zLpQ {
    grid-area: surface;
}

.Map_sidebar__BmxJ {
    transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
}

.Map_search__CJjI {
    transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
}

.Map_scale__ELes {
    transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
}

.sidebarOpen .Map_sidebar__BmxJ {
    -webkit-transform: translateX(360px);
            transform: translateX(360px);
    transition-duration: 250ms;
}

.sidebarOpen .Map_search__CJjI {
    -webkit-transform: translateX(360px);
            transform: translateX(360px);
    transition-duration: 250ms;
}

.sidebarOpen .Map_scale__ELes {
    -webkit-transform: translateX(360px);
            transform: translateX(360px);
    transition-duration: 250ms;
}

.sidebarOpen .Map_sidebar__BmxJ {
    pointer-events: all;
}

.Map_importSurface__Er5w {
    grid-area: vp;
    position: relative;
    height: 100%; /* needed for print preview */
    display: grid;
    grid-template: "vp" 100% / 100%;
}

.Map_footer__tlmD {
    grid-area: footer;
    position: relative;
    font-size: 12px;
    padding: 4px 8px;
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    background-color: hsla(0, 0%, 100%, .5);
}

.Map_footer__tlmD > li:not(:first-child)::before {
        content: '|';
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

.Map_footer__tlmD a {
        color: inherit;
        text-decoration: none;
    }

.Sidebar_sidebar__Q5fj {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media print {

.Sidebar_sidebar__Q5fj {
        display: none !important;
}
    }

.Sidebar_sidebarFooter__s4Ij {
    background: white;
    position: -webkit-sticky;
    position: sticky;
    /* display: 'flex' is a hack to make Safari support position: 'sticky' */
    display: flex;
    bottom: 0;
    border-top: 1px solid var(--clr-granite8);
}

.Sidebar_sidebarFooter__s4Ij .Sidebar_buttonContainer__knl4 {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        justify-content: flex-end;
        padding: 16px;
    }

.DnDCTA_dragAndDropCTA__VyJh {
    grid-area: vp;
    position: relative;
    background-color: rgba(27, 36, 29, 0.7);
    box-sizing: border-box;
    padding: calc(8 * themeSpacing);
    /* prevent drag events from propagating */
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--clr-granite10);
}
.DnDCTA_dragAndDropCTA__VyJh::before {
        content: '';
        position: absolute;
        border: 2px dashed var(--clr-granite10);
        border-radius: 2px;
        top: calc(8 * themeSpacing);
        right: calc(8 * themeSpacing);
        bottom: calc(8 * themeSpacing);
        left: calc(8 * themeSpacing);
    }

.LineLocation_lineLocation__ZvfC {
    position: absolute;
    box-sizing: border-box;
    width: var(--diameter);
    height: var(--diameter);
    left: calc(var(--x) - var(--diameter) / 2);
    top: calc(var(--y) - var(--diameter) / 2);
    border-radius: 50%;
    border: var(--border-width) solid var(--border-color);
    background-color: var(--bg-color);
    pointer-events: none;
}

.LineLocation_highlightLocation__ApXB {
    --border-width: 3px;
    --diameter: 24px;
    --border-color: var(--clr-granite10);
    --bg-color: var(--clr-conifer3);
}

.LineLocation_hoverLineLocation__OVTS {
    --border-width: 2px;
    --diameter: 18px;
    --bg-color: var(--clr-granite10);
}


    @media print {

.mapboxgl-canvas-container {
        display: none;
}
    }

.Mapbox_mapbox__pfwy {
    grid-area: vp;
}

.mapboxgl-control-container {
    display: contents;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-canary {
    display: none;
}

.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib {
        float: none;
        display: contents;
    }

.mapboxgl-map {
    font-family: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.mapboxgl-ctrl-attrib-button {
    bottom: 0;
    right: 0;
    top: auto;
}

.mapboxgl-ctrl-attrib-button:focus {
        box-shadow: none;
    }

#embedded-map .mapboxgl-ctrl-attrib-inner {
        --offset-block: 16px;
}

.mapboxgl-ctrl-attrib-inner {

    --offset-inline: 50px;
    --offset-block: 40px;

    box-sizing: border-box;
    position: absolute;
    right: var(--offset-inline);
    bottom: var(--offset-block);
    background-color: var(--clr-granite10);
    padding: 0.5em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100vw - 2 * var(--offset-inline));

    /* same as applied by mapboxgl.css to other controls */
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);

    /* moves this on top of <ScaleControl> */
    z-index: 1;
}

:root {
    --clr-accent-primary-hover: #268623;
    --clr-outside-yellow: #fdd20a;
    --clr-outside-yellow-hover: #fab819;

    --clr-txt-secondary: #727274;
    --clr-accent-primary: #3cc537;
    --clr-accent-primary-hover: #268623;

    --clr-granite1: rgb(28, 29, 31);
    --clr-granite2: rgb(56, 56, 59);
    --clr-granite3: rgb(96, 97, 99);
    --clr-granite4: rgb(123, 123, 125);
    --clr-granite5: rgb(147, 148, 150);
    --clr-granite6: rgb(172, 172, 174);
    --clr-granite7: rgb(207, 209, 211);
    --clr-granite8: rgb(227, 227, 229);
    --clr-granite9: rgb(241, 242, 243);
    --clr-granite10: rgb(255, 255, 255);

    --clr-snow-blind: var(--clr-granite10);

    --clr-spring1: rgb(26, 78, 24);
    --clr-spring2: rgb(28, 99, 26);
    --clr-spring3: rgb(38, 134, 35);
    --clr-spring4: rgb(47, 155, 44);
    --clr-spring5: rgb(56, 178, 52);
    --clr-spring6: rgb(60, 197, 55);
    --clr-spring7: rgb(76, 217, 72);
    --clr-spring8: rgb(133, 235, 129);
    --clr-spring9: rgb(190, 247, 188);
    --clr-spring10: rgb(233, 252, 232);

    --clr-spring: var(--clr-spring4);

    --clr-summer4: #CF4425;

    --clr-summer: var(--clr-summer4);

    --clr-conifer3: #276338;

    --clr-gray-line: #ededed;

    --clr-white-hover: #e6e7e8;
}

@supports (color: color(display-p3 0 0 0)) {
:root {

    --clr-granite1: color(display-p3 0.11060 0.11359 0.12059);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite2: color(display-p3 0.21963 0.21963 0.23000);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite3: color(display-p3 0.37754 0.38027 0.38662);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite4: color(display-p3 0.48240 0.48240 0.48952);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite5: color(display-p3 0.57728 0.58022 0.58707);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite6: color(display-p3 0.67443 0.67443 0.68200);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite7: color(display-p3 0.81246 0.81946 0.82770);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite8: color(display-p3 0.89011 0.89011 0.89808);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite9: color(display-p3 0.94541 0.94901 0.95325);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-granite10: color(display-p3 1.00000 1.00000 1.00000);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {

    --clr-spring1: color(display-p3 0.15980 0.30164 0.12275);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring2: color(display-p3 0.19550 0.38262 0.14576);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring3: color(display-p3 0.26763 0.51802 0.19920);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring4: color(display-p3 0.31648 0.59931 0.24069);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring5: color(display-p3 0.36785 0.68858 0.28077);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring6: color(display-p3 0.40535 0.76178 0.30611);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring7: color(display-p3 0.46432 0.83968 0.36606);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring8: color(display-p3 0.61806 0.91193 0.55029);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring9: color(display-p3 0.79101 0.96227 0.75738);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
    --clr-spring10: color(display-p3 0.92759 0.98584 0.91593);
}
}

.plan-matrix {
    --highlight-row-height: 35px;
    display: grid;
    min-width: 650px;
    width: 100%;
    max-width: 1135px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: minmax(200px, 1fr) repeat(3, minmax(-webkit-max-content, 200px));
    grid-template-columns: minmax(200px, 1fr) repeat(3, minmax(max-content, 200px));
    grid-template-rows: var(--highlight-row-height) repeat(14, auto);
    font-size: 18px;
    line-height: 1.3;
    justify-items: stretch;

    /* Adjustments for go premium modal */
}

@media (max-width: 1100px) {

.plan-matrix[data-location='go-premium-modal'] {
            font-size: 14px;
    }
        }

@media (min-width: 1100px) {

.plan-matrix[data-location='go-premium-modal'] {
            font-size: 16px;
    }
        }

.plan-matrix .headings,
.plan-matrix .features {
    display: contents;
    z-index: 100;
}

.plan-matrix li:nth-of-type(1) {
    grid-row: 3;
}

.plan-matrix li:nth-of-type(2) {
    grid-row: 4;
}

.plan-matrix li:nth-of-type(3) {
    grid-row: 5;
}

.plan-matrix li:nth-of-type(4) {
    grid-row: 6;
}

.plan-matrix li:nth-of-type(5) {
    grid-row: 7;
}

.plan-matrix li:nth-of-type(6) {
    grid-row: 8;
}

.plan-matrix li:nth-of-type(7) {
    grid-row: 9;
}

.plan-matrix li:nth-of-type(8) {
    grid-row: 10;
}

.plan-matrix li:nth-of-type(9) {
    grid-row: 11;
}

.plan-matrix li:nth-of-type(10) {
    grid-row: 12;
}

.plan-matrix li:nth-of-type(11) {
    grid-row: 13;
}

.plan-matrix li:nth-of-type(12) {
    grid-row: 14;
}

.plan-matrix li:nth-of-type(13) {
    grid-row: 15;
}

.plan-matrix li {
    list-style: none;
}

[dir="ltr"] .plan-matrix ul:not(:first-child) li:not(.does-not-exist){
    border-left: 1px solid var(--clr-gray-line);
}

[dir="rtl"] .plan-matrix ul:not(:first-child) li:not(.does-not-exist){
    border-right: 1px solid var(--clr-gray-line);
}

[dir="ltr"] .plan-matrix ul:not(:first-child) .col-heading{
    border-left: 1px solid var(--clr-gray-line);
}

[dir="rtl"] .plan-matrix ul:not(:first-child) .col-heading{
    border-right: 1px solid var(--clr-gray-line);
}

[dir="ltr"] .plan-matrix ul:not(:first-child) .cta{
    border-left: 1px solid var(--clr-gray-line);
}

[dir="rtl"] .plan-matrix ul:not(:first-child) .cta{
    border-right: 1px solid var(--clr-gray-line);
}

.plan-matrix ul li:not(.does-not-exist) {
    border-bottom: 1px solid var(--clr-gray-line);
}

.plan-matrix ul .col-heading {
    border-bottom: 1px solid var(--clr-gray-line);
}

[dir="ltr"] .plan-matrix .col-heading{
    padding-right: 1rem;
}

[dir="rtl"] .plan-matrix .col-heading{
    padding-left: 1rem;
}

.plan-matrix .col-heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    grid-row: 2;
    padding-bottom: 0.5rem;
    margin-top: 1em;
    margin-bottom: 0;
}

[dir="ltr"] .plan-matrix :not(.headings) .col-heading{
    padding-left: 1rem;
}

[dir="rtl"] .plan-matrix :not(.headings) .col-heading{
    padding-right: 1rem;
}

.plan-matrix :not(.headings) .col-heading {
    align-items: center;
}

.plan-matrix .logo {
    box-sizing: border-box;
    width: 100%;
    max-width: 150px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.plan-matrix .price {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
    white-space: nowrap;
}

.plan-matrix .price small {
    color: var(--clr-txt-secondary);
}

.plan-matrix .features .price::after {
        display: block;
        margin-top: 1em;
        font-size: 0.625rem;
        color: var(--clr-txt-secondary);
    }

.plan-matrix .features.gaia-basic .price::after {
        content: ' ';
    }

.plan-matrix .features.gaia-premium .price::after {
        content: ' ';
    }

.plan-matrix .features.gaia-premium .price.discounted::after {
        content: '$3.33/mo';
        text-decoration: line-through;
    }

.plan-matrix .features.oplus .price::after {
        content: ' ';
    }

.plan-matrix .features.oplus .price.discounted::after {
        content: '$4.99/mo';
        text-decoration: line-through;
    }

.plan-matrix .features.oplus .percent-discount-callout[data-enrolled-in-discount-callout-experiment='false'] {
        display: none;
    }

.plan-matrix .features.oplus .percent-discount-callout[data-enrolled-in-discount-callout-experiment='true'] {
        position: absolute;
        right: 0;
        bottom: 0;
        translate: 50% 25%;
        z-index: 99999;
        background-color: #fdd20a;
        border-radius: 50%;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
        aspect-ratio: 1;
    }

.plan-matrix .price small {
    font-size: 50%;
    font-weight: var(--wght-normal);
}

.plan-matrix .price small b {
    font-size: 150%;
    font-weight: inherit;
}

.plan-matrix .features:first-child .col-heading {
    align-self: end;
}

.plan-matrix .features:not(:first-child) .col-heading {
    text-align: center;
}

.plan-matrix .cta {
    grid-row: -2;
}

[dir="ltr"] .plan-matrix .headings li{
    padding-right: 1em;
}

[dir="rtl"] .plan-matrix .headings li{
    padding-left: 1em;
}

.plan-matrix .headings li {
    grid-column: 1;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-left: none;
}

.plan-matrix .gaia-basic .col-heading {
    grid-column: 2;
}

.plan-matrix .gaia-basic .check {
    grid-column: 2;
}

.plan-matrix .gaia-basic .cta {
    grid-column: 2;
}

.plan-matrix .gaia-premium .col-heading {
    grid-column: 3;
}

.plan-matrix .gaia-premium .check {
    grid-column: 3;
}

.plan-matrix .gaia-premium .cta {
    grid-column: 3;
}

.plan-matrix .oplus h2 {
    grid-column: 4;
}

.plan-matrix .oplus li {
    grid-column: 4;
}

.plan-matrix .oplus div {
    grid-column: 4;
}

.plan-matrix .check {
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    color: var(--clr-accent-primary);
}

.plan-matrix .check.oplus {
        color: var(--clr-check-oplus);
    }

.plan-matrix .cta {
    font-size: 14px;
    padding: 1em;
}

.plan-matrix .cta a {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding-top: 1em;
    padding-bottom: 1em;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
}

.plan-matrix .gaia-basic .cta a {
    border: 2px solid black;
    color: black;
}

.plan-matrix .gaia-basic .cta a:hover {
        background-color: var(--clr-white-hover);
    }

.plan-matrix .gaia-premium .cta a {
    color: white;
    background-color: var(--clr-accent-primary);
}

.plan-matrix .gaia-premium .cta a:hover {
        background-color: var(--clr-accent-primary-hover);
    }

.plan-matrix .oplus .cta a {
    color: black;
    background-color: var(--clr-outside-yellow);
}

.plan-matrix .oplus .cta a:hover {
        background-color: var(--clr-outside-yellow-hover);
    }

.plan-matrix .oplus.oplus .col-heading {
    border-left: none;
}

.plan-matrix .oplus.oplus .check {
    border-left: none;
}

.plan-matrix .highlight {
    --border-radius: 8px;
    display: block;
    grid-column: 4;
    grid-row: 1 / -1;
    border-color: var(--clr-outside-yellow);
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: var(--border-radius);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    pointer-events: none;
    z-index: 200;
}

.plan-matrix .highlight p {
    background-color: var(--clr-outside-yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5ch;
    padding-top: 0;
    padding-bottom: 0.5em;
    margin-top: 0;
    margin-bottom: 0;
    height: calc(var(--highlight-row-height) - var(--border-radius));
}

.plan-matrix .highlight p img {
    display: block;
    max-height: 100%;
}

.plan-matrix .legal {
    grid-column: 1 / -1;
    text-align: right;
    color: var(--clr-txt-secondary);
    font-size: 0.625rem;
    margin-top: 2rem;
}

.GoPremiumModal_container__l81v {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    pointer-events: none;
}

.GoPremiumModal_wrapper__2lfF {
    background-color: var(--clr-granite10);
    display: grid;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    max-height: 90vh;
    overflow: hidden;
    pointer-events: all;
}

.GoPremiumModal_content__UmfN {
    padding: 2rem;
    overflow-y: auto;
    height: 100%;
}

.GoPremiumModal_header__j1Sp {
    padding: 2rem;
    background-color: var(--clr-conifer3);
    color: var(--clr-granite10);
    display: flex;
    justify-content: space-between;
}

.GoPremiumModal_headerText__7bRG {
    flex-grow: 1;
}

.GoPremiumModal_closeButton__PdK9 {
    align-self: start;
}

.GoPremiumModal_closeIcon__6wml {
    font-size: 24px;
    color: var(--clr-granite10);
}

[dir="ltr"] .OnboardingPopup_popup__srv7 {
    margin-left: 10px;
}

[dir="rtl"] .OnboardingPopup_popup__srv7 {
    margin-right: 10px;
}

.OnboardingPopup_popup__srv7 {
    grid-area: surface;
    display: flex;
    align-self: start;
    justify-self: start;
    margin-top: 60px;
    pointer-events: none;
    transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
}

.sidebarOpen .OnboardingPopup_popup__srv7 {
    -webkit-transform: translateX(360px);
            transform: translateX(360px);
}

.SavingSurface_backdrop__vTR5 {
    color: var(--clr-granite10);
    background-color: rgba(27, 36, 29, 0.7);
    background-color: color(display-p3 0.11329 0.13998 0.11610 / 70%);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
}

.SavingSurface_content__cUx6 {
    width: 300px;
    text-align: center;
}

.SavingSurface_progress__oASV {
    margin-top: calc(2 * 8px);
    margin-bottom: calc(2 * 8px);
}

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

