.map {
  height: 100% !important;
}
#mapDiv {
  height: 100%;
  text-align: left;
  position: relative;
}
.esriPopup {
  z-index: 50 !important;
}
.hidden {
  display: none;
}
.visible {
  display: block !important;
}
.inheritBottom {
  bottom: inherit !important;
}
.HomeButton .home {
  background: #fff url("../images/home.png") no-repeat 50% 50%;
}
.HomeButton .home:hover {
  background: #eee url("../images/home.png") no-repeat 50% 50%;
}
.simpleInfoWindow .close {
  display: none;
}
.closePopup {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 10px;
  width: 10px;
  background: url("../images/x_close_btn.png") no-repeat 50% 50%;
  cursor: pointer;
}
.maximize {
  position: absolute;
  right: 20px;
  top: 5px;
  height: 10px;
  width: 10px;
  background: url("../images/max-min.svg") no-repeat 50% 50%;
  background-size: 10px;
  cursor: pointer;
}
.minimize {
  position: absolute;
  right: 20px;
  top: 5px;
  height: 10px;
  width: 10px;
  background: url("../images/max-min.svg") no-repeat 50% 50%;
  background-size: 10px;
  cursor: pointer;
}
.legendTitle {
  padding: 10px;
  background: #0860a2 url("../images/down-arrow.png") no-repeat 90% 50%;
  background-size: 15px;
  color: #fff;
  cursor: pointer;
  min-width: 75px;
}
.legendBackgroundClosed {
  background: #0860a2 url("../images/up-arrow.png") no-repeat 90% 50%;
  background-size: 15px;
}
.legendCell {
  display: table-cell;
  padding: 2px 0;
}
.legendRow {
  display: table-row;
}
.legendText {
  line-height: 20px;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  padding: 0px 0 2px 20px;
}
.legendContainer {
  clear: both;
  position: absolute;
  bottom: 1px;
  left: 30px;
  z-index: 48;
  background-color: #fff;
}
.legend {
  padding: 20px 20px 20px 20px;
  transition: height 0.25s;
  transition: padding 0.25s;
}
.levelRow {
  display: table-row;
}
.levelCell {
  /* display: table-cell; */
  padding: 3px;
}
.levels,
.left {
  float: left;
}
.clear {
  clear: both;
}
.dijitButtonText {
  height: 27px;
}
#breakTypeContainer .dijitButtonText {
  padding: 0 5px;
  margin-left: 3px !important;
}
.dijitPopup {
  font-size: 12px;
}
.dijitButtonNode {
  height: 27px;
  width: 35px;
  background-color: #738eb5;
  background: #738eb5 url("../images/arrow_down.svg") no-repeat 50% 50%;
  border: 0px solid #fff;
}
#selectContainer .dijitButtonNode {
  background: #738eb5 url("../images/color_palete_icon.png") no-repeat 50% 50%;
  background-size: 20px;
}
#selectContainer .dijitDownArrowButton {
  box-sizing: border-box;
}
.dijitSelect,
.dijitMenu {
  border: 1px solid #738eb5;
}
.dijitMenuItemHoverFocused,
.dijitMenuItemHover,
.dijitMenuItemSelected {
  background-color: #738eb5;
}
.dijitSelectMenu {
  padding: 0px;
}
.dijitMenuItem {
  padding: 0px !important;
}
.dijitMenuItemLabel {
  padding: 4px 0 0 1px;
}
.dijitSelect .dijitButtonContents {
  border-width: 0px;
}

#selectContainer.threeVisible .fourthColor,
#selectContainer.threeVisible .fifthColor {
  display: none;
}
#selectContainer.sixVisible .fifthColor,
#selectContainer.sixVisible .fourthColor {
  display: block !important;
  visibility: visible !important;
}
#selectContainer.fourVisible .fifthColor {
  display: none;
}
#selectContainer.fourVisible .fourthColor {
  display: block !important;
  visibility: visible !important;
}

#selectContainer.threeVisible .fourthColor.mirror,
#selectContainer.threeVisible .fifthColor.mirror {
  display: block !important;
  visibility: visible !important;
}
#selectContainer.sixVisible .fifthColor.mirror,
#selectContainer.sixVisible .fourthColor.mirror {
  display: none;
}
#selectContainer.fourVisible .fifthColor.mirror {
  display: block !important;
  visibility: visible !important;
}
#selectContainer.fourVisible .fourthColor.mirror {
  display: none;
}


#selectContainer {
  float: right;
  margin: 10px 0 0 0;
  clear: both;
}
.breakCell {
  display: table-cell;
  padding: 10px 0 0 0;
}
.breakCellRight {
  width: 100%;
  text-align: right;
}
.breakCellRight table {
  position: static !important;
}
.breakContainer {
  display: table-row;
}
#selectContainer .dijitSelect {
  display: block !important;
}
#selectContainer tbody tr td:first-child {
  width: 90%;
}
#breakCountContainer .dijitButtonText {
  width: 30px;
  text-align: center;
  font-weight: bold;
}

