/* Alamo Homepage - Step arrows
******************************************************/
.tabContentWrap .tabDesc {
  float: left;
  padding-right: 12px;
  margin-right: 12px;
  width: 32%;
  height: 90px;
  border-right: 1px solid #fff;
  padding-right: 12px;
  overflow: hidden;
}
.tabContentWrap .tabDesc h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.tabContentWrap .StepArrows + .close {
  text-indent: -9999px;
}

.StepArrows .intro {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 18px;
  text-align: center;
}
.StepArrows .intro a {
  color: inherit;
}
.StepArrows .arrowWrap {
  margin: 0;
  padding: 0;
  height: 60px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.StepArrows .arrow {
  display: inline-block;
  float: left;
  background-repeat: no-repeat;
  background-position: 0 -119px;
  width: 195px;
  height: 60px;
  padding: 10px 0 0;
  background-image: url(/institutes/img/tab-step-arrows.png);
  overflow: hidden;
}
.StepArrows .arrow a {
  display: block;
  color: white;
  text-decoration: none;
  /* over-write style on Alamo's site */
}
.StepArrows .arrow a:hover {
  text-decoration: none;
}
.StepArrows .arrow .number {
  color: #000;
  font-family: "Open Sans", sans-serif;
  width: 28px;
  height: 28px;
  margin: 0 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  background: white;
  border-radius: 50%;
}
.StepArrows .arrow .number,
.StepArrows .arrow .step {
  display: inline-block;
  vertical-align: middle;
}
.StepArrows .arrow .step {
  width: 130px;
  text-align: left;
}
.StepArrows .arrow .title,
.StepArrows .arrow .desc {
  display: block;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.StepArrows .arrow .title {
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}
.StepArrows .arrow .desc {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}
.StepArrows .arrow:hover {
  background-position: 0 0;
}
.StepArrows .arrow:hover .number {
  background: #03134b;
  color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.StepArrows .arrow:hover .title {
  color: #30407a;
}
.StepArrows .arrow:hover .desc {
  color: #5eb9f6;
}