 /*Fonts for reference */
 /*Bernina Sans Regular
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 400;
    font-style: normal;

Bernina Sans Italic
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 400;
    font-style: italic;

Bernina Sans Bold
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 700;
    font-style: normal;

Bernina Sans Bold Italic
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 700;
    font-style: italic;

Bernina Sans Light
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 300;
    font-style: normal;

Bernina Sans Light Italic
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 300;
    font-style: italic;

Bernina Sans Semibold
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 600;
    font-style: normal;

Bernina Sans Semibold Italic
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 600;
    font-style: italic;

Bernina Sans Extrabold
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 800;
    font-style: normal;

Bernina Sans Extrabold Italic
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: 800;
    font-style: italic;*/

body {
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#side-panel-container {
  position:fixed;
  width: 45vw;
  z-index: 1;
  display: block;
  align-items: center;
  justify-content: center;
  height: 90vh;
  top: 1rem;
  left: 24px;
  background-color: #e8e8e8;
  overflow: auto;
  border: .75px solid hsla(193,100%,47%,.6);
}

h1 {
  padding-top: .5em;
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#map {
    position: absolute;
    height: 100%;
    width: 100%;
}

span {
  padding-left: 1em;
  font-style: italic;
}

.select2-results__option {
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
}

/* styling for form revealed on step 5 */

#layerPanel {
  display: block;
  position: absolute;
  margin-top: 10px;
  right: 3rem;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
  background-color: hsla(0,0%,100%,.94);
  transform-origin: top right;
  z-index: 1;
  cursor: default;
  pointer-events: all;
  border: 1px solid hsla(193,100%,47%,.6);
  border-radius: 4px;
}

#layerPanelToolbar {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 44px;
  background-color: hsla(193,100%,47%,.6);
}

.layerPanelTab {
  display: inline-flex;
  position: relative;
  flex-direction: row;
  padding-bottom: 4px;
  height: 24px;
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  vertical-align: top;
  border-bottom: 1px solid #229182;
  cursor: pointer;
  pointer-events: all;
}

#careerTab {
  margin-left: 20px;
}

.chosen-container-multi .chosen-choices {
  max-height: 6rem;
  overflow: auto;
}

.toggle {
  color: #212529;
  font-size: 12px;
  font-weight: 600;
}

input:checked+.toggle {
  background: hsla(193,100%,47%,.9);
}

.toggle-buttons {
  padding-left: 20px;
}

.radius-upate {
  padding-left: 20px;
}

.mapboxgl-ctrl {
  left: 1rem;
  margin: 0 0 8px;
}

.mapboxgl-ctrl-geocoder--icon-search {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 23px;
  height: 23px;
}

.mapboxgl-ctrl-geocoder--input {
  font: inherit;
  height: 40px;
  padding: 6px 45px;
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
  z-index: 2;
  position: absolute;
  right: 8px;
  top: 7px;
}

.device-warning {
  display: none;
}

