h1,h2,h3,h4,h5,h6{ font-family: 'Raleway', 'Open Sans','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; }
body{ font-family: 'Raleway', 'Open Sans','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; }

header.centered-text h1 {
  line-height: 40px;
}

ul.bullet,
ul.bullet > li {
	list-style-type: disc;
	margin-left: 10px;
  font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 28px;
}

p.bottom {
	margin-bottom: 0;
}

.glyphicon {
  top: 5px;
}

.img-responsive {
  margin: 0 auto;
}

.pricing-2 .pricing-table {
  border: none;
}

.ambio-pricing {
  border-radius: 25px;
  list-style: none;
  overflow: hidden;
  border: 2px solid rgba(35, 35, 35, 0.2);
  padding: 0px;
}

.ambio-pricing .no-pad {
  padding: 0;
}

.pricing-table .features h2,
.pricing-table .features h3,
.pricing-table .features h4 {
  font-weight: 500;
}

.ambio-table-padding {
  padding: 24px 8px !important;
}

.pricing-table .features strong {
  font-weight: 700;
}

.ambio-pricing .pricing-table .features li {
  border: none;
}

table.ambio-price-list {
  border-top: 0 !important;
  margin: -1px 0 0 0 !important;
}

.ambio-price-list h3 {
  font-weight: 700;
  padding: 6px 0;
}

.ambio-price-list h4 {
  font-weight: 500;
}

.other-guys h4 {
  font-weight: 600;
}

.ambio-pricing .pricing-table .features li.price-head,
.blue-table {
  background-color: #136480 !important;
}
.ambio-pricing .pricing-table .features li.price-head h3,
.blue-table h3 {
  color: #fff !important;
  font-weight: 700 !important;
}

.ambio-pricing .pricing-table .features li.price-green,
.orange-table {
  background-color: rgba(246, 130, 44, 0.4) !important;
}
/* Blue bkg   background-color:  rgba(19, 100, 128, 0.2);  */

.ambio-pricing .pricing-table .features li.price-gray {
  background-color: rgba(35, 35, 35, 0.1);
  color: #5B6420;
}

.ambio-pricing .pricing-table .features li.price-white {
  background-color: #fff;
  color: #5B6420;
}

.ambio-pricing .center-list {
  border-right: 1px solid rgba(35, 35, 35, 0.2);
  border-left: 1px solid rgba(35, 35, 35, 0.2);
}

body.home-page header.fullscreen-element div.container {
  padding-top: 160px;
}
body.home-page header.fullscreen-element.home {
  max-height: 800px;
}
body.slideshow1 header.slideshow-container {
  min-height: 1150px !important;
}
body.slideshow1 header.slideshow-container ::before {
  display: none;
}
body.slideshow1 header.fullscreen-element div.container {
  padding-top: 70px !important;
  min-height: 1150px !important;
}

.ambio-video {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 3px;
  padding: 24px 20px 24px 20px;
  margin-top:  60px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: left;
  color: #444444;
  display: flex;
  padding-bottom: 67.5%;
  height: 0;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.extra-padding {
  padding: 1rem 0 0 2rem;
}

.extra-padding:last-of-type {
  padding: 1rem 0 2rem 2rem;
}

 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 70%;
}
 
.ambio-video iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-container {
	clear: both;
}


@media only screen and (max-width: 767px) {

  .pricing-table {
    margin-bottom: 0;
    border-radius: 0 !important;
    border: none !important;
  }

  table.ambio-price-list .blue-table h3 {
    font-size: 22px;
  }

  .nav-menu {
    padding-top: 32px;
  }

}
