/****************************************************
*
*Updated Progression Bar Syles (Tabbed Interface)
*
*
*******************************************************/
.nav-pills.nav-wizard{
    overflow: hidden;
    margin-bottom: 40px !important;
}

.nav-pills.nav-wizard > li{
    padding-left:0;
    padding-right:0;
    border-left:none;
    border-right:none;
    margin:0;
    min-width: 14.2%;
    text-align:center;
    box-shadow:2px 0px 3px #000;
    -ms-transform: skew(30deg,0deg); /* IE 9*/
    -webkit-transform: skew(30deg,0deg); /* Safari*/
    transform: skew(30deg,0deg);/* Standard syntax*/
}

.nav-pills.nav-wizard > li a{
    background-color:#000;
    color:#fff;
}

.nav-pills.nav-wizard > li a> span{
    display: inline-block;
    -ms-transform: skew(-30deg,0deg); /* IE 9 */
    -webkit-transform: skew(-30deg,0deg); /* Safari */
    transform: skew(-30deg,0deg); /* Standard syntax */
}

.nav-pills.nav-wizard > li.active a{
    background-color:#468300 !important;
    border-radius: 0;
}

.nav-pills.nav-wizard > li:nth-of-type(1) a:after{
    content: '';
    width: 20px;
    height: 20px;
    background-color:#468300;
    position: absolute;
    bottom: 0;
    left: -19px;
}

.nav-pills.nav-wizard > li.active:nth-of-type(1) a:after{
    background-color:#468300 !important;
}

.nav-pills.nav-wizard > li.active:nth-of-type(1):hover a:after{
    background-color:#468300 !important;
}

/** Start Tab Opacity Fade **/

.nav-pills.nav-wizard > li:nth-of-type(1) a{
    border-radius: 0;
    background-color: rgba(0, 0, 0, .2);
}

.nav-pills.nav-wizard > li:nth-of-type(2) a{
    background-color: rgba(0, 0, 0, .4);
}
.nav-pills.nav-wizard > li:nth-of-type(3) a{
    background-color: rgba(0, 0, 0, .5);
}

.nav-pills.nav-wizard > li:nth-of-type(4) a{
    background-color: rgba(0, 0, 0, .6);
}

.nav-pills.nav-wizard > li:nth-of-type(5) a{
    background-color: rgba(0, 0, 0, .7);
}

.nav-pills.nav-wizard > li:nth-of-type(6) a{
    border-radius:0;
    background-color: rgba(0, 0, 0, .8);
}

.nav-pills.nav-wizard > li:nth-of-type(7) a{
    border-radius:0;
    background-color: rgba(0, 0, 0, 1);
}
/** End: Tab Opacity Fade **/

.nav-pills.nav-wizard > li:nth-of-type(7){
    box-shadow: none;
}

 .nav-pills.nav-wizard > li:nth-of-type(10) a:after{
    content: '';
    width: 20px;
    height: 30px;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    right: -19px;
}

 	@media only screen and (max-width: 760px),
            (min-device-width: 768px) and (max-device-width: 1024px)  {
        .nav-pills.nav-wizard > li:nth-of-type(10) a:after{
		    content: '';
		    width: 20px;
		    height: 30px;
		    background-color: rgba(0, 0, 0, 1);
		    position: relative;
		    top: 0;
		    right: -19px;
		}
    }

.nav-pills.nav-wizard > li:nth-of-type(7):hover a:after, .nav-pills.nav-wizard > li:nth-of-type(7).active a:after{
    background-color:#468300;
}

.nav-pills.nav-wizard > li > .nav-wedge {
    display: none;
}

.nav-pills.nav-wizard > li a:hover{
    background-color:#468300;
}


/********************start*******************************************/

.program-label {
  color: #007067;
  font-family: Helvetica;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.program-name {
  color: #000;
  font-family: Helvetica;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.program-name-position {
  display: inline-block;
  margin-top: -9px !important;
  margin-bottom: 21px;
}

.dv {
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  flex-wrap: wrap;
  border: 1px solid #CBCBCB;
  margin-right: 0;
  padding: 0;
  border-radius: 12px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 2px;
  background: #CBCBCB;
 }

.pol {
  box-sizing: border-box;
  padding-left: 50px;
  text-align: left;
  width: 19.2%;
  min-height: 55px;
  background-color: #FFF;
  font-family: Helvetica;
  font-smooth: auto;
  margin-left: 0;
  margin-left: -5.8%;
  box-sizing: border-box;
  flex-grow: 1;
  transition: background-color .2s ease-in;
  clip-path: polygon(20% 0%, 90% 0%, 100% 50%, 90% 100%, 20% 100%, 30% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-indent: 18%;
}

.pol.visited, .pol:hover {
    background-color: #F2FAF9;
}

.pol.active {
    background-color: #007067;
    color: #FFF;
}
.pol.active .step-label, .pol.active .step-text {
      color: #fff;
}

.pol:first-of-type {
    margin-left: -50px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.pol:last-of-type {
    padding-left: 50px;
    min-width: 18.2%;
    height: 55px;
    border-radius: 0px 11px 11px 0px;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 30% 50%, 30% 50%);
}

.step-label {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  color: #7A7A7A;
  font-size: 1.1rem;
}

.step-text {
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 1000px) {
  .pol {
    text-indent: 8%;
  }
  .step-label {
    font: 1rem;
  }
  .step-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .dv {
    border: none;
    justify-content: center;
    gap: 4%;
  }
  .pol {
    clip-path: none;
    flex-grow: initial;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    min-height: 0;
    min-width: 0;
    background-color: #B3B3B3;
    padding-left: 0;
    margin-left: 0;
    position: relative;
  }
    .pol.visited, .pol.active {
      background-color: #007067;
    }
    .pol.visited::after {
      content: '';
      height: 2px;
      width: calc(100% + 10px);
      position: absolute;
      top: 50%;
      left: 100%;
      background: #007067;
      transform: translateY(-50%);
    }
    .pol:first-of-type, .pol:last-of-type {
      clip-path: none;
      height: 20px;
      width: 20px;
      padding: 0;
      border-radius: 100%;
      min-height: 0;
      min-width: 0;
      flex-grow: initial;
    }
  .step-label, .step-text {
    display: none;
  }
}


