header {
  padding-top: 25px;
}

#ess-logo {
  max-width: 260px;
  max-height: 80px;
}

#phone-number {
  margin: 0;
  color: #fbb03b;
}

#phone-icon {
  background-color: #f0ad4d;
  border: 1px solid #f0ad4d;
  border-radius: 3px;
  padding:3px 6px;
  position: absolute;
  top: 26px;
  right: 15px;
}

#phone-icon:hover {
  background-color: #ec971e;
  border: 1px solid #d58511;
}

#phone-icon i {
  color: #fff;
  font-size: 2.25em;
}

#slogan {
  margin: 18px 0 0;
  color: #0393df;
  font-size: 1.75em;
}

main {
  background-color: #0393df;
}

#center-header {
  background-color: #0455a4;
  min-height: 70px;
}

#center-header h1 {
  margin: 15px 0 0;
  line-height: 70px;
  color: #f2f2f2;
  font-size: 2em;
}

#main-content {
  padding: 50px 0;
}

#main-content h4 {
  color: #f2f2f2;
  font-weight: 300;
  margin:2px 0 10px;
}

#main-content iframe {
  width: 560px;
  height: 314px;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  border-radius: 4px;
}

.fa-check-square.pull-left {
  color: #8edb2b;
  font-size: 1.8em;
  margin-right: 20px;
  margin-bottom: 10px;
}

#free-demo-form {
  background-color: #0455a4;
  padding: 15px 5px 20px;
  border-radius: 4px;
  margin: 25px 0 0;
}

#free-demo-form-header {
  margin:0 0 15px;
  color: #fff;
  letter-spacing: 1px;
}

span.start-text {
  position: relative;
  top: -2px;
}

#free-demo-form .fa-arrow-circle-o-right {
  font-size: 1.6em;
  margin-left: 8px;
}

#more-info {
  background-color: #f5f5f5;
  padding: 50px 0;
}

#what-if-section {
  color: #0455a4;
}

#what-if-section i {
  font-size: 2.5em;
  display: block;
  margin-top: 15px;
}

#what-if-section p {
  min-height: 50px;
  font-size: 1.15em;
  margin-top: 15px;
}

#testimonials-section h3 {
  color: #0455a4;
}

#testimonials-section iframe {
  margin-top: 15px;
  width: 215px;
  heigth: 151px;
}

#testimonials-section strong {
  color: #4d4d4d;
}

#testimonials-section .stars {
  margin-left: 15px;
  margin-top: -8px;
}

.quote {
  position: relative;
  margin: 15px 0 15px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.quote::before {
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 22px;
  content: "";
  margin-top: 1px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;

}

.quote::after {
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 23px;
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
}

.stars {
  max-height: 22px;
  max-width: 120px;
}

#prominent-reviews {
  padding: 50px 0;
}

.rating:not(:last-child) {
  border-right: 1px solid #ccc;
}

footer {
  padding: 15px 0 10px;
  background-color: #0455a4;
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
}

#agreements a{
  color: #90d8f7;
}

.has-error .form-control {
  border-width: 2px;
}

/*========== Privacy Policy Page ==========*/
.terms-nav {
  background-color: #0455a4;
  min-height: 70px;
  margin-top: 15px;
}

.terms-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.terms-nav ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

.terms-nav ul li a {
  line-height: 70px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.25em;
  text-decoration: none;
}

.terms-nav ul li a:hover, .terms-nav a.active{
  color: #fff;
}

.terms-nav .fa-home {
  font-size: 1.3em;
}

.terms {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 4px;
  color: #444;
}

.terms p {
  font-size: 1.15em;
}



/*========== Media Queries ==========*/

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
      #phone-number {
        margin-top: 7px;
        font-size: 2.25em;
      }
      #slogan {
        font-size: 1.5em;
      }
      #center-header {
        font-size: .9em;
      }

      #main-content h4 {
        font-size: 1em;
        font-weight: 300;
        margin: 4px 0 10px;
      }

      #main-content iframe {
        width: 450px;
        height: 252px;
      }

      #testimonials-section iframe {
        width: 180px;
        height: 140px;
      }

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

      #phone-number {
        margin-top: 22px;
        font-size: 2.25em;
      }
      #slogan-sm {
        color: #0393df;
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 1.1em;
      }
      #center-header {
        font-size: .75em;
      }

      #main-content iframe {
        margin-bottom: 25px;
      }

      #testimonials-section iframe {
        width: 250px;
        height: 200px;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

      #phone-number {
        margin-top: 56px;
        font-size: 1.8em;
      }

      #center-header h1 {
        font-size: 1.5em;
        font-weight: 200;
      }

      #main-content {
        margin-top: 15px;
        padding: 20px 0;
      }

      #more-info {
        background-color: #fff;
        padding: 0;
      }

      #what-if-section {
        margin: 50px 0;
      }

      #testimonials-section {
        background-color: #f5f5f5;
        padding-top: 50px;
        padding-bottom: 50px;
      }

      #prominent-reviews {
        padding: 0;
      }

      #prominent-reviews img {
        margin: 20px 0;
      }
      .rating {
        border-right: 0;
      }

      .rating:not(:last-child) {
        border-bottom: 1px solid #ccc;
      }

      .terms-nav ul li {
        display: inline-block;
        padding: 0 10px;
      }

      .terms-nav ul li a {
        font-size: 1.1em;
      }

      .terms {
        padding: 15px 25px 25px;
        margin-top: 20px;
        margin-bottom: 20px;
      }

      .terms p {
        font-size: 1em;
      }

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

      #center-header h1 {
        font-size: 1.25em;
        font-weight: 200;
      }

      #main-content iframe {
        width: 100%;
        height: 220px;
        margin-bottom: 25px;
      }

      #main-content h4 {
        font-size: .8em;
        margin: 6px 0 10px;
      }

      #testimonials-section {
        text-align: center;
      }
      #testimonials-section p {
        text-align: left;
      }


    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }
