@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css | Slight Mods for Me */
@import 'https://unpkg.com/aos@2.3.1/dist/aos.css';
@import url("https://cloud.typography.com/7736636/6114192/css/fonts.css");
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 48px;
  margin: 1em 0; 
}

h2 {
	font-size: 27px;
	color: #7D7E7D;
	text-transform: uppercase;
}

h3 {
	color: #00C08B;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 400;
}	

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

a.button {
  display: inline-block;
  font-size: 0.625em;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border: 0.125rem solid #000000;
  font-weight: 700;
  background-color: white; }
  a.button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.5rem;
    margin-top: -0.0625rem;
    height: 0.125rem;
    background-color: #00C08B;
    transition: all 0.2s ease-in-out;
    z-index: 3; }
  a.button:hover:after {
    width: 100%;
    transition: all 0.2s ease-in-out; }
  a.button span {
    background-color: white;
    padding: 0.6rem;
    position: relative;
    z-index: 5; }
  a.button.small, a.button.small.black, a.button.small.ltbg {
    padding: 1.5em 4.8em; }
  a.button.med, a.button.med.black, a.button.med.ltbg {
    padding: 2.1em 5.3em; }
  a.button.lg, a.button.lg.black, a.button.lg.ltbg {
    font-size: 0.875em;
    padding: 2.28em 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      a.button.lg, a.button.lg.black, a.button.lg.ltbg {
        padding: 2.28em 11em;
        width: auto; } }
  a.button.black {
    display: inline-block;
    font-size: 0.625em;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    border: 0.125rem solid white;
    font-weight: 700;
    background-color: #000000; }
    a.button.black:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 0.75rem;
      margin-top: -0.0625rem;
      height: 0.125rem;
      background-color: #00C08B;
      transition: all 0.2s ease-in-out;
      z-index: 3; }
    a.button.black:hover:after {
      width: 100%;
      transition: all 0.2s ease-in-out; }
    a.button.black span {
      background-color: #000000;
      padding: 0.6rem;
      position: relative;
      z-index: 5; }
    a.button.black:after {
      background-color: white; }
  a.button.ltbg {
    display: inline-block;
    font-size: 0.625em;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    border: 0.125rem solid #000000;
    font-weight: 700;
    background-color: #FAFAFA; }
    a.button.ltbg:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 0.75rem;
      margin-top: -0.0625rem;
      height: 0.125rem;
      background-color: #00C08B;
      transition: all 0.2s ease-in-out;
      z-index: 3; }
    a.button.ltbg:hover:after {
      width: 100%;
      transition: all 0.2s ease-in-out; }
    a.button.ltbg span {
      background-color: #FAFAFA;
      padding: 0.6rem;
      position: relative;
      z-index: 5; }

html, body {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  font-size: 3.5vw;
  line-height: 1.7; }
  @media screen and (min-width: 760px) {
    html, body {
      font-size: 16px; } }

h1, h2, h3, h4, h5 {
  line-height: 1.4; }

.container {
  width: 86vw;
  margin: 0 auto; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1em 5vw;
  background: #000000; }
  header figure {
    width: 30vw;
    margin: 0;
    max-width: 12em; }
  header nav {
    font-size: 0.7em;
    margin: auto 0 auto auto; }
    header nav ul {
      padding: 0;
      display: flex;
      height: auto; }
      header nav ul li {
        list-style-type: none;
        padding-top: 1em;
        margin-left: 3em; }
        header nav ul li a {
          color: white;
          font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
          font-weight: 500;
          text-transform: uppercase;
		  text-decoration: none; }
		header nav ul li a:hover {
			border-bottom: 1px solid #00C08B;
    		padding-bottom: 5px; }  

@media screen and (min-width: 1000px) {
	section {margin: 8em 0; }
	#hero {margin: 6em 0; }
	}

.mask {
	opacity: 0.6;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
	position: fixed;
	display: none;
}



.popup {
	position: fixed;
    display: none;
    width: 100%;
	z-index: 99;
	height: 100vh;
	top: 0;
}
.popup .closex {
	float: right;
    margin-right: 20px;
    margin-top: 13px;
    cursor: pointer;
}
.popup > div {
	margin: auto;
	background-color: white;
    max-width: 900px;
	max-width: 750px;
}
.popup .container {
	padding: 10% 10% 0;
	width: 100%;
}
.popup h3, h1 {
	margin: 0;
}
.popup h1 {
	margin-top: 20px;
}
.popup form {
	margin-bottom: 75px;
}
.popup form label {
	font-weight: 600;
  display: inherit;
  font-size: 0.9rem;
}
.popup form #enteremail {
	height: 43px;
    border-radius: 0;
    border: 2px black solid;
    width: 80%;
	outline : none;
	padding-right: 70px;
}
.popup form #submitemail {
	float: right;
    cursor: pointer;
    border: none;
    background-color: white;
    color: #00C08B;
    padding: 0;
    margin-right: 18px;
}
.popup form > div {
	position: relative;
    width: 80%;
    top: -29px;
}
.popup .popupfooter{
	text-align: center;
	color: white;
	background-color: black;
	height: 75px;
	display: flex;
	width: 100%;
}
.popup .popupfooter p {
	margin: auto;
}


