.region {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-top: 0;
  float: right;
  text-transform: uppercase;
  color: #78909c;
  background-color: #eceff1;
  padding: 15px;
  border-radius: 6px;
}

select::-ms-expand {
  display: none;
}

.mapContainer {
  max-width: 1140px;
  width: 98%;
  margin: 0 auto;
  position: relative;
}

.mapContainer h1 {
  margin-bottom: 50px;
}

.background {
  fill: #d8dfe9;
}

.mapMenuCont {
  float: left;
  width: calc(100% - 360px);
  margin-left: 1%;
  margin-bottom: 1.6%;
}

.headerMenu {
  padding-top: 15px;
  margin-bottom: 5px;
}

.instruct {
  color: #78909c;
  font-size: 14px;
  margin: 0;
}

.StCouBtns {
  width: 100%;
  margin-bottom: 15px;
}

.searchForm {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

#search {
  height: 28px;
  outline: 0;
  padding: 0 6% 0 6%;
  border: 0;
  border-radius: 2px;
  color: #45646d !important;
  font-size: 16px;
  background: url(../images/mglass_03.png) no-repeat;
  background-position: calc(100% - 8px) 6px;
  background-color: rgba(56, 80, 89, 0.25);
  width: 100%;
  text-transform: uppercase;
}

#configreset {
  opacity: 0;
  width: 28px;
  height: 28px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #45646d;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #45646d;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #45646d;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #45646d;
}

label {
  cursor: pointer !important;
}

input[type="radio"].btn {
  display: none;
}

input[type="radio"].btn:checked+label {
  background-color: #78909c;
  color: #fff;
}

input[type="radio"].btn+label {
  background-color: rgba(56, 80, 89, 0.25);
  padding: 6px 8%;
  border-radius: 1px;
  color: #45646d;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
}


#sizer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 10px;
}

/*view map*/
#interactiveMap {
  overflow: hidden;
}

.chckLabel input.btn[type="radio"]+label {
  position: relative;
  padding: 6px 6% 6px 14%;
}

.chckLabel label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #79909B;
  position: absolute;
  left: 10px;
  top: 8px;
}

.chckLabel label:hover:before {
  border-color: #BEC6CA;
}

.chckLabel input.btn[type="radio"]:checked+label:before {
  border-color: #FFFFFF;
}

.chckLabel input.btn[type="radio"]:checked+label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  left: 15px;
  top: 13px;
}

#selectView {
  width: 210px;
  position: absolute;
  right: 0;
  top: 20px;
}

#selectView label {
  display: block;
  border-radius: 5px;
  margin-bottom: 12px;
  padding: 4px 6% 4px 22%;
}

#selectView label {
  background-color: #FFF;
}

#selectView label:hover {
  background-color: #78909c;
}

#selectView input.btn[type="radio"]:checked+label {
  background-color: #78909c;
}

#selectView.chckLabel label:before {
  top: 7px;
  left: 12px;
}

#selectView.chckLabel label:after {
  left: 17px;
  top: 12px;
}

#con.stateView {
  overflow: hidden;
}

#con.stateView .titlCont {
  background-color: transparent;
  position: absolute;
  top: 111px;
}

#con.stateView .titlCont>div:not(.legendContainer):not(.headerMenu),
#con.stateView .titlCont>p {
  display: none;
}

#con.stateView .titlCont .headerMenu>form {
  display: none;
}

#con.stateView #selectView {
  left: 330px;
  top: 135px;
}

#con.stateView .hideView {
  display: none;
}

#con.stateView .mapMenuCont {
  margin-left: 0;
  margin-bottom: 210px;
  margin-top: 100px;
  position: relative;
  width: 49%;
}

#con.stateView .mapMenuCont .legendContainer {
  bottom: -138px;
  position: absolute;
  width: 100%;
}

#con.stateView .dropbtn {
  padding-right: 50px;
  position: relative;
}

#con.stateView .table #dropState.ellipsis:after {
  content: "...";
  color: #FFF;
  position: absolute;
  right: 39px;
  bottom: 2px;
  font-size: 16px;
}

#con.stateView .table {
  float: right;
  width: 49%;
  position: absolute;
  right: 0;
  top: 135px;
  background-color: #FFF;
  height: 592px;
  border-radius: 5px;
  padding-top: 15px;
}

