body {
  padding: 50px 70px;
  background-color: #fbfaf9;
  font-family: nimbus-sans, sans-serif;
  color: #353535;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  text-transform: lowercase;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h3 {
  margin: 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #353535;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #353535;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
}

li {
  list-style-type: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  opacity: 0;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-left: 15px;
}

.main-content.beta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-nav {
  width: 235px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content {
  position: static;
  display: block;
  margin-top: 0px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 20px 75px -15px rgba(0, 0, 0, .15);
}

.content.no-margin.beta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content.no-margin.beta.public {
  position: relative;
  padding: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.brand {
  width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-nav-section {
  margin-bottom: 30px;
}

.content-nav-section.footer {
  margin-top: 120px;
  margin-bottom: 0px;
}

.content-nav-section.head {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-nav-ul {
  margin-top: 15px;
}

.content-nav-ul.head {
  margin-top: 0px;
  list-style-type: none;
}

.content-nav-link {
  display: inline-block;
  -webkit-transition: color 1000ms cubic-bezier(.075, .82, .165, 1), padding 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: color 1000ms cubic-bezier(.075, .82, .165, 1), padding 2000ms cubic-bezier(.075, .82, .165, 1);
  color: #a0a0a0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.content-nav-link:hover {
  padding-left: 2px;
  color: #353535;
}

.content-nav-link.w--current {
  color: #353535;
  -webkit-transition: none;
}

.content-nav-link.head, .content-nav-link-trial.head {
  -webkit-transition: color 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: color 1000ms cubic-bezier(.075, .82, .165, 1);
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.content-nav-link-trial.head {
  color: #ff7575;
}

.content-nav-link.head:hover {
  padding-left: 0px;
}

.content-nav-link.head.w--current {
  padding-left: 0px;
  -webkit-transition: none;
}

.content-nav-link-trial.head:hover {
  color: #ff4848;
}

.content-nav-li {
  font-weight: 700;
}

.content-nav-li.head {
  display: inline;
  padding-left: 30px;
}

.content-nav-li.head:first-child {
  padding-left: 0px;
}

.coded {
  margin-top: 15px;
  color: #353535;
  font-weight: 700;
}

.gumby {
  color: #30a173;
}

.notification {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  margin-top: 0px;
  padding: 10px 15px;
  background-color: #30a173;
  color: #fff;
}

.notification.error {
  background-color: #ff4848;
}

.content-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 20px 30px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.content-section.full {
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section.full.height {
  height: 100%;
  padding: 40px 75px;
  /*-webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;*/
}

.header-title {
  margin-bottom: 0px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #cdcdcc;
}

.gumby-icon {
  width: 20px;
  height: 21px;
  margin-left: 5px;
  background-image: url('../images/gumby.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.coded-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-section-left {
  display: block;
  width: 66%;
  margin-right: 0px;
  padding-right: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-section-right {
  width: 33%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sidebar-scroll {
  overflow: scroll;
  max-height: 647px;
}

.light-grey {
  color: #cdcdcc;
}

.grey {
  color: #a0a0a0;
}


.sidebar-section {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px 0px 5px;
  border: 3px solid #f5f5f5;
}

.button {
  min-width: 75px;
  padding: 15px;
  border-radius: 2px;
  background-color: #494949;
  -webkit-transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1);
  color: #fbfaf9;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: lowercase;
}

.button:hover {
  background-color: #000;
}

.button.inverted.margin-top-large {
  background-color: #fbfaf9;
  -webkit-transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1), box-shadow 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1), box-shadow 1000ms cubic-bezier(.075, .82, .165, 1);
  color: #353535;
}

.button.inverted.margin-top-large:hover {
  box-shadow: 0 20px 15px -15px rgba(0, 0, 0, .5);
}

.button.add {
  min-width: 100%;
  margin-bottom: 15px;
  -webkit-transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1), box-shadow 1000ms cubic-bezier(.075, .82, .165, 1), color 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1), box-shadow 1000ms cubic-bezier(.075, .82, .165, 1), color 1000ms cubic-bezier(.075, .82, .165, 1);
  color: #fbfaf9;
}

.button.add:hover {
  box-shadow: 0 20px 15px -15px #a0a0a0;
  color: #fbfaf9;
}

.button.add.half {
  min-width: 50%;
  border-radius: 0px;
}

.button.add.half.left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.button.add.half.right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.button.small {
  padding: 10px;
  font-size: 10px;
  line-height: 10px;
}

.button.large {
  font-size: 20px;
  line-height: 18px;
}

.pp-field {
  border-style: none;
  background-color: #fbfaf9;
  -webkit-transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1);
  font-family: Menlo, Inconsolata, monospace;
  color: #353535;
}

.pp-field:focus {
  background-color: #f5f5f5;
  box-shadow: none;
}

.pp-field::-webkit-input-placeholder {
  color: #cdcdcc;
}

.pp-field:-ms-input-placeholder {
  color: #cdcdcc;
}

.pp-field::placeholder {
  color: #cdcdcc;
}

.normalcase {
  text-transform: none;
}

.margin-top {
  margin-top: 15px;
}

.list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 10px;
  line-height: 10px;
}

.sermon-meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a0a0a0;
}

.list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fbfaf9;
  -webkit-transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1), margin 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1), margin 2000ms cubic-bezier(.075, .82, .165, 1);
  color: #a0a0a0;
}

