/**
 *
 * sass/main.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Import base
   ========================================================================== */
/**
 *
 * sass/partials/_base.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Gem - Compass
   ========================================================================== */
/* ==========================================================================
   Gem - Compass Reset
   ========================================================================== */
/* line 5, ../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ==========================================================================
   Gem - Susy
   ========================================================================== */
/* Susy configuration
   ========================================================================== */
/* Breaks
   ========================================================================== */
/* ==========================================================================
   Typography base
   ========================================================================== */
/* Font weight
   ========================================================================== */
/* Base font
   ========================================================================== */
/* Fixed font
   ========================================================================== */
/* Heading font
   ========================================================================== */
/* ==========================================================================
   Import all modules
   ========================================================================== */
/**
 *
 * sass/modules/_all.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Utilities
   ========================================================================== */
/**
 *
 * sass/modules/utilities/_functions.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Color Palette
   ========================================================================== */
/**
 *
 * sass/modules/utilities/_mixins.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Theme essentials
   ========================================================================== */
/**
 *
 * sass/modules/_colors.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Color palette
   ========================================================================== */
/**
 *
 * sass/modules/_typography.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Base font
   ========================================================================== */
/* line 17, ../sass/modules/_typography.scss */
h2, .typography h2, .typography .h2, h3, .typography h3, .typography .h3, .banner__store-heading, h4, .typography h4, .typography .h4, h5, .typography h5, .typography .h5, h6, .typography h6, .typography .h6, body, .banner__logged-in-label {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}

/* line 24, ../sass/modules/_typography.scss */
h1, .typography h1, .typography .h1, .banner__heading {
  font-family: "Rockwell", sans-serif;
  font-weight: 700;
}

/* line 29, ../sass/modules/_typography.scss */
.typography pre, .typography code {
  font-family: monospace;
  font-size: 85%;
  line-height: 1.4;
}

/* ==========================================================================
   Headings
   ========================================================================== */
/* line 42, ../sass/modules/_typography.scss */
h1, .typography h1, .typography .h1, .banner__heading {
  line-height: 1.1;
  font-size: 400%;
  letter-spacing: -2px;
}

/* line 49, ../sass/modules/_typography.scss */
h2, .typography h2, .typography .h2 {
  line-height: 1.1;
  font-size: 250%;
  letter-spacing: -1px;
}

/* line 56, ../sass/modules/_typography.scss */
h3, .typography h3, .typography .h3, .banner__store-heading {
  line-height: 1.3;
  font-size: 200%;
}

/* line 62, ../sass/modules/_typography.scss */
h4, .typography h4, .typography .h4 {
  line-height: 1.3;
  font-size: 150%;
}

/* line 68, ../sass/modules/_typography.scss */
h5, .typography h5, .typography .h5 {
  font-size: 130%;
}

/* ==========================================================================
   Text styles
   ========================================================================== */
/* line 86, ../sass/modules/_typography.scss */
b, strong, .typography b, .typography strong, .message__date, .notification__type, .pair-list__key {
  font-color: black;
}

/* line 88, ../sass/modules/_typography.scss */
i, em, .typography i, .typography em {
  font-style: italic;
}

/* line 90, ../sass/modules/_typography.scss */
b, strong, .typography b, .typography strong, .message__date, .notification__type, .pair-list__key {
  font-weight: 700;
}

/* ==========================================================================
   Other elements
   ========================================================================== */
/* line 102, ../sass/modules/_typography.scss */
.typography p {
  margin: 0.5em 0;
}

/* line 104, ../sass/modules/_typography.scss */
.typography ul, .pair-list {
  list-style-type: disc;
  margin: 1em 0 1em 1.3em;
}

/* line 109, ../sass/modules/_typography.scss */
.typography ol {
  list-style: decimal;
  margin: 1em 0 1em 1.3em;
}

/* line 118, ../sass/modules/_typography.scss */
.typography a, .skybar__link, .breadcrumbs a, .pagination-form__link, .redeem-certificate-form__link, .table__header-link, .table__data-link, .activity-stream-table__data-link, .sub-inline-list-navigation__link, .pair-list__link {
  color: #00adff;
  font-weight: 300;
}
/* line 122, ../sass/modules/_typography.scss */
.typography a:hover, .skybar__link:hover, .breadcrumbs a:hover, .pagination-form__link:hover, .redeem-certificate-form__link:hover, .table__header-link:hover, .table__data-link:hover, .activity-stream-table__data-link:hover, .sub-inline-list-navigation__link:hover, .pair-list__link:hover {
  color: #008acc;
}

/* ==========================================================================
   Custom elements
   ========================================================================== */
