﻿@charset "UTF-8";
@import url("reset-html5-tag.css");
@import url("forms.css");
html {



}

body {
  overflow-x: hidden;
  color: #444444;
  font-family: "nexa w01", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
}

#document {
  position: relative;
  min-height: 100%;
  background-color: #fff;
}

a {
  color: #3aae94;
  text-decoration: none;
}
a:hover {
  color: #2e8b76;
}

h1 {
  font-size: 2.5em;
  line-height: 1.3336em;
  margin: 0em;
  font-weight: 300;
}

h2 {
  font-size: 1.6667em;
  line-height: 1.20022em;
  margin: 0em 0em 1.00018em 0em;
  font-weight: 400;
}

h3 {
  font-size: 1.3334em;
  line-height: 1.50022em;
  margin: 0em 0em 1.25019em 0em;
}

p {
  margin: 0 0 1.667em;
}
p.standout {
  font-size: 1.3334em;
  line-height: 1.50022em;
  margin: 0em 0em 1.25019em 0em;
  font-weight: 300;
}
p.standout a {
  font-weight: 400;
}
p small {
  font-size: 0.722em;
  line-height: 1.54001em;
}

ul, ol {
  margin: 0 0 1.667em 1.667em;
}

nav ul, nav ol {
  margin: 0;
}

address {
  margin: 0 0 1.667em;
  font-style: normal;
}
p + address {
  margin-top: -1.667em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}
.container:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}

#document > header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 600;
  background-color: #fff;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
}
#document > header h1 {
  position: relative;
  z-index: 10;
  width: 213px;
  height: 2em;
  margin: 2.222em 0 1.777em -15px;
  font-size: 18px;
  line-height: 1;
  float: left;
  cursor: pointer;
}
#document > header h1 img {
  height: 100%;
}
@media (max-width: 1120px) {
  #document > header h1 {
    width: auto;
    height: 1.6667em;
    margin: .75em 0 0 0;
  }
}
@media (max-width: 768px) {
  #document > header h1 {
    height: 1.1111em;
    margin: 1em 0 0 0;
  }
}
#document > header div.toggle {
  position: relative;
  height: 1.55531em;
  font-size: 1em;
  line-height: 1.55531em;
  margin: 15px -5px;
  padding: 0 .33em;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  float: right;
  color: #4bc3a8;
  border: 1px solid;
  -moz-border-radius: 0.33em;
  -webkit-border-radius: 0.33em;
  -ms-border-radius: 0.33em;
  -o-border-radius: 0.33em;
  border-radius: 0.33em;
  -moz-transition: all 0.33s;
  -webkit-transition: all 0.33s;
  -ms-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;
  cursor: pointer;
}
#document > header div.toggle.show:before {
  content: "Close";
  display: block;
}
@media (min-width: 1121px) {
  #document > header div.toggle {
    display: none;
  }
}
#document > header nav#main-nav {
  position: relative;
}
@media (min-width: 1201px) {
  #document > header nav#main-nav {
    display: block !important;
  }
}
@media (max-width: 1120px) {
  #document > header nav#main-nav {
    display: none;
    clear: both;
    margin: 0 -18px;
    background-color: #444;
  }
}
@media (max-width: 768px) {
  #document > header nav#main-nav {
    top: auto;
  }
}
#document > header nav#main-nav .search-toggle {
  position: relative;
  z-index: 20;
  font-size: 0.833em;
  padding: 0;
  overflow: hidden;
  color: #fff;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: left;
  text-indent: -9000em;
  background-color: #4bc3a8;
  border: none;
  margin: 3.33em 0 0 1.77em;
  float: right;
  cursor: pointer;
}
#document > header nav#main-nav .search-toggle:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: .9;
  text-align: center;
  text-indent: 0;
}
@media (max-width: 1120px) {
  #document > header nav#main-nav .search-toggle {
    display: none;
  }
}
#document > header nav#main-nav .search-toggle.show:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f00d";
  font-size: 1.5em;
}
#document > header nav#main-nav #site-search {
  position: relative;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1121px) {
  #document > header nav#main-nav #site-search {
    position: absolute;
    top: 6em;
    right: 0;
    display: none;
  }
}
@media (max-width: 1120px) {
  #document > header nav#main-nav #site-search {
    display: block !important;
  }
}
#document > header nav#main-nav #site-search input[type="text"] {
  font-size: .8333em;
  height: 3em;
  padding: 2px 0 0;
  overflow: hidden;
  text-indent: .75em;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  color: #555;
  background-color: #ddd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  color: #686158;
  background-color: #eee;
  border: none;
}
#document > header nav#main-nav #site-search input[type="text"]::-webkit-input-placeholder {
  color: inherit;
}
#document > header nav#main-nav #site-search input[type="text"]:-moz-placeholder {
  color: inherit;
}
#document > header nav#main-nav #site-search input[type="text"]::-moz-placeholder {
  opacity: 1;
}
#document > header nav#main-nav #site-search input[type="text"]:-ms-input-placeholder {
  color: inherit;
}
@media (min-width: 1121px) {
  #document > header nav#main-nav #site-search input[type="text"] {
    width: 20em;
  }
  #document > header nav#main-nav #site-search input[type="text"]::-webkit-input-placeholder {
    color: #fff;
  }
  #document > header nav#main-nav #site-search input[type="text"]:-moz-placeholder {
    color: #fff;
  }
  #document > header nav#main-nav #site-search input[type="text"]::-moz-placeholder {
    opacity: 0;
  }
  #document > header nav#main-nav #site-search input[type="text"]:-ms-input-placeholder {
    color: #fff;
  }
}
#document > header nav#main-nav #site-search button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.833em;
  padding: 0;
  overflow: hidden;
  color: #fff;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: left;
  text-indent: -9000em;
  background-color: #4bc3a8;
  border: none;
  font-size: 1.25em;
}
#document > header nav#main-nav #site-search button:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: .9;
  text-align: center;
  text-indent: 0;
}
#document > header nav#main-nav .tools {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.722em;
  line-height: 3.84888em;
  margin: 0em;
  text-align: right;
  font-family: "nexa w01", "helvetica neue", arial, helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
}
#document > header nav#main-nav .tools > * {
  display: inline-block;
  margin-left: 2em;
}
@media (max-width: 1120px) {
  #document > header nav#main-nav .tools > * {
    display: block;
    margin-left: 0;
  }
}
#document > header nav#main-nav .tools > * > a {
  color: #686158;
  text-decoration: none;
}
#document > header nav#main-nav .tools #google_translate_element .goog-te-gadget {
  font-family: "nexa w01", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 1em;
  color: #686158;
}
#document > header nav#main-nav .tools #google_translate_element .goog-te-gadget .goog-te-gadget-simple {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 1em;
}
#document > header nav#main-nav .tools #google_translate_element .goog-te-gadget .goog-te-gadget-simple img {
  display: none;
}
#document > header nav#main-nav .tools #google_translate_element .goog-te-gadget .goog-te-gadget-simple > span {
  vertical-align: top !important;
}
#document > header nav#main-nav .tools #google_translate_element .goog-te-gadget .goog-te-gadget-simple > span a {
  margin: 0;
  color: #686158;
}
#document > header nav#main-nav .tools #google_translate_element .goog-te-gadget .goog-te-gadget-simple > span img + span {
  display: none;
}
@media (max-width: 1120px) {
  #document > header nav#main-nav .tools #google_translate_element .goog-te-gadget .goog-te-gadget-simple {
    display: block;
  }
  #document > header nav#main-nav .tools #google_translate_element .goog-te-gadget .goog-te-gadget-simple > span a {
    color: #fff;
  }
}
#document > header nav#main-nav .tools #user_status_wrapper img {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
#document > header nav#main-nav .tools #user_status_wrapper * {
  white-space: nowrap;
}
@media (max-width: 1120px) {
  #document > header nav#main-nav .tools {
    position: static;
    font-size: 1em;
    line-height: 2.5005em;
    margin: 0em;
  }
  #document > header nav#main-nav .tools a {
    margin: 0;
    padding: .25em 18px;
    display: block;
    text-align: left;
    color: #fff;
    border-top: 2px solid #555;
  }
}
#document > header nav#main-nav > ul {
  position: relative;
  top: 2.875em;
  display: block;
  text-align: right;
}
@media (max-width: 1120px) {
  #document > header nav#main-nav > ul {
    top: auto;
    text-align: left;
  }
}
@media (min-width: 1121px) {
  #document > header nav#main-nav > ul > li[class*='reach-kids'],
  #document > header nav#main-nav > ul > li[class*='get-involved'],
  #document > header nav#main-nav > ul > li.reach-kids,
  #document > header nav#main-nav > ul > li.get-involved {
    padding-left: .75em;
  }
  #document > header nav#main-nav > ul > li[class*='reach-kids']:before,
  #document > header nav#main-nav > ul > li[class*='get-involved']:before,
  #document > header nav#main-nav > ul > li.reach-kids:before,
  #document > header nav#main-nav > ul > li.get-involved:before {
    position: absolute;
    width: 1px;
    height: 1.6em;
    margin-left: -1em;
    display: block;
    content: "";
    background-color: #b3ada6;
  }
}
#document > header nav#main-nav > ul > li {
  position: relative;
  margin: 0 0 0 1.5em;
  display: inline-block;
}
@media (max-width: 1120px) {
  #document > header nav#main-nav > ul > li {
    margin: 0;
    padding-bottom: 0;
    display: block;
    border-top: 2px solid #555;
  }
  #document > header nav#main-nav > ul > li:first-child {
    border-top: none;
  }
}
#document > header nav#main-nav > ul > li:first-child {
  margin-left: 0;
}
#document > header nav#main-nav > ul > li > a {
  padding-bottom: 1.125em;
  display: block;
  color: #686158;
  text-decoration: none;
  font-size: 1.333em;
  line-height: 1.25056em;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .025em;
  white-space: nowrap;
}
@media (max-width: 1120px) {
  #document > header nav#main-nav > ul > li > a {
    color: #fff;
    padding: .5em 18px;
  }
}
#document > header nav#main-nav > ul > li.current > a:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0a8";
  margin-left: 1.5em;
  color: #fff;
}
@media (min-width: 1121px) {
  #document > header nav#main-nav > ul > li.current > a:after {
    content: "";
    display: none;
  }
}
#document > header nav#main-nav > ul > li[class*='reach-kids'].current > a, #document > header nav#main-nav > ul > li.reach-kids.current > a {
  color: #49b7da;
}
#document > header nav#main-nav > ul > li[class*='equip-leaders'].current > a, #document > header nav#main-nav > ul > li.equip-leaders.current > a {
  color: #e26145;
}
#document > header nav#main-nav > ul > li[class*='change-the-world'].current > a, #document > header nav#main-nav > ul > li.change-the-world.current > a {
  color: #dd9257;
}
#document > header nav#main-nav > ul > li[class*='get-involved'] > a, #document > header nav#main-nav > ul > li[class*='donate'] > a, #document > header nav#main-nav > ul > li[class*='donate-redirect'] > a, #document > header nav#main-nav > ul > li[class*='store'] > a {
  color: #e26145;
}
#document > header nav#main-nav > ul > li.store > a {
  position: relative;
  margin-left: .5em;
}
#document > header nav#main-nav > ul > li[class*='store'] > a:before {
  font-size: 0.592em;
  line-height: 2.81588em;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#document > header nav#main-nav > ul > li[class*='store'] > a:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f07a";
  top: .44em;
  left: -1.166em;
}
@media (max-width: 1120px) {
  #document > header nav#main-nav > ul > li[class*='store'] > a:before {
    top: 1.334em;
    left: 0;
  }
}
#document > header nav#main-nav > ul > li > ul {
  display: none;
}
#document > header nav#main-nav > ul > li:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d8";
  position: absolute;
  right: 0;
  bottom: -1.33em;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 1.667em;
  color: #5a544c;
  opacity: 0;
  -moz-transition: all 0.67s;
  -webkit-transition: all 0.67s;
  -ms-transition: all 0.67s;
  -o-transition: all 0.67s;
  transition: all 0.67s;
}
@media (max-width: 1120px) {
  #document > header nav#main-nav > ul > li:after {
    display: none !important;
  }
}
#document > header nav#main-nav > ul > li.open:after {
  bottom: -.33em;
  opacity: 1;
}
#document > header nav#main-nav > ul.lang-ru > li > a, #document > header nav#main-nav > ul.lang-ja > li > a {
  font-family: "nexa w01", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 15px;
  text-transform: none;
}

