.ib,
.main-content h2 > div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.ib-top {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.hide-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}

.nowrap {
  white-space: nowrap;
}

body, .main-content {
  min-width: 962px;
}

.default-page .main-content {
  width: 962px;
  margin-left: auto;
  margin-right: auto;
}

button {
  border: 0;
  margin: 0;
}

.positionable-view {
  position: absolute;
}

* {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

a {
  text-decoration: none;
  color: #016d91;
}

.main-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.main-content hr.shadow {
  height: 6px;
  border: none;
  margin: 0;
}
.main-content hr.dotted-horizontal {
  border: 0;
}
.main-content h2 hr {
  height: 3px;
  border: 1px solid #ccc;
  border-width: 1px 0;
  position: absolute;
  width: 100%;
  top: 20px;
}
.main-content h2 > div {
  margin: 0;
  position: relative;
  padding: 0 15px;
  line-height: 75px;
  background-color: #fff;
}
.main-content h2.container-bg > div {
  background-color: #f5f5f5;
}
.main-content h2.left-text {
  text-align: left;
}
.main-content hr.shadow + h2 hr {
  top: 6px;
}
.main-content hr.shadow + h2 > div {
  line-height: 63px;
  margin-bottom: 6px;
}
.main-content hr.gradient {
  border: 0;
  height: 5px;
}
.main-content button {
  outline: none;
}
.main-content .close-button {
  cursor: pointer;
  padding: 8px;
  background-color: transparent;
}
.main-content .content-top-pad {
  padding-top: 15px;
}

.main-content, .main-content small, .main-content h2, .main-content h3, .main-content h4 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-content strong, .main-content h5, .main-content h6 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.main-content, .main-content strong {
  font-size: 14px;
}

.main-content small {
  font-size: 12px;
}

.main-content h2 {
  font-size: 26px;
}

.main-content h3 {
  font-size: 23px;
}

.main-content h4 {
  font-size: 20px;
}

.main-content h5 {
  font-size: 18px;
}

.main-content h6 {
  font-size: 16px;
}

body, input, textarea {
  font: normal 13px Arial, sans-serif;
}

body, input, textarea {
  color: #666;
}

.main-content {
  line-height: 1.231;
}
.main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  color: #2c3857;
}

.default-page .main-content {
  min-width: 0;
  min-height: 400px;
}
