<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

@font-face { font-family: impact_label; src: url('../fonts/Impact_Label.ttf'); }

html {
  background-color: #243B49;
}

html,
body {
  height: 100%;
  background-color: white;
}

.metaContainer {
		width: 100vw;
		height: 98vh;
		margin: auto;
}

.svg-container {
    display: inline-block;
    position: absolute;
    width: 100%;

    margin: auto;
    vertical-align: top;


}
.svg-content {
    display: inline-block;
    width: 100vw;
		max-height: 70vh;
    margin: auto;
    top: 0;
    left: 0;

}

.headerContent {
	margin-top: 1vw;
}

.whiteBG {
  fill: white;
}

text {
  font-family: franklin-gothic-urw-comp, sans-serif;
  font-style: normal;
  letter-spacing: .5px;
}

.vizTitleText {
  font-family: impact_label, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  fill: black !important;
}

.tooltipName {
	font-family: franklin-gothic-urw-comp, sans-serif;
	letter-spacing: 1px;
	font-size: 1.2em;
	color: #F9E419;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
	background-color: #333333;
}

#titleBG {
  fill: white !important;
}

.feature:hover {
  fill: #F9E419 !important;
  transition: .3s ease-in-out;
}

.feature[blank-id="1"] {
  pointer-events: auto;
}

.feature {
  pointer-events: none;
}

path.feature:hover {
  pointer-events: auto;
  cursor: pointer;
}

.state-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

.stroke {
  fill: none;
  stroke: #777;
  stroke-width: .1px;
}

.fill {
  fill: #fff;
}

.graticule {
  fill: none;
  stroke: #777;
  stroke-width: .2px;
  stroke-opacity: .5;
}

.feature {
  fill: #E0E0E0;
  stroke: solid white 5px;
}

.boundary {
  fill: none;
  stroke: #fff;
  stroke-width: 5px;
}

.fill {
	fill: white;
}

.background {
	fill: white;
}



@media screen and (max-width: 666px) {

#headerTitle {
  background-image: url(../images/title.png);
  height: 20vmin;
  width: 50vmin;

  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

#headerParagraph {
    padding: 0 5vmin 5vmin;
    margin-top: -1vmin;

    margin: auto;
}

.toggleBtnText {
  font-size: 16px;
  cursor: pointer;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: franklin-gothic-urw-con-sc, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.toggleBtn {
  fill: #315868;
  position: fixed;
  cursor: pointer;

  border-radius: 3px;
}

.toggleBtn:hover {
  fill: #3F6A77;

}

.onBtn {
  fill: #fff !important;
}

.onBtn {
  pointer-events: none;
}

#stateInfoBG {
  position: fixed;
  margin-left: 130px;
  margin-top: -420px;
  fill: #333333;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  filter: none !important;
}

#xBtn {
  cursor: pointer;
  font-size: 36px;
  font-family: sans-serif;
  transition: .3s ease-in-out;
  fill: white;
}

#xBtn:hover {
  fill: #4292c6;
  transition: .3s ease-in-out;
}



#modalDiv {
  background-color: grey;
}

#modalNext {
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
  color: #F9E419;
  float: right;
  margin-right: -7vmin;
  font-size: 12vmin;
  margin-top: -125vmin;
  cursor: pointer;
  font-weight: bold !important;
}

#modalPrev {
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
  color: #F9E419;
  float: left;
  margin-left: -7vmin;
  font-size: 12vmin;
  margin-top: -125vmin;
  cursor: pointer;
  font-weight: bold !important;
}

.modal-content {
  display: flex;
  height: 100%;
  width: 100%;
  margin: auto;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
	z-index: 1;
}

#modalContainer {
  height: 42vmin;
  width: 80vmin;
  margin: auto;
}

#modalBackground {
    background-color: #333333;
    border-radius: 1vmin;
    height: 140vmin;
    width: 80vmin;
    margin-top: 0vmin;
  }