#header-menu-content {
  overflow: hidden;
  clear: both;
  background-color: #5a544c;
}
@media (max-width: 1120px) {
  #header-menu-content {
    display: none !important;
  }
}
#header-menu-content > section {
  display: none;
  color: #fff;
}
#header-menu-content > section > div {
  margin: 1.667em 0;
}
#header-menu-content > section nav {
  margin: 1.667em 0 1.667em 30px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header-menu-content > section nav > ul:first-of-type {
  padding: 0 0 0 16px;
  border-left: 1px solid #847b6f;
}
#header-menu-content > section nav > ul:first-of-type a {
  padding: .33em 0;
  display: block;
  line-height: 1;
  color: #7bd3bf;
  font-weight: 600;
}
#header-menu-content > section nav > ul:first-of-type a:hover {
  color: #fff;
}
#header-menu-content > section nav > h2 {
  margin: 1em 0 .111em 16px;
}
#header-menu-content > section nav > ul.quick-links {
  margin: 0 0 0 30px;
}
#header-menu-content > section nav > ul.quick-links a {
  color: #9c948a;
  font-weight: 600;
}
#header-menu-content > section nav > ul.quick-links a:hover {
  color: #fff;
}
#header-menu-content > section .intro-content {
  width: 300px;
  margin: 0 0 1.667em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  float: right;
}
#header-menu-content > section .intro-content > *:last-child {
  margin-bottom: 0;
}
#header-menu-content > section h2 {
  font-size: 1em;
  line-height: 1.667em;
  margin: 0em;
  font-weight: 800;
}
#header-menu-content > section#about-menu-content nav, #header-menu-content > section[id*='about'] nav {
  width: 752px;
}
#header-menu-content > section#reach-kids-menu-content nav, #header-menu-content > section[id*='reach-kids'] nav {
  width: 672px;
}
#header-menu-content > section#equip-leaders-menu-content nav, #header-menu-content > section[id*='equip-leaders'] nav {
  width: 578px;
}
#header-menu-content > section#change-the-world-menu-content nav, #header-menu-content > section[id*='change-the-world'] nav {
  width: 460px;
}
#header-menu-content > section#get-involved-menu-content nav, #header-menu-content > section[id*='get-involved'] nav {
  width: 302px;
}
#header-menu-content > section#donate-menu-content nav, #header-menu-content > section[id*='donate'] nav {
  width: 198px;
}