#breakCountCustom {
  border: 1px solid #738eb5;
  border-bottom: none;
  margin-left: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

#breakCountCustom .breakInputHeaderItem{
  background-color: #0860a2;
  color: white;
  padding: 5px;
}
#breakCountCustom .breakInputHeaderItem .customBreaksTitle{
  font-size: 1rem;
}

#breakCountCustom .breakInputItem{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #738eb5;
}

#breakCountCustom .breakInputItem .breakInputLabel{
  text-align: center;
  width: 10%;
}
#breakCountCustom .breakInputItem .breakInput{
  width: 90%;
  min-height: 22px;
  padding: 5px;
  border: none;
  border-left: 1px solid #738eb5;
  font-family: 'GillSansLight', Verdana, Geneva, sans-serif;
  background-color: white;
  box-shadow: inset 0px 0px 1px 1px #738eb5;
}
#breakCountCustom #upperBreakRow .breakInput{
  background-color: #f0f6ff;
  box-shadow: unset;
  display: flex;
  align-items: center;
}

#breakCountCustom .breakInputHeaderItem .iconInfo {
  height: 16px;
  width: 16px;
  margin: 0 11px -3px;
  display: inline-block;
  display: -webkit-inline-box;
  background-color: #738eb5;
  border-radius: 8px;
  background-size: 14px;
  background-position: 50%;
  cursor: pointer;
}

