/* CUSTOM CSS */
body {
  background: #fff;
  color: #333333;
  /* background-image: url("../img/trees.jpg"); */
  font-family: "National Park", roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.container {
  max-width: 1360px !important;
}

.container > div:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  font-size: 0px;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-transform: uppercase;
  color: #333333;
  font-family: "National Park", urw-din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 0.95;
}

caption {
  padding-top: 0px !important;
}

main a:not(.btn) {
  color: #333333;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.registration-form fieldset {
  display: none;
}

fieldset.active {
  display: block !important;
}

.form-group {
  max-width: 755px;
  margin: 0 0 16px 0;
}

.filter .form-group {
  max-width: 100%;
}

.form-control,
.form-control:focus {
  color: #333333;
  background: #dddddd;
  border-color: #dddddd;
  border-radius: 0px;
  font-size: 20px !important;
  height: auto;
  padding: 5px 10px;
  max-width: 100%;
  box-shadow: none;
  font-weight: 300;
}

.form-check .custom-control-label:before {
  border: 1px solid black !important;
  border-radius: 3px;
  background: white;
  margin: 7px 0 0 3px;
  box-shadow: none !important;
}

.form-check .custom-control-input:checked ~ .custom-control-label:before {
  background: black;
  color: white;
  border-color: black;
}

.form-check .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 80%;
  margin: 7px 0 0 3px;
  z-index: 99;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-wrapper {
  position: relative;
}

.select-wrapper:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  width: auto;
  height: auto;
  right: 10px;
  top: 12px;
  display: block;
  position: absolute;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.page-item.active .page-link {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #333333 !important;
}

.page-item .page-link,
.page-item a.page-link,
.page-item a.page-link:hover {
  color: #333333 !important;
  text-decoration: none !important;
}

.cal-input {
  padding-right: 40px;
  position: relative;
}

.cal-input:after {
  content: "\f133";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 20px;
  font-weight: 900;
}

.currency {
  position: relative;
}

.currency:before {
  content: "$";
  position: absolute;
  left: 10px;
  top: 6px;
}

.currency input,
.currency input:hover,
.currency input:active,
.currency input:focus {
  padding-left: 22px;
}

.form-check-input {
  margin-top: 0.5rem;
}

.form-group.inline > div {
  display: inline-block;
  margin-right: 20px;
}

.radio-group input {
  top: -2px;
  position: relative;
}

label {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 21px;
}

.helper {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}

.selected-file {
  display: inline-block;
  line-height: 1;
  padding: 10px 0;
}

.user-field {
  display: none;
}

.row {
  margin: 0 !important;
}

.btn,
.btn:focus,
.btn:hover,
.btn:active,
.btn-primary:not(:disabled):not(.disabled):active,
button.csv {
  background: #07450C;
  padding: 15px 50px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  border: none;
  color: #fff;
  position: relative;
  border-radius: 5px;
  margin-right: 10px;
  font-family: "National Park", urw-din-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 0.95;
}

.btn:hover {
  background: #138B1D;
}


.btn-status-active {
  background: #138B1D;
  min-width: 150px;
  padding: 15px !important;
}
.btn-status-active:hover {
  background: #07450C;
}

.btn-status-inactive {
  background: #07450C;
  min-width: 150px;
  padding: 15px !important;
  color: #fff;
}
.btn-status-inactive:hover {
  background: #138B1D;
}

.btn.btn-primary:after {
  content: "";
  background: url(/img/cta-arrow.png);
  width: 14px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.btn.btn-cancel {
  background-color:#333 ;
}
.btn.btn-cancel:hover {
  background-color:#5B5B66 ;
}

.table,
table {
  margin-bottom: 20px;
  background: white;
}


.table th,
.table td,
.table thead th,
.table tbody td,
table tr th,
table tr td {
  background: #dddddd;
  padding: 15px;
  border: 2px solid white !important;
  font-size: 20px;
  vertical-align: top;
  line-height: 1;
  font-weight: 300;
}


/*these styles are throwing off the jquery UI datepicker*/
/* re-set here*/
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: .2em .2em !important;
  font-size: 1.2em;
  line-height: normal !important;
}


.table th,
.table thead th,
table tr th {
  font-weight: 400;
}

.table td,
.table tbody td,
table tr td {
  background: #ebebeb;
}

.table th:first-child,
.table td:first-child,
.table thead th:first-child,
.table tbody td:first-child,
table tr th:first-child,
table tr td:first-child {
  padding: 15px 30px;
}