.link-back > a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.667em;
  display: inline-block;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 1em;
  background-color: transparent;
  background-image: url("../images/body/bg-breadcrumb-green.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 1.667em;
}
.link-back > a:last-child {
  padding-right: 0;
}
.link-back > a:last-child:after {
  position: absolute;
  top: 0;
  right: -.667em;
  width: 1em;
  height: 1.667em;
  content: " ";
  display: block;
  background-image: inherit;
  background-position: right top;
  background-size: inherit;
}
*[class*='reach-kids'] .link-back > a, .reach-kids .link-back > a {
  color: #49b7da;
  background-image: url("../images/body/bg-breadcrumb-blue.svg");
}
*[class*='equip-leaders'] .link-back > a, .equip-leaders .link-back > a {
  color: #e26145;
  background-image: url("../images/body/bg-breadcrumb-red.svg");
}
*[class*='change-the-world'] .link-back > a, .change-the-world .link-back > a {
  color: #dd9257;
  background-image: url("../images/body/bg-breadcrumb-orange.svg");
}

#breadcrumb {
  position: absolute;
  top: -2.91725em;
}
#breadcrumb div {
  font-size: 0;
}
#breadcrumb div > a {
  position: relative;
  font-size: 15px;
  margin-right: .334em;
  line-height: 1.667em;
  display: inline-block;
  color: #4bc3a8;
}
#breadcrumb div > a:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d9";
  position: relative;
  top: -1px;
  font-size: .75em;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb div > a:nth-child(2):before {
  content: "";
  display: none;
}
body[class*='reach-kids'] #breadcrumb div > a, .reach-kids #breadcrumb div > a {
  color: #49b7da;
}
body[class*='equip-leaders'] #breadcrumb div > a, .equip-leaders #breadcrumb div > a {
  color: #e26145;
}
body[class*='change-the-world'] #breadcrumb div > a, .change-the-world #breadcrumb div > a {
  color: #dd9257;
}
.no-touch #breadcrumb div > a:hover {
  opacity: .8;
}
#breadcrumb div > a.home {
  display: none;
}
@media (max-width: 768px) {
  #breadcrumb div > a {
    display: none;
  }
  #breadcrumb div > a:last-child {
    display: inline-block;
  }
}

#content > header {
  margin-bottom: 3.334em;
}
#content > header h1 {
  font-size: 2.5em;
  line-height: 1.3336em;
  max-width: 1200px;
  margin: 0 auto;
  padding: .8em 18px 0.5333em;
  font-weight: 500;
}
@media (max-width: 768px) {
  #content > header h1 {
    font-size: 1.5em;
    line-height: 1.11133em;
  }
}
#content > .container {
	position: relative;
}

#content-nav {
  margin-bottom: 1.667em;
  background-color: #4bc3a8;
}
#content-nav .toggle {
  position: relative;
  font-size: 1em;
  line-height: 1.77819em;
  padding: 7px 14px 5px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#content-nav .toggle:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0c9";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  text-align: center;
  line-height: 2.5;
  background-color: rgba(0, 0, 0, 0.1);
}
#content-nav .toggle.show:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f062";
}
#content-nav > ul {
  display: none;
}
#content-nav > ul > li {
  position: relative;
}
#content-nav > ul > li a {
  display: block;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content-nav > ul > li a[target="_blank"]:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f08e";
  margin-left: 8px;
  font-size: 10px;
  opacity: .67;
}
#content-nav > ul > li > a {
  height: 2.5005em;
  padding: .5em .5em 0 .833em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#content-nav > ul > li:first-child > a {
  border-top: none;
}
#content-nav > ul > li:last-child > a {
  border-bottom: none;
}
#content-nav > ul > li > ul {
  padding: .5em .5em .5em 1em;
}
#content-nav > ul > li > ul > li > a {
  padding: .5em 0 0;
}
#content-nav > ul > li > ul ul {
  padding: 0 0 0 1em;
}
#content-nav > ul > li ul ul li > a {
  padding: .125em .5em 0;
}
#content-nav > ul > li ul ul li li > a:before {
  content: "_";
  position: relative;
  top: -.3em;
  left: -.5em;
  font-weight: 100;
}
#content-nav > ul > li > ul {
  display: none;
}
#content-nav > ul > li.current:before {
  position: absolute;
  top: 0.41675em;
  left: 0;
  content: " ";
  display: block;
  float: left;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.8335em 0.27789em 0.8335em 0;
  border-color: transparent #fff transparent transparent;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#content-nav > ul > li.current > a {
  font-weight: 600;
}
#content-nav > ul > li.current > ul {
  display: block;
}
@media (min-width: 841px) {
  #content-nav {
    width: 28%;
    float: right;
  }
  #content-nav .toggle {
    display: none;
  }
  #content-nav > ul {
    display: block !important;
  }
}
body[class*='reach-kids'] #content-nav, body.reach-kids #content-nav {
  background-color: #49b7da;
}
body[class*='equip-leaders'] #content-nav, body.equip-leaders #content-nav {
  background-color: #e26145;
}
body[class*='change-the-world'] #content-nav, body.change-the-world #content-nav {
  background-color: #dd9257;
}

#main {
  margin: 0 0 1.667em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 841px) {
  .template-main #main {
	float: left;
  }
}

#sub {
  margin: 0 0 1.667em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 841px) {
  #sub {
    width: 28%;
    float: right;
    clear: right;
  }
}

#document > footer {
  padding: 1.667em 0;
  background-color: #444444;
}
@media (min-width: 1201px) {
  #document > footer .container > *:not(nav) {
    width: 20%;
    float: right;
    clear: right;
    text-align: center;
  }
}
#document > footer .container nav:not(#legalities) {
  width: 80%;
  float: left;
}
@media (max-width: 1200px) {
  #document > footer .container nav:not(#legalities) {
    width: 100%;
    margin-bottom: 1.667em;
    float: none;
    background-color: #555;
    border-bottom: 2px solid #3c3c3c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
}
#document > footer .container nav:not(#legalities) .toggle {
  font-size: 1.333em;
  line-height: 2.50113em;
  margin-top: 1.25056em;
  margin-bottom: 0em;
  display: block;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
