/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/*
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* For: 1440px */
/* For: 1024px */
/* For: 768px */
/* For: 480px */
/* For: 320px */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When form labels and fields should change to a single-column layout */
/* When form labels and fields should change to a single-column layout in fluid-half layouts */
/* When tables should stack cells */
/**********************/
/*** Flexbox Mixins ***/
/**********************/
/****************************/
/*** Site Specific Mixins ***/
/****************************/
/* Payment Module */
/* Admin Section */
.left {
  float: left;
  margin: 0.5em 2.25em 1em 0em;
}
.right {
  float: right;
  margin: 0.5em 0em 1em 2.25em;
}
@media only screen and (max-width: 744.68085106383px) {
  .left,
  .right {
    text-align: center;
    margin: 2em auto;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.font-size-1 {
  font-size: 50px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-1 {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-1 {
    font-size: 31.875px;
  }
}
.font-size-2 {
  font-size: 40px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-2 {
    font-size: 25.5px;
  }
}
.font-size-3 {
  font-size: 31px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-3 {
    font-size: 23.25px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-3 {
    font-size: 19.7625px;
  }
}
.font-size-4 {
  font-size: 25px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-4 {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-4 {
    font-size: 15.9375px;
  }
}
.font-size-5 {
  font-size: 20px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-5 {
    font-size: 12.75px;
  }
}
.font-size-6 {
  font-size: 16px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-6 {
    font-size: 10.2px;
  }
}
.font-size-body {
  font-size: 18px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-body {
    font-size: 15.3px;
  }
}
.font-size-small {
  font-size: 16px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-small {
    font-size: 16px;
  }
}
.font-size-small {
  font-size: 12px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-small {
    font-size: 12px;
  }
}
.font-size-blockquote {
  font-size: 27px;
}
@media only screen and (max-width: 1223.4042553191px) {
  .font-size-blockquote {
    font-size: 20.25px;
  }
}
@media only screen and (max-width: 744.68085106383px) {
  .font-size-blockquote {
    font-size: 17.2125px;
  }
}
.no-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.no-text-shadow {
  text-shadow: none;
}
.payment-methods-region .payment-type .form-row label {
  width: 10em;
}
.payment-methods-region .payment-type .form-row .field {
  display: block;
  clear: both;
  padding-top: 0.75em;
}
.payment-gateway .label {
  font-weight: bold;
}
.payment-gateway .company-details {
  margin-left: 2em;
}
@media handheld,only screen and (max-width: ) {
  .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.payment-gateway .company-details .company-name {
  font-weight: bold;
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type > input[type=radio] {
  display: none;
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type > input[type=radio]:checked + label {
  color: #c64548;
  border-color: #c64548;
  text-decoration: none;
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type > label {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #cc595b;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 13px center;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Roboto Slab', Courier, serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: ;
  margin: 1px 5px 1px 0;
  padding: 8px 13px 8px 55px;
  cursor: pointer;
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type > label:hover {
  color: #de9495;
  border-color: #de9495;
  text-decoration: none;
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type.stacked-radio-card_type-value-visa > label {
  background-image: url('../../include/modules/optional/payment/images/visa.gif');
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type.stacked-radio-card_type-value-mastercard > label {
  background-image: url('../../include/modules/optional/payment/images/mastercard.gif');
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type.stacked-radio-card_type-value-diners > label {
  background-image: url('../../include/modules/optional/payment/images/diners.gif');
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type.stacked-radio-card_type-value-amex > label {
  background-image: url('../../include/modules/optional/payment/images/amex.gif');
}
.payment-gateway .form-row > .field > .stacked.stacked-radio-card_type.stacked-radio-card_type-value-jcb > label {
  background-image: url('../../include/modules/optional/payment/images/jcb.gif');
}
.icon-button-setpaid {
  background-image: url('../../include/modules/optional/payment/images/icons/g-setpaid.gif');
}
.icon-button-setfailed {
  background-image: url('../../include/modules/optional/payment/images/icons/g-setfailed.gif');
}
.icon-button-cleardata {
  background-image: url('../../include/modules/optional/payment/images/icons/g-cleardata.gif');
}
