/**
 *
*/
#ip {
}

#ip .views-entity-embed {
  padding-top: 50px;
}

#ip .views-entity-embed .field-content {
  border-bottom: 2px #eeeeed solid;
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: block;
}

#ip .views-entity-embed img {
  max-width: 100%;
  height: auto;
}
#ip .views-entity-embed .col-sm-3 {
  text-align: center;
}


#ip .views-entity-embed .container,
#ip .views-entity-embed .container-fluid {
  padding: 0px;
}

#ip .graph {
  padding: 20px;
}


#ip .disabled {
  opacity: 0.5;
}

#ip .views-entity-embed .col-sm-9 a {
  text-decoration: underline;
}

#ip .views-entity-embed .col-sm-9 a.btn {
  margin-bottom: 10px;
  background-color: #343d49;
  color: #fff;
  text-decoration: none;
  cursor: default;
}

#ip .views-entity-embed .disabled img {
}




#ip h4,
#ip h5,
#ip h6 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-size: 1.525rem;
}


.ip-txt-01 {
  text-align: center;
  background-image: url(../../images/ipHeader.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 3%;
  padding-bottom: 3%;
  color: #fff;
}

.ip-txt-01 p {
  margin: 0px;
}

.ip-txt-01 h1 {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
}

.ip-txt-01 h2 {
  font-size: 1.225rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
}




.ip-txt-02 {
  background-color: #eeeeed;
  margin-bottom: 50px;
  padding: 50px;
}

.ip-txt-02 h3 {
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.325rem;
}

.ip-txt-02 .webform-confirmation__message {
}

.ip-txt-02 .webform-confirmation__message h3 {
  text-transform: none;
}






.ip-txt-03 {
  background: #343d49;
  padding-top: 70px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  position: relative;
}

.ip-txt-03::after {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  bottom: 00px;
  background-color: #fff;
  opacity: 0.3;
  z-index: 1;
  height: 50px;
  position: absolute;
}

.ip-txt-03 .btn {
  background-color: #fff;
  border: 1px #fff solid;
  color: #343d49;
}
