@charset "utf-8";
#partners {
  padding: 24px 0 36px 0;
  background: #002531;
  overflow: hidden;
  text-align: center;
}
#partners h2 {
  font-weight: 100;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #FFF;
  padding: 0 0 0 0;
  margin: 0 0 24px 0;
}
#partners p {
  color: #FFF;
  padding: 0 0 0 0;
  margin: 0 0 24px 0;
}
.logo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 36px 0 36px;
  display: inline-block;
  width: 120px;
  height: 50px;
}
.topOffset {
  padding-top: 0px;
}
#topOffsetAdmin {
  padding-top: 30px;
}
#hero {
  height: 800px;
  overflow: hidden;
  position: relative;
}
.layer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: fixed;
  z-index: -3;
}
#hero-mobile {
  display: none;
  background: url("/media/static/images/parallax-mobile.jpg") no-repeat center bottom/cover;
  height: 320px;
}
#hero, .layer {
  min-height: 800px;
}
.layer-0 {
  background-image: url("/media/static/images/parallax-sky.jpg");
}
.layer-1 {
  background-image: url("/media/static/images/parallax-rainier.png");
}
.layer-2 {
  background-image: url("/media/static/images/parallax-skyline.png");
}
.layer-3 {
  background-image: url("/media/static/images/parallax-ridgeline.png");
}
.layer-4 {
  background-image: url("/media/static/images/parallax-foreground.png");
}
.layer-5 {
  background-image: url("/media/static/images/GTCC-icon-white-10.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.layer-6 {
  text-align: center;
  padding: 360px 0;
}
h1 {
  margin: 1px 1px 12px 1px;
  padding: 0 0 0 0;
  font-size: 3.0rem;
  line-height: 3.0rem;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
}
h2 {
  margin: 1px;
  padding: 0 0 0 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 2px;
}
/* SECTIONS
    --------------------------------------------------*/
.sectHead {
  padding: 36px 0 6px 0;
  max-height: 270px;
  color: #FFF;
}
.sectHead h1 {
  padding: 0 0 24px 0;
  margin: 1px 1px 24px 1px;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 100;
  text-align: center;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.sectHead .intro {
  color: #FFF;
}
.sectHeadblue2 {
  background-color: #36898E;
}
.sectHeadblue3 {
  background-color: #65C0CB;
}
.sectHeadgreen {
  background-color: #AFD136;
  background-color: #687D1C;
}
.container2 {
  position: relative;
  z-index: 1;
  margin-top: -72px;
  text-align: center;
  width: 70%;
}
.greater {
  height: 80px;
  max-width: 80%;
  margin: 0 auto 12px auto;
}
/* TOGGLE TEXT
    --------------------------------------------------*/
.toggleText {
  font-size: .9rem;
  line-height: 1.1rem;
  cursor: pointer;
  -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;
  margin: 0 0 0 0;
  padding: 0 0 24px 0;
}
.toggleText:hover {
  font-weight: 700;
}
.toggleBody {
  background: rgba(255, 255, 255, .8);
  padding: 12px 24px 12px 24px;
  margin: 0 0 24px 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #333;
  border-top: 1px solid rgba(54, 137, 142, .5);
  border-bottom: 1px solid rgba(54, 137, 142, .5);
}
.toggleText em {
  visibility: hidden;
}
/* SECTION IMAGE
    --------------------------------------------------*/
.sectImg {
  width: 98%;
  height: 300px;
  background-color: #002531;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #FFF;
}
.bigBtn {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding: 12px 0 12px 0;
  min-width: 240px;
}
/* SECTION HERO
    --------------------------------------------------*/
.hero {
  display: block;
  background-color: #002531;
  -webkit-background-size: 120%, cover;
  -moz-background-size: 120%, cover;
  -ms-background-size: 120%, cover;
  -o-background-size: 120%, cover;
  background-size: 120%, cover;
  background-repeat: no-repeat;
  background-position: center -1px, center center;
  background-attachment: scroll, fixed;
  min-height: 600px;
}
.hero .container {
  padding: 100px 0 48px 0;
}
.hero h2 {
  font-size: 4.0rem;
  line-height: 4.2rem;
  color: rgba(109, 82, 120, 1);
  font-weight: 200;
}
/* MOBILE
    --------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #hero {
    display: none;
  }
  #hero-mobile {
    display: block;
  }
  .section {
    padding: 48px 0 48px 0;
  }
  h1 {
    margin: 0 0 36px 0;
    font-size: 1.8rem;
    line-height: 2.0rem;
  }
  .sectHeadblue {
    padding: 80px 0 6px 0;
    max-height: 1000px;
  }
  .sectHeadblue h1 {
    padding: 0 0 12px 0;
    margin: 1px 1px 12px 1px;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  .sectHeadblue .intro {
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .sectHeadwhite {
    padding: 36px 0 12px 0;
    max-height: 1000px;
  }
  .sectHeadwhite h1 {
    padding: 0 0 12px 0;
    margin: 1px 1px 12px 1px;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  .sectHeadwhite .intro {
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .sectImg {
    height: 240px;
  }
  .hero {
    min-height: 360px;
    background-attachment: scroll, scroll;
  }
  .hero .container {
    padding: 60px 0 36px 0;
  }
  #slide3 {
    padding: 36px 0 36px 0;
    background: #FFF;
  }
  #slide3 h2 {
    padding: 0 0 12px 0;
    margin: 1px 1px 12px 1px;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  #slide3 a {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
}