/* Header */

/* Navigation */

/* Hero */

/* Footer Region */

/* Custom Blocks */

/* RETINA DISPLAY IMAGES */

.main-header {
  zoom: 1;
  border-bottom: 2px solid #ddd;
  margin: .25em 0 1.25em;
  padding: 0 0 .625em;
}

.main-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.main-header .col-sm-12 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
}

.main-header .module-image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.main-header .module-image img {
  max-height: 50px;
}

.main-header h1 {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0;
  padding: 0 0 0 .5em;
}

.modules .module {
  border: 4px solid #EE802B;
  margin: 0 0 2em;
}

.modules .module .title {
  font-weight: 700;
  line-height: 1.25em;
}

.modules .module .title a {
  color: #000;
  display: block;
  padding: .875em .125em 1em 2.75em;
  position: relative;
}

.modules .module .title a:before {
  background: url("/img/brand/iscbs-logo-icon.png") no-repeat scroll 0 0/contain;
  content: "";
  height: 20px;
  left: .625em;
  position: absolute;
  top: .875em;
  width: 20px;
}

.modules .module .body {
  font-size: .938em;
  line-height: 1.5em;
  padding: 0 1em 1.5em;
}

.modules .module .actions a {
  border-radius: 0;
  background: #EE802B;
  color: #fff;
  display: block;
  font-size: 1.125em;
  padding: .875em;
  position: relative;
  text-align: center;
}

.modules .module .actions a:before {
  content: "\F046";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.375em;
  font-weight: normal;
  margin: 0 .5em 0 0;
  vertical-align: sub;
}

@media all and (min-width: 768px) {
  .modules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .modules .col-sm-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modules .module {
    padding-bottom: 75px;
    position: relative;
  }

  .modules .module .actions {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .modules .module {
    margin: 0 2em 2em;
  }

  .modules .module .title {
    font-size: 1.125em;
  }

  .modules .module .title a:before {
    height: 25px;
    top: .75em;
    width: 25px;
  }
}

@media all and (min-width: 1200px) {
  .modules .module {
    margin: 0 4em 2em;
  }

  .modules .module .title a {
    padding: 1em .625em 1.5em 3em;
  }

  .modules .module .title a:before {
    left: .875em;
    top: .875em;
  }

  .modules .module .body {
    font-size: 1em;
    line-height: 1.625em;
    padding: 0 1.25em 1.5em;
  }
}

@media all and (min-width: 1440px) {
  .modules .module {
    margin: 0 6em 2em;
  }

  .modules .module .title {
    font-size: 1.25em;
  }

  .modules .module .title a:before {
    top: .938em;
  }
}

