/*---- Contact Us --*/

#contact-card {
  position: relative;
  min-height: 583px;
}

#contact-card.sales-card::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 20px solid #005685;
  width: 100%;
  top: 0;
  left: 0;
}

#contact-card.support-card::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 20px solid #0072b1;
  width: 100%;
  top: 0;
  left: 0;
}

#contact-card.media-card::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 20px solid #66aad0;
  width: 100%;
  top: 0;
  left: 0;
}

/*---- Print CSS --*/
@media only print {
  .fancy-heading-background {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.easy-notification-bar {
  z-index: 10000 !important;
}

/* Comparison */

.page-id-7957 .checkbox {
  background-color: #fff;
  display: inline-block;
  height: 28px;
  margin: 0 0.25em;
  width: 28px;
  border-radius: 4px;
  border: 1px solid #cecece;
}
.page-id-7957 .checkbox span {
  display: block;
  height: 28px;
  position: relative;
  width: 28px;
  padding: 0;
}
.page-id-7957 .checkbox span:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 20px;
  left: 3px;
  position: absolute;
  top: 15px;
  width: 10px;
}
.page-id-7957 .checkbox span:hover:after {
  border-color: #999;
}
.page-id-7957 .checkbox input {
  display: none;
}
.page-id-7957 .checkbox input:checked + span:after {
  -webkit-animation: check 0.8s;
  -moz-animation: check 0.8s;
  -o-animation: check 0.8s;
  animation: check 0.8s;
  border-color: #555;
}
.page-id-7957 .checkbox input:checked + .primary:after {
  border-color: #0072b1;
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