/* line 134, ../sass/modules/_typography.scss */
.page-options__button, .notification-modal__button, .form__button, .form-inline-label__button, .zend-form__button, .zend-form__button--pair, .filter-form__button, .filter-form__link--button, .redeem-form__button, .find-employer-form__button, .add-brand-form__button, .search-form__button, .table-options-form__button, .table-options-form__link--button, .redeem-certificate-form__button, .complete-redemption-form__button, .calculate-example-savings-form__button, .send-example-savings-form__button, .back-button, .page-options__button--accept, .file-uploader__button--continue, .file-uploader__button--error, .page-options__button--cancel, .redeem-certificate-form__button--cancel, .complete-redemption-form__button--cancel, .image-list__link, .log-in-form__button, .mod-flexbox .zend-form__button--pair, .mod-flexbox .redeem-form__button, .mod-flexbox .find-employer-form__button, .mod-flexbox .add-brand-form__button, .mod-flexbox .search-form__button {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

/**
 *
 * sass/modules/_flexbox.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Flexbox
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 18, ../sass/modules/_flexbox.scss */
.mod-flexbox .page-tools, .mod-flexbox .zend-form__item--pair, .mod-flexbox .redeem-form__item, .mod-flexbox .find-employer-form__item, .mod-flexbox .add-brand-form__item, .mod-flexbox .search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* ==========================================================================
   Flex - Shorthand
   ========================================================================== */
/* Block
   ========================================================================== */
/* ==========================================================================
   Flex - Align Items
   ========================================================================== */
/* Block
   ========================================================================== */
/* ==========================================================================
   Placeholder blocks
   ========================================================================== */
/**
 *
 * sass/modules/_form.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Form
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 29, ../sass/modules/_form.scss */
.form, .zend-form, .table-options-form {
  display: block;
  width: auto;
  /* Modifiers
     ========================================================================== */
}
/* line 35, ../sass/modules/_form.scss */
.form-inline-label, .filter-form {
  display: table;
  width: auto;
  border-spacing: 5px 0;
}

/* ==========================================================================
   Form item / group
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 54, ../sass/modules/_form.scss */
.form__item, .zend-form__item {
  display: block;
  margin-bottom: 10px;
}
/* line 58, ../sass/modules/_form.scss */
.filter-form__item {
  display: table-cell;
}
/* line 62, ../sass/modules/_form.scss */
.form-inline-label__item {
  display: table-row;
}
/**
 *
 * sass/modules/_fieldset.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Fieldset
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 28, ../sass/modules/_fieldset.scss */
.form__fieldset, .form-inline-label__fieldset, .zend-form__fieldset {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  border-radius: 6px;
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 20px;
  /* Modifiers
     ========================================================================== */
}

/**
 *
 * sass/modules/_label.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Label
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 25, ../sass/modules/_label.scss */
.form__label, .log-in-form__label, .redeem-form__label, .find-employer-form__label, .add-brand-form__label, .search-form__label, .redeem-certificate-form__label, .calculate-example-savings-form__label, .send-example-savings-form__label {
  display: inline-block;
  font-size: inherit;
  /* Modifiers
     ========================================================================== */
}
/* line 31, ../sass/modules/_label.scss */
.zend-form__label {
  display: block;
  font-size: inherit;
}
/* line 35, ../sass/modules/_label.scss */
.zend-form__label--inline, .filter-form__label, .table-options-form__label {
  display: inline;
  font-size: inherit;
}
/* line 39, ../sass/modules/_label.scss */
.form-inline-label__label {
  display: table-cell;
  font-size: inherit;
}

/**
 *
 * sass/modules/_button.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Button
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 54, ../sass/modules/_button.scss */
.page-options__button, .notification-modal__button, .form__button, .form-inline-label__button, .zend-form__button, .zend-form__button--pair, .filter-form__button, .filter-form__link--button, .redeem-form__button, .find-employer-form__button, .add-brand-form__button, .search-form__button, .table-options-form__button, .table-options-form__link--button, .redeem-certificate-form__button, .complete-redemption-form__button, .calculate-example-savings-form__button, .send-example-savings-form__button, .back-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  display: inline-block;
  padding: 10px 20px;
  min-width: 100px;
  white-space: nowrap;
  background-color: #00adff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  /* Modifiers
     ========================================================================== */
}
/* line 36, ../sass/modules/_button.scss */
.lt-ie9 .page-options__button, .lt-ie9 .notification-modal__button, .lt-ie9 .form__button, .lt-ie9 .form-inline-label__button, .lt-ie9 .zend-form__button, .lt-ie9 .zend-form__button--pair, .lt-ie9 .filter-form__button, .lt-ie9 .filter-form__link--button, .lt-ie9 .redeem-form__button, .lt-ie9 .find-employer-form__button, .lt-ie9 .add-brand-form__button, .lt-ie9 .search-form__button, .lt-ie9 .table-options-form__button, .lt-ie9 .table-options-form__link--button, .lt-ie9 .redeem-certificate-form__button, .lt-ie9 .complete-redemption-form__button, .lt-ie9 .calculate-example-savings-form__button, .lt-ie9 .send-example-savings-form__button, .lt-ie9 .back-button {
  min-width: 0;
}
/* line 40, ../sass/modules/_button.scss */
.page-options__button:hover, .notification-modal__button:hover, .form__button:hover, .form-inline-label__button:hover, .zend-form__button:hover, .zend-form__button--pair:hover, .filter-form__button:hover, .filter-form__link--button:hover, .redeem-form__button:hover, .find-employer-form__button:hover, .add-brand-form__button:hover, .search-form__button:hover, .table-options-form__button:hover, .table-options-form__link--button:hover, .redeem-certificate-form__button:hover, .complete-redemption-form__button:hover, .calculate-example-savings-form__button:hover, .send-example-savings-form__button:hover, .back-button:hover {
  background-color: #33bdff;
  color: #fff;
}
/* line 45, ../sass/modules/_button.scss */
[disabled].page-options__button, [disabled].notification-modal__button, [disabled].form__button, [disabled].form-inline-label__button, [disabled].zend-form__button, [disabled].zend-form__button--pair, [disabled].filter-form__button, [disabled].filter-form__link--button, [disabled].redeem-form__button, [disabled].find-employer-form__button, [disabled].add-brand-form__button, [disabled].search-form__button, [disabled].table-options-form__button, [disabled].table-options-form__link--button, [disabled].redeem-certificate-form__button, [disabled].complete-redemption-form__button, [disabled].calculate-example-savings-form__button, [disabled].send-example-savings-form__button, [disabled].back-button {
  background-color: #ccc;
  cursor: not-allowed;
}
/* line 60, ../sass/modules/_button.scss */
.page-options__button--accept, .file-uploader__button--continue, .file-uploader__button--error {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  display: inline-block;
  padding: 10px 20px;
  min-width: 100px;
  white-space: nowrap;
  background-color: #87b529;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
/* line 36, ../sass/modules/_button.scss */
.lt-ie9 .page-options__button--accept, .lt-ie9 .file-uploader__button--continue, .lt-ie9 .file-uploader__button--error {
  min-width: 0;
}
/* line 40, ../sass/modules/_button.scss */
.page-options__button--accept:hover, .file-uploader__button--continue:hover, .file-uploader__button--error:hover {
  background-color: #a2d33e;
  color: #fff;
}
/* line 45, ../sass/modules/_button.scss */
[disabled].page-options__button--accept, [disabled].file-uploader__button--continue, [disabled].file-uploader__button--error {
  background-color: #ccc;
  cursor: not-allowed;
}
/* line 64, ../sass/modules/_button.scss */
.page-options__button--cancel, .redeem-certificate-form__button--cancel, .complete-redemption-form__button--cancel, .image-list__link {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  display: inline-block;
  padding: 10px 20px;
  min-width: 100px;
  white-space: nowrap;
  background-color: #c74a4a;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
/* line 36, ../sass/modules/_button.scss */
.lt-ie9 .page-options__button--cancel, .lt-ie9 .redeem-certificate-form__button--cancel, .lt-ie9 .complete-redemption-form__button--cancel, .lt-ie9 .image-list__link {
  min-width: 0;
}
/* line 40, ../sass/modules/_button.scss */
.page-options__button--cancel:hover, .redeem-certificate-form__button--cancel:hover, .complete-redemption-form__button--cancel:hover, .image-list__link:hover {
  background-color: #d37171;
  color: #fff;
}
/* line 45, ../sass/modules/_button.scss */
[disabled].page-options__button--cancel, [disabled].redeem-certificate-form__button--cancel, [disabled].complete-redemption-form__button--cancel, [disabled].image-list__link {
  background-color: #ccc;
  cursor: not-allowed;
}
/* line 68, ../sass/modules/_button.scss */
.log-in-form__button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  display: inline-block;
  padding: 10px 20px;
  min-width: 100px;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
/* line 36, ../sass/modules/_button.scss */
.lt-ie9 .log-in-form__button {
  min-width: 0;
}
/* line 40, ../sass/modules/_button.scss */
.log-in-form__button:hover {
  background-color: rgba(26, 26, 26, 0);
  color: #fff;
}
/* line 45, ../sass/modules/_button.scss */
[disabled].log-in-form__button {
  background-color: #ccc;
  cursor: not-allowed;
}
/* line 71, ../sass/modules/_button.scss */
.log-in-form__button:hover {
  background-color: #f9f9f9;
  color: #404040;
}
/* line 77, ../sass/modules/_button.scss */
.mod-flexbox .zend-form__button--pair, .mod-flexbox .redeem-form__button, .mod-flexbox .find-employer-form__button, .mod-flexbox .add-brand-form__button, .mod-flexbox .search-form__button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  display: inline-block;
  padding: 10px 20px;
  min-width: 100px;
  white-space: nowrap;
  background-color: #00adff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 36, ../sass/modules/_button.scss */
.lt-ie9 .mod-flexbox .zend-form__button--pair, .mod-flexbox .lt-ie9 .zend-form__button--pair, .lt-ie9 .mod-flexbox .redeem-form__button, .mod-flexbox .lt-ie9 .redeem-form__button, .lt-ie9 .mod-flexbox .find-employer-form__button, .mod-flexbox .lt-ie9 .find-employer-form__button, .lt-ie9 .mod-flexbox .add-brand-form__button, .mod-flexbox .lt-ie9 .add-brand-form__button, .lt-ie9 .mod-flexbox .search-form__button, .mod-flexbox .lt-ie9 .search-form__button {
  min-width: 0;
}
/* line 40, ../sass/modules/_button.scss */
.mod-flexbox .zend-form__button--pair:hover, .mod-flexbox .redeem-form__button:hover, .mod-flexbox .find-employer-form__button:hover, .mod-flexbox .add-brand-form__button:hover, .mod-flexbox .search-form__button:hover {
  background-color: #33bdff;
  color: #fff;
}
/* line 45, ../sass/modules/_button.scss */
.mod-flexbox [disabled].zend-form__button--pair, .mod-flexbox [disabled].redeem-form__button, .mod-flexbox [disabled].find-employer-form__button, .mod-flexbox [disabled].add-brand-form__button, .mod-flexbox [disabled].search-form__button {
  background-color: #ccc;
  cursor: not-allowed;
}

/**
 *
 * sass/modules/_input.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Input - Text / Email / Password
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 35, ../sass/modules/_input.scss */
.form__input, .form-inline-label__input, .zend-form__input, .zend-form__input--pair, .log-in-form__input, .redeem-form__input, .find-employer-form__input, .add-brand-form__input, .search-form__input, .table-options-form__input, .send-example-savings-form__input {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  padding: 12px 4px;
  width: 500px;
  max-width: none;
  min-width: 0;
  text-align: left;
  /* Modifiers
     ========================================================================== */
}
/* line 41, ../sass/modules/_input.scss */
.redeem-certificate-form__input--money, .complete-redemption-form__input--money {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  padding: 12px 4px;
  width: 500px;
  max-width: none;
  min-width: 0;
  text-align: right;
}
/* line 49, ../sass/modules/_input.scss */
.zend-form__input--zipcode {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  padding: 12px 4px;
  width: 100px;
  max-width: none;
  min-width: 0;
  text-align: left;
}
/* line 53, ../sass/modules/_input.scss */
.zend-form__input--sortcode {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  padding: 12px 4px;
  width: 50px;
  max-width: none;
  min-width: 0;
  text-align: center;
}
/* line 57, ../sass/modules/_input.scss */
.form__input--full, .redeem-certificate-form__input, .complete-redemption-form__input {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  padding: 12px 4px;
  width: 100%;
  max-width: none;
  min-width: 0;
  text-align: left;
}
/* line 60, ../sass/modules/_input.scss */
.calculate-example-savings-form__input {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  padding: 12px 4px;
  width: 88%;
  max-width: none;
  min-width: 88px;
  text-align: left;
}
/* line 64, ../sass/modules/_input.scss */
.filter-form__input {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  padding: 12px 4px;
  width: auto;
  max-width: 200px;
  min-width: 100px;
  text-align: left;
}
/* line 68, ../sass/modules/_input.scss */
.mod-flexbox .zend-form__input--pair, .mod-flexbox .redeem-form__input, .mod-flexbox .find-employer-form__input, .mod-flexbox .add-brand-form__input, .mod-flexbox .search-form__input {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  padding: 12px 4px;
  width: 500px;
  max-width: none;
  min-width: 0;
  text-align: left;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/**
 *
 * sass/modules/_textarea.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Textarea
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 32, ../sass/modules/_textarea.scss */
.form__textarea, .form-inline-label__textarea, .zend-form__textarea {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  border-radius: 6px;
  max-width: 500px;
  min-width: 0;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
}

/**
 *
 * sass/modules/_select.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Select
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 47, ../sass/modules/_select.scss */
.form__select, .form select, .zend-form__select, .zend-form select, .switch-view-form__select {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  text-indent: 1px;
  text-overflow: '';
  margin: 0 1px;
  padding: 12px 20px 12px 8px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  background-color: #fff;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  /* Block
     ========================================================================== */
}
/* line 39, ../sass/modules/_select.scss */
.form__select:first-letter, .form select:first-letter, .zend-form__select:first-letter, .zend-form select:first-letter, .switch-view-form__select:first-letter {
  text-transform: capitalize;
}
/* line 53, ../sass/modules/_select.scss */
.zend-form__select--inline, .zend-form select, .filter-form__select,
.filter-form select, .table-options-form__select,
.table-options-form select, .pagination-form__select {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline;
  text-indent: 1px;
  text-overflow: '';
  margin: 0 1px;
  padding: 12px 20px 12px 8px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  background-color: #fff;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
}
/* line 39, ../sass/modules/_select.scss */
.zend-form__select--inline:first-letter, .zend-form select:first-letter, .filter-form__select:first-letter,
.filter-form select:first-letter, .table-options-form__select:first-letter,
.table-options-form select:first-letter, .pagination-form__select:first-letter {
  text-transform: capitalize;
}
/* line 57, ../sass/modules/_select.scss */
.form-inline-label__select, .form-inline-label select {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: table-cell;
  text-indent: 1px;
  text-overflow: '';
  margin: 0 1px;
  padding: 12px 20px 12px 8px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #eee #ccc;
  background-color: #fff;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
}
/* line 39, ../sass/modules/_select.scss */
.form-inline-label__select:first-letter, .form-inline-label select:first-letter {
  text-transform: capitalize;
}

/**
 *
 * sass/modules/_table.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Table
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 25, ../sass/modules/_table.scss */
.table, .redeem-modal-table {
  width: 100%;
  margin-bottom: 20px;
  /* Modifiers
     ========================================================================== */
}
/* line 31, ../sass/modules/_table.scss */
.activity-stream-table {
  width: 100%;
  margin-bottom: 0;
}

/* ==========================================================================
   Table - Row
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 55, ../sass/modules/_table.scss */
.table__row--odd, .activity-stream-table__row--odd, .redeem-modal-table__row--odd {
  background-color: #f9f9f9;
}
/* line 59, ../sass/modules/_table.scss */
.table__row--even, .activity-stream-table__row--even, .redeem-modal-table__row--even {
  background-color: #f1f1f1;
}

.activity-stream-table__row--tooltip {
    background-color: rgb(199, 74, 74);
    color: rgb(255, 255, 255);
}

/* ==========================================================================
   Table - Header
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 83, ../sass/modules/_table.scss */
.table__header, .redeem-modal-table__header {
  padding: 10px 5px;
  color: #404040;
  background-color: #ffffff;
  border-bottom: #e4e4e4 3px solid;
  font-size: 14px;
  text-align: left;
  /* Modifiers
     ========================================================================== */
  /* Elements
     ========================================================================== */
}
/* line 89, ../sass/modules/_table.scss */
.table__header--money {
  padding: 10px 5px;
  color: #404040;
  background-color: #ffffff;
  border-bottom: #e4e4e4 3px solid;
  font-size: 14px;
  text-align: right;
}
/* line 93, ../sass/modules/_table.scss */
.table__header--center {
  padding: 10px 5px;
  color: #404040;
  background-color: #ffffff;
  border-bottom: #e4e4e4 3px solid;
  font-size: 14px;
  text-align: center;
}
/* line 100, ../sass/modules/_table.scss */
.table__header-link {
  padding-left: 5px;
}

/* ==========================================================================
   Table - Data
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 121, ../sass/modules/_table.scss */
.table__data, .activity-stream-table__data, .redeem-modal-table__data {
  text-align: left;
  color: #404040;
  padding: 7px 10px;
  /* Modifiers
     ========================================================================== */
  /* Elements
     ========================================================================== */
}
/* line 127, ../sass/modules/_table.scss */
.table__data--empty {
  text-align: center;
  color: #404040;
  padding: 40px 10px 20px;
}
/* line 131, ../sass/modules/_table.scss */
.table__data--money, .redeem-modal-table__data--money {
  text-align: right;
  color: #404040;
  padding: 7px 10px;
}
/* line 135, ../sass/modules/_table.scss */
.table__data--credit {
  text-align: right;
  color: #c74a4a;
  padding: 7px 10px;
}
/* line 139, ../sass/modules/_table.scss */
.table__data--center {
  text-align: center;
  color: #404040;
  padding: 7px 10px;
}
/* Custom alignment for schedules page */
.table__header,
.table__data,
.table__data td {
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
.table__header {
  font-weight: bold;
}
.table__data-link {
  padding-left: 5px;
  padding-right: 5px;
}
.table__header--schedule {
  width: 22%;
}
.table__header--details {
  width: 46%;
}
.table__header--status {
  width: 12%;
}
.table__header--options {
  width: 20%;
}
/**
 *
 * sass/modules/_notification.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Notification
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 38, ../sass/modules/_notification.scss */
.notification--infomation, .redeem-certificate-notification {
  position: relative;
  border-radius: 6px;
  padding: 0.5em;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #404040;
  color: #f9f9f9;
}
/* line 42, ../sass/modules/_notification.scss */
.notification--confirmation {
  position: relative;
  border-radius: 6px;
  padding: 0.5em;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #87b529;
  color: #f9f9f9;
}
/* line 46, ../sass/modules/_notification.scss */
.notification--error, .login-notification--error, .check-certificate-notification--error, .redeem-certificate-form__notification--error, .complete-redemption-form__notification--error {
  position: relative;
  border-radius: 6px;
  padding: 0.5em;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #c74a4a;
  color: #f9f9f9;
}
/* line 53, ../sass/modules/_notification.scss */
.notification__message, .redeem-certificate-notification__message {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding: 0.5em;
}
/* line 60, ../sass/modules/_notification.scss */
.notification__icon, .redeem-certificate-notification__icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  width: 50px;
}
/* line 67, ../sass/modules/_notification.scss */
.notification__close {
  display: table-cell;
  width: 20px;
  cursor: pointer;
}

/**
 *
 * sass/modules/_ticker.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Ticker
   ========================================================================== */
/* Block
   ========================================================================== */
/* line 35, ../sass/modules/_ticker.scss */
.ticker {
  position: relative;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding: 0 15px 0 10px;
  margin-bottom: 20px;
  background-color: #282828;
  color: #f9f9f9;
  border-radius: 5px;
  line-height: 3;
  /* Modifiers
     ========================================================================== */
  /* Elements
     ========================================================================== */
}
/* line 41, ../sass/modules/_ticker.scss */
.news-ticker {
  position: relative;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding: 0 15px 0 10px;
  margin-bottom: 20px;
  background-color: #404040;
  color: #f9f9f9;
  border-radius: 5px;
  line-height: 3;
}
/* line 48, ../sass/modules/_ticker.scss */
.news-ticker__title {
  display: table-cell;
  width: 85px;
}
/* line 53, ../sass/modules/_ticker.scss */
.news-ticker__content {
  display: table-cell;
}
/* line 57, ../sass/modules/_ticker.scss */
.news-ticker__actions {
  display: table-cell;
  width: 30px;
  text-align: right;
}
/* line 63, ../sass/modules/_ticker.scss */
.news-ticker__item {
  display: none;
}
/* line 66, ../sass/modules/_ticker.scss */
.news-ticker__item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 71, ../sass/modules/_ticker.scss */
.news-ticker__item p a {
  text-decoration: underline;
  color: #f9f9f9;
}
/* line 75, ../sass/modules/_ticker.scss */
.news-ticker__item p a:hover {
  color: white;
}
/* line 82, ../sass/modules/_ticker.scss */
.news-ticker__pause {
  cursor: pointer;
}
/* line 86, ../sass/modules/_ticker.scss */
.news-ticker__resume {
  display: none;
  cursor: pointer;
}

/* ==========================================================================
   Import page level partials
   ========================================================================== */
/**
 *
 * sass/partials/_helpers.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Clearfix
   ========================================================================== */
/* line 17, ../sass/partials/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 23, ../sass/partials/_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 32, ../sass/partials/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/**
 *
 * sass/partials/_typography.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Element defaults
   ========================================================================== */
/* line 17, ../sass/partials/_typography.scss */
body {
  color: #404040;
}

/* ==========================================================================
   Content typography
   ========================================================================== */
/**
 *
 * sass/_partials/layout.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Layout
   ========================================================================== */
/* line 17, ../sass/partials/_layout.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, ../sass/partials/_layout.scss */
.container {
  max-width: 118em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  min-width: 700px;
}
/* line 12, ../../../../../../../../../var/lib/gems/2.5.0/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 26, ../sass/partials/_layout.scss */
.container--small {
  max-width: 78em;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../var/lib/gems/2.5.0/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.container--small:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 31, ../sass/partials/_layout.scss */
.content-wrapper {
  padding-top: 20px;
  padding-bottom: 96px;
  min-width: 700px;
}

/**
 *
 * sass/partials/_header.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Global - Header
   ========================================================================== */
/* line 17, ../sass/partials/_header.scss */
.header {
  min-width: 700px;
}

/* line 21, ../sass/partials/_header.scss */
.banner__heading, .banner__subheading, .banner__store-heading, .banner__logged-in-label {
  text-shadow: #282828 0 0 5px;
}

/* ==========================================================================
   Global - Skybar
   ========================================================================== */
/* line 32, ../sass/partials/_header.scss */
.skybar {
  background-color: #fff;
}
/* line 35, ../sass/partials/_header.scss */
.skybar__content {
  display: table;
  width: 100%;
  height: 42px;
}
/* line 41, ../sass/partials/_header.scss */
.skybar__item {
  display: table-cell;
  vertical-align: middle;
}
/* line 45, ../sass/partials/_header.scss */
.skybar__item--sign-out {
  text-align: right;
  list-style: none;
}
/* line 49, ../sass/partials/_header.scss */
.skybar__item--sign-out li {
  display: inline-block;
  margin-left: 10px;
}

/* ==========================================================================
   Global - Banner
   ========================================================================== */
/* line 68, ../sass/partials/_header.scss */
.banner {
  background-color: #282828;
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), url("/cs-retailer-extranet/img/csb2bdefault.jpg");
}
/* line 74, ../sass/partials/_header.scss */
.lt-ie9 .banner {
  background-image: url("/cs-retailer-extranet/img/csb2bdefault.jpg");
}
/* line 78, ../sass/partials/_header.scss */
.banner__block-container {
  display: table;
  width: 100%;
}
/* line 83, ../sass/partials/_header.scss */
.banner__block {
  display: table-cell;
}
/* line 86, ../sass/partials/_header.scss */
.banner__block--title {
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  /* line 86, ../sass/partials/_header.scss */
  .banner__block--title {
    vertical-align: middle;
  }
}
/* line 94, ../sass/partials/_header.scss */
.banner__block--login {
  width: 300px;
  vertical-align: middle;
}
/* line 100, ../sass/partials/_header.scss */
.banner__help {
  background-color: rgba(40, 40, 40, 0.8);
  width: 100%;
  padding: 20px 0;
  text-align: right;
}
/* line 107, ../sass/partials/_header.scss */
.banner__content {
  display: table;
  width: 100%;
  padding: 25px 0 18px;
}
/* line 112, ../sass/partials/_header.scss */
.banner__content--large {
  padding: 10% 0;
  height: 0;
  max-height: 200px;
}
/* line 119, ../sass/partials/_header.scss */
.banner__item {
  display: table-cell;
  vertical-align: middle;
}
/* line 123, ../sass/partials/_header.scss */
.banner__item--store-info {
  width: 100%;
  text-align: right;
  padding-left: 40px;
}
/* line 130, ../sass/partials/_header.scss */
.banner__heading {
  color: #f9f9f9;
}
/* line 135, ../sass/partials/_header.scss */
.banner__heading--large {
  font-size: 600%;
}
@media screen and (max-width: 850px) {
  /* line 135, ../sass/partials/_header.scss */
  .banner__heading--large {
    font-size: 500%;
  }
}
@media screen and (max-width: 730px) {
  /* line 135, ../sass/partials/_header.scss */
  .banner__heading--large {
    font-size: 300%;
  }
}
/* line 148, ../sass/partials/_header.scss */
.banner__subheading {
  color: #f9f9f9;
  font-weight: 100;
  font-size: 200%;
  letter-spacing: 0;
  line-height: 1.4;
  float: right;
}
/* line 157, ../sass/partials/_header.scss */
.banner__subheading--large {
  font-size: 250%;
}
@media screen and (max-width: 850px) {
  /* line 157, ../sass/partials/_header.scss */
  .banner__subheading--large {
    font-size: 200%;
  }
}
@media screen and (max-width: 730px) {
  /* line 157, ../sass/partials/_header.scss */
  .banner__subheading--large {
    font-size: 150%;
  }
}
/* line 170, ../sass/partials/_header.scss */
.banner__logo-link {
  display: block;
  width: 100px;
  height: 32px;
  float: right;
  background-image: url(../img/cyclescheme-banner-logo.png);
  background-image: none, url(../img/cyclescheme-banner-logo.svg);
  background-repeat: no-repeat;
}
/* line 179, ../sass/partials/_header.scss */
.banner__logo-link--large {
  width: 150px;
  height: 49px;
}
@media screen and (max-width: 730px) {
  /* line 179, ../sass/partials/_header.scss */
  .banner__logo-link--large {
    width: 120px;
    height: 41px;
  }
}
/* line 190, ../sass/partials/_header.scss */
.banner__link {
  color: #f9f9f9;
  text-decoration: none;
}
/* line 194, ../sass/partials/_header.scss */
.banner__link:hover, .banner__link:visited {
  color: #f9f9f9;
}
/* line 200, ../sass/partials/_header.scss */
.banner__store-heading {
  color: #f9f9f9;
}
/* line 206, ../sass/partials/_header.scss */
.banner__logged-in-label {
  font-size: 18px;
  font-weight: 100;
  vertical-align: middle;
  display: none;
}

/**
 *
 * sass/partials/_breadcrumbs.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Global - Breadcrumbs
   ========================================================================== */
/* line 17, ../sass/partials/_breadcrumbs.scss */
.breadcrumbs {
  line-height: 2.5;
  min-height: 48px;
  font-size: 14px;
}
/* line 22, ../sass/partials/_breadcrumbs.scss */
.breadcrumbs__spacer {
  width: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

/**
 *
 * sass/partials/_footer.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Global - Footer
   ========================================================================== */
/* line 17, ../sass/partials/_footer.scss */
.page-footer {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  margin-top: 48px;
  background-color: #f1f1f1;
  border-top: 1px solid #e4e4e4;
}
/* line 26, ../sass/partials/_footer.scss */
.page-footer a {
  color: #404040;
}

/* line 31, ../sass/partials/_footer.scss */
.footer-bar {
  display: table;
  width: 100%;
  height: 42px;
  font-size: 12px;
}
/* line 37, ../sass/partials/_footer.scss */
.footer-bar__item {
  display: table-cell;
  vertical-align: middle;
}
/* line 41, ../sass/partials/_footer.scss */
.footer-bar__item--copyright {
  color: #404040;
}
/* line 45, ../sass/partials/_footer.scss */
.footer-bar__item--grg {
  color: #404040;
  text-align: right;
}
/* line 50, ../sass/partials/_footer.scss */
.footer-bar__item--report-problem {
  width: 120px;
}
/* line 55, ../sass/partials/_footer.scss */
.footer-bar__item--loft {
  width: 45px;
  line-height: 0.8;
  text-align: right;
}

/* line 63, ../sass/partials/_footer.scss */
.footer-link {
  color: #404040;
}

/* ==========================================================================
   Global - Footer - Loft logo
   ========================================================================== */
/* line 74, ../sass/partials/_footer.scss */
.loft-logo {
  width: 32px;
  height: 17px;
  display: inline-block;
  background-image: url(../img/loft-logo.png);
  background-image: none, url(../img/loft-logo.svg);
  background-repeat: no-repeat;
}

/* ==========================================================================
   Import element level partials
   ========================================================================== */
/**
 *
 * sass/partials/_page.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   All pages - Dev mode
   ========================================================================== */
/* These .development rules are used to fix issues with Jenkins tests where the header and footer are overlapping and blocking clickable elements */
/* The .development class is added to the body only where there is an environemnt variable set to say this is a dev environment */
/* line 17, ../sass/partials/_page.scss */
.development .page-footer, .development #footer {
  position: relative !important;
  z-index: 0;
}

/* ==========================================================================
   General Page - Tools
   ========================================================================== */
/* line 30, ../sass/partials/_page.scss */
.mod-no-flexbox .page-tools {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 700px) {
  /* line 30, ../sass/partials/_page.scss */
  .mod-no-flexbox .page-tools {
    display: block;
  }
}
/* line 41, ../sass/partials/_page.scss */
.mod-no-flexbox .page-tools__item {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  /* line 41, ../sass/partials/_page.scss */
  .mod-no-flexbox .page-tools__item {
    display: block;
  }
}
/* line 52, ../sass/partials/_page.scss */
.mod-flexbox .page-tools__item--breadcrumbs {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media screen and (max-width: 700px) {
  /* line 52, ../sass/partials/_page.scss */
  .mod-flexbox .page-tools__item--breadcrumbs {
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    order: 2;
    margin-bottom: 10px;
  }
}
/* line 64, ../sass/partials/_page.scss */
.mod-no-flexbox .page-tools__item--search {
  text-align: right;
  width: 300px;
}
@media screen and (max-width: 700px) {
  /* line 64, ../sass/partials/_page.scss */
  .mod-no-flexbox .page-tools__item--search {
    width: 100%;
    text-align: left;
  }
}
/* line 74, ../sass/partials/_page.scss */
.mod-flexbox .page-tools__item--search {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 700px) {
  /* line 74, ../sass/partials/_page.scss */
  .mod-flexbox .page-tools__item--search {
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    order: 1;
    margin-bottom: 10px;
  }
}
/* line 86, ../sass/partials/_page.scss */
.page-tools__indented-content {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  border-radius: 6px;
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 95, ../sass/partials/_page.scss */
.page-tools__content-column {
  float: left;
  margin-top: 20px;
}
/* line 100, ../sass/partials/_page.scss */
.page-tools__content-column--left {
  width: 30%;
}
/* line 104, ../sass/partials/_page.scss */
.page-tools__content-column--right {
  margin-left: 2%;
  width: 68%;
}
/* line 111, ../sass/partials/_page.scss */
.page-tools__instruction-text {
  font-weight: bold;
}
/* line 115, ../sass/partials/_page.scss */
.page-tools__code-block {
  white-space: pre-wrap;
}

/* ==========================================================================
   General Page - Options
   ========================================================================== */
/* line 131, ../sass/partials/_page.scss */
.page-options__button-red, .page-options__button-red:hover {
    background-color: rgb(199, 74, 74);
}
/* ==========================================================================
   Log-in page
   ========================================================================== */
/* line 149, ../sass/partials/_page.scss */
.login {
  margin: 3.5em 0 2em;
  text-align: right;
}
/* line 153, ../sass/partials/_page.scss */
.login__heading {
  display: none;
}
/* line 157, ../sass/partials/_page.scss */
.login__pipe {
  color: #f9f9f9;
}
/* line 161, ../sass/partials/_page.scss */
.login__link {
  color: #f9f9f9;
}
/* line 164, ../sass/partials/_page.scss */
.login__link:hover, .login__link:visited {
  color: #f9f9f9;
}

/* ==========================================================================
   Dashboad - Profile
   ========================================================================== */
/* line 178, ../sass/partials/_page.scss */
.notification-modal {
  margin: 10px 0 20px;
}
/* line 181, ../sass/partials/_page.scss */
.notification-modal__wrap {
  display: table;
  width: 100%;
}
/* line 186, ../sass/partials/_page.scss */
.notification-modal__text {
  display: table-cell;
}
/* line 190, ../sass/partials/_page.scss */
.notification-modal__action {
  display: table-cell;
  width: 200px;
  text-align: right;
  vertical-align: middle;
}

/* ==========================================================================
   Dashboard - Overview
   ========================================================================== */
/* line 207, ../sass/partials/_page.scss */
.dashboard {
  margin-top: 20px;
}
/* line 210, ../sass/partials/_page.scss */
.dashboard__block {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
/* line 212, ../sass/partials/_page.scss */
.dashboard__block h3 {
  margin-bottom: 12px;
}
/* line 215, ../sass/partials/_page.scss */
.dashboard__block--full {
  width: 100%;
}
/* line 218, ../sass/partials/_page.scss */
.dashboard__column {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
}
/* line 222, ../sass/partials/_page.scss */
.dashboard__column--right {
  float: right;
  margin-right: 0;
}

.dashboard__column__no-float .dashboard-intro, .dashboard__column__no-float .dashboard-profile {
    float: none;
    width: 100%;
}

/* ==========================================================================
   Dashboard - Intro
   ========================================================================== */
/* line 235, ../sass/partials/_page.scss */
.dashboard-intro {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  margin-bottom: 20px;
  display: table;
}
@media screen and (max-width: 1000px) {
  /* line 235, ../sass/partials/_page.scss */
  .dashboard-intro {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 244, ../sass/partials/_page.scss */
.dashboard-intro__icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.5em;
}
/* line 250, ../sass/partials/_page.scss */
.dashboard-intro__content {
  display: table-cell;
  vertical-align: top;
}

/* ==========================================================================
   Dashboard - Profile link
   ========================================================================== */
/* line 263, ../sass/partials/_page.scss */
.dashboard-profile {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  margin-right: 0;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #404040;
  color: #f9f9f9;
}
@media screen and (max-width: 1000px) {
  /* line 263, ../sass/partials/_page.scss */
  .dashboard-profile {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 276, ../sass/partials/_page.scss */
.dashboard-profile__link-wrap {
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px inset;
  border-radius: 4px;
  background-color: #fff;
  padding: 0.5em;
  color: #404040;
}
/* line 284, ../sass/partials/_page.scss */
.dashboard-profile__link {
  color: #404040;
}

/* ==========================================================================
   Dashboard - Activity stream
   ========================================================================== */
/* line 296, ../sass/partials/_page.scss */
.dashboard-activity-stream {
  margin: 20px 0;
}

/* ==========================================================================
   Dashboard - Redeem certificate
   ========================================================================== */
/* line 307, ../sass/partials/_page.scss */
.dashboard-redeem {
  margin: 20px 0;
}

/* line 310, ../sass/partials/_page.scss */
.info-text {
    color: rgb(199, 74, 74);
}

/* ==========================================================================
   Dashboard - Find employer
   ========================================================================== */
/* line 318, ../sass/partials/_page.scss */
.dashboard-find-employer {
  margin: 20px 0;
}
/* line 321, ../sass/partials/_page.scss */
.dashboard-find-employer--tooltip {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2em;
  text-align: center;
  padding: 0.25em 0 0 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  cursor: pointer;
}
/* line 334, ../sass/partials/_page.scss */
.dashboard-find-employer__helpText {
  display: none;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #404040;
  color: #f9f9f9;
}

/* ==========================================================================
   Certificate - Check
   ========================================================================== */
/* line 352, ../sass/partials/_page.scss */
.check-certificate-section__certificate-info {
  width: 48%;
  float: left;
  margin-right: 1.69492%;
}
/* line 356, ../sass/partials/_page.scss */
.check-certificate-section__redeem-form {
  width: 48%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}

/* line 362, ../sass/partials/_page.scss */
.redeem-further-infomation-section {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* ==========================================================================
   Profile - Gallery - Manager
   ========================================================================== */
/* line 373, ../sass/partials/_page.scss */
.gallery-splash {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 377, ../sass/partials/_page.scss */
.gallery-intro {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  margin-bottom: 20px;
  display: table;
}
@media screen and (max-width: 1000px) {
  /* line 377, ../sass/partials/_page.scss */
  .gallery-intro {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 386, ../sass/partials/_page.scss */
.gallery-intro__icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.5em;
}
/* line 392, ../sass/partials/_page.scss */
.gallery-intro__content {
  display: table-cell;
  vertical-align: top;
}

/* line 398, ../sass/partials/_page.scss */
.gallery-guidelines {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  float: right;
  margin-right: 0;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #404040;
  color: #f9f9f9;
}
@media screen and (max-width: 1000px) {
  /* line 398, ../sass/partials/_page.scss */
  .gallery-guidelines {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 412, ../sass/partials/_page.scss */
.gallery-uploader {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
}

/* line 416, ../sass/partials/_page.scss */
.gallery-list-display {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  float: right;
  margin-right: 0;
}

/* ==========================================================================
   Profile - Gallery - Uploader
   ========================================================================== */
/* line 430, ../sass/partials/_page.scss */
.file-uploader__view--hidden {
  display: none;
}
/* line 435, ../sass/partials/_page.scss */
.file-uploader__content {
  display: table;
  margin-top: 10px;
}
/* line 440, ../sass/partials/_page.scss */
.file-uploader__item {
  display: table-cell;
  vertical-align: middle;
}
/* line 445, ../sass/partials/_page.scss */
.file-uploader__button--continue {
  width: 100%;
}
/* line 450, ../sass/partials/_page.scss */
.file-uploader__button--error {
  width: 100%;
}
/* line 455, ../sass/partials/_page.scss */
.file-uploader__check {
  color: #87b529;
}
/* line 459, ../sass/partials/_page.scss */
.file-uploader__warning {
  color: #c74a4a;
}

/* ==========================================================================
   Profile - Feedback
   ========================================================================== */
/* line 469, ../sass/partials/_page.scss */
.feedback__stars {
  color: #ffa000;
}
/* line 473, ../sass/partials/_page.scss */
.feedback__comment {
  max-width: 400px;
}
/* line 477, ../sass/partials/_page.scss */
.feedback__rating {
  position: relative;
  min-width: 130px;
}
/* line 483, ../sass/partials/_page.scss */
.feedback__tooltip {
  display: none;
  position: absolute;
  min-width: 240px;
  right: 160px;
  top: 50%;
  margin-top: -20%;
  background-color: white;
  padding: 8px;
  z-index: 999;
  border-radius: 4px;
  box-shadow: 0 0 5px #969696;
}

/* ==========================================================================
   Marketing - Embed code
   ========================================================================== */
/* line 504, ../sass/partials/_page.scss */
.embed-code {
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #404040;
  color: #f9f9f9;
}
/* line 511, ../sass/partials/_page.scss */
.embed-code__heading {
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 521, ../sass/partials/_page.scss */
.embed-code__body {
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px inset;
  border-radius: 4px;
  background-color: #fff;
  padding: 0.5em;
  color: #404040;
}

/* ==========================================================================
   Community - Message
   ========================================================================== */
/* line 539, ../sass/partials/_page.scss */
.message__figure {
  max-width: 250px;
  padding: 5px;
  box-shadow: 0 0 5px 1px #e6e6e6;
  float: left;
  margin-right: 20px;
}
/* line 547, ../sass/partials/_page.scss */
.message__image {
  min-width: 240px;
  max-width: 100%;
  display: block;
  margin: 0;
}

/* ==========================================================================
   Profile - Manage brands
   ========================================================================== */
/* line 566, ../sass/partials/_page.scss */
.manage-brands {
  margin-top: 20px;
}
/* line 569, ../sass/partials/_page.scss */
.manage-brands__add {
  width: 61.53846%;
  float: left;
  margin-right: 2.5641%;
}
@media screen and (max-width: 950px) {
  /* line 569, ../sass/partials/_page.scss */
  .manage-brands__add {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
  }
}
/* line 577, ../sass/partials/_page.scss */
.manage-brands__current {
  width: 35.89744%;
  float: left;
  margin-right: 2.5641%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 950px) {
  /* line 577, ../sass/partials/_page.scss */
  .manage-brands__current {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    float: right;
    margin-right: 0;
  }
}

/* line 588, ../sass/partials/_page.scss */
.current-brand {
  position: relative;
}
/* line 592, ../sass/partials/_page.scss */
.current-brand__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 599, ../sass/partials/_page.scss */
.current-brand__logo {
  float: left;
  width: 50px;
  height: 50px;
  margin: 5px 20px 0 0;
  border: 1px solid #ccc;
}
/* line 607, ../sass/partials/_page.scss */
.current-brand__stock-type {
  margin-right: 10px;
}
/* line 610, ../sass/partials/_page.scss */
.current-brand__stock-type--available {
  color: #87b529;
}
/* line 614, ../sass/partials/_page.scss */
.current-brand__stock-type--unavailable {
  color: #c74a4a;
}

/**
 *
 * sass/partials/_ticker.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Standard ticker
   ========================================================================== */
/* ==========================================================================
   News ticker
   ========================================================================== */
/**
 *
 * sass/partials/_notification.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Standard notification
   ========================================================================== */
/* ==========================================================================
   Global - Notification
   ========================================================================== */
/**
 *
 * sass/_partials/form.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Standard form - Block
   ========================================================================== */
/* ==========================================================================
   Standard form - Inline label
   ========================================================================== */
/* ==========================================================================
   Standard form - Block
   ========================================================================== */
/* line 74, ../sass/partials/_form.scss */
.mod-flexbox .zend-form__item--pair {
  max-width: 500px;
}
/* line 80, ../sass/partials/_form.scss */
.zend-form__input--pair {
  display: inline-block;
  width: 60%;
}
/* line 90, ../sass/partials/_form.scss */
.zend-form__button--pair {
  display: inline-block;
}
/* line 99, ../sass/partials/_form.scss */
.zend-form__group {
  margin-bottom: 10px;
}

/* ==========================================================================
   Filter form
   ========================================================================== */
@media screen and (max-width: 830px) {
  /* line 115, ../sass/partials/_form.scss */
  .filter-form {
    width: 100%;
  }
}
/* line 122, ../sass/partials/_form.scss */
.filter-form__item {
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  /* line 122, ../sass/partials/_form.scss */
  .filter-form__item {
    vertical-align: top;
  }
}
/* line 130, ../sass/partials/_form.scss */
.filter-form__item--page-options {
  text-align: right;
}
@media screen and (max-width: 830px) {
  /* line 134, ../sass/partials/_form.scss */
  .filter-form__item--button {
    text-align: right;
  }
}
@media screen and (max-width: 700px) {
  /* line 134, ../sass/partials/_form.scss */
  .filter-form__item--button {
    vertical-align: middle;
  }
}
@media screen and (max-width: 830px) {
  /* line 145, ../sass/partials/_form.scss */
  .filter-form__label {
    display: block;
    margin: 5px 0;
  }
}
/* line 156, ../sass/partials/_form.scss */
.filter-form__select,
.filter-form select {
  min-width: 100px;
}
@media screen and (max-width: 830px) {
  /* line 156, ../sass/partials/_form.scss */
  .filter-form__select,
  .filter-form select {
    width: 100%;
    display: block;
    margin: 5px 0;
  }
}
/* line 172, ../sass/partials/_form.scss */
.filter-form__link--button {
  display: inline-block;
  overflow: visible;
}

/* ==========================================================================
   Form outer box
   ========================================================================== */
/* line 187, ../sass/partials/_form.scss */
.page-options, .filter-wrap, .redeem-form, .find-employer-form, .add-brand-form, .table-options-box, .pagination-box, .redeem-certificate-form__box, .complete-redemption-form__box, .calculate-example-savings-form, .send-example-savings-form, .gallery-uploader-form__container {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  border-radius: 6px;
  background-color: #f9f9f9;
  padding: 5px;
  margin-bottom: 20px;
}

/* ==========================================================================
   Login page - Form
   ========================================================================== */
/* line 202, ../sass/partials/_form.scss */
.log-in-form {
  margin-bottom: 20px;
  color: #f9f9f9;
}
/* line 206, ../sass/partials/_form.scss */
.log-in-form__label {
  color: #f9f9f9;
}
/* line 211, ../sass/partials/_form.scss */
.log-in-form__input {
  max-width: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 730px) {
  /* line 211, ../sass/partials/_form.scss */
  .log-in-form__input {
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   Global - Header - Account switch
   ========================================================================== */
/* line 233, ../sass/partials/_form.scss */
.switch-view-form {
  margin-top: 15px;
  float: right;
}

/* ==========================================================================
   Dashboard - Redeem certificate
   ========================================================================== */
/* line 249, ../sass/partials/_form.scss */
.redeem-form {
  padding: 15px;
  background: #404040;
  color: white;
  margin-bottom: 30px;
}
/* line 261, ../sass/partials/_form.scss */
.redeem-form__input {
  display: inline-block;
  width: 60%;
}
/* line 271, ../sass/partials/_form.scss */
.redeem-form__button {
  display: inline-block;
}

/* ==========================================================================
   Dashboard - Find employer
   ========================================================================== */
/* line 288, ../sass/partials/_form.scss */
.find-employer-form {
  padding: 15px;
}
/* line 300, ../sass/partials/_form.scss */
.find-employer-form__input {
  display: inline-block;
  width: 60%;
}

/* ==========================================================================
   Profile - Add brand
   ========================================================================== */
/* line 327, ../sass/partials/_form.scss */
.add-brand-form {
  padding: 15px;
}
/* line 339, ../sass/partials/_form.scss */
.add-brand-form__input {
  display: inline-block;
  width: 60%;
}

/* ==========================================================================
   Profile - Request
   ========================================================================== */
/* line 365, ../sass/partials/_form.scss */
.add-brand-form {
  padding: 15px;
}
/* line 377, ../sass/partials/_form.scss */
.add-brand-form__input {
  display: inline-block;
  width: 60%;
}

/* ==========================================================================
   Page - Search
   ========================================================================== */
/* line 403, ../sass/partials/_form.scss */
.search-form {
  width: 100%;
}
/* line 415, ../sass/partials/_form.scss */
.mod-no-flexbox .search-form__input {
  width: 200px;
  display: inline-block;
}
/* line 428, ../sass/partials/_form.scss */
.mod-no-flexbox .search-form__button {
  display: inline-block;
}

/* ==========================================================================
   Page - Table options
   ========================================================================== */
/* line 449, ../sass/partials/_form.scss */
.table-options-form {
  min-height: 48px;
  border-spacing: 5px 0px;
}
@media screen and (max-width: 830px) {
  /* line 449, ../sass/partials/_form.scss */
  .table-options-form {
    width: 100%;
    padding-bottom: 5px;
  }
}
/* line 464, ../sass/partials/_form.scss */
.table-options-form__item {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  /* line 464, ../sass/partials/_form.scss */
  .table-options-form__item {
    vertical-align: top;
  }
}
/* line 472, ../sass/partials/_form.scss */
.table-options-form__item--page-options {
  text-align: right;
}
/* line 476, ../sass/partials/_form.scss */
.table-options-form__item--button {
  width: 100px;
  text-align: right;
}
@media screen and (max-width: 830px) {
  /* line 486, ../sass/partials/_form.scss */
  .table-options-form__label {
    display: block;
    margin: 5px 0;
  }
}
/* line 495, ../sass/partials/_form.scss */
.table-options-form__select,
.table-options-form select {
  min-width: 100px;
}
@media screen and (max-width: 700px) {
  /* line 495, ../sass/partials/_form.scss */
  .table-options-form__select,
  .table-options-form select {
    width: 100%;
    display: block;
    margin: 5px 0;
  }
}
/* line 517, ../sass/partials/_form.scss */
.table-options-form__link--button {
  display: inline-block;
}

/* ==========================================================================
   Page - Table pagination
   ========================================================================== */
/* line 535, ../sass/partials/_form.scss */
.pagination-form {
  display: table;
  min-height: 24px;
  border-spacing: 10px 0;
}
/* line 540, ../sass/partials/_form.scss */
.pagination-form__item {
  display: table-cell;
  vertical-align: middle;
}
/* line 545, ../sass/partials/_form.scss */
.pagination-form__link {
  margin: 0 2px;
}

/* ==========================================================================
   Check / Redeem certificate
   ========================================================================== */
/* line 568, ../sass/partials/_form.scss */
.redeem-certificate-form__box {
  padding: 15px;
}
/* line 576, ../sass/partials/_form.scss */
.redeem-certificate-form__label--checkbox {
  display: block;
  margin-bottom: 20px;
}
/* line 581, ../sass/partials/_form.scss */
.redeem-certificate-form__label--complete {
  font-weight: bold;
}
/* line 589, ../sass/partials/_form.scss */
.redeem-certificate-form__input--margin {
  margin-bottom: 20px;
}
/* line 602, ../sass/partials/_form.scss */
.redeem-certificate-form__required {
  color: #c74a4a;
}

/* line 625, ../sass/partials/_form.scss */
.await-confirm {
  margin-bottom: 15px;
}
/* line 628, ../sass/partials/_form.scss */
.await-confirm__input {
  text-align: center;
}
/* line 631, ../sass/partials/_form.scss */
.await-confirm__input input {
  width: 35%;
  margin-left: 15px;
}
/* line 637, ../sass/partials/_form.scss */
.await-confirm__submit {
  text-align: center;
}

/* line 643, ../sass/partials/_form.scss */
.await_sign_agreement__icon {
  width: 100%;
  display: inline-flex;
}
/* line 647, ../sass/partials/_form.scss */
.await_sign_agreement__icon--text {
  width: 20%;
}
/* line 651, ../sass/partials/_form.scss */
.await_sign_agreement__icon--img {
  margin-left: 75%;
}
/* line 656, ../sass/partials/_form.scss */
.await_sign_agreement__notify {
  color: #c74a4a;
}
/* line 660, ../sass/partials/_form.scss */
.await_sign_agreement__qr-code {
  text-align: center;
}
/* line 662, ../sass/partials/_form.scss */
.await_sign_agreement__qr-code svg {
  height: 250px !important;
  width: auto !important;
}
/* line 668, ../sass/partials/_form.scss */
.await_sign_agreement__link {
  text-align: center;
}
/* line 671, ../sass/partials/_form.scss */
.await_sign_agreement__link a {
  text-decoration: none;
}
/* line 676, ../sass/partials/_form.scss */
.await_sign_agreement__box {
  margin-top: 50px;
}
/* line 681, ../sass/partials/_form.scss */
.await_sign_agreement__redemption-tick p {
  text-align: center;
  color: #969696;
  margin-bottom: 40px;
}
/* line 687, ../sass/partials/_form.scss */
.await_sign_agreement__redemption-tick img {
  height: 80px;
  width: auto;
  margin: 40px 0 15px 45%;
}

/* ==========================================================================
   Certificate / Complete redemption
   ========================================================================== */
/* line 699, ../sass/partials/_form.scss */
.complete-redemption-form {
  width: 75%;
}
/* line 702, ../sass/partials/_form.scss */
.complete-redemption-form__box {
  padding: 15px;
}
/* line 707, ../sass/partials/_form.scss */
.complete-redemption-form__input {
  width: 25%;
}
/* line 711, ../sass/partials/_form.scss */
.complete-redemption-form__input--margin {
  margin-bottom: 20px;
}
/* line 720, ../sass/partials/_form.scss */
.complete-redemption-form__required {
  color: #c74a4a;
}

/* line 740, ../sass/partials/_form.scss */
.complete-redemption-section__code {
  font-size: 20px;
  font-weight: bold;
  color: #969696;
}

/* ==========================================================================
   Savings calculator
   ========================================================================== */
/* line 752, ../sass/partials/_form.scss */
.calculate-example-savings-form {
  padding: 15px;
  display: table;
  width: 100%;
  border-spacing: 5px 0px;
}
/* line 759, ../sass/partials/_form.scss */
.calculate-example-savings-form__item {
  display: table-cell;
  vertical-align: middle;
}
/* line 764, ../sass/partials/_form.scss */
.calculate-example-savings-form__item--button {
  text-align: right;
}
/* line 769, ../sass/partials/_form.scss */
.calculate-example-savings-form__label {
  display: block;
}
/* line 774, ../sass/partials/_form.scss */
.calculate-example-savings-form__input {
  display: inline-block;
}
/* line 780, ../sass/partials/_form.scss */
.calculate-example-savings-form__button {
  margin-top: 21px;
}
/* line 785, ../sass/partials/_form.scss */
.calculate-example-savings-form span {
  display: inline-block;
  margin-right: 5px;
}

/* ==========================================================================
   Savings calculator - Email
   ========================================================================== */
/* line 798, ../sass/partials/_form.scss */
.send-example-savings-form {
  padding: 15px;
}
/* line 806, ../sass/partials/_form.scss */
.send-example-savings-form__input {
  margin-bottom: 20px;
  display: block;
  max-width: 300px;
}

/* ==========================================================================
   Gallery - Manual file upload
   ========================================================================== */
/* line 831, ../sass/partials/_form.scss */
.gallery-uploader-form__container--drag-drop {
  height: 300px;
}
/* line 18, ../sass/modules/_flexbox.scss */
.mod-flexbox .gallery-uploader-form__container--drag-drop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only screen and (max-device-width: 1024px) {
  /* line 831, ../sass/partials/_form.scss */
  .gallery-uploader-form__container--drag-drop {
    display: none !important;
  }
}
/* line 841, ../sass/partials/_form.scss */
.gallery-uploader-form__container--manual {
  padding: 20px 0;
}
/* line 846, ../sass/partials/_form.scss */
.gallery-uploader-form__drag-drop-text-box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 18, ../sass/modules/_flexbox.scss */
.mod-flexbox .gallery-uploader-form__drag-drop-text-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 856, ../sass/partials/_form.scss */
.gallery-uploader-form__text {
  text-align: center;
  z-index: 1;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 862, ../sass/partials/_form.scss */
.gallery-uploader-form__drag-drop-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
/* line 871, ../sass/partials/_form.scss */
.gallery-uploader-form__manual {
  text-align: center;
  margin: 0 auto;
}

/**
 *
 * sass/partials/_table.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Standard table
   ========================================================================== */
/* ==========================================================================
   Dashboard - Activity stream table
   ========================================================================== */
/* line 58, ../sass/partials/_table.scss */
.activity-stream-box {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 74, ../sass/partials/_table.scss */
.activity-stream-table__header {
  padding: 7px 10px;
  width: 50px;
  border-right: 1px solid #e4e4e4;
  background-color: #e4e4e4;
  vertical-align: middle;
}
/* line 84, ../sass/partials/_table.scss */
.activity-stream-table__data-link {
  font-size: 14px;
}
/* line 90, ../sass/partials/_table.scss */
.activity-stream-table__disk--metric {
  border-radius: 50%;
  background-color: #00adff;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  display: block;
  font-size: 13px;
}

/* ==========================================================================
   Check certificate - Cost table
   ========================================================================== */
/* line 123, ../sass/partials/_table.scss */
.redeem-modal-table__data--total {
  font-size: 24px;
}
/* line 127, ../sass/partials/_table.scss */
.redeem-modal-table__data--empty {
  text-align: center;
}
/* line 131, ../sass/partials/_table.scss */
.redeem-modal-table__data--end {
  border-bottom: #e4e4e4 3px solid;
}
/* line 139, ../sass/partials/_table.scss */
.redeem-modal-table__data__simulate-input {
  background: #e4e4e4;
  border-radius: 4px;
  opacity: 1;
  padding: 7.7px;
}
/* line 150, ../sass/partials/_table.scss */
.redeem-modal-table__header--complete {
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 12px;
}
/* line 157, ../sass/partials/_table.scss */
.redeem-modal-table--alternate {
  width: 95px;
}

/**
 *
 * sass/partials/_navigation.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   History navigation
   ========================================================================== */
/* ==========================================================================
   Primary navigation
   ========================================================================== */
/* line 28, ../sass/partials/_navigation.scss */
.primary-navigation {
  position: relative;
  margin-top: -48px;
}

/* line 33, ../sass/partials/_navigation.scss */
.tabbed-navigation {
  display: table;
  height: 48px;
  float: right;
}
/* line 38, ../sass/partials/_navigation.scss */
.tabbed-navigation__item {
  background-color: #f1f1f1;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 46, ../sass/partials/_navigation.scss */
.tabbed-navigation__link {
  color: #404040;
  text-decoration: none;
  font-size: 16px;
}

/* ==========================================================================
   Secondary navigation
   ========================================================================== */
/* line 60, ../sass/partials/_navigation.scss */
.secondary-navigation {
  border-bottom: 0;
  background-color: rgba(40, 40, 40, 0.8);
}
/* line 64, ../sass/partials/_navigation.scss */
.lt-ie9 .secondary-navigation {
  background-color: #404040;
}

/* line 69, ../sass/partials/_navigation.scss */
.list-navigation {
  display: table;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #404040;
}
/* line 75, ../sass/partials/_navigation.scss */
.list-navigation__item {
  display: table-cell;
  vertical-align: middle;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #404040;
}
/* line 83, ../sass/partials/_navigation.scss */
.list-navigation__link {
  color: #f9f9f9;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
}
/* line 90, ../sass/partials/_navigation.scss */
.list-navigation__link:hover {
  background-color: #282828;
  color: #f9f9f9;
}
/* line 94, ../sass/partials/_navigation.scss */
.lt-ie9 .list-navigation__link:hover {
  backgrond-color: #404040;
}
/* line 99, ../sass/partials/_navigation.scss */
.list-navigation__link--selected {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #404040;
}
/* line 104, ../sass/partials/_navigation.scss */
.list-navigation__link--selected:hover {
  color: #404040;
  background-color: #fff;
}

/* ==========================================================================
   Tertiary navigation
   ========================================================================== */
/* line 119, ../sass/partials/_navigation.scss */
.tertiary-navigation {
  background-color: #f9f9f9;
  box-shadow: #e4e4e4 0 -1px 3px inset, #e4e4e4 0 1px 3px inset;
}

/* line 124, ../sass/partials/_navigation.scss */
.sub-list-navigation {
  display: table;
}
/* line 127, ../sass/partials/_navigation.scss */
.sub-list-navigation__item {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  padding-top: 15px;
}
/* line 134, ../sass/partials/_navigation.scss */
.sub-list-navigation__link {
  background-color: #f1f1f1;
  color: #404040;
  text-decoration: none;
  border-width: 1px;
  border-color: #e4e4e4;
  border-style: solid;
  display: block;
  padding: 10px;
}
/* line 147, ../sass/partials/_navigation.scss */
.sub-list-navigation__link:hover {
  background-color: #f9f9f9;
}
/* line 151, ../sass/partials/_navigation.scss */
.sub-list-navigation__link--selected {
  background-color: #fff;
  border-bottom-color: #fff;
}
/* line 155, ../sass/partials/_navigation.scss */
.sub-list-navigation__link--selected:hover {
  background-color: #fff;
}

/* ==========================================================================
   Quaternary navigation
   ========================================================================== */
/* line 169, ../sass/partials/_navigation.scss */
.quaternary-navigation {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e4e4e4;
}

/* line 175, ../sass/partials/_navigation.scss */
.sub-inline-list-navigation {
  display: table;
  border-spacing: 5px;
}
/* line 179, ../sass/partials/_navigation.scss */
.sub-inline-list-navigation__item {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-right: 1px solid #f1f1f1;
}
/* line 190, ../sass/partials/_navigation.scss */
.sub-inline-list-navigation__link--selected {
  color: #404040;
  text-decoration: none;
}
/* line 194, ../sass/partials/_navigation.scss */
.sub-inline-list-navigation__link--selected:hover {
  color: #404040;
}

/**
 *
 * sass/partials/_list.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Pair list - Key and value
   ========================================================================== */
/* ==========================================================================
   Profile - Gallery - Image list
   ========================================================================== */
/* line 36, ../sass/partials/_list.scss */
.image-list {
  list-style: none !important;
}
/* line 39, ../sass/partials/_list.scss */
.image-list__item {
  background: #f9f9f9;
  border-width: 4px;
  border-style: dashed;
  border-color: #e4e4e4;
  vertical-align: middle;
  margin: 5px 0;
  cursor: move;
}
/* line 48, ../sass/partials/_list.scss */
.image-list__item--active {
  opacity: 0.4;
}
/* line 53, ../sass/partials/_list.scss */
.image-list__image {
  max-height: 50px;
  max-width: 100px;
}
/* line 62, ../sass/partials/_list.scss */
.image-list__placeholder {
  background-color: #f9f9f9;
  border: 4px dashed #404040;
}

/* line 68, ../sass/partials/_list.scss */
.image-list-table {
  display: table;
  width: 100%;
}
/* line 72, ../sass/partials/_list.scss */
.image-list-table__item {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
/* line 81, ../sass/partials/_list.scss */
.image-list-table__item--options {
  text-align: right;
}

/* line 10, ../sass/partials/_contract.scss */
.contract-text__line {
  margin: 0 auto 16px auto;
}

/* line 16, ../sass/partials/_contract.scss */
.contract-check-confirm__line {
  margin-bottom: 15px;
}

/* line 22, ../sass/partials/_contract.scss */
.schedule-confirmation__line {
  margin: 0 auto 16px auto;
}

/* line 27, ../sass/partials/_contract.scss */
.your-details {
  display: none;
}

/* line 10, ../sass/partials/_tooltip.scss */
.btn-tooltip {
  position:relative;
}

/* line 13, ../sass/partials/_tooltip.scss */
.btn-tooltip i {
  margin-left: 8px;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 2px 2px 2px 3px;
  width: 22px;
  height: 22px;
  text-align: center;
}

/* line 23, ../sass/partials/_tooltip.scss */
.btn-tooltip span {
  display: none;
  position: fixed;
  background-color: rgba(64, 64, 64, 0.8);
  padding: 4px;
  right: 0px;
  z-index: 9999;
  border-radius: 4px;
  max-width: 250px;
  white-space: normal;
}

/* line 35, ../sass/partials/_tooltip.scss */
.btn-tooltip:hover span {
  display: block;
}

/* ==========================================================================
   Import shame - Anything goes
   ========================================================================== */
/**
 *
 * sass/partials/_shame.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   Shame - Dirty tricks
   ========================================================================== */
/* line 17, ../sass/partials/_shame.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* line 21, ../sass/partials/_shame.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e4e4e4;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

/* line 30, ../sass/partials/_shame.scss */
select[size],
select[multiple],
select[multiple][size] {
  background-image: none;
}

/* line 36, ../sass/partials/_shame.scss */
select,
select[size="0"],
select[size="1"] {
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
/* line 44, ../sass/partials/_shame.scss */
.lt-ie10 select, .lt-ie10
select[size="0"], .lt-ie10
select[size="1"] {
  background-image: none;
  padding-right: 5px;
}

/* line 50, ../sass/partials/_shame.scss */
select::-ms-expand {
  display: none;
}

/* ==========================================================================
   Import vendors
   ========================================================================== */
/**
 *
 * sass/vendors/_jquery-ui-overview.scss
 *
 *
 * @author Ben Griffith
 * @copyright 2014, Loft Digital, www.weareloft.com
 */
/* ==========================================================================
   jQuery UI Overwrite
   ========================================================================== */
/* line 17, ../sass/vendors/_jquery-ui-overwrite.scss */
.ui-widget-overlay {
  background-image: none;
  background-color: rgba(20, 20, 20, 0.8);
}

/* line 22, ../sass/vendors/_jquery-ui-overwrite.scss */
.ui-corner-all {
  border-radius: 6px;
}

/* line 26, ../sass/vendors/_jquery-ui-overwrite.scss */
.ui-widget-header {
  background-image: none;
  background-color: #404040;
  color: #f9f9f9;
  border: none;
}

/* ==========================================================================
   Custom jQuery UI classes
   ========================================================================== */
/* line 40, ../sass/vendors/_jquery-ui-overwrite.scss */
.no-titlebar .ui-dialog-titlebar {
  display: none;
}

/* Marketing custom poster */
/* line 70, ../sass/main.scss */
.selected-bold {
  font-weight: bold;
}

/* line 74, ../sass/main.scss */
.selected-shadow {
  box-shadow: 0 0 5px 1px #AAA;
}

/* line 78, ../sass/main.scss */
.poster-template {
  float: left;
  width: 150px;
  margin: 0 15px;
  text-align: center;
}

/* line 85, ../sass/main.scss */
.poster-template__radio-input[type="radio"] {
  margin: 0 auto 10px;
  float: none;
  display: block;
}

/* line 91, ../sass/main.scss */
.poster-template__image {
  margin: 0 auto 10px;
  width: 100px;
  display: block;
}

/* line 97, ../sass/main.scss */
.brand-loading-spinner {
  min-width: 40px;
  position: absolute;
  right: 40%;
}
/* line 102, ../sass/main.scss */
.brand-loading-spinner .spinner-container {
  display: none;
  background: url("/css/loading.gif") no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}
/* line 110, ../sass/main.scss */
.brand-loading-spinner .spinner-success-message {
  display: none;
  color: #008000;
}

/* line 117, ../sass/main.scss */
.store-contract-reg-number {
  text-align: left;
  margin: 10px 0;
  max-width: 450px;
}

/* line 123, ../sass/main.scss */
.text-decoration-disabled {
  text-decoration: none;
}

.marketing-image-contain {
  width: 100%;
  height: 100%;
  object-fit:cover;
  cursor:pointer;
}