#changeColorScheme_dropdown .dijitSelectMenu {
  width: 206px !important;
}
#changeColorScheme_dropdown .dijitSelectMenu .colorChip {
  width: 25%;
}
.dijitButtonText {
  vertical-align: middle;
  line-height: 27px;
}
.homeButtonContainer {
  z-index: 30;
  position: absolute;
  top: 90px;
  left: 20px;
}
.homeButtonContainer .home {
  border: 1px solid #57585a;
  border-radius: 0px;
  padding: 0px;
}
.esriSimpleSlider {
  border-radius: 0px;
}
.outerPointer,
.esriPopupWrapper .contentPane,
.esriPopupWrapper .pointer {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: rgba(250,250,250,0.94) !important;
}
.esriPopupWrapper {
  box-shadow: none;
  -webkit-box-shadow: none !important;
}
.esriPopupWrapper .titlePane,
.esriPopupWrapper .actionsPane {
  display: none;
}
.esriPopupWrapper .sizer {
  min-width: 200px !important;
}
.esriPopupWrapper .contentPane {
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  font-family: $GillSansLight;
  max-height: none !important;
  white-space: nowrap;
}
.esriPopupWrapper .contentPane hr {
  margin-top: 0px;
  border: 1px solid rgba(1,1,1,0.25);
}
.esriPopupWrapper #chart {
  height: 250px;
  min-width: 400px;
}
.esriPopupWrapper #chart .highcharts-button {
  display: none;
}
.esriPopupWrapper .open-close {
  position: absolute;
  top: 50px;
  right: 10px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  background: url("../images/add-blue.svg") no-repeat;
}
.esriPopupWrapper .minus {
  background: url("../images/minus-blue.svg") no-repeat !important;
}
.country-name {
  padding: 0 20px 0 0;
  cursor: move;
}
.indicator-value {
  padding: 0 20px 0 0;
}
.mapPanelTitle {
  font-family: 'GillSansRegular', Verdana, Geneva, sans-serif;
  margin: 3px 0 0 0;
  padding: 6px !important;
}
.legendHeight {
  max-height: 0px !important;
}
.legendContent {
  max-height: 200px;
  transition: max-height 0.25s;
}
.disabled span {
  color: #dedede !important;
  background: url("../images/checkmark_disabled.svg") 8px 2px no-repeat !important;
}
.mapPrintContainerBackground {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  background-color: rgba(80,80,80,0.5);
}
.mapPrintContainerBackground.hidden {
  display: none;
}
.mapPrintContainerBackground.hidden .mapPrint {
  display: none;
}
.mapPrint {
  position: absolute;
  top: 50%;
  height: 640px;
  width: 960px;
  left: 50%;
  margin: -320px 0 0 -500px;
  z-index: 500;
  background: #fff;
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.7);
  overflow: hidden;
}
.mapPrint .esriPopup {
  width: 300px;
}
.mapPrint .esriPopup .esriPopupWrapper {
  width: 300px;
}
.mapPrint .esriPopup .pointer {
  display: none;
}
.mapPrint .esriPopup .closePopup,
.mapPrint .esriPopup maximize,
.mapPrint .esriPopup minimize {
  z-index: 500;
}
.mapPrint .contentPane {
  cursor: move;
  padding: 0px !important;
}
.mapPrint #title-grab,
.mapPrint hr,
.mapPrint #open-close,
.mapPrint .indicator-value,
.mapPrint #region-title {
  display: none;
}
.mapPrint .sizer.content,
.mapPrint #chart {
  max-width: 300px;
  max-height: 200px;
  min-width: 200px;
  overflow: hidden;
}
.mapPrint .contentPane {
  overflow: hidden;
}
.close {
  background: url("../images/x_close_btn.png") no-repeat 50% 50%;
  z-index: 1000;
  top: 5px;
  right: 5px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.mapPrintTitle {
  position: absolute;
  height: 20px;
  width: 400px;
  font-size: 20px;
  padding: 6px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -200px;
  text-align: center;
}
.mapPrintMetaDescription {
  position: absolute;
  height: 18px;
  width: 873px;
  font-size: 12px;
  padding: 0 6px;
  top: 36px;
  left: 50%;
  margin: 0 0 0 -444px;
  text-align: center;
  line-height: 14px;
  transition: all 0.5s;
}
.mapPrintMetaDescription.small {
  width: 652px;
  margin: 0px 0 0 -333px;
}
.printMapButton {
  position: absolute;
  bottom: 5px;
  widht: 100px;
  height: 20px;
  margin: 0 0 0 -50px;
  left: 50%;
}
.canvas-container {
  display: none;
}
.map-print-container {
  position: absolute;
  top: 60px;
  left: 50%;
}
.map-print-container .legendContainer {
  left: 1px;
}
.map-print-container .legendTitle {
  display: none;
}
.map-print-container .legend {
  display: flex;
  padding: 10px;
}
.map-print-container .legendRow {
  margin: 0 5px;
}
.map-print-container .legendIcon svg {
  height: 15px;
  width: 15px;
}
.map-print-container .legendText {
  font-size: 10px;
}
.mapPrintResolution {
  position: absolute;
  bottom: 10px;
}
.mapPrintResolution label {
  border: 2px solid #728fb2;
  padding: 2px 5px !important;
  color: #728fb2;
  cursor: pointer;
  background-image: none !important;
}
.mapPrintResolution label.wide {
  padding: 2px 5px !important;
  margin: 0 10px;
}
.mapPrintResolution input[type="radio"]:checked + label {
  background-color: #728fb2;
  color: #fff;
}
.mapPrintStyle {
  position: absolute;
  bottom: 10px;
}
.mapPrintStyle button.tile {
  padding: 5px 5px 5px 20px !important;
  border: 0px;
  width: auto !important;
}
.mapPrintStyle button.checked {
  background: #fff url("../images/checkmark_grey_checked.svg") no-repeat 5px center;
}
.mapPrintStyle button.unchecked {
  background: #fff url("../images/checkmark_grey_unchecked.svg") no-repeat 5px center;
}
.bottomInfo {
  position: absolute;
  left: 50%;
  display: flex;
  justify-content: space-between;
}
.bottomInfo .citation {
  font-size: 7px;
  padding: 15px 0 0 0;
  text-align: right;
}
.bottomInfo .mapPrintDescription {
  width: 400px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.mapPrint button {
  height: 28px;
  font-size: 14px;
  min-width: 100px;
  font-size: 15px;
  padding: 2px 5px;
  outline: none;
  text-align: center;
  font-family: 'GillSansLight', Verdana, Geneva, sans-serif;
  background-color: #fff;
  color: #728fb2;
  border: 2px solid #728fb2;
}
.map-print-container,
.bottomInfo,
.mapPrintStyle,
.mapPrintResolution {
  transition: all 0.5s;
}
.mapExport {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  height: auto;
  width: 400px;
  z-index: 500;
  font-family: 'GillSansLight', Verdana, Geeva, sans-serif;
  background: #fff;
  color: #0860a2;
  border: 1px solid #0860a2;
}
.mapExport .invalidText {
  color: #c2113a;
}
.mapExport .close {
  background: url("../images/white_close.svg") no-repeat center center;
  background-size: 18px;
  height: 36px;
  width: 36px;
  cursor: pointer;
}
.mapExport .emailInput {
  width: 100%;
  border: 1px solid #0860a2;
  height: 24px;
  font-size: 20px;
  padding: 2px;
  font-family: 'GillSansLight', Verdana, Geneva, sans-serif;
}
.mapExport .emailInput.invalid {
  border: 1px solid #c2113a;
}
.mapExport .nuumberCell {
  font-size: 20px;
  line-height: 36px;
}
.mapExport .exportHeader {
  width: 100%;
  color: #fff;
  font-size: 19px;
  height: 36px;
  background-color: #0860a2;
}
.mapExport .title {
  height: 36px;
  vertical-align: middle;
  line-height: 36px;
  padding: 0 20px;
  width: 360px;
}
.mapExport .exportBody {
  padding: 20px;
}
.mapExport .submit {
  background-color: #fff;
  color: #728fb2;
  border: 2px solid #728fb2;
  padding: 5px;
  width: 120px;
  text-align: center;
}
.mapExport .submitGPevent:disabled {
  opacity: 0.5;
  color: #555;
  border: 2px solid #555;
}
.mapExport .submitContainer {
  width: 100%;
}
.mapExport input[type="radio"]+label,
.mapExport input[type="radio"]+span {
  background: url("../images/checkmark_off.svg") no-repeat center;
  background-position: 10px 8px;
  padding: 4px 0px 5px 35px;
  line-height: 26px;
  background-size: 18px 18px;
}
.mapExport input[type="radio"]:checked + label,
.mapExport input[type="radio"]:checked + span {
  background: url("../images/checkmark_on.svg") no-repeat center;
  background-position: 10px 6px;
}
.mapExport input[type="radio"]:disabled + label,
.mapExport input[type="radio"]:disabled + span {
  background: url("../images/checkmark_disabled.svg") no-repeat center;
  background-position: 10px 8px;
  background-size: 18px 18px;
}
.mapExport input[type="radio"] {
  display: none;
}
.printLoader {
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 50;
  height: 40px;
  display: flex;
  margin: 0 0 0 -140px;
  width: 280px;
  background: rgba(8,96,162,0.75);
  padding: 10px 40px 20px;
  border-radius: 3px;
}

#fountainTextG{
	width: auto;
	margin:auto;
}

.fountainTextG{
	color:rgb(253,252,255);
	font-family:'GillSansLight';
	font-size:50px;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	float:left;
	animation-name:bounce_fountainTextG;
		-o-animation-name:bounce_fountainTextG;
		-ms-animation-name:bounce_fountainTextG;
		-webkit-animation-name:bounce_fountainTextG;
		-moz-animation-name:bounce_fountainTextG;
	animation-duration:2.54s;
		-o-animation-duration:2.54s;
		-ms-animation-duration:2.54s;
		-webkit-animation-duration:2.54s;
		-moz-animation-duration:2.54s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.5);
		-o-transform:scale(.5);
		-ms-transform:scale(.5);
		-webkit-transform:scale(.5);
		-moz-transform:scale(.5);
}#fountainTextG_1{
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}
#fountainTextG_2{
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}
#fountainTextG_3{
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}
#fountainTextG_4{
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}
#fountainTextG_5{
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}
#fountainTextG_6{
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}
#fountainTextG_7{
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}
#fountainTextG_8{
	animation-delay:1.79s;
		-o-animation-delay:1.79s;
		-ms-animation-delay:1.79s;
		-webkit-animation-delay:1.79s;
		-moz-animation-delay:1.79s;
}
#fountainTextG_9{
	animation-delay:1.94s;
		-o-animation-delay:1.94s;
		-ms-animation-delay:1.94s;
		-webkit-animation-delay:1.94s;
		-moz-animation-delay:1.94s;
}
#fountainTextG_10{
	animation-delay:2.09s;
		-o-animation-delay:2.09s;
		-ms-animation-delay:2.09s;
		-webkit-animation-delay:2.09s;
		-moz-animation-delay:2.09s;
}

