@charset "UTF-8";
/*
 * Base
 * Initial settings. Resets, element styles, variables, mixins
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
input, textarea, button, select,
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, dialog {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* our custom css reset styles */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  outline: none;
}

input:matches([type=button], [type=submit], [type=reset]) {
  -webkit-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/roboto/Roboto-Regular.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../../fonts/roboto/Roboto-Regular.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  src: url("../../fonts/roboto/Roboto-Italic.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Italic.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Italic.woff") format("woff"), url("../../fonts/roboto/Roboto-Italic.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/roboto/Roboto-Light.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Light.woff") format("woff"), url("../../fonts/roboto/Roboto-Light.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../../fonts/roboto/Roboto-LightItalic.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-LightItalic.ttf") format("truetype"), url("../../fonts/roboto/Roboto-LightItalic.woff") format("woff"), url("../../fonts/roboto/Roboto-LightItalic.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/roboto/Roboto-Medium.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Medium.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../../fonts/roboto/Roboto-Medium.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  src: url("../../fonts/roboto/Roboto-MediumItalic.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-MediumItalic.ttf") format("truetype"), url("../../fonts/roboto/Roboto-MediumItalic.woff") format("woff"), url("../../fonts/roboto/Roboto-MediumItalic.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/roboto/Roboto-Bold.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../../fonts/roboto/Roboto-Bold.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: bold;
  src: url("../../fonts/roboto/Roboto-BoldItalic.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-BoldItalic.ttf") format("truetype"), url("../../fonts/roboto/Roboto-BoldItalic.woff") format("woff"), url("../../fonts/roboto/Roboto-BoldItalic.svg") format("svg");
}
@font-face {
  font-family: "Roboto-black";
  font-style: normal;
  font-weight: bolder;
  src: url("../../fonts/roboto/Roboto-Black.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Black.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Black.woff") format("woff"), url("../../fonts/roboto/Roboto-Black.svg") format("svg");
}
@font-face {
  font-family: "Roboto-blackitalic";
  font-style: italic;
  font-weight: bolder;
  src: url("../../fonts/roboto/Roboto-BlackItalic.eot") format("embedded-opentype"), url("../../fonts/roboto/Roboto-BlackItalic.ttf") format("truetype"), url("../../fonts/roboto/Roboto-BlackItalic.woff") format("woff"), url("../../fonts/roboto/Roboto-BlackItalic.svg") format("svg");
}
/*
 * Color
 * All the colors we are using on the site
 */
/********White*********/
/********Black*********/
/********Gray**********/
/********Green********/
/********Gold********/
/********Yellow********/
/********Red********/
/********Blue*********/
/********Turquoise*********/
/********Purple*********/
/********Social Icon Color*********/
/******** OAuth Sign-in Buttons *********/
/*
 * Breakpoints ----- Layout
 * The window width that will potentially change the way we layout things
 */
/*
 * Breakpoints ----- Component
 * The window width that will potentially change the way we layout component
 */
/*
 * Dimensions
 * The height or width of a type of element
 */
/********Form*********/
/*
 * Typography
 * Variables that's used to set typography styles
 */
/********Font Family*********/
/********Font Size*********/
/********Line Height*********/
/* $border1 is the height of the arrow, $border2 is width/2 of the arrow */
/* $border1 is the height of the arrow, $border2 is width/2 of the arrow */
/* $border1 is the height of the arrow, $border2 is width/2 of the arrow */
/*
 * Base styles
 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: white;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #657281;
  text-align: center;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

/*
 * h1
 * Default h1 styles. Header for summary pages.
 */
h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

/*
 * h2
 * Default h2 styles. Default 1st level heading.
 * Used for headers with borders
 */
h2 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

/*
 * h3
 * Default h3 styles. Used as second level heading.
 */
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

/*
 * h4
 * Default h4 styles. Used as third level heading.
 */
h4 {
  font-size: 18px;
  font-weight: 400;
  color: #657281;
}

/*
 * h5
 * Default h5 styles.
 */
h5 {
  font-size: 16px;
  font-weight: 400;
  color: #657281;
}

/*
 * h6
 * Default h6 styles. Used for subnavigation headers.
 */
h6 {
  font-size: 15px;
  font-weight: 300;
  color: #657281;
}

/*
 * p
 * Default p styles. Inherits default body font size.
 */
p {
  margin-bottom: 1em;
  white-space: normal;
}

/*
 * a
 * Default link styles.
 */
a {
  color: #318CE6;
  cursor: pointer;
}
a.secondary {
  color: #8C96A1;
}
a:hover, a:active {
  color: #2A77C3;
}

/*
 * ul
 * Default list styles. No bullet points.
 */
ul {
  list-style-type: none;
}

/*
 * dialog
 * Default html5 dialog styles.
 */
dialog {
  display: none;
  position: relative;
  right: auto;
  left: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
dialog[open] {
  display: block;
}

/*
 * sub
 * Default html5 sub styles.
 */
sub {
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 13px;
  }
}
/*
 * margin styles
 */
.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mv-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*
* padding styles
*/
.pl-5 {
  padding-left: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * CSS hack
 */
.overflow-hidden {
  overflow: hidden;
}

.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: " ";
  visibility: hidden;
}

.responsive-padding {
  padding-right: 6.25%;
  padding-left: 6.25%;
}

/*------Media Query---------*/
@media only screen and (min-width: 768px) {
  .responsive-padding {
    padding-right: 0;
    padding-left: 0;
  }
}
/*
Button prototype

Inheritors:
- merchant.base.button
- consumer.base.button
 */
.button {
  width: 100%;
  min-height: 45px;
  padding: 10px 0px;
  border: 0;
  border-radius: 2px;
  outline: none;
  background: #318CE6;
  color: white;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.primary-ghost.button {
  border: 2px solid #318CE6;
  background: transparent;
}

.button:disabled {
  background-color: #D7DBDF !important;
  color: white;
  cursor: auto !important;
}
.button:hover {
  background: #2A77C3;
}
.button:active {
  background: #2262A1;
}
.button.secondary {
  background: #D7DBDF;
  color: #657281;
}
.button.secondary:hover {
  background: #CCCDD4;
}
.button.secondary:active {
  background: #B3B5BA;
}
.button.warning {
  background: #E11E3E;
}
.button.warning:hover {
  background: #DB3E4D;
}
.button.warning:active {
  background: #C23744;
}
.button.primary-ghost {
  border-color: #318CE6;
  color: #318CE6;
}
.button.is-processing {
  position: relative;
  background-color: #F0F1F3;
  background-image: url("../../images/spinner.gif");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px;
  color: #657281;
}
.button.standout {
  background: #68BE00;
}
.button.standout:hover, .button.standout.loading {
  background: #68BE00;
}
.button.obw-button {
  padding: 0 20px;
  border-radius: 999px;
  white-space: normal;
}
.button.newsletter-offer-button {
  border-radius: 999px;
  background-color: #005BB5;
}

@media only screen and (min-width: 640px) {
  .button {
    width: 100%;
    font-size: 14px;
  }
  .button.primary-ghost:hover {
    background: #318CE6;
    color: white;
  }
  .button.is-processing {
    background-position: right 5px center;
    background-size: 25px;
  }
  .button.is-processing:hover {
    background-color: #F0F1F3;
  }
  .button {
    /*&.obw-button {
      width: auto;
    }*/
  }
}
.input,
.recurly-hosted-field {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: 45px;
  margin-bottom: 5px;
  padding: 1px 16px;
  border: 1px solid #D7DBDF;
  outline: none;
  background-color: #fff;
  color: #000;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.input:hover,
.recurly-hosted-field:hover {
  border-color: #8C96A1;
}
.input:focus, .input.recurly-hosted-field-focus,
.recurly-hosted-field:focus,
.recurly-hosted-field.recurly-hosted-field-focus {
  padding: 0 15px;
  border-width: 2px;
  border-color: #318CE6;
}
.input:disabled,
.recurly-hosted-field:disabled {
  background: #F7F8F8;
  color: #657281;
}
.input.is-invalid, .input.is-causing-purchase-error,
.recurly-hosted-field.is-invalid,
.recurly-hosted-field.is-causing-purchase-error {
  border-color: #E11E3E;
}
.input.is-invalid:focus, .input.is-causing-purchase-error:focus,
.recurly-hosted-field.is-invalid:focus,
.recurly-hosted-field.is-causing-purchase-error:focus {
  padding: 0 15px;
  border-width: 2px;
}
.input::placeholder,
.recurly-hosted-field::placeholder {
  color: #8C96A1;
}
.input:-ms-input-placeholder,
.recurly-hosted-field:-ms-input-placeholder { /* ie 11 support */
  color: #8C96A1;
}
.input::-ms-clear,
.recurly-hosted-field::-ms-clear {
  display: none;
}
.input.input-secure,
.recurly-hosted-field.input-secure {
  background-image: url("../../images/selfSignup/icon-credit-card-locked.svg");
  background-repeat: no-repeat;
  background-position: right 12px top 12px;
}
.input.input-initials,
.recurly-hosted-field.input-initials {
  width: 65px;
  text-transform: uppercase;
}
.input.input-hex-color,
.recurly-hosted-field.input-hex-color {
  width: 100px;
  text-transform: uppercase;
}
.input.textarea,
.recurly-hosted-field.textarea {
  height: 125px;
  padding: 20px 15px;
  resize: none;
  overflow-y: scroll;
}
.input.textarea.textarea-large,
.recurly-hosted-field.textarea.textarea-large {
  height: 225px;
}
.input.wysiwyg-box,
.recurly-hosted-field.wysiwyg-box {
  height: auto;
  max-height: 600px;
  padding: 0;
  overflow: hidden;
}
.input.wysiwyg-box.is-focused,
.recurly-hosted-field.wysiwyg-box.is-focused {
  border-width: 2px;
  border-color: #318CE6;
}
.input.input-with-char-counter,
.recurly-hosted-field.input-with-char-counter {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  border-right: 0;
}
.input.input-with-greeting, .input.input-with-greeting:focus,
.recurly-hosted-field.input-with-greeting,
.recurly-hosted-field.input-with-greeting:focus {
  padding-left: 145px;
}

.checkbox {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  opacity: 0;
}
.checkbox + .checkbox-label {
  display: flex;
  color: #657281;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}
.checkbox + .checkbox-label:before {
  min-width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 10px;
  border: 1px solid #D7DBDF;
  border-radius: 3px;
  background: white;
  color: white;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  content: "";
  visibility: visible;
  box-sizing: border-box;
}
.checkbox.small-checkbox + .checkbox-label {
  font-size: 12px;
}
.checkbox.small-checkbox + .checkbox-label:before {
  margin-top: 0px;
}
.checkbox:hover + .checkbox-label {
  color: #000;
}
.checkbox:focus + .checkbox-label {
  color: #000;
}
.checkbox:focus + .checkbox-label:before {
  padding: 0;
  border: 2px solid #318CE6;
}
.checkbox:checked + .checkbox-label {
  color: #000;
}
.checkbox:checked + .checkbox-label:before {
  border-color: #318CE6;
  background: #318CE6;
  font-family: "doberman";
  content: "\e901";
}
.checkbox:checked:hover + .checkbox-label {
  color: #000;
}
.checkbox:checked:disabled + .checkbox-label:before {
  color: #8C96A1;
}
.checkbox:checked.is-invalid + .checkbox-label:before {
  padding: 0;
  border: 2px solid #E11E3E;
}
.checkbox:indeterminate + .checkbox-label:before {
  border-color: #318CE6;
  background: #318CE6;
  font-family: "doberman";
  content: "\ea0b";
}
.checkbox:disabled + .checkbox-label {
  color: #8C96A1;
}
.checkbox:disabled + .checkbox-label:before {
  padding: 1px;
  border: 1px solid #D7DBDF;
  background: #F7F8F8;
}
.checkbox:disabled:hover + .checkbox-label {
  color: #8C96A1;
}
.checkbox.is-invalid + .checkbox-label:before {
  padding: 0;
  border: 2px solid #E11E3E;
}
.checkbox.is-invalid:hover + .checkbox-label {
  color: #000;
}
.checkbox.checkbox-with-validation-info + .checkbox-label {
  margin-bottom: 10px;
}
.checkbox.checkbox-with-validation-info ~ .checkbox-validation-info {
  margin-left: 25px;
}
.checkbox.mc-checkbox:checked + .checkbox-label:before {
  font-family: "icomoon";
  content: "\e90a";
}

.label {
  display: block;
  margin-bottom: 5px;
  color: #005BB5;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}

@font-face {
  font-family: "doberman";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/doberman.eot?jicskx");
  src: url("../../fonts/doberman.eot?jicskx#iefix") format("embedded-opentype"), url("../../fonts/doberman.ttf?jicskx") format("truetype"), url("../../fonts/doberman.woff?jicskx") format("woff"), url("../../fonts/doberman.svg?jicskx#doberman") format("svg");
}
[class^=icon-]:before, [class^=icon-]:after,
[class*=" icon-"]:before,
[class*=" icon-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "doberman" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-help:before {
  content: "\e907";
}

.icon-edit:before {
  content: "\e908";
}

.icon-delete:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-dot:before {
  content: "\e903";
}

.icon-email-sync:before {
  content: "\e904";
}

.icon-clock:before {
  content: "\e902";
}

.icon-credit-card-locked:before {
  content: "\e905";
}

.icon-lock-shield:before {
  content: "\e906";
}

.icon-upload-clipboard:before {
  content: "\e909";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-play:before {
  content: "▶";
}

.icon-capture:before {
  content: "\e90a";
}

.icon-engage:before {
  content: "\e90b";
}

.icon-location:before {
  content: "\e90c";
}

.icon-error:before {
  content: "\e60e";
}

.icon-more-active:before {
  content: "\e629";
}

.icon-caution:before {
  content: "\e90d";
}

.icon-triangle:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e801";
}

.icon-less:before {
  content: "\e627";
}

.icon-checkmark:before {
  content: "\e90f";
}

.icon-cross:before {
  content: "🎔";
}

.icon-email:before {
  font-size: 14px;
  content: "\e910";
}

.icon-link:before {
  content: "\e911";
}

.icon-whatsapp:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.icon-sms:before {
  content: "\e914";
}

.icon-fb-messenger:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e916";
}

.icon-close-btn:before {
  content: "\e917";
}

.icon-confirm:before {
  content: "\e918";
}

.icon-payment:before {
  content: "\e919";
}

.icon-alert:before {
  content: "\e91a";
}

.icon-map-pin:before {
  content: "\e91b";
}

.icon-more:before {
  content: "\e91c";
}

.icon-helper:before {
  content: "\e91d";
}

.icon-hamburger:before {
  content: "\e91e";
}

.icon-hamburger-2:before {
  content: "\e93f";
}

.icon-account:before {
  content: "\e91f";
}

.icon-added:before {
  content: "\e920";
}

.icon-announce:before {
  content: "\e921";
}

.icon-customer-purchase:before {
  content: "\e922";
}

.icon-facebook-outline:before {
  content: "\e924";
}

.icon-feedback:before {
  content: "\e925";
}

.icon-lock:before {
  content: "\e926";
}

.icon-mobile:before {
  content: "\e927";
}

.icon-new-customer:before {
  content: "\e928";
}

.icon-offer:before {
  font-size: 20px;
  content: "\e929";
}

.icon-recurring:before {
  content: "\e92a";
}

.icon-referrals:before {
  content: "\e92b";
}

.icon-review:before {
  content: "\e92c";
}

.icon-schedule-sync:before {
  content: "\e92d";
}

.icon-schedule:before {
  content: "\e92e";
}

.icon-search:before {
  content: "\e92f";
}

.icon-sitelink-in:before {
  content: "\e930";
}

.icon-sitelink-out:before {
  content: "\e931";
}

.icon-transactions:before {
  content: "\e932";
}

.icon-star:before {
  content: "\e923";
}

.icon-phone-call:before {
  content: "\e933";
}

.icon-send:before {
  content: "\e61c";
}

.icon-edit2:before {
  content: "\e934";
}

.icon-alarm:before {
  content: "\e935";
}

.icon-purchase:before {
  content: "\e936";
}

.icon-win-back:before {
  content: "\e937";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-customers:before {
  content: "\e938";
}

.icon-arrow-down:before {
  font-size: 10px;
  content: "\e629";
}

.icon-news:before {
  content: "\e93a";
}

.icon-estimate-amount:before {
  content: "\e93b";
}

.icon-estimate-change:before {
  content: "\e93c";
}

.icon-estimate-create:before {
  content: "\e93d";
}

.icon-job-amount:before {
  content: "\e93e";
}

.icon-job-change:before {
  content: "\e940";
}

.icon-job-create:before {
  content: "\e941";
}

.icon-job-time:before {
  content: "\e942";
}

.form-field {
  flex: 1;
}
.form-field .field-data {
  display: flex;
  align-items: baseline;
}
.form-field .field-label {
  flex: 1;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  text-align: left;
}
.form-field .field-label::first-letter {
  text-transform: capitalize;
}
.form-field .field-help-wrapper {
  display: flex;
  align-items: baseline;
}
.form-field .field-help-message {
  margin-bottom: 5px;
  color: #8C96A1;
  font-size: 14px;
}
.form-field .tooltip-title {
  display: inline;
  margin-right: 5px;
}
.form-field .field-update-button {
  float: right;
}
.form-field .field-validation-info {
  margin-bottom: 10px;
}
.form-field.form-field-no-validation {
  margin-bottom: 25px;
}

@media only screen and (min-width: 640px) {
  .form-field {
    margin-bottom: 0;
  }
  .form-field:not(:only-child):first-child {
    margin-right: 5px;
  }
  .form-field:not(:only-child):last-child {
    margin-left: 5px;
  }
  .form-field:not(:only-child):not(:first-child):not(:last-child) {
    margin-right: 5px;
    margin-left: 5px;
  }
  .form-field .field-update-button {
    margin-left: 5px;
    float: none;
  }
}
.form-field-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.form-field-group + .group-validation-info {
  margin-bottom: 10px;
}
.form-field-group.form-field-group-no-validation {
  margin-bottom: 25px;
}
@media only screen and (min-width: 640px) {
  .form-field-group {
    flex-direction: row;
  }
}

.validation-info {
  color: #8C96A1;
  font-size: 12px;
  line-height: 15px;
}
.validation-info .error-field-label {
  display: none;
}
.validation-info.last-field-validation-info {
  position: absolute;
}
.validation-info-char-count {
  display: flex;
  justify-content: space-between;
}
.validation-info.is-for-invalid-field, .validation-info.is-for-purchase-error-field {
  color: #E11E3E;
  text-align: left;
}
.validation-info.is-for-invalid-field .default-field-label, .validation-info.is-for-purchase-error-field .default-field-label {
  display: none;
}
.validation-info.is-for-invalid-field .error-field-label, .validation-info.is-for-purchase-error-field .error-field-label {
  display: inline;
}

.gray-box {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #D7DBDF;
  background-color: #F7F8F8;
  text-align: left;
}
.gray-box .gray-stacked-box-content {
  padding: 0 30px;
}
.gray-box.gray-stacked-box {
  padding: 30px 0;
  border-radius: 0;
}
.gray-box.no-padding {
  padding: 0;
}

/*
Form Section

.last-form-section - section without bottom border

Markup:
<form class="form">
  <div class="form-section {{modifier_class}}">
    <h4 class="form-section-heading-text">Form Section</h4>
    <input class="input">
  </div>
</form>

Styleguide merchant.modules.formSection
 */
.form-section {
  margin-bottom: 25px;
  padding-bottom: 35px;
  border-bottom: 1px solid #D7DBDF;
}
.form-section .form-section-heading-text {
  margin-right: 5px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
}
.form-section .form-section-heading-text-top-spaced-placement {
  margin-top: 30px;
}
.form-section .form-section-description-text {
  margin-right: 5px;
  color: #657281;
  font-size: 14px;
}
.form-section .form-section-logo {
  width: 188px;
  height: 45px;
  margin-bottom: 20px;
}
.form-section.last-form-section {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
}

.link-as-button {
  display: inline-block;
  width: 100%;
  height: 45px;
  max-height: 45px;
  padding: 14px 0;
  border-radius: 25px;
  background: #318CE6;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.link-as-button:hover {
  background: #2A77C3;
  color: white;
}
.link-as-button:active {
  background: #2262A1;
}
.link-as-button.warning {
  background: #E11E3E;
}
.link-as-button.warning:hover {
  background: #DB3E4D;
}
.link-as-button.warning:active {
  background: #C23744;
}
.link-as-button.secondary {
  background: #D7DBDF;
  color: #657281;
}
.link-as-button.secondary:hover {
  background: #CCCDD4;
}
.link-as-button.secondary:active {
  background: #B3B5BA;
}
.link-as-button.standout {
  background: #68BE00;
}
.link-as-button.standout:hover, .link-as-button.standout.loading {
  background: #68BE00;
}
.link-as-button.primary-ghost {
  padding: 13px 0;
  border: 2px solid #318CE6;
  background: transparent;
  color: #318CE6;
}
.link-as-button.mc-button {
  border-radius: 3px;
}

@media only screen and (min-width: 640px) {
  .link-as-button {
    font-size: 14px;
  }
  .link-as-button.primary-ghost {
    padding: 8px 0 9px;
  }
  .link-as-button.primary-ghost:hover {
    border-color: #318CE6;
    background: #318CE6;
    color: white;
  }
  .link-as-button.mc-button-wide {
    width: 185px;
  }
}
/**
AJAX confirmation

Deprecated banner notification. Use grid.modules.bannerNotification if possible.

.send - send status
.error - error status
.confirm - confirm status
.processing - processing status

Markup:
<div id="ajax-confirmation" class="{{modifier_class}}">
  <div class="message-subcontainer">
    <div class="message">
      <span class="icon-{{modifier_class}}"></span>
      <span class="message-text">
          Sample message text <a>with a link</a> and some more text that's long enough<br>
          for a line break
      </span>
    </div>
    <div class="icon-delete"></div>
  </div>
</div>

Styleguide shared.modules.addMessage
*/
#ajax-confirmation {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
#ajax-confirmation.processing, #ajax-confirmation.send, #ajax-confirmation.confirm {
  background-color: #68BE00;
}
#ajax-confirmation.error {
  background-color: #E11E3E;
}
#ajax-confirmation .message-subcontainer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  height: 100%;
  margin: auto;
  padding: 10px 20px;
}
#ajax-confirmation .message {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  order: 1;
  width: 90%;
  color: white;
}
#ajax-confirmation .message a {
  color: inherit;
  text-decoration: underline;
}
#ajax-confirmation .message-text {
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.2em;
}
#ajax-confirmation .icon-send::before,
#ajax-confirmation .icon-error::before,
#ajax-confirmation .icon-confirm::before {
  font-size: 22px;
}
#ajax-confirmation .icon-processing {
  width: 22px;
  height: 22px;
  background-image: url("../../images/glaze/loadingState.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
#ajax-confirmation .icon-delete {
  order: 2;
  color: white;
  cursor: pointer;
}

