html, body {
  font-family: 'Ubuntu', sans-serif;
  height: 100%;
  color: #23543e;
  font-size: 18px;
  font-weight: lighter;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button {
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  transition: all .15s ease;
}

.button:hover {
  transform: translateY(-1px);
}

p, table, tr, th, td {
  color: #23543e;
  font-weight: lighter;
}

.section {
  padding: 50px 30px;
}

.main {
  padding-top: 0px;
}

.feature {
  margin: 0 auto;
  max-width: 700px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 30px;
  place-items: center;
}

.dark-background {
  background: #f5f9fc;
}

.quick-start, .update-strategies, .tools {
  margin: 0 auto;
  max-width: 1100px;
  display: grid;
  grid-gap: 30px;
  place-items: center;
}

.quick-start {
  grid-template-columns: repeat(3, 1fr);
}

.update-strategies {
  grid-template-columns: repeat(4, 1fr);
}

.tools {
  grid-template-columns: repeat(2, 1fr);
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: lighter;
  color: #23543e;
}

h6 {
  margin-top: 15px;
  color: #6f6f6f;
}

pre {
  font-size: 80%;
  display: inline;
  display: inline-block;
}

.clear-header {
  background: #e4f6ee;
  border-bottom: 1px solid #c9d9d2;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.subtitle {
  color: #50be8d;
  -webkit-font-smoothing: antialiased;
}

.panels {
  box-shadow: 0 1px 3px 0 #bfbfbf;
  padding: 40px;
}

.panels-doc {
  padding: 20px;
  padding-bottom: 1px;
  margin-top: 30px;
}

.panels table {
  width: 100%;
  border:none;
}

.panels table th, .panels table td {
  background: #FFF;
}

.panels table th {
  border-bottom: 1px solid #EFEFEF;
}

.panels ol {
  font-size: 14px;
}

.desc {
  padding-top: 30px;
}

.doc-sep {
  margin: 50px 0px;
}

.team-member {
  margin-bottom: 60px;
}

.team-member img {
  width: 200px;
  border-radius: 100px;
}

.team-member .desc {
  padding-top: 7px;
}

#logo {
  padding-top: 40px;
  padding-bottom: 40px;
}

.menu {
  font-size: 14px;
  padding: 10px 0px;
}

.menu a {
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 10px;
  display: inline-block;
}

.menu a.button, .menu a.button:hover {
  color: #FFF;
}

.menu a:hover {
  color: #58cf9b;
}

.menu .button {
  margin: 0px;
  margin-top: 5px;
}

.menu .logo img {
  margin-top: -5px;
}

.separator {
  background: #50be8d;
  height: 20px;
}

.sep {
  margin-top: 60px;
  margin-bottom: 0px;
}

.inside-sep {
  margin-top: 50px;
  margin-bottom: 50px;
}

.using img {
  margin: 20px;
}

.prices {
  padding-top: 60px;
}

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

.full {
  max-width: 100%;
}

#header, #header-content {
  background: url("#{resource['pushlink:images/site/placeit-2.jpg']}") no-repeat center center;
  background-size: cover;
  height: calc(100vh - 93px);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.showout {
  text-align: center;
}

.showout h1 {
  color: #FFF;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bolder;
}

.showout h3 {
  color: #ddf4e9;
  font-weight: 300;
}

.features h2 {
  color: #e4f6ee;
}

.showout-1 {
  color: #FFF;
}

.showout-2 {
  color: #FFF;
}

.create-account {
  text-transform: uppercase;
  padding: 25px;
  margin-top: 15px;
}

.create-account-2 {
  text-transform: uppercase;
  padding: 25px;
}

.screenshot {
  margin-top: 30px;
}

.num {
  font-size: 50px;
}

.icon {
  padding-top: 10px;
}

.features {
  background: #50be8d;
  padding: 50px 0px;
}

.auth {
  min-height: calc(100vh - 420px);
}

.title {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #50be8d;
  text-transform: uppercase;
}

.title-inside {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #50be8d;
  text-transform: uppercase;
}

.title h3, .title h2, .title h1 {
  color: #50be8d;
}

.inside-menu {
  padding-top: 14px;
}

.inside-menu a {
  margin-right: 20px;
}

#quick-usage .panel {
  height: 200px;
}

#quick-usage h5 {
  font-family: inherit;
  text-align: center;
}

.people-title {
  margin-top: 50px;
}

.th {
  margin-top: 14px;
  max-width: 100%;
}

.logos {
  margin-top: 30px;
}

.logos ul li img {
  margin: 0 auto;
  cursor: pointer;
}

