/* CSS RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* */
body {
  background: #fff;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #949691;
  overflow: auto;
}
body.menuopen {
  overflow: hidden;
}
* {
  word-break: normal !important;
}
.grecaptcha-badge {
  display: none !important;
}
.hide {
  display: none !important;
}
.img-responsive {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.contentwidth {
  width: 100%;
  max-width: 1200px;
}
.widecontentwidth {
  width: 100%;
  max-width: 1320px !important;
}
.midwidth,
.whitebox {
  width: 100%;
  max-width: 1520px !important;
}
.widest {
  width: calc(100% - 80px);
  margin: 0px 40px 0px 40px;
  max-width: 1600px !important;
}
#page_overlay {
  background: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#page_overlay.on {
  opacity: 0.65;
}
.page_blur {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  display: block;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-filter: blur(0px);
  /* Safari 6.0 - 9.0 */
  filter: blur(0px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}
.page_blur.blurred {
  -webkit-filter: blur(5px);
  /* Safari 6.0 - 9.0 */
  filter: blur(5px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}
#header {
  width: 100%;
  height: 216px;
  position: absolute;
  margin: 0px 0px -216px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  color: #fff;
  text-align: center;
}
#header #navigation {
  width: calc(100% - 80px);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0px 0px 0px;
}
#header #navigation * {
  touch-action: manipulation;
}
#header #navigation #logo {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/sugar-logo-lockup-white.png) center center no-repeat;
  background-size: contain;
  width: 186px;
  height: 85px;
  float: left;
  position: relative;
  display: block;
}
#header #navigation #menu-btn,
#header #navigation #search_btn {
  display: none;
}
#header #navigation ul#menu-header {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 25px 60px 0px 60px;
  position: relative;
}
#header #navigation ul#menu-header li {
  width: auto;
  margin: 0px 0px 0px 0px;
  float: left;
  position: relative;
}
#header #navigation ul#menu-header li a {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  z-index: 10;
}
#header #navigation ul#menu-header li a:hover {
  text-decoration: underline;
}
#header #navigation ul#menu-header li.current_page_item a,
#header #navigation ul#menu-header li.current-page-ancestor a,
#header #navigation ul#menu-header li.current-menu-ancestor a,
#header #navigation ul#menu-header li.current-menu-parent a,
#header #navigation ul#menu-header li.current-page-parent a {
  text-decoration: underline;
}
#header #navigation ul#menu-header li.menu-item-has-children a {
  z-index: 101 !important;
}
#header #navigation ul#menu-header li.menu-item-has-children a::after {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/nav-arrow.png) center bottom no-repeat;
  content: "";
  width: 100%;
  height: 17px;
  position: absolute;
  left: 0px;
  bottom: -17px;
  display: none;
}
#header #navigation ul#menu-header li ul.sub-menu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7bbd33+0,42695c+100 */
  background: #fff;
  position: fixed;
  padding: 10px 0px 10px 0px;
  top: 164px;
  z-index: 10;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  display: none;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.75);
}
#header #navigation ul#menu-header li ul.sub-menu li {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
}
#header #navigation ul#menu-header li ul.sub-menu li a {
  width: calc(100% - 40px);
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  color: #30302f;
  font-weight: 800;
  font-size: 17px;
  line-height: 50px;
  text-decoration: none;
  font-family: 'Zilla Slab', serif;
}
#header #navigation ul#menu-header li ul.sub-menu li a::after {
  background: none !important;
  display: none !important;
}
#header #navigation ul#menu-header li ul.sub-menu li a:hover {
  text-decoration: underline !important;
  color: #7bbd33;
}
#header #navigation ul#menu-header li ul.sub-menu li a:hover::after {
  display: none !important;
}
#header #navigation ul#menu-header li ul.sub-menu li.current_page_item a,
#header #navigation ul#menu-header li ul.sub-menu li.current_menu_item a {
  text-decoration: underline !important;
}
#header #navigation ul#menu-header li:hover.menu-item-has-children a::after {
  display: block;
}
#header #navigation ul#menu-header li:hover ul.sub-menu {
  display: flex;
}
#header #navigation ul#menu-header li:hover ul.sub-menu li a {
  text-decoration: none;
}
#header #navigation form#search-box {
  background: #fff;
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  margin: 17px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  -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);
}
#header #navigation form#search-box.fade {
  background: #e7e8e6;
  -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);
}
#header #navigation form#search-box.fade input {
  background: #e7e8e6;
  -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);
}
#header #navigation form#search-box input {
  -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);
  width: calc(100% - 60px);
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 0px;
  outline: none;
  text-indent: 20px;
  font-family: 'Zilla Slab', serif;
  font-size: 22px;
  line-height: 50px;
  color: #7bbd33;
  font-weight: 400px;
  font-style: normal;
}
#header #navigation form#search-box input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #babcb6;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
#header #navigation form#search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #babcb6;
  font-style: italic;
}
#header #navigation form#search-box input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #babcb6;
  font-style: italic;
}
#header #navigation form#search-box #search-submit {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/search-glass.png) right top no-repeat;
  width: 60px;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
  -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);
}
#header #navigation form#search-box #search-submit:hover {
  background-position: right bottom;
}
#header #navigation form#search-box #search-submit:active {
  background-position: right bottom;
}
#header #navigation form#search-box:hover {
  z-index: 100;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.75);
}
#header #navigation form#search-box:hover #search-submit {
  background-position: right center;
}
#header #navigation form#search-box:hover #search-submit:hover {
  background-position: right bottom;
}
#header #navigation #nav-social {
  width: 100%;
  display: none;
  position: fixed;
  left: 0px;
  bottom: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#header #navigation #nav-social #menu-social {
  height: 40px;
  float: right;
  display: block;
  margin-left: 20px;
}
#header #navigation #nav-social #menu-social li {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  margin: 0px 10px 0px 0px;
  display: block;
}
#header #navigation #nav-social #menu-social li:last-child {
  margin-right: 0px;
}
#header #navigation #nav-social #menu-social li a {
  background-color: #42695c;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  outline: none;
  -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);
}
#header #navigation #nav-social #menu-social li a:hover {
  background-color: #7bbd33;
}
#header #navigation #nav-social #menu-social li.facebook a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-facebook.png);
}
#header #navigation #nav-social #menu-social li.twitter a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-twitter.png);
}
#header #navigation #nav-social #menu-social li.instagram a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-instagram.png);
}
#header #navigation #nav-social #menu-social li.linkedin a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-linkedin.png);
}
#header #navigation #nav-social p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  color: #30302f;
}
#header #navigation #nav-social p em {
  color: #42695c;
}
a.cta,
div.cta {
  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: 50px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 56px 0px 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  line-height: 50px;
  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);
}
a.cta.load,
div.cta.load {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-plus-white.png) !important;
}
a.cta.green,
div.cta.green {
  background-color: #7bbd33;
}
a.cta.dark-green,
div.cta.dark-green {
  background-color: #42695c;
}
a.cta.charcoal,
div.cta.charcoal {
  background-color: #30302f;
}
a.cta.dark-blue,
div.cta.dark-blue {
  background-color: #395cb6;
}
a.cta.light-blue,
div.cta.light-blue {
  background-color: #81cad0;
}
a.cta.brown,
div.cta.brown {
  background-color: #80644c;
}
a.cta.pink,
div.cta.pink {
  background-color: #f16565;
}
a.cta.yellow,
div.cta.yellow {
  background-color: #eac821;
}
a.cta.white,
div.cta.white {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-right-charcoal.png);
  background-color: #fff;
  color: #30302f;
}
a.cta.white:hover,
div.cta.white:hover {
  background-color: #7bbd33;
  color: #fff;
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-right.png);
}
a.cta:hover,
div.cta:hover {
  background-color: #30302f;
}
a.cta:hover.charcoal,
div.cta:hover.charcoal {
  background-color: #7bbd33;
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-right.png);
}
a.cta.hoverwhite:hover,
div.cta.hoverwhite:hover {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-right-charcoal.png);
  background-color: #fff;
  color: #30302f;
}
a.cta.hovercharcoal:hover,
div.cta.hovercharcoal:hover {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-right.png);
  background-color: #30302f;
  color: #fff;
}
a.cta.medium,
div.cta.medium {
  height: 40px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 48px 0px 25px;
  line-height: 40px;
}
a.cta.small,
div.cta.small {
  background-image: none !important;
  height: 30px;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px !important;
  line-height: 28px;
  font-size: 16px !important;
  text-indent: none !important;
}
.overflowscroll::-webkit-scrollbar {
  /* entire scrollbar */
  width: 10px;
}
.overflowscroll::-webkit-scrollbar-button {
  /* up/down buttons */
}
.overflowscroll::-webkit-scrollbar-track {
  /* track */
}
.overflowscroll::-webkit-scrollbar-track-piece {
  /* empty track */
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.overflowscroll::-webkit-scrollbar-thumb {
  /* track handle*/
  background: #fff;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.overflowscroll::-webkit-scrollbar-corner {
  /* non-drag corner */
}
.overflowscroll::-webkit-resizer {
  /* drag corner */
}
ul.pagination {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
ul.pagination li {
  float: left;
  position: relative;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  display: block;
}
ul.pagination li:first-child {
  margin-left: 0px;
}
ul.pagination li a:not(.cta) {
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 100 !important;
  text-decoration: none;
  color: #fff;
}
ul.pagination li a:not(.cta):hover {
  text-decoration: underline;
  color: #7bbd33;
}
ul.pagination li.current a {
  font-weight: 700 !important;
}
ul.pagination li a.cta {
  background-position: center center !important;
  width: 40px !important;
  padding: 0px 0px 0px 0px !important;
}
ul.pagination li.previous {
  margin: 0px 0px 0px 0px;
}
ul.pagination li.next {
  margin: 0px 0px 0px 20px;
}
ul.pagination.search {
  margin-top: 20px;
  margin-bottom: 40px;
}
ul.pagination.search li.previous a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-left-charcoal.png);
}
ul.pagination.search li.previous a:hover {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-left.png);
}
ul.pagination.blog li a:not(.cta),
ul.pagination.news li a:not(.cta) {
  color: #30302f;
}
ul.pagination.blog li a.cta,
ul.pagination.news li a.cta {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-right.png);
  background-color: #30302f;
  background-position: center center !important;
  width: 40px !important;
  padding: 0px 0px 0px 0px !important;
}
ul.pagination.blog li a.cta:hover,
ul.pagination.news li a.cta:hover {
  background-color: #7bbd33;
}
ul.pagination.blog li.previous a,
ul.pagination.news li.previous a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-left.png);
}
ul.pagination.blog li.previous a:hover,
ul.pagination.news li.previous a:hover {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-arrow-left.png);
}
.stage {
  background: #fff;
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 0;
}
.stage#more_posts {
  padding-bottom: 60px;
  z-index: 1;
}
.stage#more_posts a#sugar-packet-blog-logo {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/sugar-packet-blog-logo.png) center center no-repeat;
  background-size: contain;
  width: 338px;
  height: 64px;
  display: block;
  text-decoration: none;
  outline: none;
  margin-bottom: 30px;
}
.stage#search_callouts {
  background: #30302f url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/sugar-bg-dark.jpg) left top repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding-top: 230px;
}
.stage#search_callouts .callouts {
  justify-content: space-around;
}
.stage .content {
  position: relative;
}
.stage .content.fourohfour h1 {
  width: 100%;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  float: left;
  position: relative;
  margin: 100px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.stage .content.fourohfour p {
  width: 100%;
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  float: left;
  position: relative;
  margin: 20px 0px 100px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.stage .content a.section {
  height: 26px;
  padding: 0px 20px 0px 20px;
  position: absolute;
  left: 40px;
  top: 40px;
  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);
}
.stage .content a.section:hover {
  background: #fff;
  color: #30302f;
}
.stage .content.posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.stage .content.posts.blog-index {
  margin-top: -100px;
}
.stage .content.posts.lessthanthree {
  justify-content: flex-start;
}
.stage .content.posts.lessthanthree .post {
  margin-left: 20px !important;
}
.stage .content.posts.lessthanthree .post:nth-child(1) {
  margin-left: 0p !important;
}
.stage .content.posts .post {
  background: #fff;
  width: calc(33.3333% - 13.4px - 60px);
  padding: 0px 30px 40px 30px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  position: relative;
  align-self: flex-start;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -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 .content.posts .post a.section {
  left: 30px;
  top: 30px;
  position: absolute;
  z-index: 1;
}
.stage .content.posts .post h4 {
  width: 100%;
  float: left;
  position: relative;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.stage .content.posts .post h4 a {
  color: #30302f;
  text-decoration: 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);
}
.stage .content.posts .post h4 a:hover {
  color: #7bbd33;
  text-decoration: none;
}
.stage .content.posts .post p.blog_date {
  font-weight: 900;
  color: #7bbd33;
  font-size: 14px;
  margin-bottom: 4px;
}
.stage .content.posts .post:hover {
  -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);
  -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 .content.posts .post:hover h4 a {
  color: #7bbd33;
}
.stage .content.posts .post img {
  width: calc(100% + 60px);
  height: auto;
  float: left;
  position: relative;
  margin: 0px -30px 0px -30px;
  display: block;
  z-index: 0;
}
.stage .content.posts .post.news img {
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.stage .content.callouts {
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 0;
}
.stage .content.callouts .callout {
  background: #30302f;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  float: left;
  position: relative;
  -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);
  padding-bottom: 28.45%;
}
.stage .content.callouts .callout.half {
  width: calc(50% - 10px);
}
.stage .content.callouts .callout.third {
  width: calc(33.3333% - 13.4px);
}
.stage .content.callouts .callout.fourth {
  width: calc(25% - 15px);
}
.stage .content.callouts .callout .fade {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/home-hero-fade.png) left bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  opacity: 0.35;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.stage .content.callouts .callout .content {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 40px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
}
.stage .content.callouts .callout .content h1,
.stage .content.callouts .callout .content h3 {
  width: 100%;
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  font-size: 2.5vw;
  line-height: 3vw;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.stage .content.callouts .callout .content h1 a,
.stage .content.callouts .callout .content h3 a {
  color: #fff;
  text-decoration: none;
}
.stage .content.callouts .callout .content p {
  width: 100%;
  max-height: 1px;
  height: auto;
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  padding: 13px 0px 0px 0px;
  display: block;
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.stage .content.callouts .callout .content a.cta {
  margin-top: 23px;
}
.stage .content.callouts .callout.noimage {
  background: #7bbd33 !important;
  background: -moz-linear-gradient(-45deg, #7bbd33 0%, #42695c 100%) !important;
  background: -webkit-linear-gradient(-45deg, #7bbd33 0%, #42695c 100%) !important;
  background: linear-gradient(135deg, #7bbd33 0%, #42695c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bbd33', endColorstr='#42695c', GradientType=1) !important;
}
.stage .content.callouts .callout.noimage .fade {
  display: none !important;
  opacity: 0 !important;
}
.stage .content.callouts .callout.noimage .content h1,
.stage .content.callouts .callout.noimage .content h3 {
  color: #7bbd33 !important;
}
.stage .content.callouts .callout .overlay {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.stage .content.callouts .callout.inactive .overlay {
  opacity: 0.5;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.stage .content.callouts .callout:hover {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
  -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 .content.callouts .callout:hover .fade {
  opacity: 1;
}
.stage .content.callouts .callout:hover .content h3 {
  font-size: 2.2vmax;
  line-height: 2.4vmax;
}
.stage .content.callouts .callout:hover .content p {
  display: block;
  opacity: 1;
  max-height: 600px;
  -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);
  padding-top: 5px;
}
.stage .content table.data-table {
  width: 100% !important;
  max-width: 960px;
  margin: 40px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: 1px solid #e7e8e6;
}
.stage .content table.data-table.centered th,
.stage .content table.data-table.centered td {
  text-align: center !important;
}
.stage .content table.data-table.centered th {
  line-height: 120%;
  vertical-align: middle !important;
  flex-grow: 1;
}
.stage .content table.data-table.columnlines th,
.stage .content table.data-table.columnlines td {
  border-right: 2px solid #fff;
}
.stage .content table.data-table.columnlines th:last-of-type,
.stage .content table.data-table.columnlines td:last-of-type {
  border-right: 0px;
}
.stage .content table.data-table.columnlines tr {
  align-content: stretch !important;
  align-items: stretch !important;
  justify-content: center !important;
}
.stage .content table.data-table.columnlines tr.head {
  background: #42695c;
  border-bottom: 2px solid #fff;
}
.stage .content table.data-table.columnlines tbody tr:nth-child(even) td {
  border-right: 2px solid #e7e8e6;
}
.stage .content table.data-table.columnlines tbody tr:nth-child(even) td:last-of-type {
  border-right: 0px;
}
.stage .content table.data-table tr {
  width: 100% !important;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e7e8e6;
  -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 .content table.data-table tr:nth-child(odd) {
  background-color: #e7e8e6;
}
.stage .content table.data-table tr:first-of-type {
  background-color: #42695c !important;
}
.stage .content table.data-table tr:not(:first-of-type):hover {
  background: #7bbd33;
}
.stage .content table.data-table tr:not(:first-of-type):hover td {
  color: #fff !important;
}
.stage .content table.data-table tr:last-of-type {
  border-bottom: 0px;
}
.stage .content table.data-table tr th.w60,
.stage .content table.data-table tr td.w60 {
  width: calc(60% - 20px);
}
.stage .content table.data-table tr th.w50,
.stage .content table.data-table tr td.w50 {
  width: calc(50% - 20px);
}
.stage .content table.data-table tr th.w40,
.stage .content table.data-table tr td.w40 {
  width: calc(40% - 20px);
}
.stage .content table.data-table tr th.w30,
.stage .content table.data-table tr td.w30 {
  width: calc(30% - 20px);
}
.stage .content table.data-table tr th.w25,
.stage .content table.data-table tr td.w25 {
  width: calc(25% - 20px);
}
.stage .content table.data-table tr th.w20,
.stage .content table.data-table tr td.w20 {
  width: calc(20% - 20px);
}
.stage .content table.data-table tr th.w15,
.stage .content table.data-table tr td.w15 {
  width: calc(15% - 20px);
}
.stage .content table.data-table tr th.w10,
.stage .content table.data-table tr td.w10 {
  width: calc(10% - 20px);
}
.stage .content table.data-table tr th {
  background: #42695c;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 900;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.stage .content table.data-table tr td {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #30302f;
  font-weight: 900;
  text-align: left;
  -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 .content table.data-table tr td.th {
  color: #fff;
}
.stage .content table.data-table.green tr th {
  color: #7bbd33;
}
.stage .content table.data-table.charcoal tr th {
  color: #30302f;
}
.stage .content table.data-table.dark-blue tr th {
  color: #395cb6;
}
.stage .content table.data-table.light-blue tr th {
  color: #81cad0;
}
.stage .content table.data-table.green tr th {
  color: #7bbd33;
}
.stage .content table.data-table.dark-green tr th {
  color: #42695c;
}
.stage .content table.data-table.brown tr th {
  color: #80644c;
}
.stage .content table.data-table.pink tr th {
  color: #f16565;
}
.stage .content table.data-table.yellow tr th {
  color: #eac821;
}
.stage .content div.wrapper {
  width: 100% !important;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px !important;
  padding: 0px 0px 0px 0px !important;
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 0px !important;
}
.stage .content div.wrapper.box {
  width: calc(100% - 80px) !important;
  padding: 40px 40px 40px 40px !important;
  margin: 40px 0px 40px 0px !important;
  border: 1px solid #e7e8e6 !important;
}
.stage .content div.wrapper div.full,
.stage .content div.wrapper img.full {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px !important;
  padding: 0px 0px 0px 0px !important;
  display: block;
  border: 0px;
  flex-grow: 2;
  border: 0px !important;
  clear: both;
}
.stage .content div.wrapper div.full h3,
.stage .content div.wrapper img.full h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
.stage .content div.wrapper div.half,
.stage .content div.wrapper img.half {
  width: calc(50% - 20px) !important;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px !important;
  padding: 0px 0px 0px 0px !important;
  display: block;
  border: 0px;
  flex-grow: 0;
  border: 0px !important;
}
.stage .content div.wrapper div.half:nth-child(odd),
.stage .content div.wrapper img.half:nth-child(odd) {
  margin-right: 20px;
}
.stage .content div.wrapper div.half ul,
.stage .content div.wrapper img.half ul {
  width: calc(100% - 20px);
}
.stage .content div.wrapper div.half,
.stage .content div.wrapper div.full {
  margin-bottom: 0px !important;
}
.stage .content div.wrapper div.half img,
.stage .content div.wrapper div.full img {
  width: 100%;
  height: auto;
  margin-bottom: 20px !important;
}
.stage .content div.half {
  width: 50%;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
}
.stage .content div.half ul li {
  margin-bottom: 15px;
  line-height: 24px;
}
.stage.callouts {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/FPO-white-sugar-crystals-821661926.jpg) center bottom repeat;
  background-attachment: fixed;
}
.stage.callouts #page_callouts {
  margin-top: 20px;
}
#newsletter-bar {
  background: #fff;
  width: 100%;
  height: 100px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  border-top: 1px solid #e7e8e6;
}
#newsletter-bar.noborder {
  border-top: 0px;
}
#newsletter-bar .content {
  width: calc(100% - 80px);
  max-width: 1600px;
}
#newsletter-bar .content #newsletter {
  width: calc(100% - 582px);
  height: 50px;
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#newsletter-bar .content #newsletter p {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/icon-newsletter-dark-green.png) left top no-repeat;
  background-size: contain;
  height: 40px;
  padding-left: 50px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 900;
  color: #30302f;
}
#newsletter-bar .content #newsletter form {
  width: calc(100% - 255px - 20px - 10px);
  height: 50px;
  float: left;
  position: relative;
  margin-left: 20px;
}
#newsletter-bar .content #newsletter form input {
  width: calc(100% - 156px - 22px - 10px);
  height: 46px;
  float: left;
  position: relative;
  padding-right: 20px;
  border: 1px solid #e7e8e6;
  border-right: 0px;
  outline: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-indent: 20px;
  font-family: 'Zilla Slab', serif;
  font-size: 22px;
  line-height: 50px;
  color: #42695c;
  font-weight: 400px;
  font-style: normal;
}
#newsletter-bar .content #newsletter form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #babcb6;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
#newsletter-bar .content #newsletter form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #babcb6;
  font-style: italic;
}
#newsletter-bar .content #newsletter form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #babcb6;
  font-style: italic;
}
#newsletter-bar .content #newsletter form #submit {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-check.png);
}
#newsletter-bar .content #social {
  float: right;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#newsletter-bar .content #social #menu-social-1 {
  height: 50px;
  float: right;
  display: block;
  margin-left: 20px;
}
#newsletter-bar .content #social #menu-social-1 li {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  margin: 5px 10px 5px 0px;
  display: block;
}
#newsletter-bar .content #social #menu-social-1 li:last-child {
  margin-right: 0px;
}
#newsletter-bar .content #social #menu-social-1 li a {
  background-color: #42695c;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  outline: none;
  -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);
}
#newsletter-bar .content #social #menu-social-1 li a:hover {
  background-color: #7bbd33;
}
#newsletter-bar .content #social #menu-social-1 li.facebook a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-facebook.png);
}
#newsletter-bar .content #social #menu-social-1 li.twitter a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-twitter.png);
}
#newsletter-bar .content #social #menu-social-1 li.instagram a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-instagram.png);
}
#newsletter-bar .content #social #menu-social-1 li.linkedin a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-linkedin.png);
}
#newsletter-bar .content #social #menu-social-1 li.pinterest a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-pinterest.png);
}
#newsletter-bar .content #social #menu-social-1 li.youtube a {
  background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/social-youtube.png);
}
#newsletter-bar .content #social p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  color: #30302f;
}
#newsletter-bar .content #social p em {
  color: #42695c;
}
#newsletter-bar .content #social p a {
  color: #42695c !important;
  text-decoration: none !important;
}
#newsletter-bar .content #social p a:hover {
  color: #7bbd33 !important;
  text-decoration: underline !important;
}
#footer {
  background: #fff;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 37px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  border-top: 1px solid #e7e8e6;
}
#footer #logo {
  background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/sugar-logo-lockup.png) center center no-repeat;
  background-size: contain;
  width: 186px;
  height: 85px;
  float: left;
  position: relative;
  display: block;
}
#footer ul#menu-footer {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 37px 0px 0px 0px;
}
#footer ul#menu-footer li {
  width: auto;
  margin: 0px 0px 0px 0px;
  float: left;
  position: relative;
}
#footer ul#menu-footer li a {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #30302f;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}
#footer ul#menu-footer li a:hover {
  text-decoration: underline;
}
#copyright-bar {
  background: #fff;
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 0;
  border-top: 1px solid #e7e8e6;
}
#copyright-bar p {
  font-size: 12px;
  font-weight: 600;
  color: #babcb6;
}
#copyright-bar ul#menu-copyright-bar {
  margin-left: 20px;
}
#copyright-bar ul#menu-copyright-bar li {
  float: left;
  position: relative;
  margin: 0px 0px 0px 30px;
  display: block;
}
#copyright-bar ul#menu-copyright-bar li a {
  float: left;
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: #babcb6;
  text-decoration: none;
}
#copyright-bar ul#menu-copyright-bar li a:hover {
  text-decoration: underline;
  color: #42695c;
}
#copyright-bar ul#menu-copyright-bar li.sugar a {
  color: #42695c;
}
@media screen and (max-width: 1640px) {
  .stage .content {
    width: calc(100% - 40px);
    margin: 0px 20px 0px 20px;
  }
}
@media screen and (max-width: 1600px) {
  .midwidth {
    max-width: auto;
    width: calc(100% - 80px) !important;
  }
}
@media screen and (max-width: 1400px) {
  .contentwidth {
    width: calc(100% - 400px) !important;
  }
}
@media screen and (max-width: 1300px) {
  .stage .content.callouts .callout.half {
    padding-bottom: 40% !important;
  }
  .stage .content.callouts .callout.third,
  .stage .content.callouts .callout.fourth {
    width: calc(50% - 10px);
    padding-bottom: 40% !important;
  }
  #newsletter-bar {
    height: auto;
  }
  #newsletter-bar .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #newsletter-bar .content #newsletter {
    width: calc(100%);
    height: auto;
    margin: 0px 0px 20px 0px;
    flex-direction: column;
  }
  #newsletter-bar .content #newsletter p {
    margin-bottom: 20px;
  }
  #newsletter-bar .content #newsletter form {
    width: 100%;
    margin-left: 0px;
  }
  #newsletter-bar .content #newsletter form input {
    width: calc(100% - 156px - 22px - 10px);
  }
  #footer {
    padding-top: 40px;
  }
  #footer #logo {
    width: 140px;
    height: 64px;
  }
  #footer ul#menu-footer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 37px 0px -20px 0px;
  }
  #footer ul#menu-footer li {
    width: 33%;
    margin-bottom: 20px;
  }
  #footer ul#menu-footer li a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  #copyright-bar {
    height: auto;
    flex-direction: column;
    padding: 20px 0px 20px 0px;
  }
  #copyright-bar p {
    order: 2;
  }
  #copyright-bar ul#menu-copyright-bar {
    margin-left: 0px;
    order: 1;
  }
  #copyright-bar ul#menu-copyright-bar li {
    margin: 0px 0px 0px 15px;
  }
  #copyright-bar ul#menu-copyright-bar li:first-child {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .stage#search_callouts .callouts {
    justify-content: flex-start;
  }
  .stage#search_callouts .callouts .callout {
    width: calc(50% - 20px);
    height: 450px !important;
    margin-right: 20px !important;
    padding-bottom: 0px !important;
  }
  .stage#search_callouts .callouts .callout:nth-child(4n) {
    margin-right: 0px !important;
  }
  .stage#more_posts .content.posts .post {
    width: calc(50% - 70px);
    padding: 0px 30px 40px 30px;
    margin: 0px 0px 0px 0px;
  }
  .stage#more_posts .content.posts .post:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1160px) {
  #header #navigation ul#menu-header {
    width: calc(100% - 80px);
    margin: 25px 40px 0px 40px;
  }
  #header #navigation ul#menu-header li a {
    font-size: 18px;
    line-height: 18px;
  }
  #header #navigation ul#menu-header li ul.sub-menu li a {
    font-size: 14px;
  }
  .contentwidth {
    width: calc(100% - 300px) !important;
  }
}
@media screen and (max-width: 960px) {
  body {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .contentwidth {
    width: calc(100% - 80px) !important;
    max-width: 760px !important;
  }
  .midwidth {
    width: calc(100% - 40px);
  }
  #page_overlay {
    display: none !important;
    opacity: 0 !important;
  }
  #header {
    background: #fff;
    height: 80px;
    margin: 0px 0px 0px 0px;
    position: fixed;
    z-index: 99;
    -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);
    -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #header #navigation {
    width: calc(100% - 40px);
    padding-top: 20px;
    margin: 0px 0px 0px 0px;
    position: relative;
  }
  #header #navigation #logo {
    background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/sugar-logo-dark-green-small.png);
    width: 125px;
    height: 40px;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
  }
  #header #navigation #search_btn {
    background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/search-glass.png) 0px -5px no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 80px;
    top: 20px;
    display: block;
    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);
  }
  #header #navigation #menu_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
    z-index: 10001;
  }
  #header #navigation #menu_btn #hamburger {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    height: 25px;
    position: absolute;
    left: 0px;
    top: 16px;
    transform: rotate(0deg);
    width: 40px;
  }
  #header #navigation #menu_btn #hamburger span {
    -moz-transform: rotate(0deg);
    -moz-transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transform: rotate(0deg);
    -o-transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: rotate(0deg);
    -webkit-transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #7bbd33;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 125ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #header #navigation #menu_btn #hamburger span:nth-child(1) {
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform-origin: left center;
    top: 0px;
    transform-origin: left center;
  }
  #header #navigation #menu_btn #hamburger span:nth-child(2) {
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform-origin: left center;
    top: 6px;
    transform-origin: left center;
  }
  #header #navigation #menu_btn #hamburger span:nth-child(3) {
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform-origin: left center;
    top: 12px;
    transform-origin: left center;
  }
  #header #navigation ul#menu-header {
    width: calc(100% - 0px) !important;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: calc(100% + 0px) !important;
    padding: 0px 0px 0px 0px !important;
    margin: 140px 0px 0px 0px !important;
    overflow-x: hidden;
    left: auto;
    top: auto;
  }
  #header #navigation ul#menu-header li {
    width: calc(100% - 0px) !important;
    margin: 0px -20px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    float: left;
    position: relative;
  }
  #header #navigation ul#menu-header li a {
    width: calc(100% - 115px) !important;
    float: left;
    position: relative;
    margin: 0px 0px 0px 60px !important;
    padding: 0px 0px 0px 0px !important;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    z-index: 0;
  }
  #header #navigation ul#menu-header li a:hover {
    text-decoration: underline;
  }
  #header #navigation ul#menu-header li a:hover::after {
    background-image: none !important;
    display: none !important;
  }
  #header #navigation ul#menu-header li a::after {
    background-image: none !important;
    display: none !important;
  }
  #header #navigation ul#menu-header li.current_page_item a {
    text-decoration: underline;
  }
  #header #navigation ul#menu-header li ul.sub-menu {
    background: #30302f url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/sugar-bg-dark.jpg) center top no-repeat;
    background-size: cover;
    width: calc(100% + 0px) !important;
    float: left;
    position: relative;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    display: block;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 1 !important;
    border-radius: 0px !important;
    left: auto !important;
    top: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  #header #navigation ul#menu-header li ul.sub-menu li {
    background: none;
    width: calc(100% + 0px);
    margin: 0px -20px 0px -20px;
  }
  #header #navigation ul#menu-header li ul.sub-menu li a {
    color: #fff;
    font-size: 16px;
  }
  #header #navigation ul#menu-header li ul.sub-menu li:nth-child(1) {
    border-top: 0px;
  }
  #header #navigation ul#menu-header li ul.sub-menu li.current_page_item a,
  #header #navigation ul#menu-header li ul.sub-menu li.current_menu_item a {
    text-decoration: none !important;
  }
  #header #navigation ul#menu-header li.menu-item-has-children {
    background: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/mobile-nav-arrow-dark-green.png) right 33px top no-repeat;
  }
  #header #navigation ul#menu-header li.menu-item-has-children.open {
    background-position: right 33px top -60px;
  }
  #header #navigation ul#menu-header li.menu-item-has-children.open a {
    color: #42695c;
    transition: none !important;
    -webkit-transition: none !important;
  }
  #header #navigation ul#menu-header li.menu-item-has-children.open ul.sub-menu {
    max-height: 10000px;
    -webkit-transition: none !important;
    transition: none !important;
  }
  #header #navigation ul#menu-header li.menu-item-has-children.open ul.sub-menu li a {
    color: #fff;
  }
  #header #navigation ul#menu-header:hover ul.sub-menu {
    flex-direction: column !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  #header #navigation ul#menu-header:hover ul.sub-menu li {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  #header #navigation form#search-box {
    height: 40px;
    margin: 20px 0px 0px 0px;
    border: 1px solid #fff;
    -webkit-transition: none !important;
    transition: none !important;
    box-shadow: none !important;
    display: none;
  }
  #header #navigation form#search-box.fade {
    background-color: #fff !important;
  }
  #header #navigation form#search-box.fade input {
    background-color: #fff !important;
  }
  #header #navigation form#search-box input {
    width: calc(100% - 42px);
    height: 38px;
    text-indent: 20px;
    font-size: 18px;
    line-height: 39px;
    color: #42695c;
  }
  #header #navigation form#search-box #search-submit {
    background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/search-glass-40-dark-green.png);
    background-position: right 20px top 0px !important;
    width: 39px;
    height: 38px;
    background-color: #fff !important;
  }
  #header #navigation.menuopen {
    background: #fff;
    width: calc(100% + 0px);
    height: 100vh !important;
  }
  #header #navigation.menuopen #logo {
    z-index: 1000;
  }
  #header #navigation.menuopen #search_btn {
    opacity: 0;
    pointer-events: none;
  }
  #header #navigation.menuopen #menu_btn #hamburger span {
    width: 34px;
    background-color: #f16565;
  }
  #header #navigation.menuopen #menu_btn #hamburger span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 8px;
    top: -6px;
    transform: rotate(45deg);
  }
  #header #navigation.menuopen #menu_btn #hamburger span:nth-child(2) {
    opacity: 0;
    width: 0%;
  }
  #header #navigation.menuopen #menu_btn #hamburger span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 8px;
    top: 18px;
    transform: rotate(-45deg);
  }
  #header #navigation.menuopen form#search-box {
    position: fixed;
    width: calc(100% - 40px);
    height: 50px;
    left: 19px;
    top: 60px;
    border: 1px solid #e7e8e6;
    display: block !important;
  }
  #header #navigation.menuopen form#search-box input {
    height: 48px;
    line-height: 48px;
  }
  #header #navigation.menuopen form#search-box #search-submit {
    background-position: right center !important;
    height: 50px;
  }
  #header #navigation.menuopen ul#menu-header {
    background: #fff;
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0px 0px 0px 0px;
    padding: 150px 20px 80px 20px;
    position: fixed;
    left: 0px;
    top: 0px;
    border-top: 1px solid #e7e8e6;
    border-bottom: 1px solid #e7e8e6;
    overflow-y: auto;
    position: relative;
  }
  #header #navigation.menuopen ul#menu-header li {
    margin: 0px 0px 0px 0px;
    float: left;
    position: relative;
  }
  #header #navigation.menuopen ul#menu-header li a {
    width: 100%;
    height: 60px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #30302f;
    font-weight: 900;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
  }
  #header #navigation.menuopen ul#menu-header li.current_page_item a {
    text-decoration: none !important;
  }
  #header #navigation.menuopen #nav-social {
    display: flex;
  }
  .stage#search_callouts {
    padding-top: 100px !important;
  }
  .stage .content.callouts .callout.half .overlay,
  .stage .content.callouts .callout.third .overlay,
  .stage .content.callouts .callout.fourth .overlay {
    display: none !important;
    opacity: 0 !important;
  }
  .stage .content.callouts .callout.half .fade,
  .stage .content.callouts .callout.third .fade,
  .stage .content.callouts .callout.fourth .fade {
    display: none !important;
    opacity: 0 !important;
  }
  .stage .content.callouts .callout.half .content h1,
  .stage .content.callouts .callout.third .content h1,
  .stage .content.callouts .callout.fourth .content h1,
  .stage .content.callouts .callout.half .content h3,
  .stage .content.callouts .callout.third .content h3,
  .stage .content.callouts .callout.fourth .content h3 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .stage .content.callouts .callout.half .content p,
  .stage .content.callouts .callout.third .content p,
  .stage .content.callouts .callout.fourth .content p {
    display: none !important;
  }
  #newsletter-bar .content {
    width: calc(100% - 40px);
  }
  .stage#search_callouts {
    padding-top: 140px;
  }
  .stage#search_callouts .callouts {
    justify-content: space-between;
  }
  .stage#search_callouts .callouts .callout {
    width: calc(50% - 10px) !important;
    margin-right: 0px !important;
  }
  .stage#search_callouts .callouts .callout:nth-child(4n) {
    margin-right: 0px !important;
  }
  .stage#search_callouts .callouts .callout .content h3 {
    font-size: 3.6vmin;
    line-height: 4vmin;
  }
  .stage .content table.data-table tr th {
    font-size: 16px;
    line-height: 24px;
  }
  .stage .content table.data-table tr td {
    font-size: 16px;
    line-height: 24px;
  }
  ul.pagination {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 860px) {
  .stage .content.callouts .callout.half {
    width: 100%;
    padding-bottom: 60% !important;
  }
  .stage .content.callouts .callout.half:nth-child(1) {
    margin-bottom: 20px !important;
  }
  .stage .content.callouts .callout.third,
  .stage .content.callouts .callout.fourth {
    width: 100%;
    padding-bottom: 60% !important;
  }
}
@media screen and (max-width: 760px) {
  .stage .content div.wrapper {
    margin: 40px 0px 40px 0px !important;
    flex-direction: column;
  }
  .stage .content div.wrapper div.half,
  .stage .content div.wrapper img.half {
    width: 100% !important;
  }
  .stage .content div.wrapper div.half:nth-child(odd),
  .stage .content div.wrapper img.half:nth-child(odd) {
    margin-right: 0px !important;
  }
  .stage .content .half {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
  }
  .stage .content .half ul {
    margin-top: 0px !important;
  }
  .stage .content .half ul li {
    margin-bottom: 15px;
    line-height: 24px;
  }
  .stage .content.callouts .callout {
    padding-bottom: 29%;
  }
  .stage .content.callouts .callout.half {
    margin-bottom: 20px !important;
  }
  .stage .content.callouts .callout.half:last-of-type {
    margin-bottom: 20px !important;
  }
  .stage#search_callouts .callouts .callout {
    width: calc(100% - 0px) !important;
  }
  .stage#search_callouts .callouts .callout .content h3 {
    font-size: 5vmin !important;
    line-height: 6vmin !important;
  }
  .stage#more_posts .content.posts .post {
    width: calc(100% - 60px);
    padding: 0px 30px 40px 30px;
    margin: 0px 0px 0px 0px;
  }
  .stage#more_posts .content.posts .post:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .midwidth {
    max-width: auto;
    width: calc(100% - 40px) !important;
  }
  .stage .content.callouts .callout.half {
    padding-bottom: 80% !important;
  }
  .stage .content.callouts .callout.third,
  .stage .content.callouts .callout.fourth {
    padding-bottom: 80% !important;
  }
}
@media screen and (max-width: 540px) {
  .midwidth {
    width: calc(100% - 20px);
  }
  #footer ul#menu-footer li {
    width: 50%;
  }
  #footer ul#menu-footer li:last-child {
    width: 100%;
  }
  #newsletter-bar .content #social {
    display: flex;
    flex-direction: column;
  }
  #newsletter-bar .content #social p {
    margin: 20px 0px 10px 0px;
    text-align: center !important;
  }
  #newsletter-bar .content #social ul {
    margin: 0px 0px 0px 0px !important;
  }
  #newsletter-bar .content #newsletter form {
    height: auto;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #newsletter-bar .content #newsletter form input {
    width: calc(100% - 2px);
    border: 1px solid #e7e8e6;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #newsletter-bar .content #newsletter form #submit {
    background-image: url(https://www.sugar.org/wp-content/themes/sugar/elements/styles/../images/cta-check.png);
    margin-top: 20px;
  }
  #copyright-bar p {
    width: calc(100% - 40px);
    text-align: center;
    line-height: 16px;
    margin-top: 20px;
  }
  #copyright-bar ul#menu-copyright-bar li {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  #copyright-bar ul#menu-copyright-bar li a {
    width: 100%;
    text-align: center;
  }
  .stage#search_callouts .callouts .callout .content h3 {
    font-size: 7vmin !important;
    line-height: 8vmin !important;
  }
  .stage .content table.data-table {
    width: 100%;
  }
  .stage .content table.data-table tr th {
    font-size: 10px;
    line-height: 13px;
    padding: 3px;
    font-weight: 500;
  }
  .stage .content table.data-table tr td {
    font-size: 10px;
    line-height: 13px;
    padding: 3px;
    font-weight: 500;
  }
  .stage .content table.data-table tr td.w20,
  .stage .content table.data-table tr th.w20 {
    width: calc(20% - 6px);
  }
  .stage .content table.data-table tr td.w10,
  .stage .content table.data-table tr th.w10 {
    width: calc(10% - 6px);
  }
  .stage .content table.data-table tr td.w15,
  .stage .content table.data-table tr th.w15 {
    width: calc(15% - 6px);
  }
  .stage .content table.data-table tr td.w30,
  .stage .content table.data-table tr th.w30 {
    width: calc(30% - 6px);
  }
}
@media screen and (max-width: 520px) {
  #header #navigation.menuopen ul#menu-header {
    background: #fff;
    padding-bottom: 110px;
  }
  #header #navigation #nav-social {
    background: #fff;
    flex-direction: column;
    z-index: 1000;
    position: fixed;
    height: 120px;
    bottom: 0;
  }
  #header #navigation #nav-social #menu-social {
    margin-left: 0px;
    margin-top: 10px;
  }
  #header #navigation #nav-social p {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
  .stage .content.callouts .callout.half {
    padding-bottom: 100% !important;
  }
  .stage .content.callouts .callout.third,
  .stage .content.callouts .callout.fourth {
    padding-bottom: 100% !important;
  }
}
@media screen and (max-width: 440px) {
  a.cta {
    height: auto;
    min-height: 40px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 80%;
  }
}
@media screen and (max-width: 400px) {
  #footer ul#menu-footer li {
    width: 100%;
  }
}
#landing-hero.cover,
#page-hero.cover {
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: bottom center !important;
}
@media (max-width: 960px) {
  #landing-hero.cover,
  #page-hero.cover {
    background-attachment: scroll !important;
  }
}
#page-hero.centered[style] {
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: bottom center !important;
}
@media (max-width: 960px) {
  #page-hero.centered[style] {
    background-attachment: scroll !important;
  }
}
@media screen and (max-height: 650px) {
  #header #navigation ul#menu-header li ul.sub-menu {
    padding: 10px 0px 10px 0px;
  }
  #header #navigation ul#menu-header li ul.sub-menu li {
    height: 40px;
  }
  #header #navigation ul#menu-header li ul.sub-menu li a {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .stage .content table.data-table tr th {
    font-size: 13px;
  }
}
.take-action-btn-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.take-action-button {
  background-color: #7bbd33 !important;
  color: white !important;
  width: 180px !important;
  line-height: 20px !important;
  border-radius: 5px !important;
  text-align: center !important;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.05) !important;
  padding: 15px 30px !important;
  text-decoration: none !important;
  font-size: 18px !important;
  margin: 10px !important;
  cursor: pointer !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.take-action-button-wide {
  background-color: #7bbd33 !important;
  color: white !important;
  width: 250px !important;
  line-height: 20px !important;
  border-radius: 5px !important;
  text-align: center !important;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.05) !important;
  padding: 15px 30px !important;
  text-decoration: none !important;
  font-size: 18px !important;
  margin: 10px !important;
  cursor: pointer !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.threeColumnContainer,
.twoColumnContainer {
  width: 100%;
}
.threeColumnInnerContainer,
.twoColumnInnerContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.threeColumn_column {
  width: 30%;
  padding: 10px;
}
.twoColumn_column {
  width: 45%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.threeColumn_column img,
.twoColumn_column img {
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .iframeVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .iframeVideo {
    height: 240px;
  }
}
@media only screen and (max-width: 479px) {
  .twoColumn_column {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .iframeVideo {
    height: 200px;
  }
}
@media only screen and (max-width: 400px) {
  .iframeVideo {
    height: 170px;
  }
}