.list-link:hover {
  margin-left: 4px;
  background-color: #f0f0f0;
}

.list-link:focus {
  margin-left: 4px;
  background-color: #f0f0f0;
}

.list-link.active {
  margin-left: 4px;
  background-color: #f0f0f0;
}

.list-link.mini {
  -webkit-transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1), margin 2000ms cubic-bezier(.075, .82, .165, 1), padding 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1), margin 2000ms cubic-bezier(.075, .82, .165, 1), padding 2000ms cubic-bezier(.075, .82, .165, 1);
}

.list-link.mini:hover {
  padding-right: 11px;
}

.sermon-publish {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sidebar-section-header {
  padding: 10px;
  background-color: #f5f5f5;
}

.sidebar-section-content {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.beta-container {
  width: 75%;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.margin-bottom {
  margin-bottom: 30px;
}

.margin-bottom-small {
  margin-bottom: 15px;
}

.margin-bottom-large {
  margin-bottom: 50px;
}

.margin-bottom-none {
  margin-bottom: 0px;
}

.form-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

form.half {
  width: 50%;
}

.margin-top-large {
  margin-top: 30px;
}

.curtain {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #353535;
  box-shadow: 0 20px 75px -15px rgba(0, 0, 0, .15);
}

.white {
  color: #fbfaf9;
}

.delete-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px;
  background-color: #f5f5f5;
  background-image: url('../images/delete.png');
  background-position: 50% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  opacity: 0.25;
  -webkit-transition: opacity 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: opacity 1000ms cubic-bezier(.075, .82, .165, 1);
}

.delete-icon:hover {
  opacity: 0.8;
}

.hide-input {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}

.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 52px;
  height: 22px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #ff4848;
  transition: background-color ease 0.3s;
}

.toggle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(0,0,0,0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked {
  background-color: #30a173;
}

.toggle:checked:before {
  left: 32px;
}

.toggle-label {
  line-height: 28px;
  margin-left: 15px;
}

.toggle-left {
  margin-left: 15px;
}

.sidebar-section-message {
  padding: 5px 10px;
  background-color: #30a173;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}

.sidebar-section-message.error {
  background-color: #ff4848;
}

.pp-field-error {
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #ff4848;
  color: #fbfaf9;
  font-size: 10px;
  line-height: 10px;
}

.pp-select {
  background-image: -webkit-linear-gradient(270deg, #fbfaf9, #fbfaf9);
  background-image: linear-gradient(180deg, #fbfaf9, #fbfaf9);
  font-family: Monaco, monospace;
  color: #353535;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  }

.field-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.field-flex.progress {
  position: relative;
}

.field-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.margin-left {
  margin-left: 15px;
}

.padding {
  padding: 8px 12px;
}

.progress-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 3px solid #f5f5f5;
}

.div-block-2 {
  width: 50%;
  background-color: #f5f5f5;
}

.progress {
  display: block;
  overflow: visible;
  width: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
  -webkit-transition: width 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: width 2000ms cubic-bezier(.075, .82, .165, 1);
}

.progress.padding {
  -webkit-transition: width 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: width 2000ms cubic-bezier(.075, .82, .165, 1);
}

.progress.success {
  color: #30a173;
}

.single-line {
  overflow: visible;
  width: 350px;
  margin: 0px 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.margin-top-small {
  margin-top: 5px;
}

.left-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-flex-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.left-flex-child.no-scale {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.edit-icon, .notes-icon {
  position: absolute;
  top: 0px;
  right: 19px;
  height: 12px;
  padding: 10px;
  opacity: 0.25;
  -webkit-transition: opacity 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: opacity 1000ms cubic-bezier(.075, .82, .165, 1);
  color: #000;
  line-height: 0px;
  font-weight: 700;
}

.edit-icon:hover, .notes-icon:hover {
  opacity: 0.8;
}

.notes-icon {
  right: 48px;
}

.img-full {
  width: 200px;
}

.w-background-video > video {
    width: 100%;
}


.public-section {
  width: 100%;
  margin-top: 0px;
}

.public-section.public-why {
  margin-top: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, .3)), to(rgba(53, 53, 53, .3))), url('../images/why-background.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, .3), rgba(53, 53, 53, .3)), url('../images/why-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.public-section.public-dark {
  background-color: #353535;
  text-transform: none;
}

.public-section.public-left {
  text-align: left;
}

.public-title {
  margin: 75px;
  padding: 0px;
  color: #fff;
  font-weight: 600;
}

.public-title.public-dark-title {
  color: #353535;
}

.public-feature-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 75px;
  margin-bottom: -50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.public-feature-flex.tutorial {
  margin-top: 0px;
  margin-bottom: 0px;
}

.public-feature-flex.margin-bottom {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.public-feature-flex.public-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.public-feature {
  width: 30%;
  margin: 0px 0px 50px;
  padding: 25px 45px 75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 20px 75px -15px rgba(0, 0, 0, .15);
  text-align: left;
}

.public-feature.tutorial {
  padding: 0px 25px;
  box-shadow: none;
  text-align: center;
}

.public-feature.public-pricing {
  width: 50%;
}

.public-half-p {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.public-video {
  height: 45vw;
  background-image: none;
  background-size: auto;
  z-index: 100;
}

.public-footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
}

.public-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.public-footer-link {
  margin-left: 25px;
}

.public-pad-p {
  margin-right: 75px;
  margin-left: 75px;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-wrap iframe, .video-wrap object, .video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  body {
    padding-top: 20px;
    padding-right: 35px;
    padding-left: 35px;
  }
  h1 {
    font-size: 38px;
    line-height: 38px;
  }
  h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .content-nav {
    width: 175px;
  }
  .content.no-margin.beta.public {
    padding: 25px;
  }
  .header {
    margin-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .brand {
    width: 189px;
  }
  .coded {
    font-size: 10px;
    line-height: 10px;
  }
  .content-section {
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .content-section.no-flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .coded-container {
    margin-top: 5px;
  }
  .content-section-left {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .content-section-right {
    width: auto;
  }
  .beta-container {
    width: 80%;
    padding: 30px;
  }
  .public-feature-flex {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .public-feature {
    width: 100%;
    padding-bottom: 45px;
  }
  .public-feature.public-pricing {
    width: 100%;
  }
  .public-section.public-why {
    margin-top:0px;
  }
  .public-half-p {
    width: 75%;
  }
  .public-video {
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-content {
    margin-top: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .content {
    margin-left: 0px;
  }
  .header {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-nav-section {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .content-nav-section.head {
    margin-top:10px;
  }
  .content-nav-ul {
    margin-top: 5px;
  }
  .content-nav-li.head {
    padding-right: 15px;
    padding-left: 0px;
  }
  .header-title {
    margin-left: 0px;
  }
  .public-title {
    margin: 25px;
  }
  .public-feature-flex {
    margin-bottom: 0px;
  }
  .public-feature {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .public-half-p {
    width: 75%;
  }
  .public-video {
  }
}

@media (max-width: 479px) {
  .content.no-margin.beta {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header {
    padding-bottom: 10px;
    border-bottom: none;
  }
  .content-section {
    padding: 15px;
  }

  .beta-container {
    padding: 0px;
  }
  .single-line {
    width: 200px;
  }
  .left-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-flex-child.margin-left {
    margin-left: 0px;
  }
  .left-flex-child.no-scale {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .full-img {
    display: block;
    width: 100%;
    margin-bottom: 15px;

  }
  .public-title.public-why-text {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
  .public-feature.public-pricing {
    margin-top: 0px;
  }
  .public-half-p {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .public-video {
  }
  .public-footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mejs__container {
  font-family: nimbus-sans, sans-serif !important;
  background-color: #353535 !important;
}

.green {
  background-color: #30a173;
}

.green:hover {
  background-color: #0f8958;
}

.red {
  background-color: #ff7575;
}

.red:hover {
  background-color: #ff4848;
}

.blue {
  background-color: #7cbeff;
}

.blue:hover {
  background-color: #48a4ff;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 30px;
}