@media only screen and (min-width: 720px) {
  #ajax-confirmation .message-subcontainer {
    height: 45px;
    padding: 0px 20px;
  }
  #ajax-confirmation .message-text {
    text-align: left;
  }
}
html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  text-align: left;
}

h6 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

/* for agency?*/
img {
  max-width: 100%;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  color: #000;
  background-color: white;
  z-index: 1;
}

.nav-top {
  height: 78px;
}

.signpost-logo {
  display: inline-block;
  width: 83px;
  height: 20px;
  margin: 27px 0 0 6%;
  text-indent: -20000px;
  background-image: url("../../images/glaze/company-logo-dark-blue.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}

.agency-logo {
  display: inline-block;
  height: 36px;
  margin-right: 28px;
  z-index: 1;
}

.nav-responsive {
  float: right;
  position: relative;
  width: 16px;
  cursor: pointer;
  margin-right: 6%;
  margin-top: 28px;
}
.nav-responsive span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background: #000;
}

.nav {
  display: none;
  position: fixed;
  top: 78px;
  width: 100%;
  height: 100%;
  background-color: white;
}
.nav.active {
  display: block;
}

.nav-main li {
  padding-bottom: 25px;
  overflow: hidden;
}

.support {
  display: none;
}

.login-header-link {
  font-size: 38px;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 0 12%;
  color: #D7DBDF;
}

/* BODY */
.content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 170px;
}

