.indent li {
  list-style-type: disc;
  list-style-position: inside;

  padding-bottom: 10px;

  list-style-position: inherit;
}

hr,
.hr-or {
  margin: 15px 0;
}

hr,
.hr-or {
  display: block;
  height: 1px;
  margin: 15px 0;
  border: none;
  background-repeat: repeat-x;
  background-color: #ccc;
  position: relative;
}

body {
  color: #333333;
}

.bold {
  font-family: "Omnes_ATT W02 Medium";
}

.italic {
  font-family: "Omnes_ATT W02 Medium Italic";
}

.content h1 {
  font-family: "Omnes_ATT W02 Light";
  font-size: 36px;
  margin: 30px 0;
}

.content h3 {
  font-family: "Omnes_ATT W02";
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

.content p {
  font-family: "Omnes_ATT W02";
  font-size: 16px;
  line-height: 20px;
}

.indent {
  padding-left: 18px;
  padding-bottom: 15px;
  padding-right: 10px;
}

.smIndent {
  padding-left: 10px;
}

#diagram {
  margin: 20px 0;
}

#diagram .note {
  font-size: 10px;
  color: #666666;
  margin-top: 10px;
}

#activate {
  margin-top: 20px;
}

#activate h2 {
  margin-bottom: 10px;
}

#activate .smIndent {
  padding-left: 15px;
}

#activate .indent .smIndent {
  padding-left: 25px;
}

#resources h5 {
  margin-bottom: 0;
}

#resources h5 a {
  font-family: "Omnes_ATT W02";
  font-size: 16px;
}

.resource p {
  width: 70%;
}

#resources p {
  font-family: "Omnes_ATT W02";
  color: #666;
  font-size: 14px;
  line-height: 18px;
  margin-left: 30px;
}

#resources img {
  float: left;
  margin-right: 10px;
}

#resources .buyback img:nth-of-type(2) {
  margin-right: 20px;
}

#resources .arrow {
  float: right;
  top: 5px;
  position: relative;

}

.resource {
  margin: 15px 0;
  padding: 0 15px;
}

#resources h3>span {
  font-size: 14px;
}

#resources h2 {
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 0px;
}

.modalCopy {
  font-family: "Omnes_ATT W02";
}

/*** MODAL FIX***/

.modalCopy {
  font-family: "Omnes_ATT W02";
}

.modal-header {
  background-color: transparent;
  border: none;
}

.modal-footer {
  position: relative;
  border-top: none;
}

.close:before {
  background: transparent;
}
