@media (max-width: 767px) {
  .xs-text-center {
    text-align: center !important; } }
.col-centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto; }

.text_blue1 {
  color: #03A3C9 !important; }

.text_blue2 {
  color: #49C9F4 !important; }

.text_green1 {
  color: #1CBCA4 !important; }

a:hover {
  color: #03A3C9; }

.btn-primary {
  color: #fff;
  background-color: #03A3C9; }

.btn-danger {
  color: #fff; }

.btn {
  text-shadow: none !important; }

ul.list-style {
  list-style: none;
  /* Remove default bullets */ }
  ul.list-style li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #03A3C9;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */ }
  ul.list-style li {
    font-weight: 300;
    font-size: 18px;
    padding: 5px 0; }

label.error {
  font-weight: normal;
  color: red;
  font-size: 13px; }

/*# sourceMappingURL=core.css.map */
