body {
  font-family: ropa-sans-pro, sans-serif;
  color: #3b3b3b;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #db0032;
  font-size: 33px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #db0032;
  font-size: 31px;
  line-height: 1em;
  font-weight: 300;
}

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

a:hover {
  text-decoration: underline;
}

.page-conteiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 96vh;
  -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;
}

.page-conteiner.inner-pages {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mojo {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4vh;
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: #ededed;
}

.mojo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
  color: #000;
  text-decoration: none;
}

.logotext {
  margin-right: 5px;
  padding-bottom: 0px;
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mojo-logo {
  width: 240px;
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}

.main-container {
  width: 85%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.login-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.login-logo {
  width: 400px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.field-label {
  margin-right: 20px;
  margin-bottom: 0px;
  font-weight: 400;
}

.field-label.login {
  display: none;
}

.text-field {
  height: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #a8a8a8;
  border-radius: 30px;
  background-color: #fff;
}

.button {
  min-width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 25px;
  border-radius: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#db0032), to(#ff535a));
  background-image: linear-gradient(90deg, #db0032, #ff535a);
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  opacity: 0.8;
}

.main-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: transparent;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #db0032;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-icon {
  height: 30px;
  margin-left: 5px;
}

.logout {
  line-height: 0.9em;
}

.logo {
  width: 300px;
}

.brand {
  padding-left: 0px;
}

.logo-symbol {
  display: none;
  height: 40px;
}

._2nd-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#db0032), to(#ff535a));
  background-image: linear-gradient(90deg, #db0032, #ff535a);
}

._2nd-nav-container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2nd-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
}

._2nd-nav-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

._2nd-nav-icon {
  height: 35px;
  margin-right: 10px;
}

.page-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #db0032;
}

.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-icon {
  height: 35px;
  margin-right: 10px;
}

.flex-horiz-jutstify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  min-height: 320px;
  margin-bottom: 20px;
  -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;
  text-align: center;
}

.stat-subheading {
  font-size: 33px;
  line-height: 1em;
  font-weight: 300;
}

.stat-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #db0032;
  font-size: 70px;
  line-height: 1em;
  font-weight: 300;
}

.gear-bg {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-image: url('../images/gears-bg.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.page-content {
  position: relative;
  z-index: 2;
}

.item-dd-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dd-p {
  margin-bottom: 0px;
}

.show-item-dropdown {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #db0032;
  background-color: #fff;
}

.dropdown-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #4f4f4f;
}

.icon-2 {
  margin-right: 10px;
}

.dropdown-link {
  line-height: 1em;
  text-align: left;
}

.dropdown-link:hover {
  background-color: #ececec;
  text-decoration: none;
}

.filter-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #db0032;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.filter-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.filter-select {
  height: 40px;
  margin-right: 10px;
  margin-bottom: 0px;
  border: 1px solid #db0032;
  border-radius: 30px;
  background-color: #fff;
}

.page-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-form {
  margin-right: 50px;
  margin-bottom: 0px;
}

.show-item-list {
  left: -1px;
  top: -1px;
  width: 75px;
  border: 1px solid #db0032;
  background-color: #fff;
}

.text-block {
  line-height: 1em;
}

.button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -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;
  border: 1px solid #db0032;
  border-radius: 30px;
  color: #db0032;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-link:hover {
  opacity: 0.8;
}

.link-arrow {
  margin-left: 10px;
}

.add-icon {
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

.page-nav-subcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 175px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #db0032;
  text-decoration: none;
  text-transform: uppercase;
}

.accounts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accounts-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c7c7c7;
}

._1-5-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.cell-description {
  display: none;
  margin-left: 5px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #3b3b3b;
}

.page-link.active {
  color: #db0032;
}

.numbers {
  padding-right: 15px;
  padding-left: 15px;
}

.account-detail-container {
  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;
}

.account-column {
  width: 48.5%;
  margin-bottom: 20px;
}

._1-3-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.callout {
  color: #db0032;
}

.account-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