.strategies-title {
  margin-top: 50px;
}

.strategies {
  text-align: center;
}

.strategies img {
  width: 200px;
  margin: 0 auto;
}

.strategies h5 {
  text-align: center;
  font-family: inherit;
}

.content {
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 3px 7px #DDD;
  -moz-box-shadow: 0 3px 7px #DDD;
  box-shadow: 0 3px 7px #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.content-title {
  margin-top: 60px;
}

.content ul, .content ol {
  margin-left: 45px;
}

.right {
  text-align: right;
}

.inner {
  padding: 30px;
}

.footer {
  background: #e4f6ee;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c9d9d2;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 15px;
  margin-top: 60px;
}

.index-footer .footer {
  margin-top: 0px;
}

.footer a, .index-footer a {
  margin-left: 20px;
}

.clear {
  clear: both;
}

.table-wrapper table {
  width: 100%;
}

.table-wrapper table h4 {
  margin: 0px;
  padding: 0px;
}

.table-wrapper table td, .table-wrapper table th {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 33%;
  text-align: center;
}

.submenu {
  background: url(../img/site/submenu-back.png) repeat-x;
  min-height: 90px;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-bottom: 1px solid #ddd;
}

.submenu nav {
  margin-top: 28px;
  margin-left: 15px;
}

.submenu nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.submenu nav ul li {
  display: inline-block;
  margin: 0px 5px 0px 5px;
}

.submenu nav ul li a {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 7px 10px;
  color: #666;
}

.submenu nav ul li a:hover {
  background: #e2e2e2;
}

.submenu nav ul li.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 10px 3px #FFF;
  -moz-box-shadow: 0 0px 10px 3px #FFF;
  box-shadow: 0 0px 10px 3px #FFF;
}

.submenu nav ul li.current a {
  border: 1px solid #DDD;
  padding: 7px 10px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0px 5px #DDD;
  -moz-box-shadow: inset 0 0px 5px #DDD;
  box-shadow: inset 0 0px 5px #DDD;
}

.download-button {
  margin-top: 26px;
  tex-align: right;
  padding: 0px 15px 0px 15px;
}

.terms OL {
  counter-reset: item;
  margin-left: 30px;
}

.terms LI {
  display: block
}

.terms LI:before {
  content: counters(item, ".") " - ";
  counter-increment: item
}

.terms-check input, .terms-check label {
  display: inline;
}

.create-account-btn {
  margin-top: 30px;
}

.team .header {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}

.team .subheader {
  margin: 0px;
  padding: 0px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.content ul.form-messages {
  margin-left: 0px;
}

a i.icon-gplus, a i.icon-facebook, a i.icon-twitter {
  display: inline-block;
}

.commandLine {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.gist table {
  width: 100%;
  font-size: 15px !important;
  margin-bottom: 0px;
  border: none;
}

.gist-meta {
  display: none;
}

.slicknav_menu {
  display: none;
  background: #FFFFFF;
}

a.slicknav_btn, a.slicknav_btn.slicknav_open {
  background: #008cba;
}

.slicknav_nav a {
  color: #008cba;
  border-radius: 3px;
}

.slicknav_nav a:hover {
  background: #e4f6ee;
}

.slicknav_nav a.button {
  color: #FFF;
}

.slicknav_nav a.button:hover {
  color: #008cba;
}

.cents{
	font-size: 18px;
}

.comments{
  color: #afafaf;
  font-size: 15px;
  margin-left: 12px;
}

.moreSpace li{
	margin-top: 8px;
}

.deviceMin{
	height: 250px;
}

.avoid-zendesk-override{
	padding-bottom: 50px;
}

.label-fix{
    margin: 7px 0px 0px 7px;
}

@media only screen and (max-width: 58.74em) {
}

@media only screen and (max-width: 480px) {
  .table-wrapper {
    min-width: 200px;
    overflow: scroll;
    overflow-y: hidden;
  }

  .feature, .quick-start, .update-strategies, .tools {
    grid-template-columns: 1fr;
  }
}

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

  .menu a {
    display: block;
  }

  .footer {
    text-align: center;
  }

  .footer a {
    display: block;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .submenu nav {
    margin: 0px;
    padding: 15px;
  }

  .submenu nav ul li {
    display: block;
    margin: 5px 0px 5px 0px;
    padding: 0px;
  }

  .submenu nav ul li a {
    display: block;
  }

  .download-button {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 51em) and (min-width: 767px) {

}

@media only screen and (max-width: 64em) {
  .menu-mobile {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }
}
