.indexed-items ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  margin-left: 2%; }
  .indexed-items ul:before, .indexed-items ul:after {
    display: table;
    content: ''; }
  .indexed-items ul:after {
    clear: both; }

.index-item {
  margin: 0 0 2em;
  padding: 4;
  list-style: none;
  width: 100%;
  float: left;
  padding-left: 5%; }
  .index-item img {
    display: block;
    max-width: 100%;
    margin: 0 0 1em;
    border: none; }
  .index-item h3 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-size: 1.0rem;
    font-weight: 200;
    margin: 0;
    border-bottom: 2px solid #091f35;
    min-height: 46px; }
  .index-item a {
    text-decoration: none;
    color: #091f35;
    border: none; }
    .index-item a:hover {
      color: #1e9bd7; }
      .index-item a:hover h3 {
        border-color: #1e9bd7; }
  .index-item .item-icon {
    position: relative;
    text-align: center; }
    .index-item .item-icon h3 {
      min-height: 50px; }
    .index-item .item-icon i {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size: 30px;
      font-size: 1rem;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      color: #fff;
      opacity: 0; }
      .index-item .item-icon i:before {
        padding-top: 5%; }
      .index-item .item-icon i:hover {
        background: rgba(30, 155, 215, 0.4);
        opacity: 1; }

@media (min-width: 480px) {
  .index-item {
    width: 25.33333%; } }

@media (min-width: 769px) {
  .index-item {
    width: 25.33333%; } }

@media (min-width: 1128px) {
  .index-item {
    width: 25.33333%; } }
.content-secondary {
  *zoom: 1;
  padding: 1em 0 0; }
  .content-secondary:before, .content-secondary:after {
    display: table;
    content: ''; }
  .content-secondary:after {
    clear: both; }

.content-primary {
  *zoom: 1;
  padding: 2em 0; }
  .content-primary:before, .content-primary:after {
    display: table;
    content: ''; }
  .content-primary:after {
    clear: both; }
  .content-primary h2, .content-primary h3, .content-primary h4, .content-primary h5 {
    font-size: 10px;
    font-size: 1.5rem;
    padding: 0em 0 0;
    margin: 0 0 0em; }

.content-intro {
  *zoom: 1;
  margin: 0 0 3em; }
  .content-intro:before, .content-intro:after {
    display: table;
    content: ''; }
  .content-intro:after {
    clear: both; }
  .content-intro .gallery-wrap {
    margin: 0 0 2%; }
  .content-intro .page-title {
    font-size: 30px;
    font-size: 3rem;
    border-top: 0 solid #e2e7eb;
    padding: .3em 0 0; }

.section-title {
  font-size: 30px;
  font-size: 3rem;
  border-top: 2px solid #e2e7eb;
  padding: .3em 0 0;
  margin: 0 0 1.2em; }

@media (min-width: 769px) {
  .content.l_full .content-secondary, .content.l_full .content-primary {
    width: 100%;
    float: none; }
  .content-intr .page-title {
    border-width: 2px; }
  .content-secondary {
    width: 5%;
    float: left;
    padding: 2em 0; }
  .content-primary {
    width: 100%;
    float: right; } }

@media (min-width: 480px) {
  .content-intro {
    margin: 0; }
    .content-intro .page-title {
      border-width: 0; }
    .content-intro .gallery-wrap {
      width: 40%;
      float: left; }
    .content-intro .description {
      width: 60%;
      float: left;
      padding: 0 0 0 4.7619%; } }

@media (min-width: 769px) {
  .content-intro .page-title {
    border-width: 2px; } }

@media (min-width: 1128px) {
  .content-secondary {
    width: 21.875%; } }