.home img.hero {
  max-width: 80%;
}
.home .mainMessage {
  font-family: "Open Sans", sans-serif;
  color: #0c77ba;
  font-weight: 300;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .home .mainMessage {
    margin: 0px 5px;
  }
}
.home h3 {
  font-size: 2em;
  font-weight: 300;
  margin: 30px;
}
.home .aboveFold {
  margin-bottom: 20px;
}
.home .featureHighlight h4 {
  text-transform: uppercase;
  font-weight: 800;
  margin: 20px;
}
.home .featureHighlight i {
  color: #0c77ba;
}
.home .featureHighlight p {
  font-weight: 600;
  margin: 0 40px;
}
.home .belowFold {
  padding: 20px;
}
.home .slideNav {
  background-color: #0c77ba;
  color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .home .slideNav.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .home .slideNav.nav-tabs.nav-justified > li > a {
    margin-bottom: 0px;
  }
}
.home .slideNav .home-page-mid-nav-icon {
  font-size: 2em;
  padding: 15px 0px;
}
.home .slideNav .carouselLabel {
  height: 2em;
}
.home .slideNav a {
  background-color: #0c77ba;
  color: #ffffff;
}
.home .slideNav a.activeSlide {
  color: #0c77ba;
  background-color: #ffffff;
  position: relative;
  border-radius: 0px;
}
.home .slideNav a.activeSlide:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  bottom: -20px;
  left: 50%;
  z-index: 100;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .home .slideNav a.activeSlide:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: -10px;
    margin-left: -10px;
  }
}
.home .layer {
  background-color: #424142;
  background-repeat: repeat-x;
  background-size: 2px 100%;
}
.home .layer .carouselDescription {
  padding: 30px;
  color: #FFFFFF;
  vertical-align: middle;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.home .layer .carouselDescription .fill {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 800;
  font-size: 1.2em;
  padding: 30px 0px;
}
.home .layer .carouselDescription .fill h4 {
  font-weight: 800;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .home .layer .carouselDescription {
    padding: 5px;
  }
  .home .layer .carouselDescription .fill {
    font-size: 0.8em;
    padding: 5px 0px;
  }
  .home .layer .carouselDescription .fill h4 {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .home ul[rn-carousel] {
    height: 200px;
  }
}
.home .carouselImage {
  width: 100%;
  height: auto;
}
.home .featuredCollection h4 {
  margin: 30px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}
.home .featuredCollection p {
  margin: 20px;
  font-size: 23px;
}
.home .featuredCollection img {
  width: 100%;
  height: auto;
}
.home .featuredItem {
  margin-bottom: 20px;
}
.home hr.fcSeparator {
  background-color: #0c77ba;
  height: 4px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .home hr.fcSeparator {
    margin-bottom: 10px;
    height: 2px;
  }
}
.home .mainText {
  font-size: 1.5em;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .home .mainText {
    padding-top: 50px;
    font-size: 2.5em;
  }
}
.bannerBG{
  background-color: #f3eeee;
  height: auto;
}
#tempBanner{
  /*width: 70%;*/
  max-width: 1048px;
  margin: 10px auto 90px;
  display: block;
  background-color: #f3eeee;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #tempBanner{
    width: 80%;
  }
}
@media (max-width:770px ) {
  #tempBanner{
    width: 100%;
  }
}
@media (max-width: 415px){
  .section-heading-spacer{
    width: 420px;
  }
}
@media (max-width: 400px){
  .section-heading-spacer{
    width: 405px;
  }
}
@media(max-width: 361px){
  .section-heading-spacer{
    width: 365px;
  }
}