/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1rem 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body.sorting section:not(.blocks) {
  opacity: 0.3;
}

body.sorting .steps textarea, body.sorting .steps .item-content, body.sorting .steps .add {
  display: none;
}

body.sorting .steps h3 .remove, body.sorting .steps h4 .remove {
  display: none !important;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section {
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row {
  margin-bottom: 1rem;
}

.actions {
  position: fixed;
  right: 2rem;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.actions .curr {
  margin-bottom: 1rem;
}

.actions .curr select {
  padding: 0.25rem;
}

.actions a {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  color: #ea3333;
  background-color: #f3f3f3;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.actions a i {
  font-size: 1rem;
}

.actions a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.actions .sort i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#quote {
  margin: 5rem auto;
  padding: 4rem;
  border: 2px solid #16161d;
}

[contenteditable] {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

[contenteditable]:hover {
  border-bottom-color: #16161d;
}

[contenteditable]:focus {
  padding: 0 4px;
  border-bottom-color: #ea3333;
  outline: 0 none;
}

textarea {
  width: 100%;
  max-width: 720px;
  height: auto;
  overflow: hidden;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #16161d;
  border: 0 none;
  border-bottom: 1px solid transparent;
  resize: none;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}

textarea:hover {
  border-bottom-color: #16161d;
}

textarea:focus {
  border-bottom-color: #ea3333;
}

.basic table td:first-child {
  width: 40px;
}

.add {
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  background-color: #f3f3f3;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.add:focus-within {
  opacity: 1;
}

.add:hover {
  opacity: 1;
}

.add input {
  width: 300px;
  padding: 0.25rem;
  margin-right: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1rem;
  color: #16161d;
  background-color: transparent;
  border: 0 none;
  border-bottom: 1px solid #16161d;
}

.add input:focus {
  outline: none;
}

.add button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ea3333;
  color: #fff;
}

.steps .step {
  border-bottom: 1px solid #16161d;
  margin-bottom: 2.5rem;
}

.steps .step h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.steps .step h3 .remove {
  position: relative;
  top: 2px;
  display: inline-block;
  overflow: hidden;
  width: 0;
  padding: 0;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.steps .step h3:hover {
  background-color: #f3f3f3;
}

.steps .step h3:hover .remove {
  padding: 0 0.25rem;
  width: 1.5rem;
}

.steps .step .step-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.steps .step .step-total .amount {
  margin-left: auto;
}

.steps .items {
  margin: 1rem auto;
}

.steps .items .item {
  margin-bottom: 1rem;
}

.steps .items .item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.steps .items .item h4 .price {
  margin-left: auto;
}

.steps .items .item h4 .remove {
  position: relative;
  top: 2px;
  display: inline-block;
  overflow: hidden;
  width: 0;
  padding: 0;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.steps .items .item h4:hover {
  background-color: #f3f3f3;
}

.steps .items .item h4:hover .remove {
  padding: 0 0.25rem;
  width: 1.5rem;
}

.steps .items .item p {
  margin: 0.5rem 0 0;
}

.steps .items .item p, .steps .items .item .itemnotes, .steps .items .item .itemdeliverables {
  font-style: italic;
}

.pm h4, .discount h4, .grandtotal h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pm h4 .price, .discount h4 .price, .grandtotal h4 .price {
  margin-left: auto;
}

.pm h4 .sub, .discount h4 .sub, .grandtotal h4 .sub {
  font-weight: 300;
}

.note {
  color: #999;
  font-weight: 300;
  margin: 0 0.25rem;
}

.number {
  position: relative;
}

.number:before {
  content: attr(data-converted);
  position: absolute;
  right: 0;
  top: -1.5rem;
  color: #999;
  font-weight: 400;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #16161d;
  font: 300 16px/1.5 "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
}

h2 {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ea3333;
  text-transform: uppercase;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: var(--max-width);
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 40px;
  /* 3 */
  padding-right: 40px;
  /* 3 */
  width: 100%;
  /* 1 */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container {
    max-width: 1200px;
  }
}

.content {
  max-width: 1024px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* jquery ui overrides */
.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 0;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
}

button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1rem;
  font-weight: 400;
  color: #fff;
  background-color: #ea3333;
  padding: 0.25rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover {
  background-color: rgba(234, 51, 51, 0.8);
}

.cols1of12 {
  width: 8.33333% !important;
}

.cols2of12 {
  width: 16.66667% !important;
}

.cols3of12 {
  width: 25% !important;
}

.cols4of12 {
  width: 33.33333% !important;
}

.cols5of12 {
  width: 41.66667% !important;
}

.cols6of12 {
  width: 50% !important;
}

.cols7of12 {
  width: 58.33333% !important;
}

.cols8of12 {
  width: 66.66667% !important;
}

.cols9of12 {
  width: 75% !important;
}

.cols10of12 {
  width: 83.33333% !important;
}

.cols11of12 {
  width: 91.66667% !important;
}

.cols12of12 {
  width: 100% !important;
}

.line:after {
  clear: both;
  content: '';
  display: table;
}

.line .col {
  min-height: 1px;
  float: left;
  zoom: 1;
}

.hide {
  display: none !important;
}

.show {
  display: inherit !important;
}

/*  For each breakpoint that we set, we create a set of classes specific to the breakpoint.
      E.g. if we only have 1 breakpoint(20em) and not mobile first, it'll generate:
      @media only screen and (max-width: 20em) {
        .medHide {
          display: none !important;
        }

        ....

        .medCol1of12 {
          ...
        }
      }
  }
  */
@media only screen and (min-width: 400px) {
  .smHide {
    display: none !important;
  }
  .smShow {
    display: inherit !important;
  }
  .smCollapse > .col,
  .smCollapse {
    width: auto !important;
    display: block !important;
    float: none !important;
  }
  .smExpand > .col {
    width: auto !important;
  }
  .smDeepExpand .col {
    width: auto !important;
  }
  .smCols1of12 {
    width: 8.33333% !important;
  }
  .smCols2of12 {
    width: 16.66667% !important;
  }
  .smCols3of12 {
    width: 25% !important;
  }
  .smCols4of12 {
    width: 33.33333% !important;
  }
  .smCols5of12 {
    width: 41.66667% !important;
  }
  .smCols6of12 {
    width: 50% !important;
  }
  .smCols7of12 {
    width: 58.33333% !important;
  }
  .smCols8of12 {
    width: 66.66667% !important;
  }
  .smCols9of12 {
    width: 75% !important;
  }
  .smCols10of12 {
    width: 83.33333% !important;
  }
  .smCols11of12 {
    width: 91.66667% !important;
  }
  .smCols12of12 {
    width: 100% !important;
  }
}

/*  For each breakpoint that we set, we create a set of classes specific to the breakpoint.
      E.g. if we only have 1 breakpoint(20em) and not mobile first, it'll generate:
      @media only screen and (max-width: 20em) {
        .medHide {
          display: none !important;
        }

        ....

        .medCol1of12 {
          ...
        }
      }
  }
  */
@media only screen and (min-width: 800px) {
  .mdHide {
    display: none !important;
  }
  .mdShow {
    display: inherit !important;
  }
  .mdCollapse > .col,
  .mdCollapse {
    width: auto !important;
    display: block !important;
    float: none !important;
  }
  .mdExpand > .col {
    width: auto !important;
  }
  .mdDeepExpand .col {
    width: auto !important;
  }
  .mdCols1of12 {
    width: 8.33333% !important;
  }
  .mdCols2of12 {
    width: 16.66667% !important;
  }
  .mdCols3of12 {
    width: 25% !important;
  }
  .mdCols4of12 {
    width: 33.33333% !important;
  }
  .mdCols5of12 {
    width: 41.66667% !important;
  }
  .mdCols6of12 {
    width: 50% !important;
  }
  .mdCols7of12 {
    width: 58.33333% !important;
  }
  .mdCols8of12 {
    width: 66.66667% !important;
  }
  .mdCols9of12 {
    width: 75% !important;
  }
  .mdCols10of12 {
    width: 83.33333% !important;
  }
  .mdCols11of12 {
    width: 91.66667% !important;
  }
  .mdCols12of12 {
    width: 100% !important;
  }
}

/*  For each breakpoint that we set, we create a set of classes specific to the breakpoint.
      E.g. if we only have 1 breakpoint(20em) and not mobile first, it'll generate:
      @media only screen and (max-width: 20em) {
        .medHide {
          display: none !important;
        }

        ....

        .medCol1of12 {
          ...
        }
      }
  }
  */
@media only screen and (min-width: 1024px) {
  .lgHide {
    display: none !important;
  }
  .lgShow {
    display: inherit !important;
  }
  .lgCollapse > .col,
  .lgCollapse {
    width: auto !important;
    display: block !important;
    float: none !important;
  }
  .lgExpand > .col {
    width: auto !important;
  }
  .lgDeepExpand .col {
    width: auto !important;
  }
  .lgCols1of12 {
    width: 8.33333% !important;
  }
  .lgCols2of12 {
    width: 16.66667% !important;
  }
  .lgCols3of12 {
    width: 25% !important;
  }
  .lgCols4of12 {
    width: 33.33333% !important;
  }
  .lgCols5of12 {
    width: 41.66667% !important;
  }
  .lgCols6of12 {
    width: 50% !important;
  }
  .lgCols7of12 {
    width: 58.33333% !important;
  }
  .lgCols8of12 {
    width: 66.66667% !important;
  }
  .lgCols9of12 {
    width: 75% !important;
  }
  .lgCols10of12 {
    width: 83.33333% !important;
  }
  .lgCols11of12 {
    width: 91.66667% !important;
  }
  .lgCols12of12 {
    width: 100% !important;
  }
}

/*  For each breakpoint that we set, we create a set of classes specific to the breakpoint.
      E.g. if we only have 1 breakpoint(20em) and not mobile first, it'll generate:
      @media only screen and (max-width: 20em) {
        .medHide {
          display: none !important;
        }

        ....

        .medCol1of12 {
          ...
        }
      }
  }
  */
@media only screen and (min-width: 1280px) {
  .xlHide {
    display: none !important;
  }
  .xlShow {
    display: inherit !important;
  }
  .xlCollapse > .col,
  .xlCollapse {
    width: auto !important;
    display: block !important;
    float: none !important;
  }
  .xlExpand > .col {
    width: auto !important;
  }
  .xlDeepExpand .col {
    width: auto !important;
  }
  .xlCols1of12 {
    width: 8.33333% !important;
  }
  .xlCols2of12 {
    width: 16.66667% !important;
  }
  .xlCols3of12 {
    width: 25% !important;
  }
  .xlCols4of12 {
    width: 33.33333% !important;
  }
  .xlCols5of12 {
    width: 41.66667% !important;
  }
  .xlCols6of12 {
    width: 50% !important;
  }
  .xlCols7of12 {
    width: 58.33333% !important;
  }
  .xlCols8of12 {
    width: 66.66667% !important;
  }
  .xlCols9of12 {
    width: 75% !important;
  }
  .xlCols10of12 {
    width: 83.33333% !important;
  }
  .xlCols11of12 {
    width: 91.66667% !important;
  }
  .xlCols12of12 {
    width: 100% !important;
  }
}
/*# sourceMappingURL=main.css.map */