#document > footer .container nav ul ul ul {
  display: none;
}
@media (min-width: 1201px) {
  #document > footer .container nav:not(#legalities) .toggle {
    display: none;
  }
}
#document > footer .container nav:not(#legalities) > ul:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
@media (max-width: 1200px) {
  #document > footer .container nav:not(#legalities) > ul {
    display: none;
    padding: 0 1.667em;
  }
}
@media (min-width: 1201px) {
  #document > footer .container nav:not(#legalities) > ul {
    display: block !important;
  }
}
#document > footer .container nav:not(#legalities) > ul > li {
  margin-bottom: .833em;
  width: 25%;
  float: left;
}
@media (max-width: 1200px) {
  #document > footer .container nav:not(#legalities) > ul > li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #document > footer .container nav:not(#legalities) > ul > li {
    width: auto;
    float: none;
  }
}
#document > footer .container nav:not(#legalities) > ul > li > a {
  font-size: 1.333em;
  line-height: 1.25056em;
  display: block;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#document > footer .container nav:not(#legalities) > ul > li.about > a {
  color: #4bc3a8;
}
#document > footer .container nav:not(#legalities) > ul > li.reach-kids > a {
  color: #49b7da;
}
#document > footer .container nav:not(#legalities) > ul > li.equip-leaders > a {
  color: #e26145;
}
#document > footer .container nav:not(#legalities) > ul > li.change-the-world > a {
  color: #dd9257;
}
#document > footer .container nav:not(#legalities) > ul > li.get-involved {
  margin-left: 50%;
  clear: left;
}
@media (max-width: 1200px) {
  #document > footer .container nav:not(#legalities) > ul > li.get-involved {
    margin-left: 0;
  }
}
#document > footer .container nav:not(#legalities) > ul > li.get-involved > a {
  color: #4bc3a8;
}
#document > footer .container nav:not(#legalities) > ul > li.donate > a, #document > footer .container nav:not(#legalities) > ul > li.donate-redirect > a {
  color: #4bc3a8;
}
#document > footer .container nav:not(#legalities) > ul > li.store > a {
  color: #e4c54f;
}
#document > footer .container nav:not(#legalities) > ul > li.donate, #document > footer .container nav:not(#legalities) > ul > li.donate-redirect, #document > footer .container nav:not(#legalities) > ul > li.store {
  float: right;
  clear: right;
}
@media (max-width: 480px) {
  #document > footer .container nav:not(#legalities) > ul > li.donate, #document > footer .container nav:not(#legalities) > ul > li.donate-redirect, #document > footer .container nav:not(#legalities) > ul > li.store {
    float: none;
  }
}
#document > footer .container nav:not(#legalities) > ul > li.get-involved, #document > footer .container nav:not(#legalities) > ul > li.donate, #document > footer .container nav:not(#legalities) > ul > li.donate-redirect {
  margin-top: -3.334em;
}
@media (max-width: 1200px) {
  #document > footer .container nav:not(#legalities) > ul > li.get-involved, #document > footer .container nav:not(#legalities) > ul > li.donate, #document > footer .container nav:not(#legalities) > ul > li.donate-redirect {
    margin-top: 0;
  }
}
#document > footer .container nav:not(#legalities) > ul > li ul {
  font-size: 0.833em;
  line-height: 1.5009em;
  margin: 0em;
}
#document > footer .container nav:not(#legalities) > ul > li ul a {
  color: #fff;
}
#document > footer #newsletter-form {
  display: none;
}
#document > footer #newsletter-subscribe-link {
  margin-bottom: 1.667em;
}
#document > footer #newsletter-subscribe-link a,
#document > footer #remote-support-link a {
  height: 2.5005em;
  overflow: hidden;
  color: #fff;
  display: block;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
  line-height: 2.5005em;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  background-color: #555;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border-bottom: 2px solid #3c3c3c;
}
#document > footer #remote-support-link a {
	margin:131px 0 0;
}
#document > footer #remote-support-link a:before {
	font-family:FontAwesome;
	content:"\f1cd";
	margin:0 6px 0 0;
}
#document > footer #social-network-links {
  margin: 0;
}
@media (max-width: 1200px) {
  #document > footer #social-network-links {
    text-align: center;
    clear: both;
  }
}
#document > footer #social-network-links > li {
  display: inline-block;
  margin-left: 4px;
}
#document > footer #social-network-links > li:first-child {
  margin-left: 0;
}
#document > footer #social-network-links > li a {
  width: 2.0004em;
  height: 2.0004em;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background-color: #555;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#document > footer #social-network-links > li a:before {
  display: block;
  text-align: center;
  line-height: 2.0004em;
  margin-bottom: 10.002em;
}
#document > footer #social-network-links > li a.twitter:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f099";
}
#document > footer #social-network-links > li a.youtube:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f167";
}
#document > footer #social-network-links > li a.facebook:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f09a";
}
#document > footer #social-network-links > li a.pinterest:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d2";
}
#document > footer #social-network-links > li a.instagram:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f16d";
}
#document > footer #social-network-links > li a.vimeo:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f194";
}
#document > footer #site-credits {
  font-size: 0.7222em;
  line-height: 1.15411em;
  margin-top: 2.92221em;
  margin-bottom: 0em;
  text-align: right;
  color: #888;
}
@media (max-width: 1200px) {
  #document > footer #site-credits {
    text-align: center;
  }
}
#document > footer #site-credits a {
  color: #888;
}
#document > footer #legalities {
  clear: both;
}
#document > footer #legalities ul {
  font-size: 0.7222em;
  line-height: 2.30822em;
  margin: 1.11139em auto 0;
  padding-top: 0.55578em;
  border-top: 1px solid #555;
  list-style: none;
  color: #888;
}
@media (max-width: 1200px) {
  #document > footer #legalities ul {
    max-width: 768px;
    text-align: center;
  }
}
#document > footer #legalities ul > li {
  margin: 0 10px;
  display: inline-block;
}
@media (min-width: 1201px) {
  #document > footer #legalities ul > li:first-child {
    margin-left: 0;
  }
}
#document > footer #legalities ul > li a {
  color: #888;
}

.callout-link {
  padding: 1.833em 0 1.5em;
  font-size: 1.667em;
  line-height: 1.667em;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #4bc3a8;
}
.callout-link:hover {
  color: #fff;
}
.callout-link.alt {
  font-size: 1em;
  line-height: 1.667em;
  height: 1.667em;
  padding: 0 .5em;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .023em;
}
* > .callout-link:only-child {
  display: block;
}