.main-content {
  flex: 1;
  margin-top: 30px;
}

.signup-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin: 0 30px;
}
.signup-container .copy {
  font-size: 12px;
  line-height: 20px;
}

.body-form {
  padding: 90px 30px 30px;
  color: #000;
}
.body-form form {
  max-width: 390px;
  margin: 0 auto;
}
.body-form form .message,
.body-form form .error {
  padding: 0.8em;
}
.body-form form .message {
  background: #fff6bf;
  color: #514721;
  border: 2px solid #ffd324;
}
.body-form form .error {
  padding: 0;
  color: #E11E3E;
  font-size: 14px;
}
.body-form form .form-content {
  margin: 26px 0 10px;
}
.body-form form .input-wrapper input {
  padding: 8px;
}
.body-form form .remember-me-container .checkbox-label {
  font-size: 16px;
}
.body-form form label {
  display: inline-block;
  margin-bottom: 8px;
}
.body-form form input {
  display: inline-block;
}
.body-form form input[type=submit].blue-btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.body-form form input[type=checkbox] {
  display: none;
}
.body-form form input[type=checkbox] + label:before {
  margin-top: 4px;
}
.body-form .blue-link {
  display: block;
  color: #318CE6;
}
.body-form .or-login {
  width: 30px;
  margin: auto;
  display: block;
  position: relative;
  top: -34px;
  text-align: center;
  font-size: 12px;
  color: #657281;
  background-color: #F7F8F8;
}

