.wheel-header {
  background: #d73a6a;
  padding: 30px;
}

.blog-content .wheel-header {
  margin: 0;
}

.answer {
  font-family: 'poppins';
  font-weight: 600;
}

img.checkmark {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 12345;
  width: 18px;
  height: 28px;
}

.info-container img.checkmark {
  left: auto;
  right: 17px;
  width: 12px !important;
  height: 13px;
  top: 16px;
}

.autonomous-practice h4 span.i-tip,
.info-container span.i-tip {
  font-family: Georgia, sans-serif;
  font-weight: bold;
  font-style: italic;
  background: #f1f1f1;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 12px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  position:relative;
}

.autonomous-practice p.wheel-tooltip {
  position: absolute;
  z-index: 2;
  padding: 10px;
  margin: 0 !important;
  line-height: 1.4;
  width: 250px;
  left: 25px;
  font-family: 'poppins';
  font-style: normal;
  font-weight: 500;
  text-align: left;
  opacity: 0;
  display: none;
  cursor: default;

  color: #ffffff;
  background: #323E59;
  box-shadow: 0px 1px 5px 0px rgba(50,62,89,0.2);
  position: absolute;
  font-family: 'poppins', Helvetica, sans-serif;

  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.autonomous-practice p.wheel-tooltip::before {
  content: '';
  background-image: url(../img/state-triangle.svg);
  height: 10px;
  width: 10px;
  background-size: 100%;
  position: absolute;
  left: -8px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wheel-footer {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}

.wheel-footer p {
  font-size: 14px;
}

.autonomous-practice h4  {
  line-height: 1.4;
  margin-bottom: 25px;
  font-family: 'poppins';
  font-weight: 500;
  color: #6f7680;
}

.autonomous-practice h4 span {
  font-family: 'poppins';
  font-weight: 600;
  margin-left: 5px;
}

.nurse-practitioner-scope-of-practice-laws #stateName {
  color: #fff!important;
  font-size: 15px;
  line-height: 100%;
  margin: 26px 0 15px 0px;
  text-transform: uppercase;
  background: #7d7d7d !important;
  padding: 7px 0 8px 8px;
  font-family: 'poppins';
  font-weight: 600;
  border: none;
}

.resources-title {
  max-width: calc(100% - 330px);
}

.nurse-practitioner-scope-of-practice-laws #stateName:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-left-color: #7d7d7d;
  border-width: 15px;
  margin-top: -15px;
}

#stateName {
  font-family: 'Bookmania', serif;
  text-transform: none;
  background: none !important;
  color: black;
  font-size: 24px;
  border-bottom: 1px solid #e1e1e1;
  margin:40px 0px 20px;
}

.ba-np-law-right {
  margin-top: -20px !important;
  margin-right: 0 !important;
  width: 630px !important;
}

.ba-np-law-left {
  width: 350px;
}

.ba-np-law {
  width:100%;
}

.nurse-practitioner-scope-of-practice-laws .wheel-date {
  margin: 0 !important;
  color: gray !important;
  font-size: 16px !important;
  font-family: 'poppins' !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}


.wheel-header p.title,
p.wheel-date {
  text-transform: none;
  color: #fff;
  text-align: left;
  float: left;
  margin: 0;
  font-size: 18px;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
}

p.wheel-date {
  float: right;
  color: #e89baf;
  font-size: 14px;
}

.circle-container {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.pathway {
  cursor: pointer;
}

select {
  color: inherit;
  border: 0;
  border-radius: 0;
  display: block;
  font-family: poppins, helvetica, sans-serif;
  font-weight: 500;
  font-size: inherit;
  height: 50px;
  margin: 20px 0 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 4px 15px;
  background: url() 95% center no-repeat #e6f9f8;
  line-height: 25px;
  font-size: 16px;
  font-weight: 600;
}

#stateSelector {
  display: inline-block;
  width: 100%;
  border: 0;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 30px;
}

#stateInfo h3 {
  margin-left: 0;
}