.layerPanelLabel {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  align-self: flex-start;
  margin-right: 5px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.layerPanelDropdown {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  margin-bottom: 3px;
  align-self: flex-end;
  fill: #015b59;
  white-space: nowrap;
  overflow: hidden;
}

.layerPanelPopup {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 44px;
  right: 0;
  background-color: #ffffff;
  z-index: 2;
  font-size: 11px;
  display: none;
  border: 1px solid #00bcf1;
  padding-bottom: 20px;
  max-height: calc(100vh - 50px);
  max-width: 100vw;
  overflow: visible;
  pointer-events: all;
}

.selection {
  display: inline-block;
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 300;
  font-size: 13px;
  padding: 4px 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.active.selection {
  display: inline-block;
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #00bcf1;
  padding: 4px 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.always.selection {
  display: inline-block;
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #00bcf1;
  padding: 4px 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.form-header {
  font-weight: 600;
  border-bottom: 1px solid #00bcf1;
}

.mb12 {
  margin-bottom: 0!important;
}

.layerPanelPopup p {
  margin: 2px 0 0;
  font-style: italic;
  font-weight: 300;
  display: inline;
}

.layerPanelPopup {
  min-width: 700px;
}

.layerCategorySection {
  display: block;
  width: 100%;
  vertical-align: top;
}

.layerCategorySection:first-of-type {
  display: inline-block;
}

.layerCategoryTopSection {
  margin: 20px 20px 5px;
}

.layerCategoryTopSection p {
  display: block;
  margin-bottom: 10px;
}

.layerColumnPart {
  display: block;
  cursor: pointer;
  margin: 2px 20px;
  vertical-align: top;
}

.assetColumnPart {
  display: block;
  cursor: pointer;
  margin: 2px 20px;
  vertical-align: top;
}

.layerColumnFilter {
  display: block;
  cursor: pointer;
  margin: 2px 20px;
  vertical-align: top;
}

.layerPanelPopup h4 {
  display: inline-block;
    font-size: 12px;
    font-weight: 600;
    width: 200px;
    margin: 0;
}

.layerPanelPopup .selected h4 {
  background: #00bcf1;
}

.layerPanelPopup .selectedAsset h4 {
  background: #b2d235;
}

#bufferParamsUpdate {
  display: none;
 }

 #isoParamsUpdate {
  display: none;
 }


#dropdownContainer {
  height: 50%;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.dropdown {
  display: inline;
  position: relative;
  flex-direction: row;
  width: 50%;
  padding-bottom: 4px;
  margin: 20px 20px 5px;
  vertical-align: top;
}

.select2 > span {
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.select2-selection__rendered {
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-transform: capitalize;
}

#dropDownRegion {
  margin-left: 10px;
}

.custom-select {
  font-size: 0.8rem;
}

.mapboxgl-popup-content {
  max-height: 150px;
    min-width: 200px;
}

.layerSelectLabel {
  color: #ec1c24;
}

.assetSelectLabel {
  color: #ec1c24;
}

#layerPanelContainer {
  position: relative;
}

.iso-selection {
  display: none;
}

.worksource-selection {
  display: none;
}

p.worksource-selection {
  display: none;
}

.msa-selection {
  display: none;
}

p.msa-selection {
  display: none;
}

.prose table:not(.unprose), .table {
  border: none;
  border-collapse: collapse;
}

#byline {
    margin: 0 auto;
    padding-top: 0.25rem;
    padding-bottom: 1.5rem;
    text-align: left;
    font-size: 12px;
    font-style: italic;
}

#schoolsTableContainer {
  display: none;
  padding-bottom: 2rem;
}

#contactContainer {
	display: none;
}

.table td, .table th {
  font-size: 90%;
}

.table thead th {
  font-size: 90%;
}

#schoolsTable_wrapper .btn-group {
  left: 2.5%;
}

#schoolsTable_wrapper span {
  padding-left: 0;
}

.loader {
  text-align: center;
  display: none;
  padding-bottom: 1rem;
}

.selectedSchool {
  padding-left: 0;
  font-style: normal;
  font-weight: bold;
}

#schoolsTitle {
  padding-left: 0.25em;
}

/* basic positioning */
.legend { 
  display: flex;
  justify-content: space-around; 
}
.legend li { 
  float: left; 
  margin-right: 10px;
  font-size: 12px;
}
.legend span { 
  border: 1px solid #000; 
  float: left; 
  width: 14px; 
  height: 14px; 
  margin: 2px;
  border-radius: 500px;
}
/* your colors */
.legend .code { 
  background-color: #000; 
}
.legend .college { 
  background-color: #ec1c24; 
}
.legend .cca { 
  background-color: #fdb714; 
}
.legend .high { 
  background-color: #00bcf1; 
}
.legend .special { 
  background-color: #e8e8e8; 
}
.legend .tech { 
  background-color: #b2d235; 
}
.legend .uni { 
  background-color: #00b5af; 
}

.popupHead {
  font-size: 14px;
}

.popupSub {
  font-size: 12px;
}

.selectedIndustry {
  padding-left: 0;
  font-style: normal;
  font-weight: bold;
}

.side-panel-content {
  width: 95%;
  margin: auto;
}

.table .thead-dark th {
	background-color: #003a5d;
	border-color: #003a5d;
}