#con.stateView .table .pure-g {
  width: 100%;
  display: block;
  clear: both;
}

#con.stateView .table .pure-g div.box {
  width: 98%;
  position: absolute;
  top: 100px;
  background-color: #FFF;
}

#con.stateView .table .pure-g div.box:not(.no1) {
  opacity: 0;
}

#con.stateView .table .pure-g div.box.no1 {
  display: block;
}

#con.stateView .table .region {
  background-color: #FFF;
  border: 1px solid #78909c;
  float: left;
  width: 40%;
  font-size: 20px;
}

#con.stateView .table #dropState {
  float: left;
  width: 50%;
  margin-left: 10px;
}

#con.stateView .table .intersection .chartTitle {
  padding-right: 105px;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 63%;
  /* aspect ratio */
  vertical-align: top;
  overflow: hidden;
}

#impact .svg-container {
  padding-bottom: 51%;
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
}

/*end view map*/

.msasBtn {
  margin-left: 4px;
  width: 58.5%;
  white-space: nowrap;
}

.statesBtn {
  width: 38%;
}

input[type="radio"].btn+label:hover {
  background-color: #78909c;
  color: #fff;
}

/* Dropdown Button */
.dropbtn {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  padding: 0px 6%;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  height: 30px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  -webkit-appearance: none;
  background: url(../images/arrow_drop_03.png) no-repeat;
  background-position: calc(100% - 8px) 8px;
  background-color: #78909c;
}

.dropbtn2 {
  background-color: #eceff1;
  color: #78909c;
  height: 45px;
  background-position: calc(100% - 8px) 17px;
}


/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  outline: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  width: 100%;
  margin-bottom: 15px;
}

.dropdown2 {
  width: 35%;
  min-width: 300px;
  margin: 0 auto;
  margin-bottom: 45px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: block;
  position: absolute;
  background-color: #ECEFF1;
  min-width: 240px;
  border-radius: 4px;
  margin-top: 2px;
  font-weight: 600;
  font-size: 14px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #455A64;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #CFD8DC
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.titlCont {
  float: left;
  width: 22%;
  margin-left: 2%;
  min-width: 310px;
  background: #F5F9FF;
  padding: 10px 20px 30px 20px;
  border-radius: 6px;
}

.title {
  font-size: 24px;
  color: #78909c;
  line-height: 34px;
  text-transform: uppercase;
}

.sub {
  font-size: 15px;
  margin-bottom: 15px;
  color: #78909c;
  line-height: 20px;
}

.desc {
  font-size: 12px;
  line-height: 16px;
}

.legendContainer {
  width: 67%;
  float: left;
}

#legEntry {
  display: none;
}

.btnsCont {
  width: 28%;
  float: left;
}

.filterBtns {
  width: 12%;
  margin-left: 5px;
  position: absolute;
  top: 25px;
  z-index: 9;
  display: none;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

.filter {
  background-color: #ECEFF1;
  padding: 2px 8%;
  border-radius: 4px;
  color: #455A64;
  font-size: 11px;
  margin-right: 5px;
  border: 1px solid #455A64;
  width: 40%;
  margin-top: 5px;
  cursor: pointer;
}

.filter:hover {
  background-color: #455A64;
  color: #ECEFF1;
}

.pressed {
  background-color: #455A64;
  color: #ECEFF1;
}

.saveBtn {
  position: relative;
  font-size: 14px;
  color: #37474F;
  background-size: 1.2em 1.2em;
  background-position: 7px 6px;
  border: 1px #37474F solid;
  padding: 1px 10px 3px 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 1em;
  width: 90px;
}

.saveBtn:hover {
  color: #fff;
  background-color: #78909c;
}

.map {
  width: 100%;
  position: relative;
  float: left;
}

.home-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: none;
  background-color: #ECEFF1;
  padding: 5px 10px;
  border-radius: 4px;
  color: #455A64;
  font-size: 13px;
  margin-right: 5px;
  border: 1px solid #455A64;
}

.home-btn:hover {
  background-color: #455A64;
  color: #ECEFF1;
}