.login-form-header {
  margin-bottom: 40px;
  color: #005BB5;
  font-size: 28px;
  line-height: 30px;
}

/* FOOTER */
.footer-container {
  width: 100%;
  height: 170px;
  margin: 0 auto;
  border-top: 1px solid #D7DBDF;
}

.footer {
  line-height: 1.4;
  width: 80%;
  margin: 0 auto;
  padding: 30px 10%;
  font-size: 13px;
  text-align: left;
}
.footer a {
  color: #657281;
}
.footer .logo {
  width: 125px;
  margin-bottom: 15px;
}
.footer .bar {
  margin: 0 10px;
  vertical-align: baseline;
  color: #D7DBDF;
}
.footer .legal {
  margin-bottom: 18px;
  font-size: 11px;
}
.footer .legal p {
  line-height: 1.5;
}
.footer ul li {
  margin-bottom: 6px;
}
.footer .details .learn-more,
.footer .details .company {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}
.footer .details .learn-more ul,
.footer .details .company ul {
  width: 125px;
}
.footer .contact {
  margin-bottom: 18px;
}
.footer .get-in-touch {
  margin-bottom: 10px;
}
.footer .social-media-links li {
  display: inline-block;
  margin: 5px;
}
.footer .social-media-links li:first-child {
  margin-left: 0;
}
.footer .social-media-links li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #D7DBDF;
  color: white;
  text-align: center;
  border: none;
  display: inline-block;
}
.footer .social-media-links li a:hover.facebook {
  background: #3B5998;
}
.footer .social-media-links li a:hover.twitter {
  background: #0077B5;
}
.footer .social-media-links li a:hover.linkedin {
  background: #3F729B;
}
.footer .social-media-links li a:hover.instagram {
  background: #55ACEE;
}
.footer .social-media-links li a:hover.vimeo {
  background: #17b7ea;
}
.footer .social-media-links li a .icon {
  display: inline-block;
  margin-top: 3px;
}

