/* CSS Document */
/* CSS Document */
#landing-hero,
#page-hero {
  background-color: #30302f;
  background-position: left top;
  background-repeat: repeat;
  background-attachment: fixed !important;
  width: 100%;
  height: calc(90vh - 210px - 100px);
  max-height: 800px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 210px 0px 100px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#landing-hero {
  z-index: 1;
}
#landing-hero .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#landing-hero .content a.section {
  width: auto;
  height: 26px;
  margin-bottom: 16px;
  padding: 0px 20px 0px 20px;
  float: left;
  position: relative;
  font-family: 'Zilla Slab', serif;
  font-style: italic;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  border: 2px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  -webkit-transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#landing-hero .content a.section:hover {
  background: #fff;
  color: #30302f;
}
#landing-hero .content h1 {
  width: 50%;
  text-align: left;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 3.5vw;
  line-height: 4vw;
}
#landing-hero .content h2 {
  width: 50%;
  text-align: left;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 2.5vw;
  line-height: 3vw;
}
#description {
  width: 100%;
  float: left;
  position: relative;
  margin: -100px 0px -1000px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 2;
}
#description.bottommargin {
  margin-bottom: 120px;
}
#description .content.charcoal {
  background-color: #30302f;
}
#description .content.dark-blue {
  background-color: #395cb6;
}
#description .content.light-blue {
  background-color: #81cad0;
}
#description .content.green {
  background-color: #7bbd33;
}
#description .content.dark-green {
  background-color: #42695c;
}
#description .content.brown {
  background-color: #80644c;
}
#description .content.pink {
  background-color: #f16565;
}
#description .content.yellow {
  background-color: #eac821;
}
#description .content div {
  width: calc(100% - 160px);
  margin: 80px 80px 80px 80px;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}
#description .content div sup {
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size: 60%;
}
#landing_callouts {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#landing_callouts .content.callouts {
  margin-top: -100px !important;
}
#landing_callouts .content .callout {
  background-position: left center;
}
#page-hero {
  z-index: 1;
}
#page-hero .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}
#page-hero .content a.section {
  width: auto;
  float: left;
  position: relative;
  top: auto;
  left: auto;
  display: block;
}
#page-hero .content h1 {
  width: 50%;
  text-align: left;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 2.5vw;
  line-height: 3vw;
  margin-bottom: 17px;
  margin-top: 18px;
}
#page-hero .content h2 {
  width: 50%;
  text-align: left;
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  padding-bottom: 26px;
  border-bottom: 5px solid #fff;
}
#page-hero .content h2.charcoal {
  border-color: #30302f;
}
#page-hero .content h2.dark-blue {
  border-color: #395cb6;
}
#page-hero .content h2.light-blue {
  border-color: #81cad0;
}
#page-hero .content h2.green {
  border-color: #7bbd33;
}
#page-hero .content h2.dark-green {
  border-color: #42695c;
}
#page-hero .content h2.brown {
  border-color: #80644c;
}
#page-hero .content h2.pink {
  border-color: #f16565;
}
#page-hero .content h2.yellow {
  border-color: #eac821;
}
#page-hero .content h2 a:link,
#page-hero .content h2 a:visited {
  color: #fff;
  text-decoration: underline;
}
#page-hero .content h2 a:link:hover,
#page-hero .content h2 a:visited:hover {
  text-decoration: underline;
  color: #30302f;
}
#page-hero .content #scroll-down {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/more-arrow-down.png) center center no-repeat;
  width: 36px;
  height: 36px;
  margin-top: 30px;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
}
#page-hero .content #scroll-down:hover.white {
  border-color: #fff;
}
#page-hero .content #scroll-down:hover.charcoal {
  border-color: #30302f;
}
#page-hero .content #scroll-down:hover.dark-blue {
  border-color: #395cb6;
}
#page-hero .content #scroll-down:hover.light-blue {
  border-color: #81cad0;
}
#page-hero .content #scroll-down:hover.green {
  border-color: #7bbd33;
}
#page-hero .content #scroll-down:hover.dark-green {
  border-color: #42695c;
}
#page-hero .content #scroll-down:hover.brown {
  border-color: #80644c;
}
#page-hero .content #scroll-down:hover.pink {
  border-color: #f16565;
}
#page-hero .content #scroll-down:hover.yellow {
  border-color: #eac821;
}
#page-hero .content #description {
  background-color: #7bbd33;
  width: calc(100% - 360px);
  padding: 40px 180px 40px 180px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
#page-hero .content #description.charcoal {
  background-color: #30302f;
}
#page-hero .content #description.dark-blue {
  background-color: #395cb6;
}
#page-hero .content #description.light-blue {
  background-color: #81cad0;
}
#page-hero .content #description.green {
  background-color: #7bbd33;
}
#page-hero .content #description.dark-green {
  background-color: #42695c;
}
#page-hero .content #description.brown {
  background-color: #80644c;
}
#page-hero .content #description.pink {
  background-color: #f16565;
}
#page-hero .content #description.yellow {
  background-color: #eac821;
}
#page-hero.centered {
  height: calc(44vh - 100px);
  min-height: 240px;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: bottom center !important;
}
#page-hero.centered .content {
  align-items: center;
}
#page-hero.centered .content h1 {
  text-align: center;
  margin: 20px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
#page-hero.centered .content h2 {
  text-align: center;
  border-bottom: 0px;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
#page-hero.centered .whitebox {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.whitebox {
  background: #fff;
  height: 100px;
  z-index: 1;
}
.childlanding {
  padding-top: 140px;
}
.childlanding .whitebox {
  background: none !important;
}
.stage.basic {
  padding-bottom: 100px !important;
}
.stage .darken {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  z-index: 0;
}
.stage#page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.stage#page .content {
  z-index: 1;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.stage#page .content.blog,
.stage#page .content.news,
.stage#page .content.basic {
  max-width: 1200px;
  padding: 0px 0px 20px 0px;
}
.stage#page .content.basic1360 {
  max-width: 1360px !important;
}
.stage#page .content .center p {
  text-align: center !important;
}
.stage#page .content img.circle {
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  overflow: hidden;
  margin-bottom: -40px;
}
.stage#page .content .columns {
  width: 100% !important;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  display: block;
}
.stage#page .content .columns .row {
  width: 100% !important;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px !important;
  padding: 0px 0px 0px 0px !important;
  display: block;
}
.stage#page .content .columns .row .column {
  width: calc(50% - 20px) !important;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
