body {
  font-weight: 300;
  color: #656668;
}

iframe {
  height: 600px;
}

b {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #f2ab1d;
}

a:hover, a:visited {
    color: #f2ab1d;
}

p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-style: italic;
  font-size: 60px;
  color: #850051;
  margin: 20px 0;
}

.astra-header {
  background-color: #e7e7e9;
}

.astra-title {
  padding: 20px;
  background-color: #f2ab1d;

  overflow: hidden;
}
  .astra-title  h1 {
    display: inline;
    color: #553b48;
    border-bottom: 5px solid #850051;
  }

.header-logos img {
  padding: 20px;
  height: 90px;
  width: auto;

}

.purple-title {
  color: #870053;
  font-size: 22px;
}

.circle {
  height: 20px;
  width: 20px;
  background-color: #fff;
  z-index: 3;
  margin: 22px auto 0;
  border-radius: 50%;
  border: 1px solid #850051;
}

.circle-line {
  border-right: 1px solid #850051;
}

.outer {
  width: 1px;
  height: 100%;
  margin: auto;
  position: relative;
}

.inner {
  position: absolute;
  width:100%;
  height: 100%;
  background: #850051;
}

  .inner.white {
    height: 300%;
    margin-top: -100px;
    background: #fff;
  }

.overflow-hidden {
  overflow: hidden;
}

.p0 {
  padding: 0;
}

.bold {
  font-weight: bold;
}

.mt20 {
  margin-top: 20px;
}


.astra-block-1 {

}

.astra-block-2 {

}

.astra-block-3 {

}

  .astra-block-3 .content {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .astra-block-3 .list {
    line-height: 2em;
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
  }
    .list li {
      background-image: url(../images/list_image.png);
      background-repeat: no-repeat;
      background-position: 0 10px;
      padding-left: 15px; 
    }


@media (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
 .hidden-xs {
  display: none;
 }
}
