body {
  background-color: #444;
}

#document {
  min-height: 0;
  background-color: #fff;
}

#document > .carousel {
  margin-bottom: 0;
}
#document > .carousel .slides {
  height: inherit;
  overflow: hidden;
}
#document > .carousel .thumbnails > li {
  background-color: #fff;
  opacity: .4;
}
#document > .carousel .thumbnails > li.current {
  opacity: 1;
}
#document > .carousel .caption {
  display: none !important;
}

#document > section {
  padding: 5.001em 0;
  text-align: center;
}
@media (max-width: 768px) {
  #document > section {
    padding: 3em 0 1.667em;
  }
}
#document > section#intro-main {
  background-color: #4bc3a8;
}
#document > section#intro-main p {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 1em;
  font-size: 1.667em;
  line-height: 1.5em;
  color: #fff;
}
@media (max-width: 768px) {
  #document > section#intro-main p {
    font-size: 1em;
    line-height: 30px;
  }
}
#document > section#pillars {
  padding-bottom: 105px;
  background-color: #686158;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1200px) {
  #document > section#pillars {
    background-attachment: scroll;
    background-position: left top !important;
  }
}
@media (max-width: 960px) {
  #document > section#pillars {
    padding-bottom: 1px;
  }
}
@media (max-width: 480px) {
  #document > section#pillars {
    padding-bottom: 0;
    background-size: 660px 288px;
  }
}
#document > section#pillars > p {
  max-width: 840px;
  margin: 0 auto 1.875em;
  padding: 0 .75em;
  font-size: 24px;
  line-height: 45px;
  color: #fff;
}
@media (max-width: 768px) {
  #document > section#pillars > p {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  #document > section#pillars > p {
    font-size: 1em;
  }
}
#document > section#pillars #callout-container {
  font-size: 0;
}
#document > section#pillars #callout-container > section {
  position: relative;
  width: 330px;
  margin: 0 .667em 8em;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1080px) {
  #document > section#pillars #callout-container > section {
    width: 33%;
    margin: 0 0 8em;
  }
}
@media (max-width: 900px) {
  #document > section#pillars #callout-container > section {
    width: 480px;
    margin: 0 auto 1.667em;
    display: block;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  #document > section#pillars #callout-container > section {
    width: 100%;
    margin: 0;
  }
}
#document > section#pillars #callout-container > section p {
  position: absolute;
  margin: 0.8335em;
}
@media (max-width: 900px) {
  #document > section#pillars #callout-container > section p {
    display: none;
  }
}
#document > section#explore-link {
  position: absolute;
  width: 100%;
  height: 2.5005em;
  margin-top: -5.8345em;
  padding: 1.667em 0;
  border-top: 1px solid #fff;
}
@media (max-width: 960px) {
  #document > section#explore-link {
    position: static;
    height: auto;
    margin-top: 0;
    border-top: none;
  }
}
#document > section#explore-link > div {
  font-size: 0;
}
#document > section#explore-link > div > * {
  display: inline-block;
  vertical-align: bottom;
}
#document > section#explore-link > div > h2 {
  margin: 0;
  padding: 0 12px;
  font-size: 18px;
  line-height: 2.5em;
  font-weight: 300;
  color: #4bc3a8;
  background-color: #fff;
}
#document > section#explore-link > div > h2 span {
  position: relative;
  top: 1px;
  display: inline-block;
}
#document > section#explore-link > div > a {
  padding: 0 18px;
  font-size: 27px;
  line-height: 1.6667em;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background-color: #4bc3a8;
}
#document > section#featured section {
  text-align: left;
}
@media (min-width: 1081px) {
  #document > section#featured section {
    width: 42.5%;
  }
  #document > section#featured section#featured-products {
    float: left;
  }
  #document > section#featured section#whats-new {
    float: right;
  }
}
@media (max-width: 1080px) {
  #document > section#featured section#whats-new {
    margin-top: 3.334em;
  }
}
#document > section#featured section > h2 {
  font-size: 2em;
  line-height: 1.25025em;
  margin: 0em;
  font-weight: 100;
  color: #aaa;
}
@media (max-width: 480px) {
  #document > section#featured section > h2 {
    font-size: 1.5em;
    line-height: 1.24469em;
    margin: 0em;
  }
}
#document > section#featured section .feed.products {
  border-top: 1px solid #ddd;
}
@media (max-width: 1080px) {
  #document > section#featured section .feed.products {
    height: auto !important;
  }
}
#document > section#featured section .feed.products > .item {
  width: 100%;
  height: inherit;
  overflow: hidden;
}
#document > section#featured section .feed.products > .item figure {
  position: relative;
  width: 48%;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
}
#document > section#featured section .feed.products > .item figure img {
  display: block;
}
@media (max-width: 1080px) {
  #document > section#featured section .feed.products > .item figure {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 480px) {
  #document > section#featured section .feed.products > .item figure {
    width: 48%;
    vertical-align: top;
  }
  #document > section#featured section .feed.products > .item figure img {
    height: auto !important;
  }
}
#document > section#featured section .feed.products > .item .content {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#document > section#featured section .feed.products > .item .content h3 {
  font-size: 1.33em;
  line-height: 1.25338em;
  margin: 0em;
  font-weight: 300;
}
#document > section#featured section .feed.products > .item .content p:not(.price) {
  font-size: 0.833em;
  line-height: 1.5009em;
  margin: 0em;
}
#document > section#featured section .feed.products > .item .content .price {
  margin: 0;
  color: #4bc3a8;
}
@media (max-width: 480px) {
  #document > section#featured section .feed.products > .item .content {
    padding: 0.8335em 0;
  }
}
#document > section#featured section .carousel .thumbnails {
  text-align: right;
}
#document > section#home-stats {
  padding-bottom: 1.667em;
  color: #fff;
  background-color: #686158;
}
#document > section#home-stats img[alt="Awana Works"] {
  max-width: 250px;
  margin: 0 auto 0.8335em;
  display: block;
}
#document > section#home-stats > .container {
  font-size: 0;
}
#document > section#home-stats > .container figure {
  position: relative;
  font-size: 18px;
  padding: 1.667em 0 3.334em;
  border-bottom: 1px solid #fff;
}
@media (min-width: 361px) {
  #document > section#home-stats > .container figure {
    width: 33.33%;
    display: inline-block;
  }
}
#document > section#home-stats > .container figure:before {
  content: " ";
  display: block;
  width: 1px;
  height: 1.667em;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