.stage#page .content .columns .row .column:nth-of-type(2) {
  float: right;
}
.stage#page .content .columns .row .column img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
}
.stage#page .content .columns .row .column h1,
.stage#page .content .columns .row .column h2,
.stage#page .content .columns .row .column h3,
.stage#page .content .columns .row .column h4 {
  margin-top: 0px !important;
  text-align: left !important;
}
.stage#page .content .columns .row .column.third {
  width: calc(33% - 20px) !important;
}
.stage#page .content .columns .row .column.third img {
  width: auto !important;
  max-width: 100%;
  margin-bottom: 20px;
}
.stage#page .content .columns .row .column.two-thirds {
  width: calc(67% - 20px) !important;
}
.stage#page .content .columns.padded .row .column {
  width: calc(50% - 40px) !important;
}
.stage#page .content.basic a:link,
.stage#page .content.basic a:visited,
.stage#page .content.basic a strong,
.stage#page .content.basic a strong u {
  color: #7bbd33;
  text-decoration: underline;
  font-weight: 700;
}
.stage#page .content.basic a:link:hover,
.stage#page .content.basic a:visited:hover,
.stage#page .content.basic a strong:hover,
.stage#page .content.basic a strong u:hover {
  color: #30302f;
}
.stage#page .content.basic h1,
.stage#page .content.basic h2 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: #7bbd33;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  font-size: 29px;
  line-height: 36px;
}
.stage#page .content.basic h3,
.stage#page .content.basic h4 {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: #7bbd33;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
}
.stage#page .content.basic h1 a,
.stage#page .content.basic h2 a,
.stage#page .content.basic h3 a,
.stage#page .content.basic h4 a {
  font-weight: 900 !important;
}
.stage#page .content.basic h1.light-blue,
.stage#page .content.basic h2.light-blue,
.stage#page .content.basic h3.light-blue,
.stage#page .content.basic h4.light-blue {
  color: #81cad0;
}
.stage#page .content.basic h1.pink,
.stage#page .content.basic h2.pink,
.stage#page .content.basic h3.pink,
.stage#page .content.basic h4.pink {
  color: #f16565;
}
.stage#page .content.basic h1.light-blue,
.stage#page .content.basic h2.light-blue,
.stage#page .content.basic h3.light-blue,
.stage#page .content.basic h4.light-blue {
  color: #81cad0;
}
.stage#page .content.basic h1.dark-blue,
.stage#page .content.basic h2.dark-blue,
.stage#page .content.basic h3.dark-blue,
.stage#page .content.basic h4.dark-blue {
  color: #395cb6;
}
.stage#page .content.basic h1.dark-green,
.stage#page .content.basic h2.dark-green,
.stage#page .content.basic h3.dark-green,
.stage#page .content.basic h4.dark-green {
  color: #42695c;
}
.stage#page .content.basic h1.charcoal,
.stage#page .content.basic h2.charcoal,
.stage#page .content.basic h3.charcoal,
.stage#page .content.basic h4.charcoal {
  color: #30302f;
}
.stage#page .content.basic h1.brown,
.stage#page .content.basic h2.brown,
.stage#page .content.basic h3.brown,
.stage#page .content.basic h4.brown {
  color: #80644c;
}
.stage#page .content.basic h1.white,
.stage#page .content.basic h2.white,
.stage#page .content.basic h3.white,
.stage#page .content.basic h4.white {
  color: #fff;
}
.stage#page .content.basic h1 sup,
.stage#page .content.basic h2 sup,
.stage#page .content.basic h3 sup,
.stage#page .content.basic h4 sup {
  position: relative;
  top: -1.5em;
  font-size: 9px;
}
.stage#page .content.basic h1.smallmargin,
.stage#page .content.basic h2.smallmargin,
.stage#page .content.basic h3.smallmargin,
.stage#page .content.basic h4.smallmargin {
  margin: 40px 0px 10px 0px !important;
}
.stage#page .content.basic p {
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 36px;
}
.stage#page .content.basic p sup {
  position: relative;
  top: -0.75em;
  font-size: 9px;
}
.stage#page .content.basic p:last-of-type {
  margin-bottom: 0px;
}
.stage#page .content.basic p a {
  color: #7bbd33;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.stage#page .content.basic p a:visited {
  color: #949691;
  text-decoration: underline;
}
.stage#page .content.basic p a:hover {
  text-decoration: underline;
}
.stage#page .content.basic p img.alignright {
  float: right;
  margin: 20px 0 20px 40px;
}
.stage#page .content.basic p img.alignleft {
  float: left;
  margin: 20px 40px 20px 0;
}
.stage#page .content.basic p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.stage#page .content.basic p .alignright {
  float: right;
}
.stage#page .content.basic p .alignleft {
  float: left;
}
.stage#page .content.basic p .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 560px) {
  .stage#page .content.basic p img.alignright {
    float: none;
    margin: 20px auto 20px auto;
    max-width: 100%;
    width: auto;
    display: block;
  }
  .stage#page .content.basic p img.alignleft {
    float: none;
    margin: 20px auto 20px auto;
    max-width: 100%;
    width: auto;
    display: block;
  }
}
.stage#page .content.basic p strong,
.stage#page .content.basic p b {
  color: #30302f;
  font-weight: 800;
}
.stage#page .content.basic p em,
.stage#page .content.basic p i {
  font-style: italic;
  font-family: 'Zilla Slab', serif;
  font-size: 20px;
}
.stage#page .content.basic p.center {
  text-align: center !important;
}
.stage#page .content.basic ul,
.stage#page .content.basic ol {
  margin-top: 0px;
  list-style-position: outside;
}
.stage#page .content.basic ul li,
.stage#page .content.basic ol li {
  margin: 0px 0px 10px 40px;
}
.stage#page .content.basic ul li strong,
.stage#page .content.basic ol li strong {
  font-weight: bold;
}
.stage#page .content.basic ul {
  list-style-type: disc;
}
.stage#page .content.basic ol {
  list-style-type: decimal;
}
.stage#page .content.basic hr {
  border: 0px;
  height: 1px;
  background-color: #e7e8e6;
  margin: 40px 0px 40px 0px;
}
.stage#page .content.basic .generic-flex {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: flex-start;
}
.stage#page .content.basic .generic-flex .generic-item.third {
  width: calc(33.33% - 14px - 40px);
  padding-left: 20px;
  padding-right: 20px;
}
.stage#page .content.basic div.padded {
  padding: 40px;
}
.stage#page .content.basic div.centerlinks {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.stage#page .content.basic div.centerlinks p {
  margin: 0px 0px 0px 0px !important;
}
.stage#page .content.basic div.centerlinks p:first-of-type {
  margin-right: 20px !important;
}
.stage#page .content.basic blockquote {
  background: #7bbd33;
  width: calc(100% - 0px);
  float: left;
  position: relative;
  margin: 40px -60px 40px -60px;
  padding: 40px 60px 40px 60px;
  clear: both;
  font-family: 'Zilla Slab', serif;
  font-size: 36px;
  line-height: 54px !important;
  font-style: italic;
  font-weight: 400;
  color: #fff;
}
.stage#page .content.basic blockquote p {
  line-height: 54px !important;
}
.stage#page .content.basic blockquote p::before {
  content: "\201C";
  font-family: 'Muli', sans-serif;
  font-size: 54px;
  vertical-align: middle;
  margin: 0px 0px 0px -20px;
}
.stage#page .content.basic blockquote p::after {
  content: "\201D";
  font-family: 'Muli', sans-serif;
  font-size: 54px;
  vertical-align: middle;
  margin: 0px -20px 0px 0px;
}
.stage#page .content.basic blockquote.noquotes p::before,
.stage#page .content.basic blockquote.noquotes p::after {
  content: "\0020" !important;
}
.stage#page .content.basic blockquote div {
  float: right;
  position: relative;
  clear: both;
  margin: 0px 0px -70px 0px;
  padding: 30px 30px 30px 30px;
  text-align: right;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