.ttip {
  position: absolute;
  padding: 4px 8px;
  background-color: #78909c;
  z-index: 10;
  opacity: 0.95;
  display: none;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  max-width: 200px;
  pointer-events: none;
}

.tipStateName {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.tipVarName {
  font-size: 12px;
  font-weight: 100;
  color: #fff;
}

.tipVar {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.tipAreaName {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.more {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
}

.subCatTitle {
  font-size: 12px;
  font-weight: bold;
}

.tipSize {
  font-size: 14px;
  margin: 0 0 0 0;
  font-weight: 500;
}

.map-g .feature {
  stroke: #FFF;
}

.map-g .feature.active {
  stroke: #000;
  stroke-width: 2px !important;
}

.map-g .feature.clicked {
  stroke: #000;
  stroke-width: 2px !important;
}

.table {
  width: 100%;
  padding-top: 10px;
  margin: 0 1%;
}

.box {
  position: relative;
  background: #F5F9FF;
  margin: 10px 1%;
  border-radius: 6px;
  padding: 10px;
}

.subBox {
  position: relative;
}

.no4 {
  border-right: none;
}

.no5 {
  height: auto;
}

.no6 {
  border-right: none;
}

.pure-g>div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.boxContent {
  margin: 0 8px;
}

.axis path {
  fill: none;
  stroke: none;
  shape-rendering: crispEdges;
}

.axis line {
  fill: none;
  stroke: none;
  shape-rendering: crispEdges;
}

.impactBg {
  fill: #cfd8dc;
}

.impactRect {
  fill: #3eb1dd;
}

.impactPerc {
  font-size: 28px;
  font-weight: 500;
  fill: #78909c;
}

.impactBlns {
  font-size: 18px;
  font-weight: 500;
  fill: #78909c;
}

.label {
  font-size: 15px;
  fill: #78909c !important;
  font-weight: 300;
}

.labelNumb {
  font-size: 21px;
  fill: #78909c !important;
  font-weight: 500;
}

.labelInf {
  font-size: 15px;
  fill: #78909c !important;
}

.wBarVal {
  font-size: 21px;
  font-weight: 500;
}

#wages .wBarVal {
  font-size: 18px;
}

.wagesCallout {
  font-size: 16px;
  font-weight: 300;
  color: #78909c;
  line-height: 21px;
}

.wagesCallout span {
  font-weight: 700;
}

.infoBox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #eceff1;
  opacity: 0.9;
  margin: -10px;
  z-index: 1000;
  border-radius: 6px;
}

.infoTxtBox {
  width: 90%;
  padding-top: 10px;
  padding-left: 18px;
}

.infIcon {
  margin-left: 5px;
  cursor: pointer;
  vertical-align: top !important;
  position: absolute;
  right: 0px;
  top: 5px;
}

.closeBtn {
  position: absolute;
  top: 10px;
  right: 19px;
  cursor: pointer;
  z-index: 10;
}

.no1 .infoTxtBox .chartTitle {
  padding-right: 150px;
}

.chartTitle {
  font-size: 18px;
  color: #78909c;
  position: relative;
  padding-right: 40px;
}

.intersection .chartTitle {
  padding-right: 175px;
}

.def {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 23px;
  color: #78909c;
}

#b3 .def,
#b2 .def {
  font-size: 14px;
  margin-top: 5px;
  line-height: 21px;
}

#stateRnk {
  font-size: 48px;
  font-weight: 500;
  color: #1565c0;
}

#innovationRnk {
  font-size: 71px;
  font-weight: 500;
  color: #1565c0;
}

#impactBlns {
  font-size: 48px;
  font-weight: 500;
  color: #1565c0;
  text-transform: lowercase;
}

#topJobsList li {
  font-size: 14px;
  line-height: 22px;
}

.treemap text {
  pointer-events: none;
  font-weight: 100;
  font-size: 21px;
  fill: #fff;
}

.treemap tspan {
  pointer-events: none;
  font-size: 15px;
  fill: #fff;
}

tspan {
  font-size: x-large;
}

.treemap {
  position: relative;
}

.treemap rect {
  stroke: #fff;
  stroke-width: 0;
}

.treemap li {
  font-size: 12px;
}

rect.parent,
.grandparent rect {
  stroke-width: 2px;
}