section#hero .content {
  background: url("/images/wave-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  color: white;
  overflow: hidden;
  padding: 8em 7vw 11em;
  text-align: center; }
  @media screen and (min-width: 760px) {
    section#hero .content {
      background: url("/images/wave-desktop.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center bottom; } }
  section#hero .content h3 {
    margin-bottom: 0; }
  section#hero .content h1 {
    margin: 1rem auto; }
    @media screen and (min-width: 760px) {
      section#hero .content h1 span {
        display: block; } }
  section#hero .content p.button {
	margin-top: 1.5em; }
	




@media screen and (min-width: 760px) {
  section#random-acts .container {
    display: flex;
    justify-content: space-between; } }

section#random-acts .container h1 {
  padding-right: 4em; }
  @media screen and (min-width: 760px) {
    section#random-acts .container h1 {
      padding: 0;
      width: 35%; } }

section#random-acts .container div {
  background-color: #FAFAFA;
  padding: 2em 1em;
  position: relative; }
  @media screen and (min-width: 760px) {
    section#random-acts .container div {
      width: 60%; } }
  @media screen and (min-width: 1000px) {
    section#random-acts .container div {
      padding: 2em 3em; } }
  section#random-acts .container div:before {
    content: "";
    background-color: #00C08B;
    width: 2px;
    height: 5em;
    position: absolute;
    right: 4em;
    top: -3em; }
    @media screen and (min-width: 760px) {
      section#random-acts .container div:before {
        right: auto;
        left: 4em; } }
  section#random-acts .container div h3 {
    margin-bottom: -0.5em;
    margin-top: 4em;
    text-align: left;}
  section#random-acts .container div p.button {
    text-align: center;
    margin-top: 2em; }
    section#random-acts .container div p.button a.button {
	  background-color: #FAFAFA; 
	  padding: 1.5em 2em; 
	  float: left;
	  margin-top: 15px;
	}
	  



section#do-more {
  padding: 2em 7vw; }
  section h3 {
	  text-align: center;}
  section#do-more .container h1 {
    margin: 1rem auto;
    text-align: center; }
  section#do-more .container p {
    margin: 0 auto;
    text-align: center; }
  section#do-more .container .trifold {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 45px;}
	
	section#do-more .container .trifold .item {
		text-align: center;
		width: 250px;
		padding-top: 10px;
	}
	section#do-more .container .trifold .dividerline {
		height: 164px;
		width: 1px;
		border: 1px black solid;
	}




@media screen and (min-width: 760px) {
  section#powerful-way .container {
    display: flex;
    justify-content: space-between; } }

section#powerful-way .container h1 {
  padding-right: 4em; }
  @media screen and (min-width: 760px) {
    section#powerful-way .container h1 {
      padding: 0;
      width: 35%; } }
section#powerful-way .container .content {
	background-color: #FAFAFA;
	padding: 2em 1em;
	position: relative; }
section#powerful-way .container .content > div{
	margin: auto;
    width: 70%;}	
section#powerful-way .container .content .bold {	
	font-weight: 500;
	margin-top: 45px;
	}
section#powerful-way .container .content .item {	
	line-height: 1;
  }
section#powerful-way .container .content .item .checkmark{
  position: relative;
  bottom: -16px;
  left: -38px;
}
section#powerful-way .container .content p {	
	margin-block-start: 0;
	margin-block-end: 0;
	margin-bottom: 24px;
	}		
	@media screen and (min-width: 760px) {
		section#powerful-way .container .content {
		width: 60%; } }
	@media screen and (min-width: 1000px) {
		section#powerful-way .container .content{
		padding: 2em 3em; } }
    

section#if-want-more {
  /* display: flex;  */
  display: none;
}
section#if-want-more .container {
	margin: auto;
	text-align: center; }
