body {
  color: #4b4b4b;
  font-size: 17px;
  font-weight: 300;
}
p {
  margin-bottom: 15px;
  line-height: 1.6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.full-width-section h3 {
  font-weight: normal;
}
.ptho-banner-image {
  display: block;
  width: 100%;
}
.full-width-section {
  padding: 10px 0px;
}
.full-width-section.small-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}
.full-width-section .col-xs-12 .row:not(:last-of-type) {
  margin-bottom: 25px;
}
.blue-bg {
  background-color: blue;
}
.blue-bg p a {
  color: #fedc38;
}
.gray-bg {
  background-color: #eaeaea;
}
.white-bg {
  background-color: #ffffff;
}
.white-text,
.white-text h3 {
  color: white;
}
.cta-bg,
.cta-bg:hover {
  display: block;
  padding: 20px;
  max-width: 300px;
  margin: 40px auto;
  background-color: blue;
  border-radius: 5px;
  font-size: 20px;
  color: white;
  text-decoration: none;
}
.get-started-cta {
  border: 2px solid #4b4b4b;
  border-radius: 5px;
  color: #4b4b4b;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 300px;
  padding: 15px;
}
.get-started-cta:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.number {
  border: 5px solid blue;
  border-radius: 50px;
  color: blue;
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 5px;
  max-width: 70px;
  line-height: 40px;
  padding: 10px;
  text-align: center;
}
.container.ptho-container {
  padding: 0px;
  width: 100% !important;
}
.full-width-section .container {
  margin: 0 auto;
  max-width: 1200px;
}
.container.ptho-container {
  padding: 0px;
  width: 100% !important;
}
.full-width-section .container {
  margin: 0 auto;
  max-width: 1200px;
}
.blue-border {
  display: block;
  border: 2px solid blue;
  /* border-left: 0px;
  border-right: 0px; */
  margin-top: 60px;
  padding: 15px;
  border-radius: 25px;
}
.blue-border h1 {
  color: blue;
}
.blue-border a,
.blue-border a:hover {
  color: #4b4b4b;
  text-decoration: none;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