.stage#page .content.basic blockquote div strong {
  font-size: 18px;
  line-height: 24px;
}
.stage#page .content.basic .inset-box {
  margin: 30px auto 0px auto;
  padding: 40px 40px 40px 40px;
  position: relative;
  text-align: center;
  border: 1px solid #e7e8e6;
  font-size: 120%;
  line-height: 160%;
}
.stage#page .content.basic .inset-box strong {
  font-weight: 900;
}
.stage#page .content.basic .inset-box sup {
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size: 60%;
}
.stage#page .content.basic .inset-box.flex {
  float: left;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.stage#page .content.basic .inset-box.flex p {
  margin-top: 0px !important;
  float: left !important;
  position: relative !important;
  width: auto !important;
}
.stage#page .content.basic .inset-box.flex p a.imagelink {
  margin: 0px 0px 0px 0px !important;
}
.stage#page .content.basic .inset-box.charcoal {
  background-color: #30302f;
  border-color: #30302f;
  color: #fff;
}
.stage#page .content.basic .inset-box.light-blue {
  background-color: #81cad0;
  border-color: #81cad0;
  color: #fff;
}
.stage#page .content.basic .inset-box.light-blue a {
  color: #395cb6;
}
.stage#page .content.basic .inset-box.light-blue a:hover {
  color: #7bbd33;
}
.stage#page .content.basic .inset-box.dark-blue {
  background-color: #395cb6;
  border-color: #395cb6;
  color: #fff;
}
.stage#page .content.basic .inset-box.pink {
  background-color: #f16565;
  border-color: #f16565;
  color: #fff;
}
.stage#page .content.basic .inset-box.green {
  background-color: #7bbd33;
  border-color: #7bbd33;
  color: #fff;
}
.stage#page .content.basic .inset-box.green a {
  color: #395cb6;
}
.stage#page .content.basic .inset-box.green a:hover {
  color: #42695c;
}
.stage#page .content.basic .inset-box.dark-green {
  background-color: #42695c;
  border-color: #42695c;
  color: #fff;
}
.stage#page .content.basic #accordion {
  width: calc(100% + 120px);
  float: left;
  position: relative;
  margin: 40px -60px 40px -60px;
  padding: 0px 0px 0px 0px;
  clear: both;
}
.stage#page .content.basic #accordion .ui-accordion-header {
  background: #008000 url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/accordion-plus.png) right 20px center no-repeat;
  width: calc(100% - 80px);
  float: left;
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 30px 40px 30px 40px;
  clear: both;
  outline: none;
  cursor: pointer;
  color: #fff !important;
  text-align: left;
}
.stage#page .content.basic #accordion .ui-accordion-header:first-of-type {
  margin-top: 0px;
}
.stage#page .content.basic #accordion .ui-accordion-header.ui-accordion-header-active {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/accordion-negative.png);
}
.stage#page .content.basic #accordion div {
  background: #fff;
  width: calc(100% - 110px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 50px 50px 50px 50px;
  display: block;
  border: 5px solid RED;
  border-top: 0px;
}
.stage#page .content.basic #accordion div p:last-of-type {
  margin-bottom: 0px;
}
.stage#page .content.basic #tabs {
  width: calc(100% + 120px);
  float: left;
  position: relative;
  margin: 40px -60px 40px -60px;
  padding: 0px 0px 0px 0px;
  clear: both;
}
.stage#page .content.basic #tabs ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  list-style: none;
  list-style-position: outside;
}
.stage#page .content.basic #tabs ul li {
  float: left;
  position: relative;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  flex-grow: 1;
  cursor: pointer;
  outline: none;
}
.stage#page .content.basic #tabs ul li:last-child {
  margin-right: 0px;
}
.stage#page .content.basic #tabs ul li a {
  padding: 40px 0px 40px 0px;
  text-decoration: none;
  color: #fff;
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: 'Muli', sans-serif;
  font-weight: 900 !important;
  display: block;
  outline: none;
}
.stage#page .content.basic #tabs ul li:hover {
  background-color: #30302f;
}
.stage#page .content.basic #tabs .tab {
  background: #fff;
  width: calc(100% - 110px);
  float: left;
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 50px 50px 50px 50px;
  border: 5px solid #7bbd33;
  border-top: 0px !important;
}
.stage#page .content.basic p a.cta,
.stage#page .content.basic a.cta,
.stage#page .content.basic a.cta:visited {
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}
.stage#page .content.basic p a.cta:hover,
.stage#page .content.basic a.cta:hover,
.stage#page .content.basic a.cta:visited:hover {
  background-color: #30302f !important;
}
.stage#page .content.basic .center {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stage#page .content.basic p.center {
  margin: 0px 0px 0px 0px !important;
}
.stage#page .content.basic.main_light-gray h1,
.stage#page .content.basic.main_light-gray h3,
.stage#page .content.basic.main_light-gray p a {
  color: #e7e8e6 !important;
}
.stage#page .content.basic.main_light-gray blockquote {
  background: #e7e8e6 !important;
}
.stage#page .content.basic.main_light-gray a.cta {
  background-color: #e7e8e6;
}
.stage#page .content.basic.main_light-gray #tabs ul li.ui-tabs-active {
  background-color: #e7e8e6;
}
.stage#page .content.basic.main_light-gray #tabs .tab {
  border-color: #e7e8e6;
}
.stage#page .content.basic.main_light-gray #accordion .ui-accordion-header.ui-accordion-header-active {
  background-color: #e7e8e6;
}
.stage#page .content.basic.main_light-gray #accordion div {
  border-color: #e7e8e6;
}
.stage#page .content.basic.main_medium-gray h1,
.stage#page .content.basic.main_medium-gray h3,
.stage#page .content.basic.main_medium-gray p a {
  color: #babcb6 !important;
}
.stage#page .content.basic.main_medium-gray blockquote {
  background: #babcb6 !important;
}
.stage#page .content.basic.main_medium-gray a.cta {
  background-color: #babcb6;
}
.stage#page .content.basic.main_medium-gray #tabs ul li.ui-tabs-active {
  background-color: #babcb6;
}
.stage#page .content.basic.main_medium-gray #tabs .tab {
  border-color: #babcb6;
}
.stage#page .content.basic.main_medium-gray #accordion .ui-accordion-header.ui-accordion-header-active {
  background-color: #babcb6;
}
.stage#page .content.basic.main_medium-gray #accordion div {
  border-color: #babcb6;
}
.stage#page .content.basic.main_dark-green h1,
.stage#page .content.basic.main_dark-green h3,
.stage#page .content.basic.main_dark-green p a {
  color: #42695c !important;
}
.stage#page .content.basic.main_dark-green blockquote {
  background: #42695c !important;
}
.stage#page .content.basic.main_dark-green a.cta {
  background-color: #42695c;
}
.stage#page .content.basic.main_dark-green #tabs ul li.ui-tabs-active {
  background-color: #42695c;
}
.stage#page .content.basic.main_dark-green #tabs .tab {
  border-color: #42695c;
}
.stage#page .content.basic.main_dark-green #accordion .ui-accordion-header.ui-accordion-header-active {
  background-color: #42695c;
}
.stage#page .content.basic.main_dark-green #accordion div {
  border-color: #42695c;
}
.stage#page .content.basic.main_dark-gray h1,
.stage#page .content.basic.main_dark-gray h3,
.stage#page .content.basic.main_dark-gray p a {
  color: #949691 !important;
}
.stage#page .content.basic.main_dark-gray blockquote {
  background: #949691 !important;
}
.stage#page .content.basic.main_dark-gray a.cta {
  background-color: #949691;
}
.stage#page .content.basic.main_dark-gray #tabs ul li.ui-tabs-active {
  background-color: #949691;
}
.stage#page .content.basic.main_dark-gray #tabs .tab {
  border-color: #949691;
}
.stage#page .content.basic.main_dark-gray #accordion .ui-accordion-header.ui-accordion-header-active {
  background-color: #949691;
}
.stage#page .content.basic.main_dark-gray #accordion div {
  border-color: #949691;
}
.stage#page .content.basic.main_charcoal h1,
.stage#page .content.basic.main_charcoal h3,
.stage#page .content.basic.main_charcoal p a {
  color: #30302f !important;
}
.stage#page .content.basic.main_charcoal blockquote {
  background: #30302f !important;
}
.stage#page .content.basic.main_charcoal a.cta {
  background-color: #30302f;
}
.stage#page .content.basic.main_charcoal #tabs ul li.ui-tabs-active {
  background-color: #30302f;
}
.stage#page .content.basic.main_charcoal #tabs .tab {
  border-color: #30302f;
}
.stage#page .content.basic.main_charcoal #accordion .ui-accordion-header {
  background-color: #30302f;
}
.stage#page .content.basic.main_charcoal #accordion div {
  border-color: #30302f;
}
.stage#page .content.basic.main_dark-blue h1,
.stage#page .content.basic.main_dark-blue h3,
.stage#page .content.basic.main_dark-blue p a {
  color: #395cb6 !important;
}
.stage#page .content.basic.main_dark-blue blockquote {
  background: #395cb6 !important;
}
.stage#page .content.basic.main_dark-blue a.cta {
  background-color: #395cb6;
}
.stage#page .content.basic.main_dark-blue #tabs ul li.ui-tabs-active {
  background-color: #395cb6;
}
.stage#page .content.basic.main_dark-blue #tabs .tab {
  border-color: #395cb6;
}
.stage#page .content.basic.main_dark-blue #accordion .ui-accordion-header.ui-accordion-header-active {
  background-color: #395cb6;
}
.stage#page .content.basic.main_dark-blue #accordion div {
  border-color: #395cb6;
}
.stage#page .content.basic.main_light-blue h1,
.stage#page .content.basic.main_light-blue h3,
.stage#page .content.basic.main_light-blue p a {
  color: #81cad0 !important;
}
.stage#page .content.basic.main_light-blue blockquote {
  background: #81cad0 !important;
}
.stage#page .content.basic.main_light-blue a.cta {
  background-color: #81cad0;
}
.stage#page .content.basic.main_light-blue #tabs ul li.ui-tabs-active {
  background-color: #81cad0;
}
.stage#page .content.basic.main_light-blue #tabs .tab {
  border-color: #81cad0;
}
.stage#page .content.basic.main_light-blue #accordion .ui-accordion-header.ui-accordion-header-active {
  background-color: #81cad0;
}
.stage#page .content.basic.main_light-blue #accordion div {
  border-color: #81cad0;
}
.stage#page .content.basic.main_green h1,
.stage#page .content.basic.main_green h3,
.stage#page .content.basic.main_green p a {
  color: #7bbd33 !important;
}
.stage#page .content.basic.main_green blockquote {
  background: #7bbd33 !important;
}
.stage#page .content.basic.main_green a.cta {
  background-color: #7bbd33;
}
.stage#page .content.basic.main_green #tabs ul li.ui-tabs-active {
  background-color: #7bbd33;
}
.stage#page .content.basic.main_green #tabs .tab {
  border-color: #7bbd33;
}
.stage#page .content.basic.main_green #accordion .ui-accordion-header.ui-accordion-header-active {
  background-color: #7bbd33;
}
.stage#page .content.basic.main_green #accordion div {
  border-color: #7bbd33;
}
.stage#page .content.basic.main_brown h1,
.stage#page .content.basic.main_brown h3,
.stage#page .content.basic.main_brown p a {
  color: #80644c !important;
}
.stage#page .content.basic.main_brown blockquote {
  background: #80644c !important;
}
.stage#page .content.basic.main_brown a.cta {
  background-color: #80644c;
}
.stage#page .content.basic.main_brown #tabs ul li.ui-tabs-active {
  background-color: #80644c;
}
.stage#page .content.basic.main_brown #tabs .tab {
  border-color: #80644c;
}
.stage#page .content.basic.main_brown #accordion .ui-accordion-header.ui-accordion-header-active {
  background-color: #80644c;
}
.stage#page .content.basic.main_brown #accordion div {
  border-color: #80644c;
}
.stage#page .content.basic.main_pink h1,
.stage#page .content.basic.main_pink h3,
.stage#page .content.basic.main_pink p a {
  color: #f16565 !important;
}
.stage#page .content.basic.main_pink blockquote {
  background: #f16565 !important;
}
.stage#page .content.basic.main_pink a.cta {
  background-color: #f16565;
}
.stage#page .content.basic.main_pink #tabs ul li.ui-tabs-active {
  background-color: #f16565;
}
.stage#page .content.basic.main_pink #tabs .tab {
  border-color: #f16565;
}
.stage#page .content.basic.main_pink #accordion .ui-accordion-header {
  background-color: #f16565;
}
.stage#page .content.basic.main_pink #accordion div {
  border-color: #f16565;
}
.stage#page .content.basic.main_yellow h1,
.stage#page .content.basic.main_yellow h3,
.stage#page .content.basic.main_yellow p a {
  color: #eac821 !important;
}
.stage#page .content.basic.main_yellow blockquote {
  background: #eac821 !important;
}
.stage#page .content.basic.main_yellow a.cta {
  background-color: #eac821;
}
.stage#page .content.basic.main_yellow #tabs ul li.ui-tabs-active {
  background-color: #eac821;
}
.stage#page .content.basic.main_yellow #tabs .tab {
  border-color: #eac821;
}
.stage#page .content.basic.main_yellow #accordion .ui-accordion-header {
  background-color: #eac821;
}
.stage#page .content.basic.main_yellow #accordion div {
  border-color: #eac821;
}
.stage#page .content.basic.secondary_light-gray h2,
.stage#page .content.basic.secondary_light-gray h4 {
  color: #e7e8e6 !important;
}
.stage#page .content.basic.secondary_light-gray blockquote div {
  background: #e7e8e6 !important;
}
.stage#page .content.basic.secondary_light-gray #tabs ul li {
  background-color: #e7e8e6;
}
.stage#page .content.basic.secondary_light-gray #accordion .ui-accordion-header {
  background-color: #e7e8e6;
}
.stage#page .content.basic.secondary_medium-gray h2,
.stage#page .content.basic.secondary_medium-gray h4 {
  color: #babcb6 !important;
}
.stage#page .content.basic.secondary_medium-gray blockquote div {
  background: #babcb6 !important;
}
.stage#page .content.basic.secondary_medium-gray #tabs ul li {
  background-color: #babcb6;
}
.stage#page .content.basic.secondary_medium-gray #accordion .ui-accordion-header {
  background-color: #babcb6;
}
.stage#page .content.basic.secondary_dark-gray h2,
.stage#page .content.basic.secondary_dark-gray h4 {
  color: #949691 !important;
}
.stage#page .content.basic.secondary_dark-gray blockquote div {
  background: #949691 !important;
}
.stage#page .content.basic.secondary_dark-gray #tabs ul li {
  background-color: #949691;
}
.stage#page .content.basic.secondary_dark-gray #accordion .ui-accordion-header {
  background-color: #949691;
}
.stage#page .content.basic.secondary_dark-green h2,
.stage#page .content.basic.secondary_dark-green h4 {
  color: #42695c !important;
}
.stage#page .content.basic.secondary_dark-green blockquote div {
  background: #42695c !important;
}
.stage#page .content.basic.secondary_dark-green #tabs ul li {
  background-color: #42695c;
}
.stage#page .content.basic.secondary_dark-green #accordion .ui-accordion-header {
  background-color: #42695c;
}
.stage#page .content.basic.secondary_charcoal h2,
.stage#page .content.basic.secondary_charcoal h4 {
  color: #30302f !important;
}
.stage#page .content.basic.secondary_charcoal blockquote div {
  background: #30302f !important;
}
.stage#page .content.basic.secondary_charcoal #tabs ul li {
  background-color: #30302f;
}
.stage#page .content.basic.secondary_charcoal #accordion .ui-accordion-header {
  background-color: #30302f;
}
.stage#page .content.basic.secondary_dark-blue h2,
.stage#page .content.basic.secondary_dark-blue h4 {
  color: #395cb6 !important;
}
.stage#page .content.basic.secondary_dark-blue blockquote div {
  background: #395cb6 !important;
}
.stage#page .content.basic.secondary_dark-blue #tabs ul li {
  background-color: #395cb6;
}
.stage#page .content.basic.secondary_dark-blue #accordion .ui-accordion-header {
  background-color: #395cb6;
}
.stage#page .content.basic.secondary_light-blue h2,
.stage#page .content.basic.secondary_light-blue h4 {
  color: #81cad0 !important;
}
.stage#page .content.basic.secondary_light-blue blockquote div {
  background: #81cad0 !important;
}
.stage#page .content.basic.secondary_light-blue #tabs ul li {
  background-color: #81cad0;
}
.stage#page .content.basic.secondary_light-blue #accordion .ui-accordion-header {
  background-color: #81cad0;
}
.stage#page .content.basic.secondary_green h2,
.stage#page .content.basic.secondary_green h4 {
  color: #7bbd33 !important;
}
.stage#page .content.basic.secondary_green blockquote div {
  background: #7bbd33 !important;
}
.stage#page .content.basic.secondary_green #tabs ul li {
  background-color: #7bbd33;
}
.stage#page .content.basic.secondary_green #accordion .ui-accordion-header {
  background-color: #7bbd33;
}
.stage#page .content.basic.secondary_brown h2,
.stage#page .content.basic.secondary_brown h4 {
  color: #80644c !important;
}
.stage#page .content.basic.secondary_brown blockquote div {
  background: #80644c !important;
}
.stage#page .content.basic.secondary_brown #tabs ul li {
  background-color: #80644c;
}
.stage#page .content.basic.secondary_brown #accordion .ui-accordion-header {
  background-color: #80644c;
}
.stage#page .content.basic.secondary_pink h2,
.stage#page .content.basic.secondary_pink h4 {
  color: #f16565 !important;
}
.stage#page .content.basic.secondary_pink blockquote div {
  background: #f16565 !important;
}
.stage#page .content.basic.secondary_pink #tabs ul li {
  background-color: #f16565;
}
.stage#page .content.basic.secondary_pink #accordion .ui-accordion-header {
  background-color: #f16565;
}
.stage#page .content.basic.secondary_yellow h2,
.stage#page .content.basic.secondary_yellow h4 {
  color: #eac821 !important;
}
.stage#page .content.basic.secondary_yellow blockquote div {
  background: #eac821 !important;
}
.stage#page .content.basic.secondary_yellow #tabs ul li {
  background-color: #eac821;
}
.stage#page .content.basic.secondary_yellow #accordion .ui-accordion-header {
  background-color: #eac821;
}
.stage#page .content.basic h1.chartheading,
.stage#page .content.basic h2.chartheading,
.stage#page .content.basic h3.chartheading,
.stage#page .content.basic h4.chartheading {
  color: #636466 !important;
  font-weight: 700;
  text-transform: uppercase;
}
.stage#page .content.basic h1.chartheading strong,
.stage#page .content.basic h2.chartheading strong,
.stage#page .content.basic h3.chartheading strong,
.stage#page .content.basic h4.chartheading strong {
  font-weight: 800;
}
.stage#page .content ul#sitemap {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none !important;
  list-style-position: outside;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stage#page .content ul#sitemap li.page_item {
  height: auto;
  width: calc(50% - 20px);
  float: left;
  position: relative;
  margin: 0px 0px 60px 0px !important;
  padding: 0px 0px 0px 0px;
  list-style-type: none !important;
  list-style-position: outside;
}
.stage#page .content ul#sitemap li.page_item:nth-child(1) {
  width: 100% !important;
}
.stage#page .content ul#sitemap li.page_item a {
  font-weight: 900;
  text-decoration: none;
  color: #30302f;
}
.stage#page .content ul#sitemap li.page_item a:hover {
  color: #7bbd33;
  text-decoration: underline;
}
.stage#page .content ul#sitemap li.page_item ul.children {
  margin: 10px 0px 0px 0px !important;
  padding: 10px 0px 0px 0px !important;
  border-top: 1px solid #e7e8e6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stage#page .content ul#sitemap li.page_item ul.children li {
  width: calc(100%) !important;
  margin: 0px 0px 0px 0px !important;
}
.stage#page .content ul#sitemap li.page_item ul.children li:nth-child(1) {
  width: calc(100%) !important;
}
.stage#page .content ul#sitemap li.page_item ul.children li a {
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
}
.stage#page .content ul#sitemap li.page_item ul.children li.page_item_has_children ul.children {
  margin: 0px 0px 0px 0px !important;
  border-top: 0px !important;
  padding-top: 0px !important;
}
.stage#page .content #timeline {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.stage#page .content #timeline ul#date-list {
  width: calc(50% - 4px);
  list-style-type: none !important;
  list-style-position: outside !important;
  margin: 10px 0px 400px 0px;
  padding: 0px 0px 0px 0px;
  border-right: 7px solid #395cb6;
}
.stage#page .content #timeline ul#date-list li {
  width: calc(100% - 100px);
  height: auto !important;
  margin: 0px 0px 60px 0px !important;
  padding: 0px 100px 0px 0px !important;
  float: left;
  position: relative;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  color: #81cad0;
  text-align: right;
  cursor: pointer;
  -webkit-transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.stage#page .content #timeline ul#date-list li::after {
  content: " ";
  background: #395cb6;
  width: 21px;
  height: 21px;
  position: absolute;
  right: -14px;
  top: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.stage#page .content #timeline ul#date-list li:first-of-type {
  margin-top: -10px !important;
}
.stage#page .content #timeline ul#date-list li:last-of-type {
  margin: 0px 0px -10px 0px !important;
}
.stage#page .content #timeline ul#date-list li:hover {
  color: #395cb6;
}
.stage#page .content #timeline ul#date-list li.current {
  color: #395cb6;
}
.stage#page .content #timeline #details {
  width: calc(50% - 3px);
  position: relative;
}
.stage#page .content #timeline #details div {
  background: #81cad0;
  width: calc(100% - 100px - 60px);
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px 0px 20px 100px;
  padding: 0px 30px 30px 30px;
  display: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 250ms linear;
}
.stage#page .content #timeline #details div.current {
  z-index: 1;
  opacity: 1;
}
.stage#page .content #timeline #details div img {
  max-width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
