body {
  color: #3F3F3F;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #3F3F3F;
  transition: all .3s linear;
}

#header {
  background-color: #569CB6;
  height: 70px;
}

#header .col-sm-12 {
  margin-top: 30px;
  text-align: right;
  color: white;
  font-size: 14px;
  font-family: "Open Sans Condensed";
  font-weight: bold;
}

#header .col-sm-12 .trusted-shops-s {
  position: absolute;
  top: -6px;
}

#header .col-sm-12 a {
  color: white;
  margin-left: 20px;
}

#header .col-sm-12 a:hover {
  color: white;
  opacity: 0.8;
}

#header .col-sm-12 .search-form {
  position: absolute;
  top: 60px;
  right: 15px;
  padding-left: 56px;
}

#header .col-sm-12 input {
  border: 1px solid #B0D0DC;
  background: #FAFCFD;
  width: 300px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #3F3F3F;
}

#header .col-sm-12 .search-form .submit {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #569CB6;
  cursor: pointer;
}

#header .col-sm-12 .search-form .search-link {
  font-size: 26px;
  color: #569CB6;
}

#header .col-sm-12 .search-form img {
  position: absolute;
  top: -3px;
  left: 0px;
}

#header .col-sm-12 img.first-badge {
  position: absolute;
  top: 15px;
  left: 15px;
}

#header .col-sm-12 img.second-badge {
  position: absolute;
  top: 15px;
  left: 284px;
}

#header .col-sm-12 img.first-badge-s {
  position: absolute;
  top: 15px;
  left: 15px;
}

#header .col-sm-12 img.second-badge-s {
  position: absolute;
  top: 15px;
  left: 211px;
}

#content {
  padding-top: 100px;
  padding-bottom: 200px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f0f4+0,ffffff+50,ffffff+100 */
  background: rgb(228,240,244); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(228,240,244,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(228,240,244,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(228,240,244,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f0f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #569CB6;
  border-top: 1px solid white;
}


#content .mobile-search {
  text-align: right;
}

#content .mobile-search a {
  text-align: right;
  color: #569CB6;
  font-size: 20px;
}

#content h1 {
  font-family: "Open Sans Condensed";
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 20px;
}

#content p {
  color: #888;
  margin-bottom: 30px;
  font-size: 16px;
}

#content ul {
  font-size: 20px;
  list-style-type: none;
  padding-left: 0;
}

#content ul li {
  line-height: 1.35;
  padding-bottom: 10px;
  color: #111;
  position: relative;
  padding-left: 20px;
}

#content ul li::before {
  content: "+";
  position: absolute;
  font-weight: bold;
  margin-right: 10px;
  color: #569CB6;
  left: 0;
  top: 1px;
  line-height: 1;
}


.call-to-action {
  min-height: 210px;
  border-top: 1px solid white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f0f4+0,ffffff+50,ffffff+100 */
  background: rgb(228,240,244); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(228,240,244,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(228,240,244,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(228,240,244,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f0f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.call-to-action .col-sm-6 {
  padding-top: 120px;
  text-align: center;
}

.call-to-action .col-sm-6.first img {
  position: absolute;
  top: -220px;
  left: 0;
}

.call-to-action .col-sm-6.second img {
  position: absolute;
  top: -320px;
  left: 0;
}

.call-to-action p {
  color: #888;
  margin: 50px 0 30px;
  font-size: 16px;
}

.button {
  position: relative;
  padding: 0 70px;
  border: 1px solid #569CB6;
  font-size: 20px;
  font-family: "Open Sans Condensed";
  font-weight: bold;
  color: white;
  line-height: 43px;
  height: 45px;
  display: inline-block;
  background: #C0DCE6;
  background: linear-gradient(#C0DCE6, #569CB6);
}

.button span{
  position: absolute;
  right: -36px;
  top: -36px;
  background: #BD1220;
  border-radius: 50%;
  text-align: center;
  display: block;
  padding-top: 12px;
  height: 78px;
  width: 78px;
  line-height: 1.35;
  font-size: 18px;
}

.button:hover {
  color: white;
  background: #C0DCE6;
  background: linear-gradient(#99C4D4, #569CB6);
}

#footer {
  background-color: #569CB6;
  height: 20px;
}

@media (max-width: 1199px) {

  #content {
    padding-bottom: 150px;
  }

  .call-to-action .col-sm-6.first img {
    position: absolute;
    top: -176px;
    left: 0;
  }

  .call-to-action .col-sm-6.second img {
    position: absolute;
    top: -278px;
    left: 0;
  }

}

@media (max-width: 991px) {

  #content {
    padding-bottom: 120px;
  }

  #content h1 {
    font-size: 48px;
  }

  .call-to-action .col-sm-6.first img {
    position: absolute;
    top: -120px;
    left: 0;
  }

  .call-to-action .col-sm-6.second img {
    position: absolute;
    top: -198px;
    left: 0;
  }

}

@media (max-width: 767px) {

  .container {
    width: 320px;
  }

  #header .col-sm-12 {
    margin-top: 15px;
  }

  #header .col-sm-12 img.first-badge-s {
    width: 133px;
    top: 35px;
  }

  #header .col-sm-12 img.second-badge-s {
    width: 133px;
    left: 173px;
    top: 35px;
  }

  #content {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  #content h1 {
    font-size: 28px;
  }

  #content ul {
    font-size: 16px;
  }

  .call-to-action {
    min-height: 300px;
  }

  .call-to-action .col-sm-6 {
    padding-top: 190px;
  }

  .call-to-action .col-sm-6.first {
    padding-top: 130px;
  }

  .call-to-action .col-sm-6.first img {
    position: absolute;
    top: -60px;
    left: 0;
  }

  .call-to-action .col-sm-6.second img {
    position: absolute;
    top: -60px;
    left: 0;
  }

  .button {
    width: 100%;
    font-size: 18px;
  }

  .button span {
    height: 68px;
    width: 68px;
    right: 5px;
    font-size: 15px;
  }
}

::-webkit-input-placeholder {
    color:    #8BBBCD;
}
:-moz-placeholder {
   color:    #8BBBCD;
   opacity:  1;
}
::-moz-placeholder {
   color:    #8BBBCD;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #8BBBCD;
}
:placeholder-shown { 
  color:    #8BBBCD;
}
