@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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: 1em;
  /* 2 */ }

/**
 * 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.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?gnr456");
  src: url("fonts/icomoon.eot?gnr456#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gnr456") format("truetype"), url("fonts/icomoon.woff?gnr456") format("woff"), url("fonts/icomoon.svg?gnr456#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-minus-circle:before {
  content: ""; }

.icon-plus-circle:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-person:before {
  content: ""; }

.icon-logout:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-help:before {
  content: ""; }

*,
*::before,
*::after {
  box-sizing: border-box; }

*:focus {
  outline: 1px dotted; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.hidden {
  display: none; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

img {
  max-width: 100%; }

button, input[type="submit"] {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1em;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit; }

[disabled] {
  cursor: default; }

h1 {
  font-weight: 300;
  font-size: 2.75em; }

h2 {
  font-size: 1.5em;
  font-weight: 500; }

p {
  margin: 0 0 1em 0; }

.show-help {
  color: #e11b22;
  font-size: 1.75em;
  margin-left: .5em; }

.tooltipster-sidetip .tooltipster-box {
  background-color: #fff;
  border: 1px solid #000;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45); }

.tooltipster-sidetip .tooltipster-content {
  color: #000;
  font-size: 0.875em;
  padding: 0.4285714286em 0.5714285714em;
  line-height: 1.2; }

body {
  font-family: 'Heebo', sans-serif;
  line-height: 1;
  background-color: #fff;
  color: #000; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.625em 2.5em 1.25em 2.8125em; }
.site-header .branding {
  display: flex;
  align-items: flex-start; }
.site-header .logolink {
  margin-right: 1.25em; }
.site-header .logoimg {
  max-width: none;
  height: 3.0625em; }
.site-header .heading {
  white-space: nowrap; }
.site-header .more {
  display: flex;
  align-items: center; }
.site-header .other-logo {
  margin-left: 1.625em; }
.site-header .vargus-sites {
  text-transform: uppercase;
  margin: 0 1.25em; }

.header-buttons, .header-buttons li {
  list-style: none;
  padding: 0;
  margin: 0; }
.header-buttons {
  display: flex;
  align-items: center; }
.header-buttons li {
  padding: 0;
  display: inline-block;
  margin-left: 0.625em; }
  .header-buttons li:first-child {
    margin-left: 0; }
.header-buttons a {
  text-decoration: none;
  color: #727273;
  font-size: 1.875em; }
  .header-buttons a--checkout {
    color: #e11b22; }
  .header-buttons a:hover {
    color: #000; }
.header-buttons span {
  display: block; }

.site-bg {
  background: url("images/bg_strip.png") no-repeat center top;
  height: 38.75em;
  max-height: 100vh;
  padding: 1em; }

.site-box, .login-box {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 100%;
  box-shadow: 0 0.3125em 0.9375em 0 rgba(35, 31, 32, 0.3); }

.site-box {
  width: 81.25em;
  margin: 0 auto 1em auto;
  padding: 1.25em 2.5em; }

.login-box {
  width: 28.375em;
  margin: .5em 21% 1em auto;
  padding: 2em 3.75em 1.625em 2.5em; }

.main-content {
  margin-bottom: 2em; }

.welcome-text {
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.5em; }
  .welcome-text p:first-child {
    font-size: 1.2083333333em; }

.login-box {
  line-height: 1.2;
  color: #727273; }
.login-box .heading {
  color: #000;
  font-weight: normal;
  font-size: 1.875em; }
.login-box .heading span {
  display: block; }
  .login-box .heading span:last-child {
    color: #e11b22; }
.login-box .heading strong {
  font-weight: normal;
  text-transform: uppercase; }

.login-form {
  margin-top: 3em; }
.login-form a {
  color: #e11b22;
  text-decoration: none; }
.login-form .heading {
  color: #000;
  font-size: 2.25em;
  font-weight: 300; }
.login-form .text-inputs {
  margin: 1.875em 0em 2.75em 0em; }
.login-form .input-cont {
  margin-bottom: 1.25em;
  display: flex;
  align-items: center; }
.login-form .icon-label {
  color: #e11b22;
  font-size: 1.625em;
  position: relative;
  padding-right: 0.4615384615em; }
  .login-form .icon-label:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: -1px;
    bottom: 0;
    height: 100%;
    border-right: 3px solid #e11b22; }
.login-form .input {
  flex: 1;
  font-size: 1.25em;
  padding: 0.5em 0em 0.25em 0.5em;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent; }
  .login-form .input:focus {
    outline: 0;
    background-color: #f4f4f4;
    border-bottom-color: #555; }
.login-form .checkbox-cont {
  margin-bottom: 1.625em; }
.login-form .checkbox-label {
  font-size: 1.25em; }
.login-form .checkbox {
  font-size: 1.25em;
  width: 1em;
  height: 1em;
  vertical-align: text-top; }
.login-form .forgot-cont {
  margin-bottom: 1.625em; }
.login-form .forgot {
  font-size: 1.25em; }
.login-form .btn-cont {
  text-align: right;
  margin-bottom: 1.25em; }
.login-form .submit {
  background-color: #e11b22;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.25em;
  padding: 0.35em 1.5em 0.25em 1.5em; }
  .login-form .submit:hover, .login-form .submit:focus {
    background-color: #cb181f; }

.search-product ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  margin-top: 1em; }
.search-product li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 1em; }
  .search-product li:last-child {
    margin-right: 0; }
.search-product a {
  display: block;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 2.25em;
  padding: 0.2222222222em 0.4444444444em 0.1111111111em 0.4444444444em;
  transition: all 200ms; }
  .search-product a.active, .search-product a:hover {
    color: #fff;
    border-color: #e11b22;
    background-color: #e11b22; }

.search-number .header {
  display: flex;
  align-items: center;
  margin-bottom: 1em; }
.search-number .input {
  background-color: transparent;
  border: 1px solid #000;
  padding: 0.625em;
  width: 18.125em; }
.search-number .button {
  background-color: #727273;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 1.4375em;
  padding: 0.3913043478em 0.6956521739em 0.2608695652em 0.6956521739em;
  margin-left: 0.1304347826em; }
  .search-number .button:hover {
    background-color: #000; }

.product-lines {
  font-size: 1.5em; }
.product-lines ul, .product-lines li {
  list-style: none;
  padding: 0;
  margin: 0; }
.product-lines .categories {
  display: inline-block;
  margin-right: 3em;
  position: relative; }
.product-lines .categories > li {
  margin-bottom: 1.25em; }
  .product-lines .categories > li > span {
    font-weight: 500; }
.product-lines .categories > li, .product-lines .inner-list > li {
  padding: 0.25em 0em; }
.product-lines .inner-list > li > span {
  display: block;
  padding-right: 4.1666666667em; }
.product-lines .inner-list > li:hover > span {
  background-color: #e11b22;
  color: #fff; }
.product-lines .inner-list > li:hover .choices-list {
  visibility: visible; }
.product-lines .choices-list {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  white-space: nowrap;
  visibility: hidden; }
.product-lines .choices-list li {
  padding: 0.2083333333em 1.0833333333em 0.2083333333em 0.6666666667em; }
  .product-lines .choices-list li:nth-child(odd) {
    background-color: #eceded; }

.results-top {
  margin-bottom: .5em; }

.results-breadcrumbs ul, .results-breadcrumbs li {
  list-style: none;
  padding: 0;
  margin: 0; }
.results-breadcrumbs ul {
  display: flex;
  font-size: 1.5em; }
.results-breadcrumbs li:after {
  content: '\003E';
  margin-right: .25em; }
.results-breadcrumbs li:last-child {
  font-weight: 500; }
  .results-breadcrumbs li:last-child:after {
    content: none; }
.results-breadcrumbs a {
  color: #58595b;
  text-decoration: none; }
  .results-breadcrumbs a:hover, .results-breadcrumbs a:focus {
    color: #000; }

.results-refine {
  margin-left: auto; }
  .results-refine .header {
    display: flex;
    align-items: center; }
  .results-refine .heading {
    font-weight: 400; }
  .results-refine .input {
    background-color: transparent;
    border: 1px solid #000;
    padding: 0.5em;
    width: 14.375em; }
  .results-refine .button {
    background-color: #727273;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.375em;
    padding: 0.3636363636em 0.7272727273em 0.1818181818em 0.7272727273em;
    margin-left: 0.1363636364em; }
    .results-refine .button:hover {
      background-color: #000; }

.results-table ul, .results-table li {
  list-style: none;
  padding: 0;
  margin: 0; }
.results-table .open-icon {
  display: block; }
.results-table .close-icon {
  display: none; }
.results-table .tr-expand {
  display: none; }
.results-table .tr.expanded .tr-expand {
  display: block; }
.results-table .tr.expanded .close-icon {
  display: block; }
.results-table .tr.expanded .open-icon {
  display: none; }
.results-table .value {
  word-break: break-all; }

.results-tr-form label {
  font-weight: 500;
  margin-right: .5em; }
.results-tr-form .date-input-wrap {
  display: flex;
  align-items: center; }
.results-tr-form .date-icon-label {
  margin-right: 0;
  margin-left: .25em;
  color: #727273; }
  .results-tr-form .date-icon-label span {
    font-size: 1.7142857143em; }
.results-tr-form .input, .results-tr-form textarea {
  border: 1px solid #999;
  padding: 0.2142857143em 0.2142857143em 0.0714285714em 0.2142857143em; }
.results-tr-form .quantity-input {
  width: 4em; }
.results-tr-form .add-button {
  background-color: #e11b22;
  padding: 0.3571428571em 0.8571428571em 0.2142857143em 0.8571428571em;
  color: #fff; }
  .results-tr-form .add-button:hover, .results-tr-form .add-button:focus {
    background-color: #cb181f; }

.results-paging {
  margin-top: 1.25em; }
  .results-paging ol, .results-paging li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .results-paging ol {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .results-paging button {
    background-color: #e6e6e8;
    border: 1px solid #d4d4d4;
    padding: .5em .75em; }
    .results-paging button:hover {
      background-color: #dadada; }
    .results-paging button[disabled] {
      color: #000;
      background-color: transparent;
      border: 0;
      padding: 0; }
    .results-paging button.active {
      background-color: #fff;
      border-color: #e11b22;
      color: #e11b22; }
  .results-paging .prev:before {
    content: '\003C';
    margin-right: .25em; }
  .results-paging .next:after {
    content: '\003E';
    margin-left: .25em; }
  .results-paging .last-page:before {
    content: '... '; }
  .results-paging .inner-list {
    margin: 0 .5em; }
    .results-paging .inner-list li {
      margin: 0 .25em; }

@media (min-width: 50em) {
  .sr-dsktp {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important; }

  .searches {
    display: flex;
    margin-bottom: 3em; }

  .search-product {
    border-right: 1px solid #000;
    padding-right: 2em;
    margin-right: 2em; }

  .results-top {
    display: flex; }

  .results-breadcrumbs {
    margin-top: 1.875em; }

  .results-table {
    font-size: 0.875em; }
    .results-table .thead {
      background-color: #dcddde;
      font-weight: 500;
      line-height: 1.2; }
    .results-table .tr:nth-child(even) .tr-data {
      background-color: #eceded; }
    .results-table .thead, .results-table .tr-data {
      display: flex;
      flex: 0 0 auto;
      align-items: center; }
    .results-table .th, .results-table .td {
      display: inline-block;
      vertical-align: middle;
      width: 7.2857142857em;
      text-align: center; }
      .results-table .th:first-child, .results-table .td:first-child {
        width: 3.5714285714em;
        flex-basis: 3.5714285714em; }
      .results-table .th:nth-child(2), .results-table .td:nth-child(2) {
        width: 9.2857142857em;
        flex-basis: 9.2857142857em; }
      .results-table .th:nth-child(3), .results-table .td:nth-child(3) {
        width: 10.7142857143em;
        flex-basis: 10.7142857143em; }
      .results-table .th:nth-child(n+4), .results-table .td:nth-child(n+4) {
        width: 7em;
        flex-basis: 7em; }
    .results-table .th {
      padding: 0.4285714286em 0.2857142857em; }
    .results-table .td {
      padding: 0.2857142857em 0.2857142857em; }
    .results-table .expand-button {
      color: #e11b22;
      font-size: 1.1428571429em; }
    .results-table .tr.expanded .tr-data {
      background-color: #e11b22;
      color: #fff; }
    .results-table .tr.expanded .expand-button {
      color: #fff; }

  .results-tr-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 0.5714285714em 0em; }
    .results-tr-form > * {
      display: flex;
      align-items: center;
      margin-right: 1em; } }
@media (max-width: 79.9375em) and (min-width: 50em) {
  body {
    font-size: 1.2vw; } }
@media (max-width: 49.9375em) {
  .site-header .other-logo,
  .site-header .vargus-sites {
    display: none; }
  .site-header {
    padding: 1em; }
  .site-header .branding {
    font-size: 70%; }

  .header-buttons li {
    margin-left: 1.25em; }
  .header-buttons a {
    font-size: 2.5em; }

  .site-bg {
    padding: .75em .5em; }

  .site-box {
    padding: 1em; }

  .login-box {
    margin-right: auto;
    margin-left: auto;
    padding: 2em 1.25em; }

  .searches {
    font-size: 2vw;
    margin-bottom: 2em; }

  .welcome-text {
    font-size: 1.125em; }

  .search-product {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #000; }
  .search-product ul {
    justify-content: center;
    margin-top: .5em; }
  .search-product a {
    font-size: 1.6666666667em; }

  .search-number {
    border-bottom: 1px solid #000;
    padding-bottom: 1em; }
  .search-number .header {
    margin-bottom: .5em; }
  .search-number .content {
    text-align: center; }

  .results-breadcrumbs {
    font-size: 2vw;
    margin-bottom: 1.5em; }

  .results-refine {
    font-size: 2.25vw;
    display: flex;
    justify-content: center; }
    .results-refine .header {
      margin-right: 1em; }

  .results-table {
    line-height: 1.2; }
    .results-table .thead {
      display: none; }
    .results-table .tr {
      margin-right: -1em;
      margin-left: -1em;
      margin-bottom: 1em;
      border-bottom: 1px solid #000; }
    .results-table .tr-data {
      display: flex;
      flex-direction: column; }
    .results-table .td {
      display: flex;
      padding: .25em 1em .05em 1em; }
      .results-table .td:nth-child(even) {
        background-color: #eceded; }
      .results-table .td:first-child {
        order: 999;
        width: 100%;
        justify-content: center;
        padding: 0; }
    .results-table .inner-th {
      font-weight: 500;
      min-width: 10em; }
    .results-table .value {
      padding-left: 1em; }
    .results-table .expand-button {
      color: #fff;
      background-color: #e11b22;
      font-size: 2em;
      display: block;
      width: 100%;
      padding: .25em 0;
      line-height: 1; }
    .results-table .tr.expanded .expand-button {
      color: #e11b22;
      background-color: #dcddde; }

  .results-tr-form {
    padding: 1em;
    background-color: #dcddde; }
    .results-tr-form .input-cont, .results-tr-form .textarea-cont {
      margin-bottom: .5em; }
    .results-tr-form label {
      display: block;
      line-height: 1.5; }
    .results-tr-form .quantity-input, .results-tr-form textarea {
      width: 100%; }
    .results-tr-form .date-input-wrap input {
      flex: 1; }
    .results-tr-form .input {
      padding: .5em; }
    .results-tr-form .add-button {
      padding: .75em 3em; } }
@media (max-width: 40.625em) {
  .site-header {
    flex-direction: column;
    align-items: flex-start; }
  .site-header .branding {
    font-size: 2.5vw; }
  .site-header .more {
    margin-left: auto;
    margin-top: .75em; } }
@media (max-width: 34.375em) {
  .searches {
    font-size: 3vw;
    margin-bottom: 1em; }

  .results-table .tr-data, .results-table .tr-expand {
    font-size: 3.5vw; }

  .results-paging .outer-list {
    font-size: 3.5vw; } }
@media (max-width: 25em) {
  .login-box {
    font-size: 90%; } }

/*# sourceMappingURL=style.css.map */