#modalImage {
  margin-left: 7vmin;
  border-radius: 1vmin;
  border: solid grey .1vmin;
  width: 65vmin;
  height: 65vmin;
  background-color: pink;
  margin-top: 46vmin;
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;

}

#modalImageSmall {
  margin-left: 7vmin;
  border-radius: 1vmin;
  border: solid grey .1vmin;
  width: 65vmin;
  height: 20vmin;
  background-color: pink;
  margin-top: 114vmin;
  position: absolute;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#modalTitle {
  margin-left: 5vmin;
  width: 60vmin;
  height: 10vmin;
  background-color: transparent;
  margin-top: 3vmin;
  display: inline-block;
  position: absolute;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

#modalTitleText {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #F9E419;
  font-size: 7vmin;
  margin-top: -1vmin;
}

#modalTextBox {
  margin-left: 7vmin;
  width: 65vmin;
  height: 20vmin;
  background-color: transparent;
  margin-top: 15vmin;
  position: absolute;
  overflow-y: scroll;
}

#modalText {
  font-family: sans-serif;
  font-weight: 200;
  font-size: 2vmin;
  color: white;
  margin-top: -.1vmin;
  padding-right: 1vmin;
}

#modalLink {
  margin-left: 25vmin;
  border-radius: 1vmin;
  width: 27vmin;
  height: 6vmin;
  background-color: #F9E419;
  margin-top: 36vmin;
  position: absolute;
  text-align: center;
  display: flex;
  cursor: pointer;
}

#modalLinkBox {
  display: flex;
  margin: auto;

}

#modalLinkText {
  font-family: sans-serif;
  font-size: 2.7vmin;
  color: black;
  display: inline-block;
  padding-left: 1vmin;
  pointer-events: none;
}

#modalLinkIcon {
  color: black;
  font-size: 3vmin;
  display: inline-block;
  pointer-events: none;
}

#modalX {
  margin-left: 72vmin;
  width: 7vmin;
  height: 9vmin;
  background-color: transparent;
  margin-top: 1vmin;
  display: flex;
  position: absolute;
  cursor: pointer;
}

#Xspan {
  font-family: sans-serif;
  font-size: 7vmin;
  color: white;
  padding-top: 1vmin;
  margin: auto;
  pointer-events: none;
}



.footer-content {
  display: flex;
  height: 100%;
  width: 100%;
  margin: auto;
  opacity: 1;
  top: 0;
  left: 0;
  position: relative;
  pointer-events: none;
}

#footerContainer {
  height: 42vmin;
  width: 98vmin;
  margin: auto;
}

#vizSourcesText {
  background-color: transparent;
  color: black;
  display: block;
  font-size: 1vmin;
  font-family: sans-serif;
  padding-top: .6vmin;
}

#vizFootnoteText {
  background-color: transparent;
  margin-top: 0vmin;
  color: black;
  display: block;
  font-size: 1vmin;
  font-family: sans-serif;
}

#vizSubtitleText {
  fill: black;
}



.scroll {
  width: 1vmin;
  height: 100%;
  overflow: auto;
  float: left;
  margin: 0 .5vmin;
}

.scroll4::-webkit-scrollbar {
  width: .5vmin;
}

.scroll4::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 1vmin;
}

.scroll4::-webkit-scrollbar-track {
  background: #666;
  border-radius: 1vmin;
}





.viewport {
    position: relative;
    overflow-y: auto;
    width: 20%;
    height: 40%;
    max-height: 300px;
    margin-top: 30%;
    margin: auto;
    background-color: #e8e8e8;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    box-shadow: inset 1px 1px 6px 2px rgba(0,0,0, .25);
}

.scrollBox {
    padding-top: 30%;
}

.scroll-svg {

}
.longscroll .row {
    font-family: Arial;
    font-size: 11px;
    height: 19px;
    padding: 0 8px;
    border-bottom: solid #eee 1px;
}

.information {
    position: absolute;
    top: 15px;
    left: 300px;
    width: 350px;
    height: 400px;
}

.info-svg {
    fill: #2968AA;
    overflow: visible;
}