.stage#page .content #timeline #details div h2 {
  width: 100%;
  margin: 30px 0px 10px 0px !important;
  padding: 0px 0px 0px 0px !important;
  color: #fff !important;
  text-align: left;
  font-size: 30px;
  line-height: 30px;
}
.stage#page .content #timeline #details div p,
.stage#page .content #timeline #details div p.center {
  width: 100%;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  color: #fff !important;
  text-align: left !important;
  display: block !important;
  opacity: 1 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stage#page .content #timeline #details div p img,
.stage#page .content #timeline #details div p.center img,
.stage#page .content #timeline #details div p p img,
.stage#page .content #timeline #details div p.center p img {
  width: 100%;
  margin-bottom: -70px;
  z-index: 1;
}
.stage#page .content #timeline #details div p img::before,
.stage#page .content #timeline #details div p.center img::before,
.stage#page .content #timeline #details div p p img::before,
.stage#page .content #timeline #details div p.center p img::before {
  content: " ";
  background: #81cad0;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.stage#page .content #timeline #details div::before {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/timeline-arrow-light-blue.png);
  width: 25px;
  height: 30px;
  content: " ";
  position: absolute;
  left: -25px;
  top: 0px;
}
.stage#page .content ul#resources {
  width: calc(100% + 0px);
  margin: 0px 0px -20px 0px !important;
  padding: 0px 0px 0px 0px !important;
  list-style-position: outside;
  list-style-type: none;
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.stage#page .content ul#resources li {
  width: calc(25% - 42px - 15px);
  float: left;
  position: relative;
  margin: 0px 20px 20px 0px;
  padding: 20px 20px 20px 20px !important;
  border: 1px solid #e7e8e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.stage#page .content ul#resources li:nth-child(4n) {
  margin-right: 0px !important;
}
.stage#page .content ul#resources li:hover {
  border-color: #e7e8e6;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