/* ALL MEDIA QUERIES */
@media only screen and (min-width: 1024px) {
  /* HEADER */
  .header {
    border-bottom: 1px solid #F0F1F3;
    height: 63px;
  }
  .container {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
  }
  .nav-top {
    display: inline-block;
    padding: 0;
    border: 0;
    vertical-align: top;
    width: 20%;
    height: auto;
  }
  .signpost-logo {
    position: relative;
    width: 83px;
    height: 20px;
    background-size: 100%;
    margin: 23px 0 0 0;
  }
  .agency-logo {
    position: relative;
    top: 8px;
  }
  .nav-responsive {
    display: none;
  }
  .nav {
    display: inline-block;
    position: relative;
    top: 0;
    width: 80%;
    height: 100%;
    background: none;
  }
  .nav-main {
    display: flex;
    height: 100%;
  }
  .nav-main li {
    padding: 0;
  }
  .nav-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .nav-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .login-header-link {
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 0;
  }
  .login-header-link.login-header-link-button {
    margin-right: 10px;
    line-height: 1;
    border-radius: 100px;
    font-size: 18px;
    background: #318CE6;
    color: white;
    width: auto;
    padding: 9px 36px;
    text-decoration: none;
  }
  .login-header-link.secondary {
    border: 2px solid #318CE6;
    padding: 7px 34px;
    color: #318CE6;
    background: white;
  }
  .support {
    font-size: 12px;
    line-height: 1.2em;
    margin-left: 24px;
    display: flex;
    align-items: center;
  }
  .agency-contact {
    width: 100%;
    font-size: 12px;
    line-height: 1.2em;
    margin-left: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  /* BODY */
  .content-wrapper {
    flex-direction: row;
    padding-bottom: 0;
  }
  .content-wrapper.content-centered {
    justify-content: center;
  }
  .content-footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 62px);
  }
  .main-content {
    flex: 1;
    margin-top: 40px;
  }
  .signup-container {
    margin: 0 50px;
  }
  .body-form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 15px 30px 15px;
  }
  .body-form form .blue-link {
    margin-top: 20px;
    font-size: 14px;
    line-height: 15px;
  }
  /* FOOTER */
  .footer {
    width: 100%;
    max-width: 1000px;
    padding: 30px 15px 5px 15px;
  }
  .footer section {
    display: inline-block;
    vertical-align: top;
  }
  .footer .legal {
    width: 280px;
  }
  .footer .details {
    width: 240px;
  }
  .footer .details .company {
    width: 100px;
  }
  .footer .contact {
    width: 240px;
  }
  .footer .social-media-links li {
    margin: 0 2px;
  }
}