.callout-box {
  margin-bottom: 1.667em;
  padding: 0.8335em 0.8335em 0;
  background-color: #efefe9;
  border: 1px solid #dfdfd9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.callout-box h2 {
  margin-bottom: .5em;
}
.callout-box > ul {
  margin: 0 0 0.8335em;
  list-style: none;
  border-bottom: 1px solid #dfdfd9;
  border-right: 1px solid #dfdfd9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.callout-box > ul > li {
  margin-top: 1px;
  overflow: hidden;
  background-color: #fff;
}
.callout-box > ul > li:first-child {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.callout-box > ul > li:last-child {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.callout-box > ul > li:only-child {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.callout-box > ul > li a {
  font-size: 1em;
  line-height: 1.3336em;
  padding: 11px 15px 9px;
  display: block;
}
.callout-box > a:only-child {
  margin: 0 0 0.8335em;
  font-size: 1em;
  line-height: 1.3336em;
  padding: 11px 15px 9px;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #dfdfd9;
  border-right: 1px solid #dfdfd9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.content-box {
  margin-bottom: 1.667em;
  padding: 1.667em;
  background-color: #efefe9;
  border: 1px solid #dfdfd9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-box > *:last-child {
  margin: 0;
}
.content-box h2 {
  margin: 0;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.content-box > ul {
  margin-left: 0;
  list-style: none;
  border-bottom: 1px solid #dfdfd9;
  border-right: 1px solid #dfdfd9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.content-box > ul > li {
  margin-top: 1px;
  padding: 11px 15px 9px;
  overflow: hidden;
  background-color: #fff;
}
.content-box > ul > li:first-child {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.content-box > ul > li:last-child {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.content-box > ul > li:only-child {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.content-box > ul > li a {
  font-weight: 800;
}

img.page-header, .header-img, .content-img {
  max-width: 100%;
  margin: 0 auto 1.667em;
  display: block;
}
figure > img.page-header, figure > .header-img, figure > .content-img {
  margin: 0;
}

.toggle {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle-target {
  display: none;
}

.is-link {
  cursor: pointer;
}

.iframe-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 1.667em;
  padding-top: 56.25%;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.promotional-space {
  margin: 0 0 0 -10px;
  font-size: 0;
}
.promotional-space > a {
  width: 50%;
  padding-left: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotional-space > a img {
  display: block;
  max-width: 100%;
}

.branded {
  color: #fff;
  background-color: #4bc3a8;
}
.branded a {
  color: #fff;
}
.branded.callout {
  background-position: center center;
}
.branded.callout a {
  display: block;
  background-color: transparent;
}
.branded.content {
  background-image: url("../images/body/textured-tile-green.jpg");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
  .branded.content {
    background-size: 345px;
  }
}
.branded.global {
  color: #444444;
  background-color: #e4c54f;
}
.branded.global.content {
  background-image: url("../images/body/textured-tile-gold.jpg");
}
.branded.reach, .branded.reach-kids {
  background-color: #49b7da;
}
.branded.reach.callout, .branded.reach-kids.callout {
  background-image: url("../images/body/textured-no-tile-blue.jpg");
}
.branded.reach.content, .branded.reach-kids.content {
  background-image: url("../images/body/textured-tile-blue.jpg");
}
.branded.equip, .branded.equip-leaders {
  background-color: #e26145;
}
.branded.equip.callout, .branded.equip-leaders.callout {
  background-image: url("../images/body/textured-no-tile-red.jpg");
}
.branded.equip.content, .branded.equip-leaders.content {
  background-image: url("../images/body/textured-tile-red.jpg");
}
.branded.change, .branded.change-the-world {
  background-color: #dd9257;
}
.branded.change.callout, .branded.change-the-world.callout {
  background-image: url("../images/body/textured-no-tile-orange.jpg");
}
.branded.change.content, .branded.change-the-world.content {
  background-image: url("../images/body/textured-tile-orange.jpg");
}
.branded.special, .branded.action {
  background-color: #4bc3a8;
}
.branded.special.callout, .branded.action.callout {
  background-image: url("../images/body/textured-no-tile-green.jpg");
}
.branded.special.content, .branded.action.content {
  background-image: url("../images/body/textured-tile-green.jpg");
}
.branded.general {
  background-color: #686158;
}
.branded.general.callout {
  background-image: url("../images/body/textured-tile-brown.jpg");
}
.branded.general.content {
  background-image: url("../images/body/textured-tile-brown.jpg");
}

*[class*='reach-kids'].branded {
  background-color: #49b7da;
}
*[class*='reach-kids'].branded.callout {
  background-image: url("../images/body/textured-no-tile-blue.jpg");
}
*[class*='reach-kids'].branded.content {
  background-image: url("../images/body/textured-tile-blue.jpg");
}

*[class*='equip-leaders'].branded {
  background-color: #e26145;
}
*[class*='equip-leaders'].branded.callout {
  background-image: url("../images/body/textured-no-tile-red.jpg");
}
*[class*='equip-leaders'].branded.content {
  background-image: url("../images/body/textured-tile-red.jpg");
}

*[class*='change-the-world'].branded {
  background-color: #dd9257;
}
*[class*='change-the-world'].branded.callout {
  background-image: url("../images/body/textured-no-tile-orange.jpg");
}
*[class*='change-the-world'].branded.content {
  background-image: url("../images/body/textured-tile-orange.jpg");
}

#program-finder {
  position: relative;
  max-width: 768px;
  margin: 1.667em auto;
  padding: 1.667em;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#program-finder form {
  position: relative;
}
#program-finder h2, #program-finder input[type="search"] {
  display: inline-block;
  vertical-align: middle;
}
#program-finder h2 {
  font-size: 1.334em;
  line-height: 1.24963em;
  margin: 0em;
  color: #fff;
  font-weight: 600;
}
#program-finder input[type="search"] {
  font-size: .8333em;
  height: 3em;
  padding: 2px 0 0;
  overflow: hidden;
  text-indent: .75em;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  color: #555;
  background-color: #ddd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 2em;
  background-color: #fff;
  color: #333;
  text-align: center;
}
#program-finder input[type="search"]::-webkit-input-placeholder {
  color: inherit;
}
#program-finder input[type="search"]:-moz-placeholder {
  color: inherit;
}
#program-finder input[type="search"]::-moz-placeholder {
  opacity: 1;
}
#program-finder input[type="search"]:-ms-input-placeholder {
  color: inherit;
}
#program-finder button {
  font-size: 0.833em;
  padding: 0;
  overflow: hidden;
  color: #fff;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: left;
  text-indent: -9000em;
  background-color: #4bc3a8;
  border: none;
  position: absolute;
  right: -2em;
  bottom: 0;
  padding: 0;
  background-color: #686158;
}
#program-finder button:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: .9;
  text-align: center;
  text-indent: 0;
}
#program-finder label {
  width: auto;
  font-size: 0.8333em;
  line-height: 2.00048em;
  margin: 0em;
  color: #444444;
}
@media (max-width: 768px) {
  #program-finder h2 {
    margin-bottom: .334em;
  }
}
#program-finder form {
  width: 12em;
  margin: 0 auto;
}
@media (min-width: 841px) {
  .template-main #program-finder {
    width: 28%;
    margin: 0 0 1.667em;
    padding: 1.25025em;
    float: right;
    clear: right;
    text-align: left;
  }
  .template-main #program-finder form {
    margin: 0;
  }
}

#sub a.promo {
  margin: .833em 0;
  display: block;
}

#sub a.promo img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.carousel {
  position: relative;
  margin-bottom: 5.001em;
  z-index: 5;
}
.carousel.single {
  margin-bottom: 2.5005em;
}
.carousel ul {
  margin: 0;
  list-style: none;
}
.carousel .slides {
  overflow: hidden;
}
.carousel .slides > li img {
  width: 100%;
  display: block;
}
.carousel .slides > li.video img {
  width: 100%;
  height: 100%;
}
.carousel .slides > li.embed {
  text-align: center;
}
.carousel .slides > li .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  overflow: hidden;
  text-indent: -9000em;
  color: #fff;
  background-image: url("../images/body/bg-play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px;
  opacity: .8;
}
.carousel .slides > li .play:hover, .carousel .slides > li .play.active {
  opacity: 1;
}
.carousel .slides > li a[target="_blank"] {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  padding: 0 .3em;
  display: block;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #4bc3a8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.43s;
  -webkit-transition: all 0.43s;
  -ms-transition: all 0.43s;
  -o-transition: all 0.43s;
  transition: all 0.43s;
  opacity: 0;
}
.carousel .slides > li a[target="_blank"]:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f01a";
  margin-left: 3px;
}
.carousel .slides > li:hover a[target="_blank"] {
  opacity: 1;
}
.carousel .thumbnails {
  margin: 0;
  font-size: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  bottom: -60px;
  width: 100%;
  text-align: center;
}
.carousel .thumbnails > li {
  font-size: 30.006px;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: .5em;
  margin-left: 2px;
  overflow: hidden;
  cursor: pointer;
  background-color: #ddd;
}
.carousel .thumbnails > li:first-child {
  margin-left: 0;
}
.carousel .thumbnails > li.current {
  background-color: #4bc3a8;
}
.carousel .thumbnails > li > * {
  display: block;
  height: 100%;
  text-align: left;
  text-indent: -9000em;
}
.carousel .thumbnails.single > li {
  visibility: hidden;
}
.carousel .controls {
  display: none;
}
.carousel .carousel_player {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel .carousel_player iframe {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.carousel .carousel_player .close {
  background: transparent url("../images/bodybg-close-button.png");
  display: block;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: 0;
  cursor: pointer;
}

.feed > .item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feed > .item.is-link .title {
  color: #4bc3a8;
}
.feed > .item figure {
  display: inline-block;
}
.feed > .item figure img {
  max-width: 100%;
  display: block;
}
.feed > .item .title {
  font-size: 1.334em;
  line-height: 1.24963em;
  margin: 0em;
}
.feed > .item a .preview {
  color: #444444;
}
.feed > .item .preview {
  position: relative;
  font-size: 1em;
  line-height: 1.667em;
  margin-top: 0em;
  margin-bottom: 0.8335em;
  font-weight: 100;
  overflow: hidden;
}
.feed > .item .preview .read-more {
  font-weight: 500;
  color: #4bc3a8;
  display: inline-block;
}
.feed > .item time {
  font-size: 1em;
  line-height: 1.667em;
  margin: 0em;
  display: block;
  color: #777;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
}

#sub .feed.resources > .item {
  margin: 0 0 1.667em;
}
#sub .feed.resources > .item figure {
  width: 30%;
  margin: 0 0 1em 10px;
  float: right;
}
#sub .feed.resources > .item p {
  font-size: 0.833em;
  line-height: 1.5009em;
  margin: 0em;
}

