.full-width {
  width: 940px;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ifa-select {
  font-size: 1rem;
  padding: 5px;
    width: 100% !important;
}

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

.land {
  fill: rgba(170,170,170,0.7);
}

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

.columns {
  transition: all 0.9s ease-in-out;
}

#categories {
  position: relative !important;
}

.point {
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.point:hover {
  width: 10px;
}

.invisible {
  display: none;
}

.heading {
  font-weight: 300;
}

.category-legend-item {
  margin: 5px 0px 5px -5px;
  display: flex;
}

.viz-subheading {
  font-family: 'Helvetica-Neue', 'Helvetica', sans-serif;
  font-size: 1.1em;
  color: #540005;
  font-weight: 300;
  margin-top: 1em;
  margin-bottom: 1em;
}

.category-checkbox {
  opacity: 0;
  width: 0;
}

.category-label {
  display: flex !important;
  align-items: center;
  text-transform: uppercase;
  font-size: 1em;
  margin-right: 0 !important;
}

.bar-label {
  fill: rgba(0,0,0,0.7);
  text-transform: capitalize;
}

.category-legend-switch-container {
  width: 30px;
  display: flex;
  flex-shrink: 0; /* disable shrink */
  align-items: center;
  margin-right: 5px;
  border-radius: 10px;
  background-color: #e5e5e5;
}

.category-legend-switch {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="checkbox"]:focus.category-checkbox + .category-label>.category-legend-switch-container {
  outline: 2px solid #5E9ED6;
  outline: 2px auto -webkit-focus-ring-color;
}

input[type="checkbox"]:checked.category-checkbox + .category-label>.category-legend-switch-container {
  justify-content: flex-end;
}

input[type="checkbox"]:not(:checked).category-checkbox + .category-label .category-legend-switch {
  opacity: 0.5;
}

#info-box{
  padding-top: .5em;
  z-index: 16;
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.5em;
}
#info-name {


}

.selected {
  border-left-width: 16px !important;
  background-color: #bedded;
}

.text-inlay {
  position: absolute;
  text-transform: uppercase;
  left: 40px;
}

.leaflet-bottom {
  display: none;
}

#map.map-fullscreen {
  position: absolute !important;
  left: 0;
  z-index: 10;
  top: 135px;
  width: 100%;
  height: 100%;
}

.map-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 9px;
  position: absolute;
  top: 120px;
  right: 10px;
  z-index: 11;
}

.map-action-button {
  padding: 6px;
  margin-bottom: 0;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 6px;
  border: none;
  background: white;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.12), 0 1px 4px 0 rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.map-action-button img {
  width: 18px;
  height: 18px;
  display: block;
}

@media only screen and (max-width: 930px) {
  /* map action buttons are now always visible - removed display: none rule */
	
	#profile_img {
  display:none;
}
	
	.columns {
		float:left !important;
	}

}

#meta-viz {
  font-weight: 300;
  margin: 7px 0px;
}

h2 {
  font-weight: bolder;
}
.info-inner {
  border: 0px #efefef solid;
  border-right-width: 0px !important;
  border-left-width: 0px !important;
  padding-top: 10px;
  height: 260px;
}

#info {
  margin: 10px 0 10px 0;
}

.name {

  font-weight: 300;
}
.degree {
  color: #555;
  margin: 6px 0 0 0;
}
.notes {
  font-style: italic;
}

.notes2 {
  font-style: italic;
}
.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.cardhighlight {
  margin-bottom: 1px !important;
}

#search {
  position: relative;
}

#search.search-fullscreen {
  position: absolute;
  z-index: 15;
  top: 180px;
  left: 0;

}

#searchbox {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  width: 100%;
  height: 37px;
  padding: 6px;
}

#meta {
  font-size: 1.1em;
}


/* Bar graph */

.bar {
  opacity: 1.0;
  transition: all 0.3s ease-in-out;
}

.bar:hover {
  opacity: 0.77;
  transition: all 0.3s ease-in-out;
}

.axis {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}


#alumni-info {
  display: none; /* default */
  margin: 0px 0 10px 0;
  padding: 15px;
/*
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;	
*/
}

.info-fullscreen 
{
	position: absolute;
	top: 200px !important;
	left: 20%;
	height: auto;
	width: auto;
	
}

#profile_img {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.close-panel-btn {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 10px;
  font-size: 1.1rem;
  padding: 0 !important;
  color: #666 !important;
  background: transparent !important;
}

.fi-magnifying-glass {
  margin-left: 7px;
  width: 15px;
  height: 15px;
  font-size: 1.3em;
  color: #666;
}

.button-border {
  border: 1px solid #999;
  border-radius: 2px;
  background-color:#FFF;
}

.card-like-heading {
  font-family: 'Helvetica-Neue', 'Helvetica', sans-serif;
  font-size: 1.1em;
  color: #540005;
  margin: 10px 0px;
}

.alum-href {
  color: #333 !important;
  background: none;
  text-align: left;
  padding: 7px !important;
  margin: 2px 0px !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.alum-href:hover, .alum-href:focus {
  background-color: #efefef !important;
  transition: all 0.3s ease-in-out;
}

.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  background-color: rgba(255,255,255,1);
  width: 300px !important;
  padding: 7px !important;
  max-height: 300px !important;
}
.ui-menu-item {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin: 4px 0 0 0;
  padding: 7px;
}
.ui-state-focus {
  color: #fff !important;
  background-color: #7a98ab !important;
  border: none !important;
  padding: 7px !important;
}

.select-wrapper {
  display: flex;
  flex-basis: 50%;
  margin: 10px;
}

.default-select-option {
  color: #aaaaaa;
}


svg.d3-overlay {
  position: absolute;
  z-index: 11;
}

.mapboxgl-canvas {
  position: relative !important;
}