body {
  font-family: 'roboto', sans-serif;
  color: rgb(37, 37, 37);
}

img {
  max-width: 100%;
}

h1,.h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 900;
  font-size: 34pt;
}

h2,.h2 {
  font-weight: 900;
  font-size: 23pt;
}

h5,.h5 {
  font-weight: 300;
  font-size: 18pt;
  margin-bottom: 60px;
}

h3,.h3 {
  margin:30px 0 20px;
}

p,.p {
  text-align: justify;
  font-weight: normal;
  font-size: 14pt;
}

.stylish-list {
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  padding: 0;
}

.stylish-list li:before{
  content: counter(li);
  counter-increment: li;
  color: #00bff3;
  font-size: 30pt;
  font-weight: 900;
  position: relative;
  top: .2em;
  margin-right: 10px;
}

.center {
  text-align: center;
  display: block;
  margin:auto;
}

.center-justify {
  text-align: justify;
  text-align-last: center;
  display: block;
  margin:auto;
}

.disclaimer {
  font-size: 10pt;
  text-align: justify;
  text-align-last: center;
}

.padding5px {
  padding: 5px;
}

.all-caps {
  text-transform:uppercase;
}

.gray-bg {
    background-color: #cecece;
}

.light-gray-bg {
  background-color: #ededed
}

.blue-bg {
  background-color: #00bff3;
}

.dark-blue-bg {
  background-color: rgb(17, 32, 57);
}

.blue-hr {
  border: 0;
  height: 1px;
  background: #00bff3;
}

.blue {
  color: #00bff3;
}

.red {
  color:red;
}

.white {
  color:white;
}

.crossed {
  text-decoration: line-through;
}

.no-margins {
  margin: 0;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent; 
  border-right:30px solid #00bff3; 
  float:left;
  margin-left: -45px
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent; 
  border-left:30px solid #00bff3; 
  float:right;
  margin-right: -30px;
}

.bold-highlight{
  font-size: 58pt;
  line-height: 50px;
}

.shadow {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.shadow-small {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.60);
}


.inner-shadow {
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}

.text-shadow {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.54);
}

.max-width {
  max-width: 800px;
}

.btn {
  border-radius: 0px;
  border:none;
}

.btn-secondary {
  background-color: rgb(235, 235, 235);
  font-weight: 300;
  color: #464646;
}

.a-secondary:hover {
  color: #fff;
  text-decoration: none;
}


.btn-primary {
  background-color: #00bff3;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
}

.btn-primary a {
  color: rgb(255, 255, 255);
}

.btn-primary a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.a-primary:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #112039;
  text-decoration: none;
}

.header {
  background-color: rgb(17, 32, 57);
  min-height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
}

.content-wrap {
  background-color: white;
  padding: 40px;
  max-width: 800px;
  margin-bottom: 60px;
}

.quote-box {
  background-color: white;
  padding: 20px;
  max-width: 350px;
  min-height: 170px;
  margin:auto;
  display:flex;
  align-items: center;
}

.profile-pic {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 20px auto;
}

.testimonial {
  max-width: 520px;
  margin-top: 70px;
}

.quote-title {
  color: #00bff3;
  font-weight: 500;
  font-style: italic;
}

.pointy-separator {
  margin-top: 90px;
  position: relative;
  top: 23px
}

.phone {
  color: white;
  font-weight: 500;
  font-size: 17pt;
}

.phone img {
  margin-right: 20px;
}

@media only screen and (min-width: 580px) {
    .phone {
      position: absolute;
      right: 50px;
      width: auto;
    }
}

.call-to-action {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}

.blue-separator {
  background-color: #00bff3;
  color: white;
  z-index: 1;
  position: relative;
  height: 80px;
}

.blue-separator h2{
  margin: 0;
}

.image-col {
  max-width: 336px;
  margin: auto;
}

.call-to-action h1{
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 30px
}

@media only screen and (max-width: 480px) {
  .call-to-action img {
    max-width: 100%;
  }
  .call-to-action h1 {
    font-size: 23pt;
  }
  .bold-highlight {
    font-size: 40pt;
  }
  h1 {
    font-size:22pt !important;
  }
}