section#if-want-more .container > div {
  display: flex;
	margin-bottom: 60px; }
section#if-want-more .container div p {
	margin: auto;
	width: 60%; } 

section#success-mobile .container{
  /* display: none; */
  text-align: center;
}
section#success-mobile .container div{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
section#success-mobile .container div .button:nth-of-type(2) {
  margin-left: 5%;
  margin-right: 5%;
}
section#success-mobile .container div .button a {
  width: 178px;
  padding: 1.5em;
}


section#schedule {
	margin-bottom: 4em;
}
section#schedule .container {
  background-color: #FAFAFA;
  text-align: center;
  padding: 4em 1em 4em 1em;
  position: relative; }
  section#schedule .container h1 {
	margin-block-end: 0; }
  section#schedule .container p {
	margin: 20px 0 45px;}
  section#schedule .container h3 {
    color: #00C08B;
    text-transform: uppercase;
    font-size: 0.85rem;
	/* margin-bottom: -2em; */
}
  section#schedule .container .calendar-pop {
    position: relative;
    display: inline-block; }
    section#schedule .container .calendar-pop:after {
      content: "";
      position: absolute;
      left: 2px;
      top: 50%;
      width: 0.75rem;
      margin-top: -0.125rem;
      height: 0.125rem;
      background-color: #00C08B;
      transition: all 0.2s ease-in-out;
      z-index: 25; }
    section#schedule .container .calendar-pop:hover:after {
      width: 98%;
      transition: all 0.2s ease-in-out; }
  section#schedule .container input#datepicker {
    -webkit-appearance: none;
    display: inline-block;
    font-size: 0.625em;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    border: 0.125rem solid #000000;
    font-weight: 700;
    background-color: white;
    padding: 1.5em;
    border-radius: 0; }
    section#schedule .container input#datepicker:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 0.75rem;
      margin-top: -0.0625rem;
      height: 0.125rem;
      background-color: #00C08B;
      transition: all 0.2s ease-in-out;
      z-index: 3; }
    section#schedule .container input#datepicker:hover:after {
      width: 100%;
      transition: all 0.2s ease-in-out; }
    section#schedule .container input#datepicker span {
      background-color: white;
      padding: 0.6rem;
      position: relative;
      z-index: 5; }
    section#schedule .container input#datepicker:hover {
      cursor: pointer; }

section p.digit {
  font-size: 4.75vw;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 3em auto 0; }
  @media screen and (min-width: 1000px) {
    section p.digit {
      font-size: 1.25em; } }
  section p.digit a {
    color: #00C08B; }

footer {
  border-bottom: 2em solid #000000;
  margin-top: 1em;
  padding-top: 4em;
  position: relative;
  background-color: #FAFAFA; }
  @media screen and (min-width: 1000px) {
    footer .container {
      display: flex;
      justify-content: center; } }
  footer .container ul.footer-form {
    margin: 0 auto 4em;
    padding: 0; }
    @media screen and (min-width: 1000px) {
      footer .container ul.footer-form {
        margin: 0 4em 0 0; } }
    footer .container ul.footer-form li {
      list-style-type: none;
      margin-bottom: 1em; }
      footer .container ul.footer-form li:first-child {
        font-size: 1.15em;
        margin-bottom: 1.5em;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 500; }
      footer .container ul.footer-form li a {
        color: #00C08B;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 500;
        text-transform: uppercase; }
  footer .container div strong {
    display: block;
    font-size: 1.15em;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 600; }
  footer .container div #toSlack {
    display: flex;
    margin-top: 3em;
    border-bottom: 1px solid #000000;
    padding-bottom: 0.3em; }
    footer .container div #toSlack input {
      width: 75%;
      border: none;
      background-color: #FAFAFA;
      font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	  font-weight: 300;
	  outline: 0; }
    footer .container div #toSlack button {
	  border: none;
	  outline: 0;
	  cursor: pointer;
	  text-align: right;
      color: #00C08B;
      width: 25%;
      background-color: #FAFAFA;
      font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
      font-weight: 500;
      text-transform: uppercase; }
      footer .container div #toSlack button:after {
        display: none; }
  footer .container div #thankyou {
    margin: 1em auto;
    width: 50%;
    display: none; }
    footer .container div #thankyou img {
      width: 100%;
      height: auto;
      border: 0.25em solid black; }
  footer .container:nth-of-type(2) {
    padding-top: 5em; }
    footer .container:nth-of-type(2) figure {
      width: 100%;
	  text-align: center;
	  margin: -19px 0 0 0; 
	}
      footer .container:nth-of-type(2) figure img {
		width: 9em;
	 }
    footer .container:nth-of-type(2) ul {
      margin: 2em auto;
      padding: 0;
	  display: flex;
	  width: 100%;
      align-content: flex-end; }
      footer .container:nth-of-type(2) ul li {
		list-style-type: none;
		/* flex-grow: 1; */
        margin-left: 1.2em;}
        footer .container:nth-of-type(2) ul li:first-child {
			width: 185px;
			margin-left: 0;
			text-align: left;
			flex-grow: 5;
			margin-right: 1.2em; }
          footer .container:nth-of-type(2) ul li:first-child a {
            color: #000000; }
        footer .container:nth-of-type(2) ul li img {
          width: 1.3em; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #FAFAFA;
  border: 1px solid #ccc;
  border-bottom-color: #bbb; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9; }

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3; }

.is-selection-disabled {
  pointer-events: none;
  cursor: default; }

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }





