.conference-other-single h1, 
.conference-other-single h2, 
.conference-other-single h3, 
.conference-other-single h4, 
.conference-other-single h5, 
.conference-other-single h6 {
	color: #63002F;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: .4em;
    text-transform: uppercase;
}

.conference-other-single h1 {
  font-size: 72px;
}

.conference-other-single h2 {
  font-size: 56px;
}

.conference-other-single h3 {
  font-size: 48px;
}

.conference-other-single h4 {
  font-size: 32px;
}

.conference-other-single h5 {
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
}

.conference-other-single h6 {
  font-size: 24px;
  letter-spacing: 2px;
}

.conference-other-single blockquote {
  color: #000;
  padding: 4px 40px;
  margin-left: 12px;
  margin-right: 0;
  font-size: 20px;
  line-height: 1.6em;
  border-left: 4px solid #E64034;
}

.conference-other-single img {
  max-width: 100%;
  height: auto;
}

.conference-other-single ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* Output the numbers using the counter() function, but use a custom color, and position the numbers how we want */
.conference-other-single ol li:before {
  color: #E64034;
  content: counter(list) ".";
  left: -36px;
  font-weight: 700;
  position: absolute;
  text-align: right;
  width: 1.5em;
}

.conference-other-single ul li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* Output the numbers using the counter() function, but use a custom color, and position the numbers how we want */
.conference-other-single ul li:before {
  color: #E64034;
  content:"•";
  left: -44px;
  position: absolute;
  text-align: right;
  width: 1.5em;
  font-weight: 900;
}

.conference-other-single .wp-caption-text {
  color: rgba(0,0,0,0.3);
  font-style: italic;
  font-size: 12px;
  margin-top: 0;
}

.conference-other-single a {
  color: #FF4C1C;
  text-decoration: none;
}

.conference-other-single a:hover {
  text-decoration: underline;
}

.conference-other-single .wp-caption.alignnone {
  width: 100% !important;
}

.conference-other-single img {
  max-width: 100%;
  height: auto;
}

pre {
  white-space: normal !important;
  color: black;
}