.children rect.parent,
.grandparent rect {
  cursor: pointer;
}

.children rect.parent {
  fill: #5ab0f4;
  fill-opacity: 1;
}

.children:hover rect.parent {
  fill: none;
  opacity: 0.4;
}

.overlaidText {
  font-size: 21px !important;
  text-anchor: start;
  font-weight: 500 !important;
}

.growth {
  font-size: 12px !important;
}

tspan {
  font-size: 15px;
  font-weight: 300;
  fill: #78909c;
}

.barChart {
  position: relative;
}

.barNum {
  font-size: 16px;
  font-weight: 500;
}

.ratioLab {
  font-size: 12px;
}

#barsTtip {
  width: 20%;
}

.level {
  font-size: 11px;
}

.descr {
  font-size: 11px;
}

.bCont {
  display: inline;
  margin-right: 10px;
}

.keyB {
  width: 10px;
  height: 10px;
  background-color: #666;
  display: inline-block;
}

.keyTxt {
  font-size: 12px;
  display: inline;
}

.holders {
  background-color: #f46d43;
}

.opens {
  background-color: #74add1;
}

.clear {
  clear: both;
}

.instruction {
  font-size: 12px;
  fill: #78909c;
}

.noData {
  width: 93%;
  height: 315px;
  position: absolute;
  background: #eceff1;
  text-align: center;
  padding-top: 23%;
  color: #78909c;
  font-size: 24px;
  display: none;
}

.innovLine {
  fill: none;
  stroke: #283593;
  stroke-width: 3px;
}

#innovationChart .axis {
  font-size: 12px;
  fill: #78909c;
}

#innovationChart .x path,
.axis line {
  fill: none;
  stroke: #cfd8dc;
  stroke-width: 0.5px;
  shape-rendering: crispEdges;
}

.innovCirc {
  fill: #eceff1;
  stroke: #283593;
  stroke-width: 2px;
}

.innovNum {
  font-size: 16px;
  fill: #78909c;
  font-weight: 500;
}

.clo {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 1px;
  cursor: pointer;
  display: none;
}

th {
  cursor: pointer;
}

.modal-title {
  color: #78909c;
}

.shrBtn {
  background-image: url(../images/svg/twitter.svg);
  height: 30px;
  width: 30px;
  position: absolute;
  right: 15px;
  bottom: 5px;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity .3s;
}

.shrBtn:hover {
  opacity: 0.8;
}

.mapShr {
  float: left;
  position: relative;
  right: auto;
  bottom: auto;
  margin: 20px;
  display: none;
}

@media screen and (min-width: 970px) and (max-width: 1210px) {
  #sizer {
    width: 6px;
  }

  #con.stateView .table .region {
    font-size: 16px;
  }

  #con.stateView .table .intersection .chartTitle {
    padding-right: 61px;
  }

  #con.stateView .titlCont {
    margin-left: 0;
    min-width: 288px;
  }

  #con.stateView #selectView {
    left: 283px;
  }

  #con.stateView .dropbtn {
    padding-right: 33px;
  }
}


@media (max-width: 850px) {
  #sizer {
    width: 4px;
  }

  .titlCont {
    width: 98%;
    float: none;
  }

  .mapMenuCont {
    width: 100%;
  }

  .headerMenu {
    width: 35%;
    float: left;
    padding-top: 0;
    min-width: 230px;
  }

  .legendContainer {
    width: 30%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .btnsCont {
    width: 85px;
  }


  .mapContainer h1 {
    margin-bottom: 25px;
  }

  #con #selectView {
    position: static;
    width: 100%;
  }

  #con #selectView label {
    display: inline-block;
    width: 49%;
    padding: 6px 6% 6px 10%;
  }

  #con.stateView .titlCont {
    position: static;
  }

  #con.stateView .hideView {
    display: block;
  }

  #con.stateView .mapMenuCont {
    margin-top: 0;
    margin-bottom: 144px;
    width: 100%;
  }

  #con.stateView .table {
    position: static;
    float: none;
    width: 100%;
    margin: 0;
    height: auto;
  }

  #con.stateView .table .pure-g div.box {
    position: static;
  }

  #con.stateView .map {
    margin-left: 0;
  }

}