/*.bootstrap-datetimepicker-widget .table th:first-child,
.bootstrap-datetimepicker-widget .table td:first-child,
.bootstrap-datetimepicker-widget .table thead th:first-child,
.bootstrap-datetimepicker-widget .table tbody td:first-child,
.bootstrap-datetimepicker-widget table tr th:first-child,
.bootstrap-datetimepicker-widget table tr td:first-child {
  padding: 15px;
}
*/

.table td.actions,
.table tbody td.actions,
table tr td.actions {
  background: #dddddd;
}

.table td.actions a {
  margin: 5px 5px 5px 0;
  display: inline-block;
}

td.actions form,
td.actions button {
  background: transparent !important;
  border: 0px !important;
  padding: 0 !important;
  display: inline !important;
  margin-right: 5px !important;
}

table p {
  margin: 0 !important;
}

table.half-width {
  width: 50%;
  float: left;
}
table.hidden {
  display: none !important;
}
table.half-width td {
  width: 50%;
}

table.no-bg td {
  background: transparent;
  padding: 0px 20px 15px 0 !important;
}

.margin-bottom {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.margin-bottom:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  font-size: 0px;
}

.relative {
  position: relative;
}

.relative .top-right,
.relative .top-right:focus,
.relative .top-right:hover {
  position: absolute !important;
  top: 0;
  right: 0;
}

.column-fields {
  margin-bottom: 20px;
}

.column-fields .fields {
  display: none;
  padding-top: 20px;
}

.column-fields .fields .field-column {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  float: left;
}

.column-fields .fields .field-group {
  padding-left: 2px;
}

.column-fields .fields .field-column:last-of-type {
  margin-right: 0;
}

.column-fields .fields .field-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.column-fields .fields .button {
  clear: both;
  margin-top: 20px;
}

#header {
  padding: 30px 15px;
  background: #ebebeb;
}

#header .navbar-nav a {
  color: #333333;
  line-height: 0.7;
  padding: 8px 11px;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  border-radius: 5px;
}

#header .secondary-nav a {
  font-weight: 300;
}

#header a.active,
#header a:hover {
  background: #ABD5AE;
}

.navbar-toggler {
  background: black !important;
  padding: 3px !important;
  border-radius: 0px !important;
}

.branding {
  position: relative;
}

.branding:after {
  content: "\f3c5";
  color: #ffcb05;
  font-size: 27px;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 6px;
  margin-left: 10px;
}

#header .navbar-brand {
  background: #ffcb05;
  color: #333333;
  padding: 8px 17px 0px 6px;
  text-transform: uppercase;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin-right: 0 !important;
  display: block;
}

#header .primary-nav {
  margin-right: 35px;
  padding-right: 35px;
  position: relative;
}

#header .primary-nav:after {
  content: "";
  height: 40px;
  width: 1px;
  background: #333333;
  position: absolute;
  right: 0;
  bottom: 0;
}

body.front #feature {
  background: url(/img/uya-hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.front #feature .row {
  height: 475px;
}

body.front #feature .col-md-6 {
  padding: 0 80px 0 0;
}

body.front #feature h1, body.front #feature .h1 {
  color: white !important;
  font-size: 82px;
}

body.front #introducing {
  background: #ffcb05;
  height: 475px;
}

body.front #introducing .col-md-4,
body.front #introducing .col-md-8 {
  padding: 0;
}

body.front #introducing-bg {
  background: url(/img/introducing-uya.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 475px;
}

body.front #introducing h2, body.front #introducing .h2 {
  font-size: 125px;
  font-weight: 600;
}

body.front #introducing h2 .small-heading, body.front #introducing .h2 .small-heading {
  font-size: 82px;
  font-weight: 400;
}

#content-container {
  padding: 90px 0;
  font-size: 20px;
  line-height: 1.8;
  min-height: 200px;
  background: white;
}

body.about #content-container {
  padding: 0;
}

body.contact #content-container {
  padding-top: 0px;
}

#content-container #content {
  width: 65%;
  float: left;
  margin-right: 4%;
}

#content-container #sidebar {
  width: 31%;
  float: right;
}

#content h2, #content .h2 {
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

#content .intro {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px;
}

body:not(.contact) #sidebar {
  padding-top: 60px;
}

body:not(.contact) #sidebar:before {
  content: "\f3c5";
  color: #ffcb05;
  font-size: 90px;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

#sidebar h2, #sidebar .h2 {
  display: inline;
  padding: 0 15px;
  background: #ffcb05;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 58px;
  font-size: 51px;
  font-weight: 500;
}