/*** additional mobile styling ****/

@media only screen and (max-width: 1000px) {
	#random-acts, #do-more, #powerful-way, #if-want-more, #success-mobile, #schedule {margin-top: 6em}
  section p.digit {font-size: initial;}
  section#random-acts .container h1 {font-size: 36px;}
}	

@media only screen and (min-width: 1001px) and (max-width: 1170px){
  section#random-acts .container h1 {font-size: 41px;}
}

@media only screen and (max-width: 850px){

	h1 {font-size: 195%;}

	a.button:hover {
		transition: none;
	}

	section#hero .content p {
		padding: 0 5%;
		margin-top: 30px;
    	margin-bottom: 45px;
	}
	section#random-acts .container h1 {
		margin: 55px 0;
	}
	section#random-acts .container div:before {
		height: 4em;
		top: -1.5em;
	}
	section#random-acts .container div p.button a.button {
		float: none;
	}
	section#do-more .container h1, 
	section#powerful-way .container h1,
	section#random-acts .container h1 {
		text-align: left;
		padding-right: 0;
	} 

	.dividerline {display: none;}
	section#do-more .container .trifold .item {
		margin: 10px auto;
	}
	section#do-more .container .trifold .item:not(.lastitem){
		border-bottom: 2px solid;
		width: 85%;
		padding-bottom: 30px;
	}
	a.button, #datepicker {
		padding: 1.5em 2em !important;
		font-size: 0.725em !important;
	}
	section#powerful-way .container .content .bold {
		width: 140%;
    margin-left: -20%;
  }
  section#powerful-way h1 {
    margin-bottom: 15px;
  }

	section#if-want-more {display: none !important;}

	section#success-mobile {
		display: flex;
		margin-top: 25px;
    margin-bottom: -25px;
  }
  section#success-mobile .desktop {
    display: none;
  }
	section#success-mobile .container {
		margin: auto;
		text-align: center;
  }
  section#success-mobile .container div {
    margin-top: 10px;
    flex-wrap: wrap;
  }
	section#success-mobile .container a.button {
		width: 55%;
		padding-left: 0;
		margin: 8px 0;
	}

	section#schedule {
		margin-bottom: 0;
	}

	section p.digit {
		background-color: black;
    color: white;
    font-size: 10px;
    font-weight: 300;
		padding: 13px;
		margin-top: 50px;
	}


	footer {
		margin-top: 0;
	}
	footer .container:nth-of-type(2) ul li {
		margin-left: 0.8em;
	}
	footer .container:nth-of-type(2) figure {
		text-align: center;
		margin: 0;
		order: -1;
		width: fit-content;
	}
	footer .container:nth-of-type(2) figure img {
		width: 7.5em; 
	}
	footer .container:nth-of-type(2) ul li:first-child {
		white-space: nowrap;
		position: relative;
		bottom: -18px;
		font-size: 90%;
		text-align: center;
    	margin: 0;
	}
	footer .container:nth-of-type(2) ul li img {
		margin-bottom: -10px;
  }
  footer #messageToSlack {
    font-size: 95%;
  }

	.popup > div {
		width: 90%;
		font-size: initial;
  }
  .popup form {
		margin-bottom: 45px;
	}
	.popup form #enteremail {
		width: 100%;
	}
	.popup form > div {
		width: 100%;
	}
	.popup form label {
    font-size: 0.9rem;
  }
	.popup .popupfooter {
		font-size: 80%;
  }
  .popup .popupfooter u a{
    color: white;
  }

}	