#featured-products h2 {
  color: #aaa;
  margin: 0;
}

.feed.products {
  border-top: 1px solid #ddd;
}
@media (max-width: 1080px) {
  .feed.products {
    height: auto !important;
  }
}
.feed.products > .item {
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.feed.products > .item figure {
  position: relative;
  width: 30%;
  height: 100%;
  padding: 10px;
  overflow: hidden;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feed.products > .item figure img {
  display: block;
}
@media (max-width: 480px) {
  .feed.products > .item figure {
    vertical-align: top;
  }
  .feed.products > .item figure img {
    height: auto !important;
  }
}
.feed.products > .item .content {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
}
.feed.products > .item .content h3 {
  font-size: 1.33em;
  line-height: 1.25338em;
  margin: 0em;
  font-weight: 400;
}
.feed.products > .item .content p:not(.price) {
  font-size: 0.833em;
  line-height: 1.5009em;
  margin: 0em;
  color: #444444;
}
.feed.products > .item .content .price {
  margin: 0;
  color: #4bc3a8;
}
@media (min-width: 769px) {
  .feed.products > .item .content .description {
    max-height: 6em;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .feed.products > .item .content {
    padding: 0.8335em 0;
  }
}

.feed-link-more {
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.024em;
  text-transform: uppercase;
}

.filter.categories {
  position: relative;
  margin-bottom: 1em;
}
.filter.categories .toggle {
  padding: .4em .5em .26em;
  background-color: #f6f6f6;
  border: 2px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.filter.categories .toggle:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  float: right;
}
.filter.categories .toggle.show {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.filter.categories .toggle.show:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d8";
}
.filter.categories .toggle-target {
  position: absolute;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  border: 2px solid #ddd;
  border-top: none;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #f6f6f6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ie7 .filter.categories .toggle-target {
  behavior: url("awana.org/taglib/css/boxsizing.htc");
}
.filter.categories .toggle-target:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
.filter.categories .toggle-target li a {
  padding: 7px .6em;
  display: block;
  color: #888;
}
.filter.categories .toggle-target li a:hover {
  background-color: #fff;
}

.select.category {
  position: relative;
  margin-bottom: 1em;
  padding: .33em .5em;
  background-color: #f6f6f6;
  border: 2px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select.category form button {
  position: relative;
  font-size: 0.833em;
  padding: 0;
  overflow: hidden;
  color: #fff;
  width: 1.46em;
  height: 1.46em;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  text-indent: -9000em;
  background-color: #686158;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.select.category form button:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1.05;
  text-align: center;
  text-indent: 0;
}

#sub > .feed > h2 {
  font-size: 1em;
  line-height: 1.667em;
  margin: 0em;
}
#sub > .feed > .item time {
  font-size: 0.777em;
  line-height: 1.07272em;
  margin: 0em;
  display: block;
}
#sub > .feed > .item .title {
  font-size: 1em;
  line-height: 1.3336em;
  margin: 0em;
}

.pager {
  margin: 1.667em 0;
  list-style: none;
  text-align: center;
  clear: both;
}
.pager li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
}
.pager li a {
  text-decoration: none;
  min-width: 1.667em;
  height: 1.667em;
  line-height: 2.0004em;
  display: block;
  overflow: hidden;
  color: #fff;
  background-color: #4bc3a8;
}
.pager li span {
  width: 1.667em;
  height: 1.667em;
  line-height: 2.0004em;
  display: block;
  color: #888;
  background-color: #f3f3f3;
}
.pager li.previous, .pager li.next {
  position: relative;
}
.pager li.previous a, .pager li.next a {
  width: 1.667em;
}
.pager li.previous a:before, .pager li.next a:before {
  margin-bottom: 6em;
  display: block;
  line-height: 1;
  font-size: 1.667em;
}
.pager li.previous {
  left: -1em;
}
.pager li.previous a:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f100";
}
.pager li.next {
  right: -1em;
}
.pager li.next a:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f101";
}

.feed.events > .item {
  padding: 0.77682em 0;
  border-bottom: 1px solid #ddd;
}
.feed.events > .item:first-of-type {
  border-top: 1px solid #ddd;
}
.feed.events > .item figure, .feed.events > .item > div {
  display: inline-block;
  vertical-align: middle;
}
.feed.events > .item > div {
  width: 78.5%;
}
.feed.events > .item figure {
  width: 20%;
}
.feed.events > .item figure img {
  display: block;
  width: 86%;
}
.feed.events > .item .title {
  font-size: 1.111em;
  line-height: 1.12534em;
  margin-top: 0.18756em;
  margin-bottom: 0em;
  font-weight: 500;
}
.feed.events > .item time {
  display: inline-block;
}

.feed.stories.main,
.feed.news.main {
  margin-bottom: 0.8335em;
}
.feed.stories.main > .item,
.feed.news.main > .item {
  padding: 0.77682em 0;
  border-bottom: 1px solid #ddd;
}
.feed.stories.main > .item:after,
.feed.news.main > .item:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
.feed.stories.main > .item:first-child,
.feed.news.main > .item:first-child {
  border-top: 1px solid #ddd;
}
.feed.stories.main > .item figure,
.feed.news.main > .item figure {
  max-width: 100%;
}
@media (min-width: 481px) {
  .feed.stories.main > .item figure,
  .feed.news.main > .item figure {
    max-width: 150px;
    margin-right: 15px;
    float: left;
  }
}
.feed.stories.main > .item .preview,
.feed.news.main > .item .preview {
  margin-bottom: 0;
}

.feed.tabs > .item {
  display: none;
  opacity: 0;
}
.feed.tabs > .item figure {
  max-width: 100%;
}
.feed.tabs > .item.current {
  display: block;
  opacity: 1;
}

.tab-nav {
  margin: 0;
  font-size: 0;
  list-style: none;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.tab-nav > li {
  font-size: 30.006px;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: .5em;
  margin-left: 2px;
  overflow: hidden;
  cursor: pointer;
  background-color: #ddd;
}
.tab-nav > li:first-child {
  margin-left: 0;
}
.tab-nav > li.current {
  background-color: #4bc3a8;
}
.tab-nav > li > * {
  display: block;
  height: 100%;
  text-align: left;
  text-indent: -9000em;
}
.tab-nav.single > li {
  visibility: hidden;
}
.tab-nav + .feed-link-more {
  /*margin-top: -2.5005em;*/
  margin-top: -36px;
  text-align: right;
}

#featured-stories {
  max-width: 960px;
  margin: 1.667em auto;
}
@media (min-width: 961px) {
  #featured-stories {
    margin: 3.334em auto;
  }
}
#featured-stories > h2 {
  margin-bottom: .45em;
  line-height: 1;
  font-size: 1em;
  font-weight: 300;
  color: #777;
  border-bottom: 1px solid #ddd;
}
#featured-stories .feed.stories > .item {
  padding: 0;
  border: none !important;
}
#sub > #featured-stories {
  margin: 0;
}