body.contact #sidebar h2, body.contact #sidebar .h2 {
  font-size: 28px;
  line-height: 31px;
  margin: 0 !important;
}

body.contact #sidebar h2.inverse, body.contact #sidebar .inverse.h2 {
  color: #ffcb05;
  background: #333333;
}

body #sidebar a {
  color: #ffcb05;
  background: #333333;
  display: inline;
  text-decoration: none;
}



/* ADMIN */
#app main {
  background: white;
  padding-bottom: 50px;
  min-height: 500px;
}

#app #main h2, #app #main .h2 {
  font-size: 2.6rem;
}

#app #main h3, #app #main .h3 {
  font-size: 2rem;
}

#app .form-group {
  max-width: 640px;
  margin-bottom: 10px;
}

#banner .col-md-12,
#banner-public .col-md-12 {
  padding: 0 !important;
}

#app #banner {
  padding: 40px 20px;
}

#app #banner h1, #app #banner .h1 {
  color: #ffcb05;
  font-size: 70px;
  line-height: 1.1;
  font-weight: 600;
}

#app #banner .breadcrumb-container {
  position: relative;
  z-index: 99;
}

#app #banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 -10px 0;
}

#app #banner .breadcrumb li,
#app #banner .breadcrumb a {
  color: #333333;
  font-size: 20px;
  text-decoration: none;
}

/*
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 14px;
  top: 4px;
  position: relative;
}
*/
/*
.breadcrumb-item {
  font-weight: 400;
  font-size: 14px;
  top: 4px;
  position: relative;
  color: #07450C;
}
*/

#app #app-sidebar {
  width: 15%;
  float: left;
}

#app #app-sidebar .org-logo {
  margin-bottom: 15px;
}

#app #app-sidebar .org-logo img {
  max-width: 100% !important;
  height: auto;
}

#app #app-content {
  width: 80%;
  float: right;
  padding-top: 20px;
  font-size: 20px;
}

#app #app-content h2, #app #app-content .h2,
#app #app-content h3,
#app #app-content .h3,
#app #app-content h4,
#app #app-content .h4,
#app #app-content h5,
#app #app-content .h5 {
  margin-bottom: 20px !important;
}

#app #app-content > .row > div {
  padding: 0 0 20px 0 !important;
}

#app #app-content .row {
  margin-bottom: 20px !important;
}

#app .btn,
#app button.csv {
  padding: 10px 80px 10px 10px;
  vertical-align: top;
  font-size: 22px;
  font-weight: 400;
}

#app .btn:after {
  display: none;
}

#app .btn.add:after {
  content: "+";
  background: transparent;
  width: auto;
  height: auto;
  right: 10px;
  top: 4px;
  display: block;
  font-size: 35px;
}

#app button.csv:after {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  width: auto;
  height: auto;
  right: 10px;
  top: 12px;
  display: block;
  position: absolute;
  font-size: 18px;
}

#app button.filter:after {
  content: "\f0b0";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  width: auto;
  height: auto;
  right: 10px;
  top: 12px;
  display: block;
  position: absolute;
  font-size: 15px;
  font-weight: 900;
}

#app .btn.chev:after,
#app .btn.file-input:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  width: auto;
  height: auto;
  right: 20px;
  top: 12px;
  display: block;
  position: absolute;
  font-size: 18px;
  font-weight: 600;
}


#app .btn.inventory {
  padding: 30px;
  font-size: 1.6em;
}

/*
#app .btn.inventory:after {
  content: "\f1ec";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  width: auto;
  height: auto;
  right: 30px;
  top: 20px;
  display: block;
  position: absolute;
  font-size: 1.6em;
  font-weight: 600;
}
*/
.filter .select-wrapper,
.filter .form-group {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px !important;
  max-width: 100% !important;
}

#app .filter .btn {
  padding: 8px 80px 8px 10px;
}

.filter .form-group input,
.filter .select-wrapper select {
  padding: 5px 100px 4px 10px;
  line-height: 1;
}

.filter .select-wrapper select {
  padding-top: 8px;
  padding-bottom: 7px;
}

.filter .select-wrapper:after {
  top: 8px;
  font-size: 20px;
}

ul#sidebar-menu {
  margin: 0;
  padding: 0;
}

ul#sidebar-menu li {
  list-style-type: none;
  margin: 0 0 3px 0;
}

ul#sidebar-menu li a {
  border-left: 10px solid #ABD5AE;
  padding: 10px;
  display: block;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  background: transparent;
  text-decoration: none;
}

