.topnav .log-in-link,
.topnav .log-out-link {
  background-color: #fff; }

.topnav .log-in-link {
  padding-left: 20px; }

.page-template-main-new,
.home.page {
  background: url("../images/tree.png") top center no-repeat;
  background-position-y: -410px; }
  @media screen and (max-width: 48rem) {
    .page-template-main-new,
    .home.page {
      background-size: contain;
      background-position-y: 0; } }
  .page-template-main-new #container #header,
  .home.page #container #header {
    background-image: none; }
  .page-template-main-new div.announcement,
  .home.page div.announcement {
    display: none; }

#home {
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  font-family: "Source Sans Pro", sans-serif; }
  #home h1,
  #home h2,
  #home h3 {
    line-height: 1.2; }
  #home iframe,
  #home embed {
    max-width: 100%; }
  #home a {
    -webkit-transition: color 300ms;
    transition: color 300ms;
    cursor: pointer; }
    #home a:not(:hover) {
      color: inherit; }
  #home .btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #39ADF7;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: .4em 1.5em;
    -webkit-transition: 280ms background-color, 280ms color;
    transition: 280ms background-color, 280ms color; }
    #home .btn:hover {
      background-color: #75c5f6; }
    #home .btn.big {
      font-size: 18px; }
    #home .btn.small {
      font-size: 14px; }
  #home .aside > * {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  #home aside.top {
    text-align: center;
    margin-bottom: 1em; }
    #home aside.top img {
      display: block;
      margin: 0 auto; }
  #home section {
    margin-bottom: 25px;
    margin-top: 25px; }
  #home .section-title {
    text-align: center;
    font-weight: bold;
    color: #b3b3b3;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    background-color: transparent; }
  #home section.welcome h2 {
    color: #aaa;
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0;
    text-align: left; }
  @media (min-width: 48.063em) {
    #home section.welcome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #home section.welcome .featured {
        width: 42%;
        width: calc(43% - 1em); }
      #home section.welcome .fun {
        width: 27%;
        width: calc(28% - 1em); }
      #home section.welcome .community {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 28%;
        width: calc(30% - 1em); } }
  #home section.welcome h2 {
    margin-top: 0; }
  #home section.welcome .featured,
  #home section.welcome .community,
  #home section.welcome .fun {
    margin-bottom: 1em;
    margin-top: 1em; }
    @media (min-width: 48.063em) {
      #home section.welcome .featured,
      #home section.welcome .community,
      #home section.welcome .fun {
        margin: 0; } }
  #home section.welcome .featured {
    position: relative;
    overflow: hidden; }
    #home section.welcome .featured ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #home section.welcome .featured li {
      list-style: none;
      position: relative; }
    #home section.welcome .featured a {
      display: block;
      cursor: pointer; }
    #home section.welcome .featured img {
      display: block; }
    #home section.welcome .featured .title {
      display: block;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: .5em 1em;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  #home section.welcome .flex-control-nav,
  #home section.welcome .flex-direction-nav {
    display: none; }
  #home section.welcome .community {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #home section.welcome .community .btn {
      width: 100%; }
    #home section.welcome .community .exit,
    #home section.welcome .community .join,
    #home section.welcome .community .login {
      -webkit-transition: opacity 280ms;
      transition: opacity 280ms;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0); }
      #home section.welcome .community .exit:hover,
      #home section.welcome .community .join:hover,
      #home section.welcome .community .login:hover {
        opacity: .6; }
    #home section.welcome .community .join {
      background-color: #91FF9B;
      color: #26962E; }
    #home section.welcome .community .exit {
      background-color: #8a8a8a;
      color: #eee; }
    #home section.welcome .community .login {
      background-color: #FFBDE3;
      color: #9C3871; }
    #home section.welcome .community .subscribe {
      color: #fff; }
  #home section.welcome .newsletter {
    padding: 1em;
    background-color: #eee;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #home section.welcome .newsletter h3 {
      font-size: 20px; }
    #home section.welcome .newsletter > :first-child {
      margin-top: 0; }
    #home section.welcome .newsletter > :last-child {
      margin-bottom: 0; }
  #home section.welcome .fun {
    margin: 0 1em; }
    #home section.welcome .fun img {
      display: block; }
    #home section.welcome .fun .title {
      display: block;
      display: none; }
  #home section.categories {
    background-color: #E4F7FE; }
  #home ul.categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #home ul.categories li {
      list-style: none;
      padding: 1em .65em;
      line-height: 1.2;
      width: 50%; }
      @media (min-width: 48.063em) {
        #home ul.categories li {
          width: 25%; } }
      @media (min-width: 64.063em) {
        #home ul.categories li {
          width: 11.1%; } }
      @media screen and (max-width: 48em) {
        #home ul.categories li:last-of-type {
          text-align: center;
          width: 100%; } }
    #home ul.categories a {
      display: block;
      text-transform: lowercase;
      color: #3a3a3a;
      font-size: 16px;
      text-decoration: none; }
      #home ul.categories a:hover {
        color: #6a6a6a;
        text-decoration: underline; }
    #home ul.categories span {
      display: block; }
    #home ul.categories .search-toggle {
      height: 20px; }
      #home ul.categories .search-toggle span {
        background: left center no-repeat url(data:image/png;base64,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);
        background-size: 20px 20px;
        padding-left: 28px;
        max-width: none;
        line-height: 20px;
        display: inline-block; }
  #home #search {
    display: none; }
    #home #search:target, #home #search.on {
      display: block !important; }
  #home section.quote {
    background-color: #eee;
    padding: 25px;
    text-align: center; }
    #home section.quote hr {
      border: 0;
      border-top: 1px solid #ddd; }
      #home section.quote hr:first-of-type {
        margin-bottom: 50px; }
      #home section.quote hr:last-of-type {
        margin-top: 50px; }
    #home section.quote .copy {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 22px;
      color: #6a6a6a;
      padding-right: 25px;
      padding-left: 25px; }
  #home section.hero.second {
    padding: 10px;
    background-color: #f2f2f2; }
  #home section.hero .video {
    text-align: center; }
    #home section.hero .video p {
      margin: 0; }
    #home section.hero .video iframe {
      width: 100%;
      display: block; }
      @media screen and (max-width: 48em) {
        #home section.hero .video iframe {
          height: auto; } }
  #home section.hero .entry {
    text-align: center;
    padding: 2em; }
  #home section.hero .aside {
    text-align: center; }
    #home section.hero .aside img {
      display: block;
      margin: 0 auto; }
  #home section.hero .entry-title {
    margin-top: 0; }
  @media (min-width: 48.063em) {
    #home section.hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #home section.hero .video {
        width: 65.66%;
        text-align: left; }
      #home section.hero .aside,
      #home section.hero .entry {
        width: 34.33%; } }
  @media screen and (max-width: 48em) {
    #home section.hero.first .video {
      margin-bottom: 1em; } }
  @media (min-width: 48.063em) {
    #home section.blog .wrap,
    #home section.forums .wrap,
    #home section.popular .wrap,
    #home section.fun .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #home section.blog .aside,
    #home section.forums .aside,
    #home section.popular .aside,
    #home section.fun .aside {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 300px;
              flex: 1 0 300px; }
    #home section.blog .aside + .posts,
    #home section.blog .posts + .aside,
    #home section.forums .aside + .posts,
    #home section.forums .posts + .aside,
    #home section.popular .aside + .posts,
    #home section.popular .posts + .aside,
    #home section.fun .aside + .posts,
    #home section.fun .posts + .aside {
      margin-left: 2em; } }
  #home ul.posts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0; }
    #home ul.posts li {
      list-style: none;
      margin-bottom: 1em; }
    #home ul.posts a, #home ul.posts span.title {
      display: block; }
    #home ul.posts a:hover > .title {
      text-decoration: underline; }
    #home ul.posts span.title {
      font-weight: bold;
      line-height: 1.2; }
  @media (min-width: 48.063em) {
    #home section.blog ul.posts,
    #home section.popular ul.posts,
    #home section.fun ul.posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    #home section.blog li,
    #home section.popular li,
    #home section.fun li {
      width: 31.33%; }
    #home section.blog span.title,
    #home section.popular span.title,
    #home section.fun span.title {
      font-weight: normal;
      font-size: 15px; } }
  #home section.blog,
  #home section.popular,
  #home section.fun {
    text-align: center; }
    #home section.blog span.title,
    #home section.popular span.title,
    #home section.fun span.title {
      font-size: 20px; }
    #home section.blog img.wp-post-image,
    #home section.popular img.wp-post-image,
    #home section.fun img.wp-post-image {
      margin-bottom: .5em; }
    @media (min-width: 48.063em) {
      #home section.blog,
      #home section.popular,
      #home section.fun {
        text-align: left; } }
  #home section.popular {
    /*
	ul.posts {

		a {
			display: flex;
			flex-wrap: nowrap;
			align-items: center;
		}
		img {
			width: 100px;
			flex: 0 0 100px;
			margin-right: 15px;
			@media (min-width: 48.063em) {
				width: 65px;
				flex: 0 0 65px;
			}
		}
		span {
		}
	
	}
*/ }
  #home section.forums .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  #home section.forums ul.posts {
    margin-bottom: 2em; }
    @media (min-width: 48.063em) {
      #home section.forums ul.posts {
        margin-bottom: 0; } }
    #home section.forums ul.posts li {
      font-size: 15px; }
      #home section.forums ul.posts li.title {
        font-size: 21px; }
    #home section.forums ul.posts a:not(:hover) {
      color: inherit; }
    #home section.forums ul.posts span.title {
      font-weight: normal; }
  #home section.forums .community .btn {
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 280ms;
    transition: opacity 280ms;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
    #home section.forums .community .btn:hover {
      opacity: .6; }
  #home section.forums .community .join {
    background-color: #91FF9B;
    color: #4D4D4D; }
  #home section.forums .community .forums,
  #home section.forums .community .topics {
    background-color: #ABF0FF;
    color: #4D4D4D; }
  @media (min-width: 48.063em) {
    #home section.forums ul.posts,
    #home section.forums .community {
      width: 24%; } }
  #home section.search {
    border: 2px solid #eee;
    padding: 25px; }
    #home section.search input[type="text"] {
      max-width: 100%;
      width: 640px;
      display: block;
      margin: 10px auto;
      font-size: 18px;
      padding: 10px;
      border: 2px solid #dadada;
      border-radius: 3px;
      -webkit-transition: 280ms border-color, 280ms color;
      transition: 280ms border-color, 280ms color;
      color: #aaa; }
      #home section.search input[type="text"]:focus {
        border-color: #7a7a7a;
        color: #5a5a5a; }
  #home section.books,
  #home section.shop {
    text-align: center; }
    #home section.books span.title,
    #home section.shop span.title {
      display: block; }
  #home ul.products {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 48.063em) {
      #home ul.products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    #home ul.products li {
      text-align: center;
      margin-bottom: 2em;
      list-style: none;
      color: #3a3a3a; }
    #home ul.products a {
      -webkit-transition: color 280ms;
      transition: color 280ms; }
      #home ul.products a:not(:hover) {
        color: inherit; }
    #home ul.products img {
      display: block;
      margin: 0 auto .5em; }
    #home ul.products .title {
      font-size: 1.33em; }
  @media (min-width: 48.063em) {
    #home section.books li {
      width: 24%;
      width: calc(25% - .75em); } }
  @media (min-width: 48.063em) {
    #home section.shop li {
      width: 32%;
      width: calc(33.33% - .66em); } }
  #home section.fun span.title {
    display: none; }