@media (max-width: 800px) {

  input[type="radio"].btn+label,
  .dropbtn,
  #search {
    font-size: 14px;
  }
}


@media (max-width: 590px) {
  #sizer {
    width: 3px;
  }

  .table {
    width: 98%;
  }

  .table th,
  .table td {
    padding: 1%;
  }

  .box {
    margin-right: none;
  }

  .home-btn {
    padding: 5px 5px;
    font-size: 11px;
  }

  share-button {
    font-size: 12px;
  }

  .title {
    font-size: 23px;
    line-height: 33px;
  }

  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .overlaidText {
    font-size: 14px !important;
  }

  .legendTxt {
    font-size: 13px;
  }

  .btnsCont {
    width: 65px;
  }

  .saveBtn {
    font-size: 12px;
  }

  #dataix {
    font-size: 13px;
  }

  .mapContainer h1 {
    margin-bottom: 25px;
  }

  #con #selectView label {
    display: inline-block;
    width: 49%;
    padding: 6px 6% 6px 10%;
    font-size: 13px;
  }

  #con.stateView .titlCont {
    position: static;
  }

  #con #selectView {
    position: static;
  }

  #con.stateView .mapMenuCont {
    margin-top: 0;
    margin-bottom: 144px;
    width: 100%;
  }

  #con.stateView .table {
    position: static;
    float: none;
    width: 100%;
    margin: 0;
    height: auto;
  }

  #con.stateView .table .pure-g div.box {
    position: static;
  }

  #con.stateView .map {
    margin-left: 0;
  }
}

@media (max-width: 525px) {
  .headerMenu {
    width: 100%;
  }

  .legendContainer {
    width: 67%;
  }
}

@media (max-width: 495px) {
  .region {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 0;
    float: none;
    margin-left: 6px;
    margin-top: 10px;
  }

  .mapMenuCont {
    float: none;
  }

  .chartTitle,
  .labelNumb,
  .wBarVal,
  .barNum {
    font-size: 15px;
  }

  #stateRnk,
  #innovationRnk {
    font-size: 35px;
  }

  tspan,
  .label,
  .treemap text,
  .innovNum {
    font-size: 12px;
  }

  #innovationChart .axis {
    font-size: 10px;
  }

  .legendContainer {
    width: 60%;
  }

  share-button {
    padding: 6px 30px 8px 2.2em;
  }

  .def {
    font-size: 13px;
    line-height: 22px;
  }

  #con #selectView {
    top: 45px;
    width: 98%;
  }

  #con.stateView #selectView {
    top: 45px;
    left: 0
  }

  #con.stateView .table {
    margin: 0
  }

  #con.stateView .table .region,
  #con.stateView .table #dropState {
    float: none;
    width: 96%
  }

  #con.stateView .table #dropState {
    width: 94%;
    margin-top: 10px;
  }
}

@media (min-width: 80em) {

  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 48%;
  }

  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 23%;
  }
}

@media (max-width: 1150px) {
  .intersection .chartTitle {
    padding-right: 35px;
  }

  .no1 .infoTxtBox .chartTitle {
    padding-right: 35px;
  }
}

#appndx th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  content: " \25B4\25BE"
}

#appndx tbody {
  counter-reset: sortabletablescope;
}

#appndx thead tr::before {
  content: "";
  border-bottom: 2px solid #eceeef;
  display: table-cell;
  border-top: 1px solid #eceeef;
}

#appndx tbody tr::before {
  content: counter(sortabletablescope);
  counter-increment: sortabletablescope;
  display: table-cell;
  border-top: 1px solid #eceeef;
  padding: 12px 0 0 10px;
  width: 40px;
}

#appndx tfoot tr::before {
  content: "";
  display: table-cell;
  border-top: 1px solid #eceeef;
  padding: 12px 0 0 10px;
  width: 40px;
}

.table th,
.table td {
  max-width: 150px;
  text-align: right;
}

.table th:first-child,
.table td:first-child {
  max-width: 150px;
  text-align: left;
}

#embedBtn {}

.about-iframe-form {
  width: 750px;
  height: 700px;
  display: none;
  margin: 0 auto
}

.show {
  display: block;
}

.contact-form-btn {
  color: #64CBC7;
  background-color: transparent;
  border: none;
}