._1-2-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.accounts-detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c7c7c7;
}

.account-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delete-button {
  padding: 13px 25px 11px;
  border: 1px solid #a8a8a8;
  border-radius: 30px;
  background-color: #fff;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

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

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-col-1 {
  width: 20%;
}

.form-col-2 {
  width: 80%;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-detail-form {
  padding-top: 10px;
  padding-bottom: 10px;
}

.select-field {
  height: 50px;
  border: 1px solid #a8a8a8;
  border-radius: 30px;
  background-color: #fff;
}

.cancel-button {
  min-width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 16px 25px;
  border: 1px solid #a8a8a8;
  border-radius: 30px;
  background-color: #fff;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.model {
  position: absolute;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  -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: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.modal-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  min-width: 400px;
  padding: 40px;
  -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;
  border-radius: 20px;
  background-color: #fff;
}

.alert-heading {
  font-size: 33px;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.modal-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -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;
}

.modal-delete {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.modal-delete-confirmation {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.modal-create-account {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.modal-description {
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-save-account {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.account-dropdown {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #db0032;
  background-color: #fff;
}

.account-list {
  left: -1px;
  top: -1px;
  width: 190px;
  border: 1px solid #db0032;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 29px;
  }
  .page-conteiner.inner-pages {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mojo {
    position: relative;
    height: auto;
  }
  .main-nav {
    position: relative;
  }
  .navbar-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .logo {
    width: 270px;
  }
  ._2nd-nav {
    position: relative;
    top: auto;
  }
  ._2nd-nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._2nd-nav-link {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-title-row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-horiz-jutstify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .third {
    width: 100%;
    min-height: 200px;
  }
  .stat-subheading {
    font-size: 29px;
  }
  .stat-heading {
    font-size: 65px;
  }
  .item-dd-holder {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .page-nav-container {
    width: 100%;
    margin-top: 20px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }
  .filter-form {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .page-nav-subcontainer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .accounts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .accounts-row.accounts-description {
    display: none;
  }
  ._1-5-cell {
    width: 100%;
  }
  .cell-description {
    display: block;
  }
  .account-detail-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .account-column {
    width: 100%;
  }
  ._1-3-cell {
    width: 100%;
  }
  .account-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-col-1 {
    width: 100%;
  }
  .form-col-2 {
    width: 100%;
  }
  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cancel-button {
    margin-left: 0px;
  }
  .modal-alert {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 27px;
  }
  .navbar-container {
    height: 75px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-icon {
    height: 25px;
  }
  .logo {
    width: 230px;
  }
  ._2nd-nav {
    height: 60px;
  }
  ._2nd-nav-icon {
    height: 30px;
  }
  .page-icon {
    height: 30px;
  }
  .third {
    min-height: 170px;
  }
  .stat-subheading {
    font-size: 27px;
  }
  .stat-heading {
    font-size: 60px;
  }
  .item-dd-holder {
    width: 100%;
    margin-right: 0px;
  }
  .page-nav-subcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .account-dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
  }
  .page-conteiner.inner-pages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mojo-link {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logotext {
    margin-right: 0px;
  }
  .logo {
    display: none;
  }
  .logo-symbol {
    display: block;
  }
  ._2nd-nav-icon {
    margin-right: 0px;
  }
  ._2nd-nav-text {
    display: none;
  }
  .third {
    min-height: 120px;
  }
  .stat-subheading {
    font-size: 25px;
  }
  .stat-heading {
    font-size: 50px;
  }
  .dd-p {
    font-size: 0.85em;
  }
  .dropdown-content {
    font-size: 0.85em;
  }
  .icon-2 {
    margin-right: 5px;
  }
  .filter-form-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .filter-select {
    margin-bottom: 10px;
  }
  .filter-form {
    width: 100%;
  }
  .add-icon {
    display: none;
  }
  .page-nav-subcontainer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .account-link {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    padding: 9px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #db0032;
    border-radius: 30px;
  }
  .account-title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .delete-button {
    margin-top: 10px;
  }
}

