﻿.rent, .blue {
  color: #0e4d86;
}

.fit, .green {
  color: #8bc53d;
}

.healthy, .burgundy {
  color: #9d0b0a;
}

.underline {
  border-bottom: 1px solid #000;
}

body {
  padding-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

.yellow-alert .alert {
  padding: 30px 15px;
  background: #ffc000;
  color: #000;
  border-radius: 10px;
}

.cta-n-disclaimer a, .yellow {
  color: #ffc000;
}

.intro-section-logos {
  margin-bottom: 30px;
}

.intro-section-logos .logo img {
  max-height: 83px;
}

.jumbotron-wrapper {
  padding: 90px 0;
  background-color: #0e4d86;
  /*background-color: $bg;*/
}

.jumbotron-wrapper .jumbotron {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}

.jumbotron-wrapper .jumbotron h1 {
  color: #ffc000;
  font-size: 55px;
  font-weight: 600;
}

.jumbotron-wrapper .jumbotron h1 span {
  color: #000;
  font-size: 70%;
}

.container .jumbotron {
  padding: 0;
}

.main-content {
  padding: 80px 0;
}

.services-section {
  background: #f9f9f9;
  padding: 80px 0;
}

.services-section h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}

.services-section .table-responsive {
  margin: 70px 0;
}

.services-section table, .services-section .services-offer table tr, .services-section table th, .services-section table td {
  border: 0;
}

.services-section table td, .services-section .table tbody > tr > td {
  font-size: 24px;
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.services-section table td p {
  font-size: 16px;
  font-weight: 600;
}

.services-section table td img {
  max-width: 100%;
  max-height: 40px;
  display: inline-block;
  margin: 10px auto;
}

.services-section h5 {
  font-weight: bold;
}

.bulk h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  /*margin-bottom: 50px;*/
  margin: 30px auto;
  margin-bottom: 80px;
}

.bulk h2.xmargin {
  /*margin: 60px auto;*/
}

.bulk p, .bulk li {
  font-family: "Montserrat", sans-serif;
  /*font-weight: bold;*/
  font-size: 18px;
}

.cta-n-disclaimer {
  /*margin-bottom: 60px;*/
}

.cta-n-disclaimer h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
  /*text-transform: capitalize;*/
}

.main-content .cta-n-disclaimer {
  margin-top: 60px;
}

.watch-section {
  padding: 80px 0;
}

.watch-section h3 {
  margin: 5px auto 20px;
  font-size: 29px;
  font-weight: 600;
}

.watch-section h4 {
  margin: 15px auto;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 900px;
}

.watch-section .two-display li {
  float: left;
  width: 50%;
  font-size: 18px;
  margin: 5px auto;
  padding-right: 35px;
  font-family: "Montserrat", sans-serif;
}

footer {
  background: #0e4d86;
  padding: 20px 0;
}

footer p {
  color: #fff;
}
/*# sourceMappingURL=Site.css.map */