.right {
  float: right;
}
.left {
  float: left;
}
figure {
  position: relative; 
}
figure.small {
  width: 200px;
  margin: 15px;
}
figure.medium.right {
  width: 300px;
}
figure.right {
  margin: 0 0 15px 15px;
}
figure.left {
  margin: 0 15px 15px 0;
}
figure.financials {
  width: 17px;
  margin-left: 200px;
  margin-top: 25px;
}
figcaption {
  text-align: center;
  color: #999;
  font-size: 90%;
  padding: 10px;
}
a.noDecoration {
  text-decoration: none;
}

figure.col-25 {
  align-content: center;
  text-align: center;
  margin: auto;
  padding-bottom: 40px;
  padding-left: 0;
}
figure.col-25 a img {
  border: #ccc thin solid;
}
figure.col-25 a:hover img {
  border: #00978e thin solid;
}

.internationalList ul li {
  padding: 0;
  margin: 10px;
  list-style: none;
  font-size: 120%;
  line-height: 140%;
}
.internationalList a {
  text-decoration: none;
}

figcaption span {
  text-transform: uppercase;
  font-family: 'helvetica-6', helvetica, arial, sans-serif;
  color: #00978e;
}
.col-25 figcaption {
  line-height: 1.3em;
  padding-left: 0;
}

.image {
  position: relative;
  width: 184px;
  height: 238px;
  margin-left: 20px;
}
.image img {
  width: 100%;
  vertical-align: top;
}
.image:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.image:hover:after {
  opacity: 0.5;
  cursor: pointer;
}
.faq h2 {
  font-family: 'helvetica-6', helvetica, arial, sans-serif;
  color: #666;
  margin-top: 30px;
  margin-left: 55px;
}

article.faq {
  background-image: url(../img/financials/faq.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.faq-compact .faq {
  background-size: 32px;
}
.faq-compact .faq h2 {
  font-size: 1.250em;
  margin-left: 45px;
}
.faq-compact .faq blockquote {
  font-size: 120%;
  margin: 15px 60px 15px 52px;
}
.faq-compact .faq blockquote {
  font-family: 'helvetica-4';
}
.faq-compact .faq blockquote ul.list-nostyle {
  list-style: none;  
}
.outdent {
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}