/*
* FONTS
*/
/*
* MEDIA QUERIES
*/
/*
* SPACING
*/
/*
* LAYOUT GRID
*/
.guarantee-banner {
  background-image: url("https://www.vistaprint.com/Sales/Utility/Img.caspx?s=%2fvp%2fimages%2fvp-site%2fcommon%2ftile-backgrounds%2fdiagonal-background-tile-002-2x.png&w=5&h=5&langid=1&q=0&c=64&hc=004b4f72&ie6=0&dyn=1&width=5");
  background-size: 5px 5px;
  background-color: #2ba8e0;
  padding: 50px 0;
  margin-bottom: 20px;
  text-align: center; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
    .guarantee-banner {
      background-image: url("https://www.vistaprint.com/Sales/Utility/Img.caspx?s=%2fvp%2fimages%2fvp-site%2fcommon%2ftile-backgrounds%2fdiagonal-background-tile-002-2x.png&w=5&h=5&langid=1&q=0&c=64&hc=004b4f72&ie6=0&dyn=1&hires=1&width=5"); } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .guarantee-banner {
      padding: 40px 0;
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .guarantee-banner {
      padding: 30px 0;
      margin-bottom: 5px; } }

.guarantee-title {
  line-height: 2em;
  margin-bottom: 10px;
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  font-size: 28px;
  font-weight: bold; }
  .lang-jp .guarantee-title {
    font-family: 'MS Gothic', 'MS Mincho', sans-serif; }

.guarantee-subtitle {
  margin-bottom: 20px;
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  font-size: 20px; }
  .lang-jp .guarantee-subtitle {
    font-family: 'MS Gothic', 'MS Mincho', sans-serif; }

.guarantee-care-number {
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  font-size: 28px;
  font-weight: bold; }
  .lang-jp .guarantee-care-number {
    font-family: 'MS Gothic', 'MS Mincho', sans-serif; }
  .guarantee-care-number a.knockout {
    text-decoration: none; }
  a .guarantee-care-number:hover {
    text-decoration: underline; }