ul#sidebar-menu li a.active,
ul#sidebar-menu li a:hover {
  background: #ABD5AE;
}

/* Assets */
.asset-images .asset-image {
  float: left;
  width: calc((100% - 40px) / 3);
  margin: 0 20px 0 0;
}

.asset-images .asset-image:nth-of-type(3n) {
  margin-right: 0;
}

.profile-img {
  max-width: 300px;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
}

.form-steps ul {
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
}

.form-steps ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 20px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

.form-steps ul li.active {
  color: #ffcb05;
}

.form-steps ul li:not(:last-child):after {
  position: absolute;
  content: "";
  background: url(/img/cta-arrow.png);
  background-size: contain;
  background-repeat: none;
  right: -9px;
  top: 10px;
  height: 18px;
  width: 10px;
}

#footer {
  background: black;
  padding: 75px 10px 125px 10px;
  color: #ebebeb;
}

#footer a {
  color: white;
}

.footer-logo {
  display: inline;
  margin-bottom: 10px;
}

.footer-logo .name {
  background: #145C1A;
  padding: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  font-family: "National Park", alternate-gothic-condensed-a, sans-serif;
  font-weight: 600;
  font-style: normal;
  height: auto;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -9px;
}

.branding {
  position: relative;
}

#footer .footer-menu {
  font-size: 12px;
}

.footer-menu .copyright {
  display: inline-block;
  text-align: right;
  color: #999999;
}

.footer-menu ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: right;
}

.footer-menu ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 0 20px;
  position: relative;
}

.footer-menu ul li:before {
  content: "/";
  position: absolute;
  left: -12px;
  top: 0;
  line-height: 1;
}

.footer-menu ul li a {
  padding: 0;
  line-height: 1;
  padding: 0 5px;
}

.med-screen {
  display: none;
}

.navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 203, 5, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item {
  margin-right: 5px;
}

.sections {
  padding: 10px;
}

.section_div {
  padding: 10px;
  border: 4px solid #333;
  border-radius: 3px;
  min-height: 60px;
  margin-bottom: 5px;
}

.section_summary {
  font-size: .75em;
}

.section_row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.ui-dialog-title {
  font-family: "National Park", roboto, sans-serif;
}
.ui-widget {
  font-family: "National Park", roboto, sans-serif; 
  font-size: 16px;
}

.totals td {
  background: #fff !important;
  font-weight: bold !important;
}

.section_activity {
  width: 95%;
  min-height: 100px;
  height: auto;
  padding: 10px;
  border: 2px solid #333;
  margin: 20px 20px;
}
.section_activity_table td,
.section_activity_table th {
  font-size: .8em !important;
}