#document > section#home-stats > .container figure img {
  max-width: 210px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  #document > section#home-stats > .container figure img {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  #document > section#home-stats > .container figure img {
    max-width: 105px;
  }
}
#document > section#donate-cta {
  padding-top: 0.8335em;
  color: #fff;
  background-color: #686158;
}
@media (min-width: 481px) {
  #document > section#donate-cta .callout {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 1080px) {
  #document > section#donate-cta p {
    padding: 0 1em;
  }
}
#document > section#donate-cta .share-links {
  margin-top: 1.667em;
}
@media (min-width: 481px) {
  #document > section#donate-cta .share-links > * {
    display: inline-block;
    vertical-align: middle;
  }
}
#document > section#donate-cta .share-links h3 {
  font-size: 1em;
  line-height: 1.667em;
  margin: 0em;
  font-weight: 300;
}
#document > section#donate-cta .share-links > div {
  font-size: 0;
}
#document > section#donate-cta .share-links > div a {
  width: 1.667em;
  height: 1.667em;
  margin: 0 1px;
  font-size: 18px;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.2);
}
#document > section#donate-cta .share-links > div a:before {
  display: block;
  text-align: center;
  line-height: 1.667em;
  margin-bottom: 10.002em;
}
#document > section#donate-cta .share-links > div a.twitter:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f099";
}
#document > section#donate-cta .share-links > div a.googleplus:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d5";
}
#document > section#donate-cta .share-links > div a.facebook:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f09a";
}
#document > section#donate-cta .share-links > div a.pinterest:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d2";
}
#document > section#home-feeds > .container > section {
  text-align: left;
}
@media (min-width: 1081px) {
  #document > section#home-feeds > .container > section {
    width: 30%;
    margin-left: 5%;
    float: left;
  }
  #document > section#home-feeds > .container > section:first-child {
    margin-left: 0;
  }
}
#document > section#home-feeds > .container > section > h2 {
  font-size: 1em;
  line-height: 1.667em;
  margin: 0em;
  font-weight: 100;
  color: #666;
}
@media (max-width: 480px) {
  #document > section#home-feeds > .container > section > h2 {
    font-size: 1.5em;
    line-height: 1.24469em;
    margin: 0em;
  }
}
#document > section#home-feeds > .container > section#featured-stories {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#document > section#home-feeds > .container > section#featured-stories > h2 {
  border-bottom: none;
}
#document > section#home-feeds > .container > section#featured-stories .feed > .item figure {
  width: 100%;
  max-width: none;
  float: none;
  margin-right: 0;
}
@media (min-width: 769px) {
  #document > section#home-feeds > .container > section#featured-stories .feed > .item .content {
    height: 5.001em;
    overflow: hidden;
  }
}
#document > section#home-feeds > .container > section#featured-stories .feed > .item .preview {
  margin-bottom: 0;
}
#document > section#home-feeds > .container > section#home-twitter {
  position: relative;
  padding-bottom: 2.5005em;
}
@media (max-width: 1080px) {
  #document > section#home-feeds > .container > section#home-twitter {
    margin-top: 3.334em;
  }
}
#document > section#home-feeds > .container > section#home-twitter #link-twitter-follow {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1080px) {
  #document > section#home-feeds > .container > section#featured-news {
    margin-top: 1.667em;
  }
}
#document > section#home-feeds > .container > section#featured-news .feed > .item {
  padding: 0.75015em 0;
  border-bottom: 1px solid #ddd;
}
#document > section#home-feeds > .container > section#featured-news .feed > .item:first-of-type {
  border-top: 1px solid #ddd;
}
#document > section#home-feeds > .container > section#featured-news .feed > .item a {
  display: block;
}
#document > section#home-feeds > .container > section#featured-news .feed > .item figure, #document > section#home-feeds > .container > section#featured-news .feed > .item h3 {
  display: inline-block;
  vertical-align: middle;
}
#document > section#home-feeds > .container > section#featured-news .feed > .item figure {
  width: 60px;
  float: none;
  margin: 0 6px 0 0;
}
#document > section#home-feeds > .container > section#featured-news .feed > .item figure img {
  display: block;
}
#document > section#home-feeds > .container > section#featured-news .feed > .item h3 {
  width: 75%;
  font-size: 1.11em;
  line-height: 1.5018em;
  font-weight: 300;
}

#tour-site-badge {
  display: none;
}

@media (max-width: 800px) {
  #maincarousel {
    margin-top: 0;
  }
}
#maincarousel .thumbnails > li {
  background-color: #84d6c4;
}
#maincarousel .thumbnails > li.current {
  background-color: #fff;
}

.bannerfig{ 
   min-width: 100%; 
   background-color: #0faf8b;
}
.bannerimg{
  width: 100%; 
  display: block; 
  max-height: 190px; 
  max-width: 1500px; 
  margin: 0px auto;
}

