﻿body {
  color: #585858;
  line-height: 20px;
  font-size: 13px;
}
h1 {
  font-size: 28px;
  margin-top: 20px;
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 18px;
  }
}
.h1-white {
  color: #ffffff;
}
.h2-white {
  color: #ffffff;
}
h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
h3 {
  font-size: 15px;
  margin-bottom: 10px;
  padding-top: 0;
}
.h3-white {
  color: #ffffff;
}
h4 {
  font-size: 14px;
  margin-bottom: 20px;
}
a.no-style {
  text-decoration: none;
  color: #585858;
}
.no-margin-b {
  margin-bottom: 0;
}
.no-padding-b {
  padding-bottom: 0!important;
}
/*** Inputs */
.input-title {
  font-size: 14px;
  color: black;
  font-weight: 500;
  margin-bottom: 5px;
}
/*** End Inputs */
/*** Text */
.text-available {
  font-size: 13px;
  font-weight: 700;
  color: #72ac3b;
  text-transform: capitalize;
}
/*** Text */