article.detail {
  margin: 0 auto 1.667em;
}
article.detail:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
article.detail #carousel-container, article.detail .content {
  max-width: 780px;
  margin: 0 auto;
}
article.detail .content {
  overflow: hidden;
}
article.detail > header {
  margin-bottom: 1.667em;
  border-bottom: 1px solid #ddd;
}
article.detail > header .byline {
  font-size: 0.833em;
  line-height: 2.0012em;
  margin: 0em;
  color: #888;
}
article.detail > header .byline span + span:before {
  content: " – ";
}
article.detail .content > figure {
  margin: 0 0 1.667em;
}
@media (min-width: 1081px) {
  article.detail .content > figure {
    width: 320px;
    margin-left: 15px;
    float: right;
  }
}
article.detail .content > figure img {
  width: 100%;
  display: block;
}
article.detail .attachments, article.detail .downloads {
  margin-bottom: 1.667em;
  padding: 0.8335em 0.8335em 0;
  background-color: #efefe9;
  border: 1px solid #dfdfd9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article.detail .attachments h2, article.detail .downloads h2 {
  margin-bottom: .5em;
}
article.detail .attachments > ul, article.detail .downloads > ul {
  margin: 0 0 0.8335em;
  list-style: none;
  border-bottom: 1px solid #dfdfd9;
  border-right: 1px solid #dfdfd9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
article.detail .attachments > ul > li, article.detail .downloads > ul > li {
  margin-top: 1px;
  overflow: hidden;
  background-color: #fff;
}
article.detail .attachments > ul > li:first-child, article.detail .downloads > ul > li:first-child {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
article.detail .attachments > ul > li:last-child, article.detail .downloads > ul > li:last-child {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
article.detail .attachments > ul > li:only-child, article.detail .downloads > ul > li:only-child {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
article.detail .attachments > ul > li a, article.detail .downloads > ul > li a {
  font-size: 1em;
  line-height: 1.3336em;
  padding: 11px 15px 9px;
  display: block;
}
article.detail .attachments > a:only-child, article.detail .downloads > a:only-child {
  margin: 0 0 0.8335em;
  font-size: 1em;
  line-height: 1.3336em;
  padding: 11px 15px 9px;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #dfdfd9;
  border-right: 1px solid #dfdfd9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
article.detail .attachments h3, article.detail .downloads h3 {
  font-size: 1em;
  line-height: 1.667em;
  margin: 0em;
}
article.detail > footer {
  padding-top: 0.76682em;
  border-top: 1px solid #ddd;
}
article.detail > footer .meta h3 {
  font-size: 0.8333em;
  line-height: 2.00048em;
  margin: 0em;
  display: inline-block;
  vertical-align: top;
}
article.detail > footer .meta h3:after {
  content: ": ";
}
article.detail > footer .meta ul {
  font-size: 0.8333em;
  line-height: 2.00048em;
  margin: 0em;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
article.detail > footer .meta ul > li {
  display: inline-block;
}
article.detail > footer .meta ul > li:not(:first-child):before {
  content: ", ";
}

#comments {
  padding: 1.667em;
  border: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#comments #commentsDiv {
  width: auto !important;
  line-height: 1.45863em;
}
#comments #commentsDiv div.gig-comments-commentBox {
  margin: 0;
}
#comments #commentsDiv div.gig-comments-headerText,
#comments #commentsDiv span.gig-comments-username,
#comments #commentsDiv span.gig-comments-logoutLink-container,
#comments #commentsDiv #commentsDiv-followLink,
#comments #commentsDiv span.gig-comments-comment-time {
  vertical-align: top;
}
#comments #commentsDiv span.gig-comments-comment-time {
  display: inline-block;
  vertical-align: top;
}

.link-back {
  margin-top: 1.667em;
}

#tt4-video-player-container {
  display: none;
}
#tt4-video-player-container .player {
  margin-top: 3.334em;
}
#tt4-video-player-container .close {
  position: absolute;
  top: 1em;
  right: -.75em;
  width: 1.667em;
  height: 1.667em;
  display: block;
  overflow: hidden;
  color: #fff;
  opacity: .7;
}
#tt4-video-player-container .close:hover {
  opacity: 1;
}
#tt4-video-player-container .close:before {
  content: "X";
  display: block;
  margin-bottom: 30em;
  font-weight: bold;
}
#tt4-video-player-container .vjs-default-skin .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 2.5em;
  height: 2.5em;
  margin: -1.258em 0 0 -1.25em;
  -moz-border-radius: 16em;
  -webkit-border-radius: 16em;
  -ms-border-radius: 16em;
  -o-border-radius: 16em;
  border-radius: 16em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
}
#tt4-video-player-container .vjs-default-skin .vjs-big-play-button:before {
  left: 2px;
}

.accordion {
  margin: 0 0 1.667em;
}
.accordion > section {
  position: relative;
  margin-top: 2px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  border-left: 1px solid #d6d6d6;
}
.accordion > section:first-child {
  margin-top: 0;
}
.accordion > section > *:first-child {
  font-size: 1em;
  line-height: 1.25025em;
  margin: 0em;
  padding: .75em 15px;
  cursor: pointer;
  font-weight: 800;
  text-transform: none;
  letter-spacing: -0.01em;
  color: #686158;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion > section > *:first-child:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f067";
  margin-right: 3px;
  display: block;
  float: right;
  color: #b3ada6;
}
.accordion > section .collapse {
  font-size: 0.833em;
  line-height: 1.60096em;
  padding: 0 15px;
  overflow: hidden;
}
.accordion > section.expanded > *:first-child:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f068";
}

.twitter-feed .jta-clear {
  display: none;
}
.twitter-feed > h3 {
  margin: 0;
}
.twitter-feed > ul {
  list-style: none;
  font-size: 0.833em;
  line-height: 1.3342em;
  margin: 0em;
}
.twitter-feed > ul > li {
  padding: 1.0667em 0;
  border-bottom: 1px solid #ddd;
}
.twitter-feed > ul > li:first-child {
  border-top: 1px solid #ddd;
}
.twitter-feed > ul > li .jta-tweet-timestamp-link {
  color: #888;
}
.twitter-feed > ul > li .jta-tweet-timestamp-link:before {
  content: " –";
}

