html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin:0;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: museo-sans, verdana, sans-serif;
  font-size: 1.3em;
  line-height: 1.5;
  color: #333;
margin:0;
}

h1, h2, h3, h4, h5 {
  font-family: museo, serif; }

h1, h2, h3 {
  font-weight: bold;
  color: #ED1849; }

h4, h5, h6 {
  color: #333; }

h1 {
  line-height: 1.2; }

h2 {
  line-height: 1.33; }

h3 {
  line-height: 1.5; }

h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

h2 {
  font-size: 2.5em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 2em;
  margin-bottom: 0.5em; }

h4 {
  font-size: 1.75em;
  margin-bottom: 0.5em; }

h5 {
  font-size: 1.5em;
  margin-bottom: 0.5em; }

h6 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  font-family: museo-sans, verdana, sans-serif; }

@media (max-width: 767px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.8em; }

  h3 {
    font-size: 1.6em; }

  h4 {
    font-size: 1.5em; }

  h5 {
    font-size: 1.3em; }

  h6 {
    font-size: 1.2em; } }
p {
    margin:0 0 1em;
}
main {
  padding: 100px 40px;
  max-width:1000px;
  margin:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.about {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
}
.about h3 {
  margin-top:0px;
}
  .content {
      height:100%;
    padding: 0 2em;
    text-align: center;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:center;
          -ms-flex-align:center;
              align-items:center;
      -webkit-box-pack:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
          -ms-flex-direction:column;
              flex-direction:column;
  }
  .subtitle {
      font-size:1.3em;
  }
  .logo {
      position:absolute;
      top:10em;
      width:125px;
      margin-bottom:1em;
  }
  .logo.white {
    display:none;
  }
  input {
      font-size:2em;
      width:500px;
  }
  .preview {
    width:425px;
    height:550px;
    border:1px solid black;
    font-size:.5em;
    position:relative;
  }
  .print-settings {
      position:absolute;
      top:20px;
      right:20px;
      border: 2px solid #fff;
      cursor:pointer;
      color:#fff;
      font-weight:bold;
      text-decoration:none;
      padding:10px 20px;
      -webkit-transition: 200ms ease;
      transition:200ms ease;
  }
  
  .print-settings:hover {
      color:#ed1849;
      background:#fff;
  }

a {
color:#d30a7c;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/* BUTTONS */
.btn {
-webkit-transition: 200ms ease;
transition: 200ms ease;
font-weight: bold;
border-radius: 0;
padding: 0.6em 2.5em;
font-size: 1em;
margin-bottom: 1em;
display: inline-block;
cursor: pointer; }
.btn:hover {
  text-decoration: none; }
.btn.primary {
  background: #830065;
  border: 2px solid #830065;
  color: #ffffff; }
.btn.secondary {
  background: #B32572;
  border: 2px solid #B32572;
  color: #ffffff; }
.btn.gradientT {
  position: relative;
  color: #ED1849;
  -o-border-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
     border-image: -webkit-linear-gradient(left, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
     border-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
  border-image-slice: 1;
  border-width: 2px;
  z-index: 0;
  border-width: 2px;
  border-style: solid;
  border-color: unset; }
  .btn.gradientT:after {
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-image: -webkit-linear-gradient(left, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
    background-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
    z-index: -1; }
.btn.whiteT {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff; }
.btn.primary:hover {
  background: #a70081;
  border: 2px solid #a70081;
  color: #ffffff; }
.btn.secondary:hover {
  background: #d12b85;
  border: 2px solid #d12b85;
  color: #ffffff; }
.btn.whiteT:hover {
  color: #830065;
  background: #ffffff; }
.btn.gradientT:hover {
  color: #ffffff; }
  .btn.gradientT:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.btn[disabled] {
  color: #999;
  background: #ddd;
  border: 2px solid #ddd;
  cursor: not-allowed; }
  .btn[disabled]:hover {
    color: #999;
    background: #ddd;
    border: 2px solid #ddd; }
    .btn[disabled]:hover:after {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  /* FORMS */
  .form .field {
    margin-bottom: .5em; }
    .form .field > label {
      display: block;
      font-weight: bold; }
    .form .field > input + label {
      display: inline-block;
      font-weight: normal;
      cursor: pointer; }
    .form .field > input[type="text"],
    .form .field > input[type="phone"],
    .form .field > input[type="email"],
    .form .field > textarea,
    .form .field > select {
      border: 0;
      color: #333;
      background: #f0f0f0;
      margin-bottom: .5em;
      padding: .5em;
      font-size: 1em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      min-width: 200px;
      max-width: 100%;
      border-radius: 0;
      box-sizing: border-box;
      cursor: pointer !important; }
      .form .field > input[type="text"]:focus, .form .field > input[type="text"]:active,
      .form .field > input[type="phone"]:focus,
      .form .field > input[type="phone"]:active,
      .form .field > input[type="email"]:focus,
      .form .field > input[type="email"]:active,
      .form .field > textarea:focus,
      .form .field > textarea:active,
      .form .field > select:focus,
      .form .field > select:active {
        outline: none;
        background: whitesmoke; }
      .form .field > input[type="text"]::-webkit-input-placeholder,
      .form .field > input[type="phone"]::-webkit-input-placeholder,
      .form .field > input[type="email"]::-webkit-input-placeholder,
      .form .field > textarea::-webkit-input-placeholder,
      .form .field > select::-webkit-input-placeholder {
        color: #999; }
      .form .field > input[type="text"]::-moz-placeholder,
      .form .field > input[type="phone"]::-moz-placeholder,
      .form .field > input[type="email"]::-moz-placeholder,
      .form .field > textarea::-moz-placeholder,
      .form .field > select::-moz-placeholder {
        color: #999; }
      .form .field > input[type="text"]:-ms-input-placeholder,
      .form .field > input[type="phone"]:-ms-input-placeholder,
      .form .field > input[type="email"]:-ms-input-placeholder,
      .form .field > textarea:-ms-input-placeholder,
      .form .field > select:-ms-input-placeholder {
        color: #999; }
      .form .field > input[type="text"]::placeholder,
      .form .field > input[type="phone"]::placeholder,
      .form .field > input[type="email"]::placeholder,
      .form .field > textarea::placeholder,
      .form .field > select::placeholder {
        color: #999; }
      .form .field > input[type="text"][disabled],
      .form .field > input[type="phone"][disabled],
      .form .field > input[type="email"][disabled],
      .form .field > textarea[disabled],
      .form .field > select[disabled] {
        background: #ddd;
        cursor: not-allowed !important; }
    .form .field > textarea {
      width: 500px; }
    .form .field > select {
      padding-right: 2em;
      background: url(/tools/bindercover/images/caret-down.svg) no-repeat scroll right 0.5em center/20px 50% #f0f0f0; }
      .form .field > select:focus, .form .field > select:active {
        outline: none;
        background: url(/tools/bindercover/images/caret-down.svg) no-repeat scroll right 0.5em center/20px 50% whitesmoke; }
    .form .field > input[type="checkbox" i],
    .form .field > input[type="radio" i] {
      font-size: 1em;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 15px;
      width: 15px;
      margin: 0 .5em 0 2px;
      background: #f0f0f0;
      border: 2px solid #f0f0f0;
      box-shadow: 0 0 0px 2px #f0f0f0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer !important; }
      .form .field > input[type="checkbox" i]:focus, .form .field > input[type="checkbox" i]:active,
      .form .field > input[type="radio" i]:focus,
      .form .field > input[type="radio" i]:active {
        outline: none; }
      .form .field > input[type="checkbox" i]:checked,
      .form .field > input[type="radio" i]:checked {
        background: #830065 !important;
        box-shadow: 0 0 0px 2px #830065; }
      .form .field > input[type="checkbox" i] + label,
      .form .field > input[type="radio" i] + label {
        margin-bottom: 5px;
        margin-top: 5px; }
    .form .field input[type="radio" i] {
      border-radius: 50%; }
    .form .field.req > label:after {
      content: "*";
      color: #ED1849; }
    .form .field .error {
      display: none;
      color: #ED1849;
      font-size: 0.9em;
      margin-top: -.5em; }
    .form .field.invalid input {
      background: #fcdfe6; }
      .form .field.invalid input:focus, .form .field.invalid input:active {
        background: #fde8ed; }
    .form .field.invalid .error {
      display: block; }

/* The slider */
.switch {
  position:relative;
display: inline-block;
height: 26px;
width: 45px;
margin-right: 10px;
}
.switch input[type="checkbox"]+.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#ccc;
  border-radius: 34px;
  border:0px;
}
.switch input[type="checkbox"]:checked+.slider {
  background-color: #830065;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch input[type="checkbox" i],.switch input[type="radio" i] {
  width: 45px;
  height: 25px;
  border-radius: 30px;
  border: 0px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  box-shadow: none;
  border: none;
}
.switch input[type="checkbox"]:checked+.slider:before, .switch input[type="radio"]:checked+.slider:before {
  -webkit-transform: translateX(19px);
          transform: translateX(19px);
}


/* OPTIONS */
.preview.high-cost {
  background-size:cover;
  background-position:center;
  background-image: url(/tools/bindercover/images/banner-gradient.jpg);
}
.preview.high-cost .logo.color {
  display:none;
}
.preview.high-cost .logo.white {
  display:block;
}

.preview.high-cost h1, .preview.high-cost p {
  color:#fff;
}
/* black and white */
.bw {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0);
          filter: brightness(0);
  filter: progid:DXImageTransform.Microsoft.Light();
  background: none!important;
}

.bw h1, .bw p {
  color:#000!important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  main:before {
      content: "Got Problems? Try switching to a more compatible browser like Chrome.";
      text-align: center;
      padding: 15px;
      background: #ed1849;
      color: #fff;
      font-weight: bold;
      width: 100vw;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
  }
}

@page {
  size: portrait;
  margin: 0;
}
/* PRINT */
@media print {
  html {
    max-width:100%;
    max-height:100%;
    overflow:hidden;
  }
  
  .about {
    display:none;
  }
    .print-settings {
        display:none;
    }
    main {
    display:block;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
      margin:0;
      padding:0;
      width:100%;
    }
    
.logo {
  position:absolute;
  top:2in;
  width:250px;
  margin-bottom:1em;
  }
  .preview {
    font-size:1em;
    border:0;
    width:100%;
    height:100%;
  }
}