.stage#page .content ul#resources li h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #42695c !important;
}
.stage#page .content ul#resources li a.cta {
  background-color: #7bbd33;
  position: relative;
  width: auto;
  margin-top: 20px;
}
.stage#page .content ul#resources li a.cta.dark-green {
  background-color: #42695c;
  margin-top: 10px;
}
.stage#page .content ul#resources li a.cta.order {
  background-color: #9e9e9e;
  margin-top: 10px;
}
.stage#page .content ul#resources li p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #949691 !important;
  font-weight: 300 !important;
}
.stage#page .content ul#resources li img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #e7e8e6;
}
.stage#page .content ul#resources li:hover h2 {
  color: #7bbd33 !important;
}
.stage#page .content #sources {
  width: 100%;
  float: left;
  position: relative;
  margin: 60px 0px 0px 0px;
  padding: 60px 0px 0px 0px;
  border-top: 1px solid #e7e8e6;
}
.stage#page .content #sources h4 {
  margin: 0px 0px 40px 0px !important;
  padding: 0px 0px 0px 0px !important;
  font-size: 18px;
  line-height: 18px;
}
.stage#page .content #sources p,
.stage#page .content #sources strong,
.stage#page .content #sources em,
.stage#page .content #sources b,
.stage#page .content #sources i,
.stage#page .content #sources a,
.stage#page .content #sources ul,
.stage#page .content #sources ol,
.stage#page .content #sources li,
.stage#page .content #sources div {
  font-size: 14px !important;
  line-height: 18px !important;
}
.stage#page .content #sources em,
.stage#page .content #sources i {
  font-style: italic;
}
.stage#page .content #sources ul li,
.stage#page .content #sources ol li {
  margin-top: 25px;
  line-height: 175% !important;
}
.stage#page .content ul.links {
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 40px !important;
  float: left;
  position: relative;
  list-style-type: none;
  list-style-position: outside;
}
.stage#page .content ul.links li {
  margin-left: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.stage#page .content ul.links li strong {
  font-weight: 900;
  color: #30302f;
}
.stage#page .content ul.links li a {
  font-size: 14px;
}
.stage#page .content ul.members {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 100px 0px !important;
  padding: 0px 0px 100px 0px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  list-style-type: none;
  list-style-position: outside;
  border-bottom: 1px solid #e7e8e6;
}
.stage#page .content ul.members.international {
  margin-bottom: 0px !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.stage#page .content ul.members:first-of-type {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}