.main-svg-container {
  border-radius: 50%;
  width: 610px;
  height: 610px;
  padding: 5px;
  box-shadow: 2px 2px 57px rgba(57, 71, 84, .14);
  background: #fff;
}

.svg-mobile-container {
  height: 300px;
}

.info-container {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.info-container ul {
  list-style: none;
  padding: 0;
}

.info-container li {
  height: auto;
  width: 100%;
  background: #f9f9f9;
  text-align: left;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  z-index: 10;
  float: none;
  position: relative;
  margin:0;
}

.info-container li p {
  font-size: 13px !important;
  margin: 0 !important;
  padding: 10px;
  display: inline-block;
  width: auto;
  max-width: calc(100% - 40px);
  color: #333;
}

.info-container li:nth-child(even) {
  background: #f0f0f0;
}

/*.color-block {
  width: 20px;
  height: 20px;
  background: black;
  float: right;
  margin: 10px 10px 0 0;
}*/

.info-container li svg {
  float: right;
  margin: 10px 10px 0 0;
}

.info-container .text-container {
  height: 0;
  width: 100%;
  float: left;
  overflow: hidden;
}

.info-container .text-container p {
  font-size: 14px;
  color: black;
  padding: 10px;
  max-width: 100%;
}

text {
  font-family: 'poppins', Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
}


.wheel-square {
  float: left;
}

.autonomous-practice p {
  width: calc(100% - 10px);
}

.wheel-legend {
  width: 100%;
  padding-top: 50px;
}

.wheel-legend ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  clear: both;
}

.wheel-legend li {
  width: 50%;
  float: left;
  margin:0;
}

.wheel-legend h6 {
  clear: both;
}

.wheel-legend svg {
  float: left;
  margin: 10px;
  margin-left: 0px;
}

.wheel-legend p {
  width: calc(100% - 40px);
  margin: 10px 0;
}

.diagonal-hatch {
  width: 100%;
}

[data-region="NE1"] .label, [data-region="SE1"] .label, [data-region="SW1"] .label, [data-region="NW1"] .label, [data-region="MW1"] .label {
    fill: white !important;
}


@media screen and (max-width: 768px) {
  .resources-title {
    max-width: 100%;
  }
}

/*@media screen and (max-width: 1102px) {
  .ba-np-law-right {
    width: 100%;
  }

  .ba-np-law-left {
    min-height: initial;
    width: 100%;
  }

  .ba-np-law-left img {
    margin-top: 50px;
    clear: both;
    float: left;
  }

  .main-svg-container {
    text-align: center;
  }

  .main-svg-container svg {
    display: inline-block;
  }

  #stateInfo h3 {
    margin-left: 0;
  }

  .autonomous-practice {
    width: 50%;
    min-height: 100px;
  }

  .autonomous-practice p {
    text-align: left;
  }
}*/

svg circle {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

path, g {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.info-container span.i-tip {
  border: 1px solid #cecece;
  color: #585858;
  font-size: 12px;
  line-height: 10px;
}

@media screen and (max-width: 1102px) {
  .ba-np-law-left {
    width: 31%;
    margin-left: 0;
  }

  .ba-np-law-right {
    width: calc(69% - 32px);
  }
}

@media screen and (max-width: 980px) {
  .ba-np-law-right {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ba-np-law-left {
    display: none;
  }

  .main-svg-container {
    display: none;
  }
  .circle-container {
    width: 100%;
  }
  .svg-container {
    width: 100%;
    height: auto;
  }
  .circle-container{
    display: block;
  }
  .wheel-legend li {
    width: 100%;
  }
  .wheel-legend svg {
    margin: 5px;
    margin-left: 0;
  }
  .wheel-legend p {
    margin: 5px 0;
  }
  .blog-content {
    padding-right:0;
  }
  .blog-left {
    padding: 0;
  }
}

@media screen and (max-width: 740px) {
  .wheel-header {
    padding: 25px;
  }
  .wheel-header p.title {
    margin-bottom: 4px;
  }
  .wheel-header p.title, p.wheel-date {
    float: none;
    text-align: center;
  }

}
