*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.progressbar {
  display: none;
  margin: 0em 0;
  position: relative;
  z-index: 999999;
}

.progressbar .shim {
  display: none;
  width: 100%;
}
.progressbar .holder {
  position: relative;
  font-size: 85%;
  padding: 1em 0 0 0;
  background-color: #f1f2f2;
  box-shadow: 0 0.3em 0.5em rgba(0,0,0,0.06);
}
@media only screen and (min-width: 750px) {
  .progressbar .holder {
    font-size: 90%;
    background-color: #f1f2f2;
  }
}
@media only screen and (min-width: 900px) {
  .progressbar .holder {
    font-size: 95%;
    background-color: #f1f2f2;
  }
}
.left-nav-bar-a{
  background-color: #E73564;
  position: absolute;
  left: 0px;
  width: 20%;
  height: 3px;
}
.progressbar .holder .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f2f1f1;
}
.progressbar .holder .bar .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #E73564;
}
.progressbar .holder .labels {
  max-width: 100%;
  /*margin: 0 0 0 18%;*/
  margin: 0 auto;
  padding: 0 0em;
  text-align: center;
}
.progressbar .holder .labels i {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
  font-family: "proxima-nova";    
  font-size: 14px;
  /*left: 50px;*/
}


.progressbar .holder .labels i::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 0em;
  height: 0em;
  border-radius: 0%;
  border: solid 0px #b6d1da;
  background-color: #d6e1e5;
  /*-webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  transition: border-color 100ms ease-in, background-color 150ms ease-in;*/
}
.progressbar .holder .labels i::after {
  display: block;
  content: attr(data-label);
  position: relative;
  top: 0;
  padding-bottom: 1em;
  font-family: "Anodina Regular";
  color: #8d8d8d; 
  transition: color 150ms ease-in, top 100ms ease-out;
  font-style: normal !important;
  padding-left: 90px;
}

.progressbar .holder .labels i:first-child::after {
  color: #E73564;
  /*padding-left: 145px;*/ 
  padding-left: 55px;
}
.progressbar .holder .labels i:fifth-child::after, .progressbar .holder .labels i:last-child::after {
  /*left: -160px;*/
  /*padding-left: 130px;*/
  padding-left: 0px;
}
.progressbar .holder .labels i.read::after {
  color: #8d8d8d;
}
.progressbar .holder .labels i:hover::before, .progressbar .holder .labels i:focus::before {
  background-color: #b6d1da;
}
.progressbar .holder .labels i:hover::after, .progressbar .holder .labels i:focus::after {
  color: #E73564;
}
.progressbar .holder .labels i.read::before {
  border-color: #4598b5;
}
.progressbar .holder .labels i.read:hover::before, .progressbar .holder .labels i.read:focus::before {
  background-color: #4598b5;
}
.progressbar .holder .labels i.reading::after {
  color: #E73564;
}
.progressbar .holder .labels i.reading:hover::after, .progressbar .holder .labels i.reading:focus::after {
  color: #E73564;
}
.progressbar.fixed .holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.progressbar.fixed .shim {
  display: block;
}
#iia-scroll-nav{
  position: relative;
  background-color: #fff;
}
.apply-link{
    font-family: 'Anodina Regular';
    color: #E73564;
    font-size: 14px;
    padding: 5px 30px;
    margin: -7px 0 0 0;
    border: 1px solid #E73564;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    right: 30px;
    transition: background-color .3s ease-in, top .3s ease-out;
}
.apply-link:hover{
  text-decoration: none;
  background-color: #E73564;
  color: #F1F2F2;
}
.mid-label{
    width: 100%;
    margin: 0px auto;
    padding-left: 15%;
    padding-right: 20%;
}
.right-nav-bar-a{
    display: none;
    background-color: #E73564;
    position: absolute;
    right: 0px;
    width: 35%;
    height: 3px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #iia-scroll-nav{
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .progressbar {
    display: block;
  }
}
/*@media only screen and (min-width: 992px) and (max-width: 1200px){
    .mid-label{
        padding-left: 0%;
    }
    .progressbar .holder .labels i::after{
        padding-left: 145px;
    }
}*/
@media only screen and (min-width: 992px) and (max-width: 1420px){
  .progressbar .holder .labels{
        margin: 0 0 0 0%;
  }
  .progressbar .holder .labels i{
    width: 25% !important;
  } 
/*  .progressbar .holder .labels i:nth-child(5){
    display: none !important;
  }
  .progressbar .holder .labels i:last-child{
    display: none !important;
  }*/

}
/*
@media only screen and (min-width: 1201px) and (max-width: 1500px){
    .mid-label{
        padding-left: 15%;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1700px) {
    .mid-label {
        padding-left: 20%;
        padding-right: 15%;
    }
}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {
    .mid-label {
        padding-left: 22%;
        padding-right: 15%;
    }
}

@media only screen and (min-width: 1901px)  {
    .mid-label {
        padding-left: 23%;
        padding-right: 17%;
    }
}
*/