/* ------------------------------------------------------------ *\
	HOMEPAGE SPECIFIC STYLES
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Hero Banner
\* ------------------------------------------------------------ */

.hero-banner {
    height: auto;
    background: #213f46;
    position: relative;
}

.hero-banner h1 {
  margin-bottom: 70px;
}

.hero-banner a.button {
  font-size: 1.2em;
}

.slider-title, .slider-cta {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  height: 40px;
  top: 0;
}

.slider-cta {
    bottom: 54px;
    top: inherit;
}

.slider-title p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Crimson Pro';
    font-size: 1.8em;
    opacity: .75;
    max-width: 1100px;
    margin: auto;
    padding: 10px 0 12px;
    border-bottom: 1px solid #fff;
}

section#latest-issue img, section#sourcebook img {
    width: 35%;
    min-width: 125px;
    max-width: 300px;
}

section .unslider {
    padding-top: 30px;
    border-top: 1px solid #b0b0b0;
    margin-top: 30px;
}

section .unslider img {
    width: 100%!important;
    display: block;
    margin: auto;
}

div#ctf {
    margin-bottom: 30px;
}

hr {
    margin: 15px 0 5px;
}

article h2 {
  margin-top: 0;
}

section#article-categories {
  margin-top: 0;
}

aside .monthly-news {
    margin-top: 35px;
}

@media screen and (max-width:1023px) {
  .announcement-bar h3 {
    font-size: 1em;
  }
}

@media screen and (min-width:640px) and (max-width:1023px){

  .slider-title p {
    font-size: 1.3em;
}

.hero-banner a.button {
    font-size: 1em;
}

.slider-cta {
    bottom: 40px;
}

}

@media screen and (max-width: 640px) {
  .slider-title p {
      opacity: .85;
      font-size: 1.2em;
      padding: 10px 10px 12px;
  }
.hero-banner a.button {
    font-size: 1.1em;
    width: 80%;
    line-height: 1.4;
}
}