#fountainTextG_11{
	animation-delay:2.24s;
		-o-animation-delay:2.24s;
		-ms-animation-delay:2.24s;
		-webkit-animation-delay:2.24s;
		-moz-animation-delay:2.24s;
}

#fountainTextG_12{
	animation-delay:2.39s;
		-o-animation-delay:2.39s;
		-ms-animation-delay:2.39s;
		-webkit-animation-delay:2.39s;
		-moz-animation-delay:2.39s;
}

#fountainTextG_13{
	animation-delay:2.54;
		-o-animation-delay:2.54;
		-ms-animation-delay:2.54;
		-webkit-animation-delay:2.54;
		-moz-animation-delay:2.54;
}




@keyframes bounce_fountainTextG{
	0%{
		transform:scale(1);
		color:rgb(233,232,237);
	}

	100%{
		transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainTextG{
	0%{
		-o-transform:scale(1);
		color:rgb(233,232,237);
	}

	100%{
		-o-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainTextG{
	0%{
		-ms-transform:scale(1);
		color:rgb(233,232,237);
	}

	100%{
		-ms-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainTextG{
	0%{
		-webkit-transform:scale(1);
		color:rgb(233,232,237);
	}

	100%{
		-webkit-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainTextG{
	0%{
		-moz-transform:scale(1);
		color:rgb(233,232,237);
	}

	100%{
		-moz-transform:scale(.5);
		color:rgb(255,255,255);
	}
}
