body {
  font-family: 'Montserrat', sans-serif;
  width: 980px;
  padding: 0;
  margin: 0 auto;
}

table {
  background-color: #f3f3f7;
}

div.top-div {
  position: relative;
}

div.top-div img.new-splash {
  position: absolute;
  left: 270px;
}

.learn-more-td {
  background-color: #CECFD5;
}

.heading-td {
  background-color: #FFBC42;
}

.heading-td h3 {
  color: #ffffff;
  padding: 0 0 0 150px;
}

div.learn-more-div {
  width: 95%;
  border: 1px solid #E6E7EA;
  border-radius: 5px;
  margin: 15px auto;
  background-color: #ffffff;
}

div.learn-more-div a {
  display: block;
  padding: 10px;
  font-size: 14px;
}

div.learn-more-div a.middle-link {
  border-top: 1px solid #CECFD5;
  border-bottom: 1px solid #CECFD5;
	color: #f2545a;
}

div.learn-more-div a.active-link,
div.learn-more-div a:hover  {
  background-color: #CECFD5;
	color: #f2545a;
}

div.learn-more-div a.faq-link {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

div.faqs-remaining {
  margin-top: 15px;
}

div.learn-more-div h3 {
  padding: 3px 10px;
}

div.back-link {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3f7;
  padding-right: 10px;
}

div.quick-links {
  margin-top: 50px;
}

div.quick-links a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

div.faqs-div {
  padding-left: 10px;
  padding-right: 10px;
}

div.faqs-div p.question {
  font-size: 15px;
  font-weight: 500;
  padding: 13px;
  background-color: #E6E7EA;
  margin: 0;
  color: #0081A7;
  border-radius: 3px;
}

div.faqs-div p.answer {
  font-size: 14px;
  padding: 13px;
  margin: 5px 0 15px 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

div.faqs-div .answer-points{
  font-size: 14px;
  /*padding: 13px;*/
  /*margin: 5px 0 15px 25px;*/
  font-weight: 300;
  color: #3b3d42;
}

p {
  font-weight: 300;
  font-size: 14px;  
  color: #3b3d42;
}

p.top {
  padding: 10px;
}

.cover-trust-text {
  padding: 5px 15px;
  margin: 0;
}

.right-border {
  
}
.top-nav {
  height: 150px;
  background: #00bbd3;
  background: -webkit-linear-gradient(#00bbd3 0%, #ffffff 30%, #ffffff 70%, #158bae 100%);
  background: -moz-linear-gradient(#00bbd3 0%, #ffffff 30%, #ffffff 70%, #158bae 100%);
  background: -o-linear-gradient(#00bbd3 0%, #ffffff 30%, #ffffff 70%, #158bae 100%);
  background: linear-gradient(#00bbd3 0%, #ffffff 30%, #ffffff 70%, #158bae 100%);
}
.top-nav img {
  padding-left: 10px;
}
.top-nav h1 {
  font-weight: 500;
  font-size: 20px;
  color: #0081a7;
}
.top-nav h1 .extra-h1 {
  font-weight: 700;
  font-size: 24px;
}

.best-possible-service {
  margin-top: 30px;
}

.best-possible-service img {
  padding: 10px 15px;
}

.best-possible-service p {
  font-weight: 300;
  font-size: 12px;
  margin-top: 0;
}

.best-possible-service p.last-line {
  margin-top: 10px;
}

.bottom-desclaimer {
  font-weight: 300;
  font-size: 10px;
  color: #0181a7;
  padding: 10px 10px;
}

.repair-section {
  
  width: 40%;
	vertical-align: top;
	padding-top: 25px;
}

.replace-table {
  padding-left: 0 10px;
}

.replace-table img.point-img {
  padding-left: 20px;
  padding-right: 5px;
}
.replace-table p {
  padding-right: 10px;
}
.repair-section img.point-img {
  padding-left: 10px;
}

.refund-section {
 
}

h2 {
  font-weight: 600;
  font-size: 18px;
  color: #00bbd3;
}

h3 {
  font-weight: 500;
  color: #00bad3;
  padding: 5px 10px 0 10px;
  margin: 10px auto;  
}

.footer-table p{
  font-size: 12px;
  color: #F3F4F7;
}

.footer-table td {
  color: #F3F4F7;
}
.footer-table a {
  color: #F3F4F7 !important;
  font-size: 12px;
  font-weight: 100;
}

.footer-table .subscribe-form input {
  border: none;
  width: 220px;
  line-height: 2.5;
  padding-left: 5px;
}
.footer-table .subscribe-form button.subscribe {
  background-color: #FFBC42;
  border: none;
  padding: 8px 10px;
  border-radius: 3px;
  margin: 10px;
  font-weight: 600;
  color: #5E626B;  
}

a.nav {
    color: #f2545a;
    text-decoration: none;
}

/* visited link */
/*
a:visited {
    color: #f2545a;
}
*/

/* mouse over link */
a:hover {
    color: #f2545a;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #f2545a;
}


.footer-table {
  background-color: #0081A7;
}