@media only screen and (max-width: 1400px) {
  body.contact #sidebar h2, body.contact #sidebar .h2 {
    font-size: 26px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .med-screen {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-hide {
    display: none !important;
  }
  .med-screen {
    display: none;
  }
  .standard-screen-only {
    display: none !important;
  }
  .actions i {
    font-size: 30px;
    line-height: 18px;
    margin-right: 15px;
  }
  #app #header .container,
  #app #banner .container {
    padding: 0 !important;
  }
  #banner-public h1, #banner-public .h1 {
    font-size: 125px;
  }
  body > div:not(#app) #header .primary-nav:after {
    display: none;
  }
  body > div:not(#app) #header .primary-nav {
    padding: 0;
    margin: 30px 0 0 0;
  }
  body > div:not(#app) #header .navbar-nav a {
    padding: 15px 10px;
  }
  #content-container #content,
  #content-container #sidebar,
  #app #app-sidebar,
  #app #app-content {
    width: 100%;
    float: none;
  }
  #content-container #content {
    margin: 0 0 90px 0;
  }
  #app #app-sidebar {
    margin: 0 0 20px 0;
  }
  body:not(.contact) #sidebar {
    padding-top: 0px;
  }
  ul#sidebar-menu li a {
    font-size: 20px;
    padding: 5px 10px;
  }
  .form-group {
    max-width: unset;
  }
  body.contact #sidebar h2, body.contact #sidebar .h2 {
    font-size: 34px;
    line-height: 40px;
  }
  body.front #feature .row,
  body.front #introducing,
  #banner-public {
    height: auto;
  }
  #introducing > .container {
    padding-bottom: 20px;
  }
  body.front #feature .row {
    padding: 60px 0;
  }
  body.front #introducing-bg {
    height: 300px;
  }
  #introducing .row > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hiw-screenshot {
    padding-top: 90px;
  }
  .table th, .table td, .table thead th, .table tbody td, table tr th, table tr td,
  .table th:first-child, .table td:first-child, .table thead th:first-child, .table tbody td:first-child, table tr th:first-child, table tr td:first-child {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  #app #banner h1, #app #banner .h1,
  #banner-public h1,
  #banner-public .h1 {
    font-size: 60px;
  }
  #header {
    padding: 20px 15px;
  }
  #header .navbar-brand {
    font-size: 28px;
    line-height: 1;
  }
  #app #banner .breadcrumb li,
  #app #banner .breadcrumb a,
  #app .btn,
  #app button.csv,
  .form-control,
  .form-control:focus,
  #app #app-content,
  #app label,
  body.front #how-it-works p,
  .btn, .btn:focus,
  .btn:hover,
  .btn:active,
  .btn-primary:not(:disabled):not(.disabled):active,
  button.csv,
  #content-container {
    font-size: 20px;
  }
  .navbar-nav.secondary-nav {
    border-top: 1px solid #333333;
    width: 100%;
  }
  #header .primary-nav:after {
    display: none;
  }
  #header .primary-nav {
    padding: 0;
    margin: 30px 0 0 0;
    width: 100%;
  }
  #header .navbar-nav a {
    padding: 15px 10px;
  }
  #app #main > .container {
    padding: 0 20px;
  }
  body.front #how-it-works p,
  #content-container {
    line-height: 1.7;
  }
  body.front #how-it-works .btn {
    margin-top: 20px;
  }
  .container {
    padding: 20px 0;
  }
  #app label {
    font-size: 18px;
    line-height: 1.3;
  }
  #product {
    margin-bottom: 40px;
  }
  #product h2, #product .h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #product .row:not(last-child) {
    margin-bottom: 20px !important;
  }
  table.half-width,
  #product .txt,
  #product .img {
    width: 100%;
  }
  #product .txt,
  #product .row:nth-child(2n) .txt {
    padding-right: 0px;
    padding-left: 0px;
  }
  #header > .container.align-items-end {
    align-items: center !important;
  }
  body.front #feature .row,
  body.front #how-it-works {
    padding: 20px 0;
  }
  #content-container {
    padding: 20px 0 40px 0;
  }
  #content-container #content {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  #content-container #sidebar {
    padding: 0 20px;
  }
  #sidebar h2, #sidebar .h2 {
    font-size: 28px;
    line-height: 30px;
  }
  body.front #feature h1, body.front #feature .h1 {
    font-size: 50px;
  }
  body.front #introducing h2, body.front #introducing .h2,
  body.front #introducing h2 .small-heading,
  body.front #introducing .h2 .small-heading, {
    font-size: 40px;
  }
  body.front #how-it-works h2, body.front #how-it-works .h2 {
    margin-bottom: 20px;
  }
  #app #banner,
  #banner-public {
    padding: 20px;
  }
  #app main {
    padding-bottom: 0px;
  }
  form .btn,
  #billing_buttons .btn {
    margin-bottom: 10px;
  }
  .table th, .table td, .table thead th, .table tbody td, table tr th, table tr td,
  .table th:first-child, .table td:first-child, .table thead th:first-child, .table tbody td:first-child, table tr th:first-child, table tr td:first-child {
    padding: 5px 10px;
    font-size: 18px;
  }
  .actions i {
    line-height: 1;
  }
  .relative .top-right, .relative .top-right:focus, .relative .top-right:hover {
    position: relative !important;
    top: unset;
    right: unset;
    margin-bottom: 20px;
  }
  .column-fields .fields .field-column,
  .column-fields .fields .field-column:last-of-type {
    width: 100%;
    margin: 0;
  }
  .filter .select-wrapper select {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .filter .select-wrapper:after {
    top: 6px;
  }
  #app button.csv:after,
  #app button.filter:after,
  #app .btn.chev:after,
  #app .btn.file-input:after,
  .select-wrapper:after,
  .btn.btn-primary:after {
    top: 10px;
    right: 10px;
  }
  #app .btn.add:after {
    top: 2px;
  }
  .profile-img {
    float: none;
    margin: 0 0 20px 0;
    max-width: unset;
    width: 100%;
    height: auto;
  }
  .hiw-screenshot {
    padding-top: 40px;
  }
  body.front #how-it-works {
    padding: 20px 0 40px 0;
  }
  body.contact #sidebar h2, body.contact #sidebar .h2 {
    font-size: 20px;
    line-height: 18px;
  }
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  #footer .row {
    display: block;
  }
  .footer-menu {
    margin-top: 20px;
  }
}