.brace {
    stroke: #2968AA;
    stroke-width: 2px;
    fill: none;
}

.infotext {
    font-size: 20px;
}

}
#buttonGroup {
  display: flex;
}

.smallCountryBtn {
    display: flex;
		margin: auto;
    position: relative;
    width: 100vmin;
}

.smallCountryBtnBox {

    padding: 1vmin 2vmin;
    background-color: #E0E0E0;
		border: solid darkgrey .2vw;
    border-radius: .6vmin;
    margin: auto;
    cursor: pointer;
}

.smallCountryBtnIcon {
    margin: auto;
    font-size: 2vmin !important;
    pointer-events: none;
}

.smallCountryBtnText {
    padding-left: 1vmin;
    font-size: 2vmin;
    pointer-events: none;
}

#bermudaButtonBox {
    margin-left: 35vmin;
}

#headerParagraph {
	font-size: 4vmin;
	max-width: 700px;

}



@media screen and (min-width: 667px) {

.toggleBtnText {
  font-size: 16px;
  cursor: pointer;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: franklin-gothic-urw-con-sc, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.toggleBtn {
  fill: #315868;
  position: fixed;
  cursor: pointer;

  border-radius: 3px;
}

.toggleBtn:hover {
  fill: #3F6A77;

}

.onBtn {
  fill: #fff !important;
}

.onBtn {
  pointer-events: none;
}






#headerTitle {
  background-image: url(../images/title.png);
  height: 20vmin;
  width: 50vmin;
	max-width: 300px;
	max-height: 90px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

#headerParagraph {
    padding: 0 5vmin 5vmin;
    margin-top: -1vmin;

    margin: auto;
}





#buttonGroup {
  display: flex;
}

.smallCountryBtn {
    display: flex;
    position: relative;
    width: 100vmin;
}

.smallCountryBtnBox {

    padding: 1vmin 2vmin;
		background-color: #E0E0E0;
		border: solid darkgrey .2vw;
    border-radius: .6vmin;
    margin: auto;
    cursor: pointer;
}

.smallCountryBtnIcon {
    margin: auto;
    font-size: 2vmin !important;
    pointer-events: none;
}

.smallCountryBtnText {
    padding-left: 1vmin;
    font-size: 2vmin;
    pointer-events: none;
		font-family: sans-serif;
}

#bermudaButtonBox {
    margin-left: 35vmin;
}


#stateInfoBG {
  position: fixed;
  margin-left: 130px;
  margin-top: -420px;
  fill: #333333;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  filter: none !important;
}

#xBtn {
  cursor: pointer;
  font-size: 36px;
  font-family: sans-serif;
  transition: .3s ease-in-out;
  fill: white;
}

#xBtn:hover {
  fill: #4292c6;
  transition: .3s ease-in-out;
}



#modalDiv {
  background-color: grey;
}

#modalNext {
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
  color: #F9E419;
  float: right;
  margin-right: -7vmin;
  font-size: 12vmin;
  margin-top: -29vmin;
  cursor: pointer;
  font-weight: bold !important;
}

#modalPrev {
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
  color: #F9E419;
  float: left;
  margin-left: -7vmin;
  font-size: 12vmin;
  margin-top: -29vmin;
  cursor: pointer;
  font-weight: bold !important;
}



.modal-content {
  display: flex;
  height: 100%;
  width: 100%;
  margin: auto;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

#modalContainer {
  height: 42vmin;
  width: 80vmin;
  margin: auto;
}

#modalBackground {
    background-color: #333333;
    border-radius: 1vmin;
    height: 42vmin;
    width: 80vmin;
    margin-top: 2vmin;
  }

#modalImage {
  margin-left: 49vmin;
  border-radius: 1vmin;
  width: 30vmin;
  height: 29vmin;
	border-radius: 1vmin;
	border: solid grey .1vmin;
  background-color: pink;
  margin-top: 1vmin;
  position: absolute;

  background-size: cover !important;
  background-repeat: no-repeat !important;

}