body.search #search-filters {
  position: relative;
  margin-bottom: 1em;
  padding: .33em .5em;
  background-color: #f6f6f6;
  border: 2px solid #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.search #search-filters ul {
  margin: 0;
  list-style: none;
}
body.search #search-filters ul > li {
  margin-right: 1em;
  display: inline-block;
}
body.search #search-filters ul > li label {
  position: relative;
  top: 2px;
}
body.search #search-filters ul > li label input {
  position: relative;
  top: -2px;
}
body.search #search-results {
  margin-bottom: 3.334em;
}
body.search #search-results section.tab > h1 {
  display: none;
}
body.search #search-results section.tab > .search-result {
  padding: 0.8335em 0 0.75015em;
  border-bottom: 0.08335em dotted #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.search #search-results section.tab > .search-result h2 {
  font-size: 1em;
  line-height: 1.667em;
  margin: 0em;
}
body.search #search-results section.tab > .store-grid {
  margin: 0 -.334em;
}
body.search #search-results section.tab > .store-grid section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: .334em;
  text-align: center;
  width: 20%;
}
@media (max-width: 1080px) {
  body.search #search-results section.tab > .store-grid section {
    width: 25%;
  }
}
@media (max-width: 768px) {
  body.search #search-results section.tab > .store-grid section {
    width: 33%;
  }
}
@media (max-width: 600px) {
  body.search #search-results section.tab > .store-grid section {
    width: 50%;
  }
}
@media (max-width: 360px) {
  body.search #search-results section.tab > .store-grid section {
    width: 100%;
  }
}
body.search #search-results section.tab > .store-grid section a {
  padding: 1em;
  display: block;
  text-decoration: none;
  border: 1px solid #e4c54f;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body.search #search-results section.tab > .store-grid section img {
  max-width: 100%;
  margin: 0 auto .5em;
  display: block;
}
body.search #search-results section.tab > .store-grid section img.placeholder {
  opacity: .5;
}
body.search #search-results section.tab > .store-grid section .info {
  min-height: 5.001em;
}
body.search #search-results section.tab > .store-grid section .info h2, body.search #search-results section.tab > .store-grid section .info h3 {
  margin: 0;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
}
@media (min-width: 481px) {
  body.search #search-results section.tab > .store-grid section .info h2, body.search #search-results section.tab > .store-grid section .info h3 {
    font-size: 1em;
    line-height: 1.667em;
    margin: 0em;
  }
}
body.search #search-results section.tab > .store-grid section .info h2 {
  max-height: 3.334em;
}
body.search #search-results section.tab > .store-grid section .info h3 {
  color: #555;
}
body.search #search-results section.tab > .store-grid section .info h3:before {
  content: "$ ";
}
body.search #search-results section.tab > .store-grid section .info h4 {
  font-size: 0.833em;
  line-height: 2.0012em;
  margin: 0em;
  color: #e26145;
}
body.search .paginate {
  margin: 1.667em 0;
  text-align: center;
}
body.search .paginate a {
  font-size: 1em;
  line-height: 2.5005em;
  padding: 0 1em;
  display: inline-block;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #e26145;
}

#fixed-links {
  position: fixed;
  z-index: 500;
  bottom: 2em;
  right: 0;
}
#fixed-links a {
  width: 85px;
  margin-bottom: 14px;
  padding: 8px 0;
  display: block;
  font-size:24px;
  line-height: 22px;
  font-family: "Trump Gothic W01 East", arial, helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  border: 3px solid #fff;
  border-right: none;
  position:relative;
  /*
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  */
}
#fixed-links a:after {
	content:url(../images/bodyside-button-shadow.png);
	position:absolute;
	top:53px;
	right:-3px;
}
#fixed-links a.register-now {
  color: #686158;
  background-color: #e4c54f;
}
#fixed-links a.need-help {
  color: #fff;
  background-color: #4bc3a8;
}
#fixed-links a.next-steps {
  color: #fff;
  background-color: #ce8a4e;
}
#fixed-links a.find-a-club {
  color: #fff;
  background-color: #686158;
}

@media screen and (max-height: 800px) {
  .fixed-links {
    top: 30%;
  }
}
#need-help,
#find-a-club {
  width: 840px;
  padding: 1.667em;
  background-color: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 840px) {
  #need-help,
  #find-a-club {
    top: 0;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#need-help > p,
#need-help form > p {
  margin: 0 0 1.667em;
}
#need-help > *:last-child,
#need-help div.buttons,
#need-help form div.buttons {
  margin-bottom: 0;
}
#need-help .close,
#find-a-club .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  padding: 1px;
  font-size: 1.667em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  color: #4bc3a8;
}
#need-help .close:before,
#find-a-club .close:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f057";
  display: block;
  margin-bottom: 12em;
}
#need-help > div:not(.close) {
  margin: 1.667em 0;
  padding: 1em 1.667em 0;
}
@media (min-width: 769px) {
  #need-help > div:not(.close) {
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #need-help > div:not(.close).live-chat {
    width: 28%;
  }
  #need-help > div:not(.close).community {
    width: 46%;
    border-right: 1px solid;
    border-left: 1px solid;
  }
  #need-help > div:not(.close).call {
    width: 24%;
  }
}
#need-help > div:not(.close) a {
  display: block;
  color: #929496;
}
#need-help > div:not(.close) a p, #need-help > div:not(.close) a span {
  color: #444444;
}
#need-help > div:not(.close) img {
  height: 100px;
  display: block;
  margin: auto;
}
#need-help p {
  font-size: 1.3334em;
  line-height: 1.25019em;
  margin-top: 0.62509em;
  margin-bottom: 0em;
}
#need-help span {
  font-size: 0.833em;
  line-height: 1.3348em;
  display: inline-block;
}
#need-help div.call a.desktop {
  display: block;
}
#need-help div.call a.mobile {
  display: none;
}
.is-mobile #need-help div.call a.desktop {
  display: none;
}
.is-mobile #need-help div.call a.mobile {
  display: block;
}

#newsletter-subscribe {
  width: 480px;
  padding: 1.667em;
  background-color: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 480px) {
  #newsletter-subscribe {
    top: 0;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#newsletter-subscribe > p, #newsletter-subscribe form > p {
  margin: 0 0 1.667em;
}
#newsletter-subscribe > *:last-child,
#newsletter-subscribe div.buttons,
#newsletter-subscribe form div.buttons {
  margin-bottom: 0;
}
#newsletter-subscribe .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  padding: 1px;
  font-size: 1.667em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  color: #4bc3a8;
}
#newsletter-subscribe .close:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f057";
  display: block;
  margin-bottom: 12em;
}
#newsletter-subscribe:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
#newsletter-subscribe > p {
  font-size: 1.334em;
  line-height: 1.24963em;
  margin: 0em;
}
#newsletter-subscribe > ul > li {
  padding: 0.77782em 4px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#newsletter-subscribe > ul > li.required:after {
  display: none;
}
#newsletter-subscribe > ul > li label {
  width: auto;
  display: block;
  font-size: 12.996px;
  line-height: 1.384em;
}
#newsletter-subscribe > ul > li.checkboxes label {
  font-size: 14.994px;
}
#newsletter-subscribe > ul > li .note {
  font-size: 12.996px;
  line-height: 1.384em;
  margin-left: 2em;
}
#newsletter-subscribe > ul > li input[type="text"], #newsletter-subscribe > ul > li input[type="email"] {
  line-height: .875em;
  width: 100%;
  font-size: 14.994px;
}
#newsletter-subscribe > ul > li select {
  padding: 0.68051em 0.68051em .4em;
  width: 100%;
  font-size: 14.994px;
}
#newsletter-subscribe > ul > li.first_name, #newsletter-subscribe > ul > li.last_name {
  width: 50%;
  float: left;
}
#newsletter-subscribe > ul > li.last_name + li {
  clear: both;
}
#newsletter-subscribe div.buttons {
  margin: 0 4px !important;
  text-align: right;
}
#newsletter-subscribe div.buttons button {
  font-size: 18px;
}

#link-m-portal {
  font-size: 15px;
  line-height: 1.667em;
  display: inline-block;
  color: #777;
}
@media (min-width: 1081px) {
  #link-m-portal {
    position: absolute;
    top: -3.44em;
    right: 18px;
  }
}
