/* Custom styles from original checkout */

h1, h2, h3, h4, h5, h6, p, span, body {
  font-family: 'Open Sans', sans-serif !important;
}

.cg-light { font-weight: 300; }
.cg-regular { font-weight: 400 !important; }
.cg-bold { font-weight: 700 !important; }

.cg-ll { font-size: 22px !important; }
.cg-lx { font-size: 24px !important; }
.cg-ml { font-size: 20px !important; }
.cg-xl { font-size: 28px !important; }
.cg-xml { font-size: 36px !important; }
.cg-fs15 { font-size: 15px !important; }

.cg-purple-4 { color: #462952; }
.cg-purple-5 { color: #4c2452; }
.cg-white { color: rgb(255,255,255); }

.cg-section-grey { background-color: #f2f2f2; }
.cg-section-purple { background-color: #452952; }

.cg-link {
  color: #00965B;
  text-decoration: underline;
}

ul {
  padding: 0;
  list-style-type: none;
}

.underline {
  text-decoration: underline;
}

.capitalize {
  text-transform: capitalize;
}

.pt95 { padding-top: 95px; }
.pt68 { padding-top: 68px; }
.pb55 { padding-bottom: 55px; }
.pl50 { padding-left: 50px; }

.mb35 { margin-bottom: 35px; }
.mb20 { margin-bottom: 20px; }
.mb12 { margin-bottom: 12px; }
.mt0 { margin-top: 0px; }
.mt90 { margin-top: 90px; }

@media (min-width:1246px){
  .pl0-lg {
    padding-left: 0px;
  }
}

.cg-gutter {
  margin-left: -6px;
  margin-right: -6px;
}

.cg-gutter div[class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

/* Button styles */
.btn-cg-green {
  background-color: #1c9c6a;
  color: white;
  border: none;
}

.btn-cg-green:hover {
  background-color: #0b955f;
  color: white;
}

.btn-xl {
  padding: 18px 24px;
  font-size: 20px;
}

.btn-block {
  display: block;
  width: 100%;
}

/* Next button card styles */
.next-button {
  display: block;
  background-color: #f9f9f9;
  border: 2px solid #e6e6e6;
  border-radius: 6px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.next-button img {
  display: block;
  margin-bottom: 13px;
}

.next-button span {
  color: #6b727c;
  font-size: 16px;
  font-weight: 400;
}

/* Hover sink animation */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Text alignment */
.text-xs-center {
  text-align: center !important;
}

@media (max-width:768px) {
  .text-xs-center {
    text-align: center !important;
  }
}

section {
  padding-top: 35px;
  padding-bottom: 35px;
}