#modalImageSmall {
  margin-left: 49vmin;
  border-radius: 1vmin;
  width: 30vmin;
  height: 10vmin;
	border-radius: 1vmin;
	border: solid grey .1vmin;
  background-color: pink;
  margin-top: 31vmin;
  position: absolute;

  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#modalTitle {
  margin-left: 2vmin;
  width: 40vmin;
  height: 8vmin;
  background-color: transparent;
  margin-top: 1vmin;
  display: inline-block;
  position: absolute;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

#modalTitleText {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #F9E419;
  font-size: 7vmin;
  margin-top: -1vmin;
}

#modalTextBox {
  margin-left: 2vmin;
  width: 46vmin;
  height: 25vmin;
  background-color: transparent;
  margin-top: 10vmin;
  position: absolute;
  overflow-y: scroll;
}

#modalText {
  font-family: sans-serif;
  font-weight: 200;
  font-size: 2vmin;
  color: white;
  margin-top: -.1vmin;
  padding-right: 1vmin;
}

#modalLink {
  margin-left: 15vmin;
  border-radius: .6vmin;
  width: 18vmin;
  height: 4vmin;
  background-color: #F9E419;
  margin-top: 36vmin;
  position: absolute;
  text-align: center;
  display: flex;
  cursor: pointer;
}

#modalLinkBox {
  display: flex;
  margin: auto;

}

#modalLinkText {
  font-family: sans-serif;
  font-size: 2vmin;
  color: black;
  display: inline-block;
  padding-left: 1vmin;
  pointer-events: none;
}

#modalLinkIcon {
  color: black;
  font-size: 2vmin;
  display: inline-block;
  pointer-events: none;
}

#modalX {
  margin-left: 75vmin;
  width: 4vmin;
  height: 5vmin;
  background-color: transparent;
  margin-top: 0vmin;
  display: flex;
  position: absolute;
  cursor: pointer;
}

#Xspan {
  font-family: sans-serif;
  font-size: 3vmin;
  color: white;
  padding-top: 1vmin;
  margin: auto;
  pointer-events: none;
}



.footer-content {
  display: flex;
  height: 100%;
  width: 100%;
  margin: auto;
  opacity: 1;
  top: 0;
  left: 0;
  position: relative;
  pointer-events: none;
}

#footerContainer {
  height: 42vmin;
  width: 98vmin;
  margin: auto;
}

#vizSourcesText {
  background-color: transparent;
  color: black;
  display: block;
  font-size: 1vmin;
  font-family: sans-serif;
  padding-top: .6vmin;
}

#vizFootnoteText {
  background-color: transparent;
  margin-top: 0vmin;
  color: black;
  display: block;
  font-size: 1vmin;
  font-family: sans-serif;
}

#vizSubtitleText {
  fill: black;
}



.scroll {
  width: .5vmin;
  height: 200px;
  overflow: auto;
  float: left;
  margin: 0 10px;
}

.scroll4::-webkit-scrollbar {
  width: .5vmin;
}

.scroll4::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: .5vmin;
}

.scroll4::-webkit-scrollbar-track {
  background: #666;
  border-radius: .5vmin;
}





.viewport {
    position: relative;
    overflow-y: auto;
    width: 20%;
    height: 40%;
    max-height: 300px;
    margin-top: 30%;
    margin: auto;
    background-color: #e8e8e8;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    box-shadow: inset 1px 1px 6px 2px rgba(0,0,0, .25);
}

.scrollBox {
    padding-top: 30%;
}

.scroll-svg {

}
.longscroll .row {
    font-family: Arial;
    font-size: 11px;
    height: 19px;
    padding: 0 8px;
    border-bottom: solid #eee 1px;
}

.information {
    position: absolute;
    top: 15px;
    left: 300px;
    width: 350px;
    height: 400px;
}

.info-svg {
    fill: #2968AA;
    overflow: visible;
}

.brace {
    stroke: #2968AA;
    stroke-width: 2px;
    fill: none;
}

.infotext {
    font-size: 20px;
}

}
</pre></body></html>