body * {
  font-family: myriad-pro, sans-serif;
}

.site-text {
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.header {
  height: 50px;
  background-image: -webkit-linear-gradient(0deg, #12a8a6 28%, #104780 81%);
  background-image: linear-gradient(90deg, #12a8a6 28%, #104780 81%);
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.pass_forgot {
    color: white;
}

.navbar-default {
    border-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #12a8a6 28%, #104780 81%);
    background-image: linear-gradient(90deg, #12a8a6 28%, #104780 81%);
}

.navmenu-default {
  background-color: #495c6a;
}

/*force chat window to hover over footer when visible*/
@media (min-width: 768px) {
  .zopim {
    margin-bottom: 30px !important;
  }
}

/*force chat window to left-hand side on mobile*/
@media (max-width: 767px) {
  .zopim {
    right: auto !important;
    left: 10px !important;
  }
}
@media (max-width: 667px) {
    margin-bottom: 30px !important;
}