.stage#page .content ul.members li {
  width: calc(33.3% - 20px) !important;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 20px 40px 0px !important;
  padding: 0px 0px 20px 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.stage#page .content ul.members li img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.stage#page .content ul.members li .member-logo {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 140px;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
.stage#page .content ul.members li .company {
  width: calc(100% - 40px);
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  color: #30302f;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin: 20px 0px 10px 0px;
}
.stage#page .content ul.members li .address {
  width: calc(100% - 40px);
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: center;
}
.stage#page .content ul.members li .address p {
  margin: 0px 0px 0px 0px !important;
  font-size: 14px !important;
  line-height: 21px !important;
}
.stage#page .content ul.members li a.url {
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}
.stage#page .content ul#infographics {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  list-style-type: none !important;
  list-style-position: outside !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stage#page .content ul#infographics li {
  width: calc(50% - 80px);
  float: left;
  position: relative;
  margin: 100px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.stage#page .content ul#infographics li img {
  width: 100%;
  height: auto;
  max-width: 390px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.stage#page .content ul#infographics li h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 5px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
.stage#page .content ul#infographics li h3.dark-blue {
  color: #395cb6 !important;
}
.stage#page .content ul#infographics li h3.light-blue {
  color: #81cad0 !important;
}
.stage#page .content ul#infographics li h3.charcoal {
  color: #30302f !important;
}
.stage#page .content ul#infographics li h3.green {
  color: #7bbd33 !important;
}
.stage#page .content ul#infographics li p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
@media (max-width: 560px) {
  .stage#page .content ul#infographics li {
    width: 100%;
  }
}
.stage#section-nav {
  background: #30302f url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/sugar-bg-dark.jpg) center top repeat-x !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  z-index: 0;
}
.stage#section-nav.landing-page {
  padding-bottom: 100px;
}
.stage#section-nav .content {
  margin: 30px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stage#section-nav .content a.section {
  height: auto !important;
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 5px 24px 6px 24px;
  font-size: 24px;
  line-height: 24px;
  left: auto;
  top: auto;
}
.stage#section-nav .content ul.section_nav {
  width: calc(100% - 80px);
  margin: 26px 0px 13px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.stage#section-nav .content ul.section_nav li {
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-bottom: 20px;
  flex-grow: 1;
}
.stage#section-nav .content ul.section_nav li a {
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-decoration: none;
}
.stage#section-nav .content ul.section_nav li a:hover {
  text-decoration: underline;
}
.stage#section-nav .content ul.section_nav li.current_page_item a {
  text-decoration: underline;
}
.stage#section-nav .content ul.section_nav.sugar li {
  width: auto;
  flex-basis: 20%;
}
.stage#section-nav .content ul.section_nav.diet li {
  width: auto;
  flex-basis: 25%;
}
.stage#section-nav .content ul.section_nav.health li {
  width: auto;
}
.stage#section-nav .content ul.section_nav.about li {
  width: auto;
  flex-basis: 20%;
}
.stage#section-nav .content ul.section_nav.resources li {
  width: auto;
  flex-basis: 25%;
}
form.wpcf7-form {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
form.wpcf7-form label {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  color: #30302f;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
}
form.wpcf7-form span,
form.wpcf7-form span.wpcf7-form-control-wrap {
  width: 100% !important;
  float: left !important;
  position: relative !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  display: block !important;
}
form.wpcf7-form .wpcf7-form-control-wrap,
form.wpcf7-form p {
  width: 100%;
  float: left;
  position: relative;
  clear: both;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
form.wpcf7-form .grecaptcha {
  margin-top: 20px;
}
form.wpcf7-form .wpcf7-display-none {
  display: none !important;
}
form.wpcf7-form input {
  width: calc(100% - 20px);
  height: 40px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  display: block;
  border: 1px solid #e7e8e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #30302f;
  font-family: 'Zilla Slab', serif;
  font-size: 16px;
  line-height: 40px;
}
form.wpcf7-form input.wpcf7-not-valid {
  border-color: #dd1a1a;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  display: block;
  color: #dd1a1a;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
}
form.wpcf7-form textarea {
  width: calc(100% - 20px);
  height: 160px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  display: block;
  border: 1px solid #e7e8e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #30302f;
  font-family: 'Zilla Slab', serif;
  font-size: 16px;
  line-height: 24px;
}
form.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #dd1a1a;
}
form.wpcf7-form input[type="submit"] {
  background-color: #7bbd33;
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-right.png);
  background-position: right 21px center;
  background-repeat: no-repeat;
  width: auto;
  height: 40px;
  float: left !important;
  position: relative !important;
  margin: 20px 0px 0px 0px;
  padding: 0px 48px 0px 25px;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 0px !important;
  clear: both !important;
}
form.wpcf7-form input[type="submit"]:hover {
  background-color: #30302f;
}
form.wpcf7-form p.notes {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 60px;
  font-family: 'Zilla Slab', serif;
  font-style: italic;
  color: #949691;
  font-size: 16px;
  line-height: 24px;
}
div.wpcf7-response-output,
.screen-reader-response {
  width: 100% !important;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-top: 40px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #30302f;
  font-size: 16px;
  line-height: 24px;
}
div.wpcf7-response-output ul,
.screen-reader-response ul {
  display: none !important;
}
div.wpcf7-response-output:first-of-type,
.screen-reader-response:first-of-type {
  margin-bottom: 40px;
  display: none !important;
}
div.wpcf7-response-output.wpcf7-validation-errors,
.screen-reader-response.wpcf7-validation-errors {
  display: none !important;
}
div.wpcf7-response-output {
  olor: #7bbd33 !important;
}
@media screen and (max-width: 1600px) {
  .stage#section-nav .content ul.section_nav.about li {
    flex-basis: 25%;
    padding: 0px 0px 0px 0px;
  }
  .stage#section-nav .content ul.section_nav.about li:nth-child(2) {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 1540px) {
  .stage#section-nav .content ul.section_nav {
    width: calc(100% - 0px);
  }
  .stage#section-nav .content ul.section_nav.sugar li {
    flex-basis: 25%;
    padding: 0px 0px 0px 0px;
  }
  #page-hero {
    padding-bottom: 120px;
  }
  .whitebox {
    height: 40px;
  }
  .stage#news .content.posts {
    width: calc(100% - 160px);
    padding-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .stage#page .content.basic blockquote {
    width: calc(100% - 80px);
    margin: 20px 0px 40px 0px;
    padding: 30px 40px 30px 40px;
  }
  .stage#page .content.basic blockquote p {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .stage#page .content.basic blockquote div {
    font-size: 24px;
    line-height: 24px;
  }
  .stage#page .content #timeline ul#date-list li {
    width: calc(100% - 50px);
    height: auto !important;
    padding: 0px 50px 0px 0px !important;
    margin: 0px 0px 40px 0px !important;
    font-size: 24px;
    line-height: 24px;
  }
  .stage#page .content #timeline ul#date-list li::after {
    top: 3px;
  }
  .stage#page .content #timeline #details div {
    width: calc(100% - 50px - 60px);
    margin: 0px 0px 20px 50px;
  }
  .stage#page .content #timeline #details div h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .stage#page .content #timeline #details div p,
  .stage#page .content #timeline #details div p.center {
    font-size: 16px;
    line-height: 24px;
  }
  .stage#section-nav .content ul.section_nav.health li {
    flex-basis: 25%;
    padding: 0px 0px 0px 0px;
  }
  .stage#section-nav .content ul.section_nav.health li:nth-child(1) {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 1360px) {
  .stage#page .content.basic ul.members li {
    width: calc(50% - 20px) !important;
  }
  .stage#section-nav .content a.section {
    height: 36px;
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .stage#section-nav .content ul.section_nav li a {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .stage#section-nav .content ul.section_nav.diet li {
    flex-basis: 33%;
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .stage#section-nav .content ul.section_nav.resources li {
    flex-basis: 33.3%;
    padding: 0px 0px 0px 0px;
  }
  #page.stage .content.basic div.padded {
    padding: 20px;
  }
  #page.stage .content.basic .generic-flex .generic-item.third {
    width: calc(50% - 20px - 40px) !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  #page.stage .content.basic div.centerlinks {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 40px;
  }
  #page.stage .content.basic div.centerlinks p {
    margin: 0px 0px 0px 0px !important;
  }
  #page.stage .content.basic div.centerlinks p:first-of-type {
    margin: 0px 0px 20px 0px !important;
  }
  #page.stage .content ul#resources {
    width: 100%;
  }
  #page.stage .content ul#resources li {
    width: calc(33% - 42px - 20px) !important;
    margin-right: 20px !important;
  }
  #page.stage .content ul#resources li:nth-child(3n) {
    margin-right: 0px !important;
  }
  #page.stage .content ul#resources li:nth-child(4n) {
    margin-right: 20px !important;
  }
  .stage#news .content.posts {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 960px) {
  #landing-hero {
    height: calc(80vh - 80px - 60px);
    max-height: auto;
    padding: 80px 0px 60px 0px;
  }
  #page-hero {
    height: calc(80vh - 80px - 60px);
    max-height: auto;
  }
  #landing-hero,
  #page-hero {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  #landing-hero .content h1,
  #page-hero .content h1 {
    width: 70%;
    font-size: 5vmax;
    line-height: 6vmax;
    margin-bottom: 5px;
  }
  #landing-hero .content h2,
  #page-hero .content h2 {
    width: 70% !important;
    font-size: 26px;
    line-height: 32px;
  }
  #landing-hero.centered .content h1,
  #page-hero.centered .content h1 {
    font-size: 5vmax;
    line-height: 6vmax;
    margin-bottom: 5px;
  }
  #landing-hero.centered .content h2,
  #page-hero.centered .content h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #landing-hero.centered .content h1,
  #page-hero.centered .content h1,
  #landing-hero.centered .content h2,
  #page-hero.centered .content h2 {
    width: calc(100% - 40px);
  }
  #description .content div {
    width: calc(100% - 80px);
    margin: 40px 40px 40px 40px;
    font-size: 16px;
    line-height: 24px;
  }
  #section-nav.landing-page {
    padding-bottom: 120px !important;
  }
  #section-nav .content {
    display: none !important;
  }
  #page.stage .content.basic .columns .row {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  #page.stage .content.basic .columns .row .column {
    width: 100% !important;
    float: left !important;
    position: relative !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  #page.stage .content.basic .columns .row .column h1,
  #page.stage .content.basic .columns .row .column h2,
  #page.stage .content.basic .columns .row .column h3,
  #page.stage .content.basic .columns .row .column h4 {
    text-align: center !important;
  }
  #page.stage .content.basic .columns .row .column.first {
    order: 1 !important;
  }
  #page.stage .content.basic .columns .row .column.second {
    order: 2 !important;
  }
  #page.stage .content.basic .columns .row .column.nth-of-type(2) {
    width: 100% !important;
  }
  #page.stage .content.basic .columns.padded .row .column {
    width: 100% !important;
  }
  #page.stage .content.basic .columns.padded .row .column.second {
    padding-top: 60px !important;
    border-top: 1px solid #e7e8e6;
  }
  .whitebox {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  #page.stage .content ul#resources {
    display: flex;
    justify-content: space-between;
  }
  #page.stage .content ul#resources li {
    width: calc(50% - 42px - 10px) !important;
    margin-right: 0px !important;
  }
  #page.stage .content ul#resources li:nth-child(2n) {
    margin-right: 0px !important;
  }
  #page.stage .content ul#resources li:nth-child(3n) {
    margin-right: 0px !important;
  }
  #page.stage .content ul#resources li:nth-child(4n) {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 760px) {
  .collapse-on-mobile div {
    width: 100% !important;
  }
  .stage#page .content.basic blockquote {
    width: calc(100% - 40px);
    margin: 20px 0px 40px 0px;
    padding: 20px 20px 20px 20px;
  }
  .stage#page .content.basic .inset-box.flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .stage#page .content.basic .inset-box.flex p {
    width: 100% !important;
    float: left !important;
    position: relative !important;
    text-align: center !important;
  }
  .stage#page .content.basic .inset-box.flex p a.imagelink {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0px -20px !important;
  }
  .stage#page .content.basic .generic-flex .generic-item.third {
    width: calc(100% - 0px - 0px) !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .stage#page .content #timeline {
    margin-top: 0px;
  }
  .stage#page .content #timeline ul#date-list {
    display: none !important;
  }
  .stage#page .content #timeline #details {
    width: calc(100%);
    position: relative;
  }
  .stage#page .content #timeline #details div,
  .stage#page .content #timeline #details div.current {
    background: none !important;
    width: calc(100%);
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0px 0px 40px 0px !important;
    padding: 0px 0px 0px 0px !important;
    display: block !important;
    opacity: 1 !important;
  }
  .stage#page .content #timeline #details div h2,
  .stage#page .content #timeline #details div.current h2 {
    width: 100%;
    margin: 0px 0px 10px 0px !important;
    padding: 50px 0px 0px 0px !important;
    color: #395cb6 !important;
    text-align: center !important;
    font-size: 24px;
    line-height: 24px;
  }
  .stage#page .content #timeline #details div h2:first-of-type,
  .stage#page .content #timeline #details div.current h2:first-of-type {
    margin-top: 0px !important;
  }
  .stage#page .content #timeline #details div h2::before,
  .stage#page .content #timeline #details div.current h2::before {
    content: " ";
    background: #81cad0;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .stage#page .content #timeline #details div p,
  .stage#page .content #timeline #details div.current p,
  .stage#page .content #timeline #details div p.center,
  .stage#page .content #timeline #details div.current p.center {
    width: 100%;
    margin: 0px 0px 40px 0px !important;
    padding: 0px 0px 0px 0px !important;
    text-align: center !important;
    color: #949691 !important;
  }
  .stage#page .content #timeline #details div::before,
  .stage#page .content #timeline #details div.current::before {
    display: none !important;
    content: "";
  }
}
@media screen and (max-width: 660px) {
  .stage#page .content.basic ul.members li {
    width: calc(100%) !important;
    margin-right: 0px !important;
  }
  #description .content div {
    width: calc(100% - 80px);
    margin: 40px 40px 40px 40px;
    font-size: 16px;
    line-height: 24px;
  }
  #page-hero,
  #landing-hero {
    height: calc(120vh - 200px - 140px);
    max-height: auto;
    padding: 80px 0px 60px 0px;
  }
  #page-hero.centered,
  #landing-hero.centered {
    min-height: 50vh !important;
    padding-bottom: 0px;
  }
  #page-hero {
    padding-bottom: 120px;
  }
  #page.stage .content ul#resources {
    display: flex;
    justify-content: space-between;
  }
  #page.stage .content ul#resources li {
    width: calc(100% - 42px - 0px) !important;
    margin-right: 0px !important;
  }
  #page.stage .content ul#resources li:nth-child(2n) {
    margin-right: 0px !important;
  }
  #page.stage .content ul#resources li:nth-child(3n) {
    margin-right: 0px !important;
  }
  #page.stage .content ul#resources li:nth-child(4n) {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 520px) {
  #landing-hero .content h1,
  #page-hero .content h1 {
    width: 100% !important;
  }
  #landing-hero .content h2,
  #page-hero .content h2 {
    width: 100% !important;
    font-size: 20px;
    line-height: 24px;
  }
  .stage#page .content ul#sitemap li.page_item {
    width: calc(100%) !important;
    margin: 0px 0px 40px 0px !important;
  }
  .stage#page .content ul#sitemap li.page_item:nth-child(1) {
    width: 100% !important;
  }
  .stage#page .content ul#sitemap li.page_item ul.children li {
    width: calc(100%) !important;
  }
  .stage#page .content ul#sitemap li.page_item ul.children li:nth-child(1) {
    width: calc(100%) !important;
  }
}