p.data-notes {
  font-size: 10px;
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.data-notes-link {
  color: #003a5d;
}

.side-panel-contact {
	height: 230px;
	background-color: #003a5d;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-wrapper {
	display: flex;
	align-items: center;
	padding: 1rem;
}

.contact-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.cd-pic {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.contact-info-container {
	padding-left: 1em;
	text-align: left;
}

#contactHeader {
	font-size: 125%;
	color: white;
}

#contactPosition {
	font-weight: 600;
	font-size: 140%;
}

.contact-info-container h3 {
	color: #00bcf1;
	line-height: 1.2;
	font-size: 100%;
}

#cd-button {
	font-size: 80%;
	cursor: pointer;
}

.white {
	color: white;
}

.btn-secondary {
	background-color: #003a5d;
	border-color: #003a5d;
}

.page-item.active .page-link {
	background-color: #003a5d;
	border-color: #003a5d;
}

.page-link {
	color: #003a5d;
	background-color: transparent;
}

.page-item.disabled .page-link {
	background-color: transparent;
}

ul.pagination {
	padding-right: 0.75rem;
	padding-top: 0.75rem;
}

.mapboxgl-popup-tip {
  display: none;
}

.mapboxgl-popup {
  border: 0.5px solid #333;
  border-radius: 2px;
  border-style: unset;
  line-height: 1.2;
}

.mapboxgl-popup-content {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  text-align: left;
  min-width: 225px;
  position: absolute;
  bottom: 0;
  border-radius: 2px;
  padding: 7px 10px;
  box-shadow: 1px 1px 2px #333;
}

#resetMapIcon {
  padding-left:0.27em;
}

.legend-containers {
  text-align: center;
}

.key-bubbles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.key-bubbles-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.key-bubble {
  border: 1px solid #4d4d4d;
  background-color: rgba(37, 37, 37, 0.25);
  border-radius: 500px;
  margin: 0 3px;
}

/*ai2html styling for legend*/
  #g-schoolsLegend-box ,
  #g-schoolsLegend-box .g-artboard {
    margin:0 auto;
  }
  #g-schoolsLegend-box p {
    margin:0;
  }
  #g-schoolsLegend-box .g-aiAbs {
    position:absolute;
  }
  #g-schoolsLegend-box .g-aiImg {
    position:absolute;
    top:0;
    display:block;
    width:100% !important;
  }
  #g-schoolsLegend-box .g-aiSymbol {
    position: absolute;
    box-sizing: border-box;
  }
  #g-schoolsLegend-box .g-aiPointText p { white-space: nowrap; }
  #g-schoolsLegend-Artboard_1 {
    position:relative;
    overflow:hidden;
    max-width: 50%;
  }
  #g-schoolsLegend-Artboard_1 p {
    font-weight:500;
    line-height:10px;
    height:auto;
    filter:alpha(opacity=100);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity:1;
    letter-spacing:0em;
    font-size:12px;
    text-align:left;
    color:rgb(0,0,0);
    text-transform:none;
    padding-bottom:0;
    padding-top:0;
    mix-blend-mode:normal;
    font-style:normal;
    position:static;
  }
  #g-schoolsLegend-Artboard_1 .g-pstyle0 {
    height:10px;
    text-align:center;
  }
  #g-schoolsLegend-Artboard_1 .g-pstyle1 {
    line-height:14px;
    height:14px;
  }
  #g-schoolsLegend-Artboard_1 .g-pstyle2 {
    line-height:14px;
    height:14px;
    text-align:center;
  }

  /*for smaller screens*/
  /*at 1200 or fewer pixels, make side panel container 55vw*/
@media only screen and (max-width: 1200px) {
  #side-panel-container {
    width: 55vw;
  }
}
/*  anything less than 950 pixels, get rid of the map, 
  table, form, everything, except the top, show a disclaimer for a 
  wider screen*/
@media only screen and (max-width: 950px) {
  #map {
    display: none;
  }

  #layerPanelContainer {
    display: none;
  }

  #side-panel-container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
  }

  .legend-containers {
    display: none;
  }

  .device-warning {
    display: block;
  }
}
