/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 0 Vendor
## Typi (Responsive typography)

# 1 Settings/Variables
##	Breakpoints
##	Colors
##	Typography

# 2 Utilities
##	Accessibility
##	Mixins
###		Color
###		Media Queries
###		Typography

# 3 Base
##	Reset

# 4 Objects
##	Typography
##	Elements
##	Forms
##	Media

# 5 Components
## 	Navigation

# 6 Layout

# 7 States
## 	JavaScript

# 8 Overrides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 0 - Vendor
--------------------------------------------------------------*/
@import url("https://use.typekit.net/fgi5xgp.css");
/*--------------------------------------------------------------
# 1 - Settings/Variables
--------------------------------------------------------------*/
/* Brand: */
/* Assignments: */
/* Color Map + tints: */
/*--------------------------------------------------------------
# 2 - Utilities
--------------------------------------------------------------*/
/*------------------------------------*\
  Media Queries
\*------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text::after {
    content: " \00bb"; }
  .screen-reader-text:focus {
    color: white;
    background-color: #114671;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

@media screen and (min-width: 37.5em) {
  .hidden-desktop {
    display: none; } }

.nowrap {
  white-space: nowrap;
  word-break: keep-all; }

.wordwrap {
  word-break: keep-all;
  word-wrap: normal; }

.hidden {
  display: none; }

.prewrap {
  white-space: pre-line;
  word-wrap: break-word; }

.validation-summary-errors.text-danger,
.field-validation-error.text-danger {
  display: block;
  margin: 0 auto;
  background: #fef4f6;
  color: #ff002f;
  border: 1px solid #f0506e;
  padding: 1em;
  max-width: 80ch;
  width: 50%;
  margin: 1em 0; }
  .validation-summary-errors.text-danger ul,
  .field-validation-error.text-danger ul {
    margin: 0; }

.quote-disclaimer {
  color: #ff002f;
  font-size: .9em;
  margin-top: 1em; }

/*--------------------------------------------------------------
# 3 - Base
--------------------------------------------------------------*/
/*! sanitize.css v7.0.2 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * 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 sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * 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; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button, input[type="submit"],
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Remove the margin in Safari.
 */
button, input[type="submit"],
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button, input[type="submit"] {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, input[type="submit"],
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * 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 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * 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; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area, button, input[type="submit"],
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/* =WordPress Core
-------------------------------------------------------------- */
@media screen and (max-width: 47.9375em) {
  .alignnone, .aligncenter, .alignright, .alignleft {
    display: block;
    clear: both;
    margin-bottom: 1em; } }

@media screen and (min-width: 48em) {
  .aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  a img.alignright, a img.alignnone, a img.alignleft, a img.aligncenter {
    margin: 0; }
  a img.alignleft {
    float: left; }
  a img.alignright {
    float: right; }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

.wp-caption {
  color: #666;
  font-size: 13px;
  font-size: 14.625px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption .alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption .alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption .alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }
  .wp-caption p.wp-caption-text {
    font-size: 0.6875em;
    line-height: 1.54;
    margin: 0;
    padding: 0 4px 5px; }

/**
 * 6.0 - Galleries
 */
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 100%; }

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

input,
textarea,
select {
  outline: none;
  border-radius: 0;
  border: 2px solid #4D4F5C;
  outline: solid 2px transparent;
  margin: 0;
  font-size: 12.999px;
  font-size: 0.72222rem; }
  input:active, input:focus,
  textarea:active,
  textarea:focus,
  select:active,
  select:focus {
    border-color: #00294b; }
  @media screen and (min-width: 75em) {
    input,
    textarea,
    select {
      max-width: 20vw; } }

input, textarea {
  padding: 5px 10px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
  display: block; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #53526C; }

input[type="file"] {
  display: block; }

input,
textarea,
label {
  color: #43425D;
  position: relative; }

select {
  height: 30px; }

select[multiple] {
  height: auto; }

fieldset {
  margin-bottom: 18px;
  margin-bottom: 1rem; }
  fieldset p {
    margin-top: 9px;
    margin-top: 0.5rem;
    margin-bottom: 9px;
    margin-bottom: 0.5rem; }
  fieldset legend + p {
    margin-top: 0; }

legend {
  background-color: white;
  display: inline-block;
  padding: 0 9px;
  padding: 0 0.5rem;
  text-transform: uppercase; }

input[type="radio"] {
  vertical-align: text-center; }
  input[type="radio"]:nth-of-type(n+2) {
    margin-left: 9px;
    margin-left: 0.5rem; }

input:focus,
textarea:focus {
  outline: none; }

button, input[type="submit"] {
  border: none; }

input:focus,
textarea:focus {
  color: #242d54; }

button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="text"],
input[type="time"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #05070d !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  body {
    max-width: 8in;
    margin: 0.75in 1in 0.25in 1in; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:not([href^="tel:"]):after {
    content: " (" attr(href) ")";
    font-style: italic;
    text-transform: none;
    font-family:  "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; ;
    font-size: 0.61111rem;
    opacity: .8; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  li {
    margin-bottom: 0.125in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  p,
  li {
    font-family: serif;
    font-size: 12pt !important;
    line-height: 1.325 !important; }
  .c-c-c-site-header {
    display: none !important; }
  .skip-link,
  .o-print__link,
  .o-accessibility-statement {
    display: none; } }

::-moz-selection, ::-moz-selection {
  color: white;
  background-color: #242d54;
  text-shadow: none; }

::selection, ::-moz-selection {
  color: white;
  background-color: #242d54;
  text-shadow: none; }

html {
  font-size: 18px; }

body {
  color: #4D4F5C;
  font-family:  "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; ;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .004); }
  @media screen and (min-width: 48em) {
    body {
      font-size: 18px; } }

a {
  color: #00294b;
  cursor: pointer; }
  a:hover, a:focus, a:active {
    color: #B16173; }
  a:focus {
    outline: none; }
  @media screen and (min-width: 48em) {
    a[href^="tel"], a[href^="tel"]:hover {
      text-decoration: none; } }

strong {
  font-weight: bold; }

h1,
h2, .is-size-2,
h3,
h4,
h5,
h6 {
  line-height: 1.1; }
  h1 a,
  h2 a, .is-size-2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: none; }
    h1 a:hover,
    h2 a:hover, .is-size-2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      text-decoration: underline; }

h1 {
  font-size: 28px;
  font-size: 1.55556rem;
  font-weight: 400; }

h2, .is-size-2 {
  font-size: 23.999px;
  font-size: 1.33333rem;
  font-weight: 400; }

h3 {
  font-size: 18px;
  font-size: 1rem; }

p,
dl,
address,
li {
  font-size: 1em;
  line-height: 1.5; }

h1,
h2, .is-size-2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 9px;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 48em) {
    h1,
    h2, .is-size-2,
    h3,
    h4,
    h5,
    h6,
    p {
      margin-bottom: 1rem; } }

p,
li,
dt,
dd {
  font-weight: normal;
  font-style: normal; }

p {
  margin-top: 0; }

article ul,
article ol,
aside ul,
aside ol,
section ul,
section ol {
  padding-left: 9px;
  padding-left: 0.5rem;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 1em; }

nav a {
  text-decoration: none; }

hr {
  margin-top: 18px;
  margin-top: 1rem;
  margin-bottom: 18px;
  margin-bottom: 1rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #B16173; }

label,
table {
  font-size: 12.999px;
  font-size: 0.72222rem; }
  @media screen and (min-width: 90em) {
    label,
    table {
      font-size: 0.83333rem; } }
  @media screen and (min-width: 100em) {
    label,
    table {
      font-size: 0.94444rem; } }

nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

thead {
  border-bottom: solid 1px #4D4F5C; }

td {
  padding: 0.25em; }
  @media screen and (min-width: 75em) {
    td {
      padding: 0.5em 1em; } }

th {
  padding: 0.25em 0.25em 0.125em; }
  @media screen and (min-width: 75em) {
    th {
      padding: 0.5em 0.5em 0.25em; } }

tbody tr:nth-child(even) {
  background-color: #c4cae6; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

/*--------------------------------------------------------------
# 6 - Layout
--------------------------------------------------------------*/
.l-container {
  width: 94vw;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 30em) {
    .l-container {
      max-width: 23.33333rem; } }
  @media screen and (min-width: 37.5em) {
    .l-container {
      max-width: 31.11111rem; } }
  @media screen and (min-width: 48em) {
    .l-container {
      max-width: 42.66667rem; } }
  @media screen and (min-width: 60em) {
    .l-container {
      max-width: 56.88889rem; } }
  @media screen and (min-width: 75em) {
    .l-container {
      max-width: 67.77778rem; } }
  @media screen and (min-width: 90em) {
    .l-container {
      max-width: 80rem; } }

.l-flex, .l-flex--column, .c-site-sidebar, .site-nav__top, .actions-bar, .search__container, .c-page-header, .c-additional-content, .c-header-account, .copyright, .c-intro, .c-features, .c-features .c-testimonial--large, .pagebar, .pagebar .pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.l-flex--column, .c-site-sidebar, .site-nav__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.l-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center; }

.l-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: end; }

.l-justify-between, .c-site-sidebar, .actions-bar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.l-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.l-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.l-align-center, .c-site-sidebar, .site-nav__top, .c-header-account {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.l-align-end, .actions-bar, .copyright {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.l-grid, .default-layout, .login-layout, .content, .form-grid, .c-generate-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-flow: row; }
  @supports (display: grid) {
    .l-grid, .default-layout, .login-layout, .content, .form-grid, .c-generate-quote {
      display: -ms-grid;
      display: grid; } }

.l-grid-gap-sm {
  grid-gap: 1em; }

.l-grid-gap-smd {
  grid-gap: 2em; }

.l-grid-gap-lg {
  grid-gap: 3em; }

.l-grid-auto-rows {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content; }

.l-grid-auto--columns {
  -ms-grid-columns: minmax(200px, auto);
  grid-template-columns: minmax(200px, auto); }

.l-grid--4col {
  grid-gap: 1vw; }
  @media screen and (min-width: 37.5em) {
    .l-grid--4col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 48em) {
    .l-grid--4col {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 75em) {
    .l-grid--4col {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (min-width: 100em) {
    .l-grid--4col {
      grid-gap: 2em; } }
  .l-grid--4col > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

.l-fullwidth {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.l-fullwidth--force {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  max-width: none; }

.l-centered {
  margin-left: auto;
  margin-right: auto; }

.l-spread {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.l-align-left {
  float: left; }

.l-align-right {
  float: right; }

.l-margin-right {
  margin-right: 1.25em; }

.l-margin-bottom {
  margin-bottom: 1.25em; }

.l-padding-top {
  padding-top: 1.25em; }

.l-text-center {
  text-align: center; }

.l-text-left {
  text-align: left; }

.l-text-right {
  text-align: right; }

.l-spacing-above {
  margin-top: 18px;
  margin-top: 1rem; }

.default-layout {
  min-height: 100vh;
  height: 100%;
  -ms-grid-columns: 3em 1fr;
  grid-template-columns: 3em 1fr; }
  .default-layout.toggle {
    -ms-grid-columns: 0 1fr;
    grid-template-columns: 0 1fr; }
    .default-layout.toggle .c-site-sidebar {
      -ms-flex: 0 1 0px; }
  @media screen and (min-width: 37.5em) {
    .default-layout {
      -ms-grid-columns: 12.22222rem 1fr;
      grid-template-columns: 12.22222rem 1fr; } }

.login-layout {
  height: 100vh;
  -ms-grid-columns: 100vw;
  grid-template-columns: 100vw; }
  @media screen and (min-width: 60em) {
    .login-layout {
      -ms-grid-columns: 50vw 50vw;
      grid-template-columns: 50vw 50vw; } }

.c-site-sidebar {
  min-height: 100%;
  -ms-flex: 0 1 3em; }
  @media screen and (min-width: 37.5em) {
    .c-site-sidebar {
      -ms-flex: 0 1 12.22222rem; } }

.site-nav__top {
  width: 100%; }

.content {
  -ms-flex-flow: column;
  width: 100%;
  min-height: 100%;
  -ms-grid-rows: 3.88889rem 1fr;
  grid-template-rows: 3.88889rem 1fr; }

.c-page-header,
.c-page-content {
  padding: 18px 31.5px;
  padding: 1rem 1.75rem; }

.c-page-header__title {
  margin: 0; }

.actions-bar {
  padding-bottom: 18px;
  padding-bottom: 1rem; }

@media screen and (min-width: 60em) {
  .button-actions .o-button, .button-actions .o-button--cta, .button-actions .c-login-button {
    margin-left: 0.5rem; } }

/*--------------------------------------------------------------
# 4 - Objects
--------------------------------------------------------------*/
.o-caps {
  text-transform: uppercase; }

.o-med-strong {
  font-weight: 500; }

.o-heading, .o-heading--intro {
  font-weight: normal;
  font-size: 1.25em;
  color: #00294b;
  z-index: 2; }
  @media screen and (min-width: 48em) {
    .o-heading, .o-heading--intro {
      font-size: 1.33333rem; } }

.o-heading--intro {
  margin: 1em auto;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .o-heading--intro {
      max-width: 75%; } }

.o-heading--statement {
  font-family:  "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; ;
  font-size: 1.5em;
  font-weight: normal;
  color: #00294b; }

.o-title {
  color: #4D4F5C;
  margin-top: 0; }

.o-footnote {
  font-size: 19.999px;
  font-size: 1.11111rem;
  color: #53526C;
  letter-spacing: -.75px; }

.dollar-amount::before {
  content: "$";
  vertical-align: top; }

.o-small {
  font-size: .5em; }

.o-link--mobile {
  text-decoration: underline; }
  @media screen and (min-width: 60em) {
    .o-link--mobile {
      text-decoration: none; } }

.o-list, .o-list--2col {
  list-style: circle;
  margin-left: 0.5em; }

.o-list--plain, .c-account-menu {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

@media screen and (min-width: 37.5em) {
  .o-list--2col {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 1.25em;
    column-gap: 1.25em; } }

.o-filter-list__item {
  display: inline-block;
  margin-right: 1.5em; }

.o-reverse {
  background-color: #242d54;
  color: white; }

.o-drop-shadow {
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .5);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .5); }

.c-page-content {
  background: #808495 url("../images/bg-bubbles.svg") repeat; }

input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]) select,
textarea {
  width: 100%; }

input:not([type="submit"]):not([type="button"]):not(.login-input):not(.search__input),
textarea,
select {
  outline: transparent;
  border: 2px solid #E8E9EC;
  border-radius: .25em;
  -webkit-transition: all 0.125s cubic-bezier(0, 0.7, 0.7, 1);
  transition: all 0.125s cubic-bezier(0, 0.7, 0.7, 1); }
  input:not([type="submit"]):not([type="button"]):not(.login-input):not(.search__input):hover,
  textarea:hover,
  select:hover {
    border-color: #808495; }
  input:not([type="submit"]):not([type="button"]):not(.login-input):not(.search__input):focus, input:not([type="submit"]):not([type="button"]):not(.login-input):not(.search__input):active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    border-color: #3B86FF;
    caret-color: #3B86FF; }
  input:not([type="submit"]):not([type="button"]):not(.login-input):not(.search__input).error,
  textarea.error,
  select.error {
    border-color: #FF6565; }

.c-quote__parts-added input[type="number"] {
  max-width: 5ch; }

textarea {
  min-height: 90px;
  min-height: 5rem; }

.bulk-actions label {
  color: white; }

.bulk-actions select {
  text-transform: uppercase; }

.search {
  min-width: 25%; }

.search__container {
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2); }

.search__button {
  padding: 0.5em 0.75em;
  width: 41.999px;
  width: 2.33333rem;
  background-color: #003764;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 4px 4px 0; }
  .search__button:hover, .search__button:active, .search__button:focus {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #00294b; }
  .search__button.icon::before {
    padding-right: 0;
    opacity: 1; }

.search__input {
  width: 100%;
  max-width: 100% !important;
  border-radius: 4px 0 0 4px; }
  .search__input:hover, .search__input:focus, .search__input:active {
    border-color: #00294b; }
    .search__input:hover + .search__button, .search__input:focus + .search__button, .search__input:active + .search__button {
      background-color: #00294b; }

.o-select-list {
  height: 70%;
  min-width: 6em;
  border-radius: .25em;
  outline-color: transparent;
  border: 1px solid #808495;
  padding: 0; }
  .o-select-list:focus {
    border-color: #00294b; }
  .o-select-list::-webkit-scrollbar-track {
    background-color: #C9D1D6; }
  .o-select-list::-webkit-scrollbar {
    width: .75em;
    background-color: #F5F5F5; }
  .o-select-list::-webkit-scrollbar-button {
    background-color: #808495; }
  .o-select-list::-webkit-scrollbar-thumb {
    background-color: #A4AFB7; }
  .o-select-list option {
    width: 100%;
    padding: .5em 2ch;
    color: #43425D; }
    .o-select-list option[selected="selected"] {
      background-color: #B9BED3;
      color: #ffffff; }
    .o-select-list option:nth-child(odd) {
      background-color: #F5F6FA; }

.o-table {
  width: 100%;
  max-width: 100%; }
  .o-table thead {
    background-color: #DEE7ED; }
  .o-table th {
    font-weight: 600;
    text-align: left; }
  .o-table .o-med-strong {
    font-weight: 500;
    color: #696889;
    border-left: solid 1px #A4AFB7; }
  .o-table tbody tr:nth-child(even) {
    background-color: #F5F6FA; }
  .o-table tbody td {
    vertical-align: top; }
  .o-table .icon {
    display: block;
    text-align: center; }

#parts-list-table td, #jsAddedParts td {
  vertical-align: top; }

.js-partrow td.nowrap {
  padding-top: 2em; }

.o-rounded, .o-rounded--not-bottom-right, .o-rounded-not-top-right, .o-rounded-not-top-left {
  border-radius: 0.8888rem; }

.o-rounded--not-bottom-right {
  border-bottom-right-radius: 0; }

.o-rounded-not-top-right {
  border-top-right-radius: 0; }

.o-rounded-not-top-left {
  border-top-left-radius: 0; }

.o-rounded--not-bottom-left {
  border-bottom-left-radius: 0; }

.o-chevron-down, .o-button--chevron-down {
  position: relative; }
  .o-chevron-down::before, .o-button--chevron-down::before, .o-chevron-down::after, .o-button--chevron-down::after {
    content: "";
    background-color: #808495;
    height: 2px;
    width: 0.5em;
    position: absolute;
    top: 50%; }
  .o-chevron-down::before, .o-button--chevron-down::before {
    -webkit-transform: rotate(45deg) translateX(-0.25rem);
    transform: rotate(45deg) translateX(-0.25rem); }
  .o-chevron-down::after, .o-button--chevron-down::after {
    -webkit-transform: rotate(-45deg) translateX(0.25rem);
    transform: rotate(-45deg) translateX(0.25rem); }

.o-button, .o-button--cta, .c-login-button {
  color: white;
  padding: 1em 1.5em;
  cursor: pointer;
  font-size: 0.8125em !important;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text--webkit-transform: uppercase;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.125s cubic-bezier(0, 0.7, 0.7, 1);
  transition: all 0.125s cubic-bezier(0, 0.7, 0.7, 1);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2); }
  .o-button:hover, .o-button--cta:hover, .c-login-button:hover {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .25); }
  @media screen and (min-width: 60em) {
    .o-button, .o-button--cta, .c-login-button {
      font-size: 0.83333rem; } }
  @media screen and (min-width: 90em) {
    .o-button, .o-button--cta, .c-login-button {
      font-size: 0.94444rem; } }

.o-button, .o-button--cta, .c-login-button {
  background-color: #4D4F5C; }
  .o-button:hover, .o-button--cta:hover, .c-login-button:hover {
    color: white;
    background-color: #42539c; }

.o-button--cta, .c-login-button {
  color: white;
  background-color: #003764; }
  .o-button--cta:hover, .c-login-button:hover {
    background-color: #114671; }

.not-a-button, .o-button--chevron-down {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative; }

.o-button--chevron-down {
  width: 2em;
  height: 1em;
  padding: 0;
  -webkit-transform: rotateX(0), translateY(0);
  transform: rotateX(0), translateY(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s; }
  .o-button--chevron-down::before, .o-button--chevron-down::after {
    -webkit-transition: background-color 0.325s;
    transition: background-color 0.325s;
    left: 0; }
  .o-button--chevron-down:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
    .o-button--chevron-down:hover::before, .o-button--chevron-down:hover::after {
      background-color: #00294b; }
  .o-button--chevron-down.uk-open {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }

.o-button--filter {
  display: inline-block;
  border: 0;
  border-top-left-radius: 7.999px;
  border-top-left-radius: 0.4444rem;
  border-bottom-left-radius: 7.999px;
  border-bottom-left-radius: 0.4444rem;
  color: white;
  background-color: #808495;
  padding: 0 1em;
  margin-right: -20px;
  cursor: pointer; }
  .o-button--filter:hover::after {
    cursor: pointer;
    background-color: #9c9fac; }
  .o-button--filter::after {
    content: url("../images/icons/icon-close--lightgray.svg");
    margin-left: 1px;
    background-color: #808495;
    display: inline-block;
    padding: 3px 12px;
    position: relative;
    left: 24px;
    border-left: solid 1px #A4AFB7;
    border-top-right-radius: 7.999px;
    border-top-right-radius: 0.4444rem;
    border-bottom-right-radius: 7.999px;
    border-bottom-right-radius: 0.4444rem; }

.o-nav__item {
  position: relative; }


    .o-subnav {
  font-size: 75%;
  display: block;
  background-color: #26060D;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: -1;
  visibility: hidden;
  width: 15ch; }
  @media screen and (min-width: 37.5em) {
    .o-subnav {
      position: absolute;
      left: -100%;
      top: 0;
      width: 20ch;
      z-index: 2;
      background-color: #EEE;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .2); } }

@media screen and (min-width: 37.5em) {
  .o-nav__parent {
    position: relative; }
    .o-nav__parent::before, .o-nav__parent::after {
      content: "";
      background-color: #808495;
      height: 2px;
      width: 0.5em;
      position: absolute;
      right: 1em;
      top: 50%; }
    .o-nav__parent::before {
      -webkit-transform: rotate(45deg) translateY(-0.25rem);
      transform: rotate(45deg) translateY(-0.25rem); }
    .o-nav__parent::after {
      -webkit-transform: rotate(-45deg) translateY(0.25rem);
      transform: rotate(-45deg) translateY(0.25rem); } }

.o-nav__parent:hover {
  background-image: linear-gradient(45deg, #53526C, #334078);
}

    .o-nav__parent:hover > a > span {
        color: #FFF;
    }

  .o-nav__parent:hover .o-subnav {
    left: 100%;
    visibility: visible; }

.hr--spaced {
  margin-top: 31.5px;
  margin-top: 1.75rem;
  margin-bottom: 31.5px;
  margin-bottom: 1.75rem; }

.icon::before, .icon-post::before, .icon::after, .icon-post::after {
  position: relative;
  -webkit-transition: all 0.125s;
  transition: all 0.125s;
  opacity: 0.95;
  top: 2px;
  height: 16px;
  min-width: 16px;
  width: auto;
  display: inline-block; }

.icon:hover::before, .icon-post:hover::before, .active.icon::before, .active.icon-post::before, .icon:hover::after, .icon-post:hover::after, .active.icon::after, .active.icon-post::after {
  opacity: 1; }

.icon span, .icon-post span {
  display: none; }
  @media screen and (min-width: 37.5em) {
    .icon span, .icon-post span {
      display: inline; } }

.icon::before {
  left: 0;
  padding-right: 0.5em; }

.icon-post::after {
  right: 0;
  padding-left: 0.5em; }

.icon-home::before {
  content: url("../images/icons/icon-home.svg"); }

.icon-barcode::before {
  content: url("../images/icons/icon-barcode.svg"); }

.icon-receipt::before {
  content: url("../images/icons/icon-receipt.svg"); }

.icon-calculator::before {
  content: url("../images/icons/icon-calculator.svg"); }

.icon-cross::before {
  content: url("../images/icons/icon-cross.svg"); }

.icon-cart::before {
  content: url("../images/icons/icon-cart.svg"); }

.icon-save::before {
  content: url("../images/icons/icon-save.svg"); }

.icon-bargraph::before {
  content: url("../images/icons/icon-bargraph.svg"); }

.icon-briefcase::before {
  content: url("../images/icons/icon-briefcase.svg"); }

.icon-isobook::before {
  content: url("../images/icons/icon-book.svg"); }

.icon-pricetag::before {
  content: url("../images/icons/icon-pricetag.svg"); }

.icon-users::before {
  content: url("../images/icons/icon-users.svg"); }

.icon-openbook::before {
  content: url("../images/icons/icon-openbook.svg"); }

.icon-magnify::before {
  content: url("../images/icons/icon-magnify.svg"); }

.icon-archive::before {
  content: url("../images/icons/icon-archive.svg"); }

.icon-page::after {
  content: url("../images/icons/icon-page.svg"); }

.icon-page-dark::after {
  content: url("../images/icons/icon-page-dark.svg"); }

.icon-eye::before {
  content: url("../images/icons/icon-eye.svg"); }

.icon-envelope::before {
  content: url("../images/icons/icon-envelope.svg"); }

.icon-download::before {
  content: url("../images/icons/icon-download.svg"); }

.icon-duplicate::before {
  content: url("../images/icons/icon-copy.svg"); }

.icon-share::before {
  content: url("../images/icons/icon-share.svg"); }

.icon-edit::before {
  content: url("../images/icons/icon-edit.svg"); }

.icon-edit-red::before {
  content: url("../images/icons/icon-edit-red.svg"); }

.icon-archive::before {
  content: url("../images/icons/icon-archive--dark.svg"); }

.icon-trash::before {
  content: url("../images/icons/icon-trash.svg"); }

.icon-export::before {
  content: url("../images/icons/icon-export.svg"); }

.icon-menu::before {
  content: url("../images/icons/icon-menu.svg");
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  padding: 0 .5em;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }

.toggle.icon-menu::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.icon-menu {
  cursor: pointer; }

.icon-unarchive::before {
  content: url("../images/icons/icon-unarchive.svg"); }

.icon-ship::before {
  content: url("../images/icons/truck.svg"); }

.woocommerce {
  vertical-align: middle; }
  .woocommerce::after {
    margin-left: 1ch;
    content: url("../images/icons/icon-store.svg"); }

.o-card, .o-box {
  position: relative; }

.o-card {
  background-color: white;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .5);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .5);
  width: 100%; }

.o-box {
  border: solid 2px #53526C;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .1); }

.o-box__content {
  padding: 0.83333em 1.25em; }

/*--------------------------------------------------------------
# 5 - Components
--------------------------------------------------------------*/
.c-page-header {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  background-color: white; }

.c-page-header__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.c-additional-content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.c-header-account {
  border-left: solid 1px #DEE7ED; }

.c-header-account__name {
  padding-left: 18px;
  padding-left: 1rem;
  padding-right: 18px;
  padding-right: 1rem; }

.c-header-account__avatar {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50%; }
  .c-header-account__avatar img {
    max-width: 100%;
    height: auto; }

.c-site-sidebar {
  background-color: #FFFFFF;
  color: navy; }

.toggle .c-site-sidebar {
  overflow: hidden; }

.site-brand {
  padding: 9px;
  padding: 0.5rem;
  color: white;
  text-decoration: none;
  border: solid 1px #B16173;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  margin-top: 9px;
  margin-top: 0.5rem;
  margin-bottom: 9px;
  margin-bottom: 0.5rem; }
  .site-brand img {
    display: none; }
    @media screen and (min-width: 37.5em) {
      .site-brand img {
        display: block; } }
  @media screen and (min-width: 37.5em) {
    .site-brand {
      padding-top: 1rem;
      padding-right: 1rem;
      padding-bottom: 0.5rem;
      padding-left: 1rem;
      margin: 0;
      width: auto;
      height: auto;
      border: 0; } }

.site-subhead {
  display: none;
  letter-spacing: 4px;
  font-weight: 100;
  font-size: 16px;
  font-size: 0.88889rem;
  text-transform: uppercase;
  max-width: 60%;
  padding: 9px;
  padding: 0.5rem;
  color: navy;
  opacity: 0.7;
  text-align: center;
  margin-bottom: 18px;
  margin-bottom: 1rem; }
  @media screen and (min-width: 37.5em) {
    .site-subhead {
      display: block; } }
  .site-subhead sup {
    color: #B16173;
    margin-left: 2px; }
  .site-subhead::before, .site-subhead::after {
    content: "";
    display: block;
    background-color: #B16173;
    height: 1px;
    width: 36px;
    width: 2rem;
    margin: 0.25em auto;
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em); }
  .site-subhead::before {
    margin-bottom: 0.2em; }

.c-site-nav {
  z-index: 3;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2); }
  .c-site-nav ul {
    border-top: solid 1px #003764; }
  .c-site-nav li {
    border-bottom: solid 1px #003764; }
  .c-site-nav a {
    display: block;
    color: navy;
    padding: 18px;
    padding: 1rem; }
    .c-site-nav a:hover, .c-site-nav a.active {
      background-image: linear-gradient(45deg, #53526C, #334078);
      color: #FFF; }
      .c-site-nav a:hover::before, .c-site-nav a.active::before {
        -webkit-filter: invert(97%) sepia(48%) saturate(2%) hue-rotate(34deg) brightness(103%) contrast(101%);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.97 0.030000000000000027" /><feFuncG type="table" tableValues="0.97 0.030000000000000027" /><feFuncB type="table" tableValues="0.97 0.030000000000000027" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.7086399999999999 0.36912 0.09072 0 0 0.16751999999999997 0.84928 0.08064 0 0 0.13056 0.25632 0.5828800000000001 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22874 0.7007 0.07056 0 0 0.20873999999999998 0.7209 0.07056 0 0 0.20873999999999998 0.7007 0.09056 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="34" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.03" /><feFuncG type="linear" slope="1.03" /><feFuncB type="linear" slope="1.03" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
        filter: invert(97%) sepia(48%) saturate(2%) hue-rotate(34deg) brightness(103%) contrast(101%); }

.copyright {
  font-size: 12.999px;
  font-size: 0.72222rem;
  margin-bottom: 18px;
  margin-bottom: 1rem;
  color: #844B58; }
  .copyright span {
    margin: 0 0.25em; }

@media screen and (min-width: 60em) {
  .js-menu-toggle {
    display: none; } }

/* .o-page__header {
	@extend .o-reverse;
	margin-bottom: get-gutter(base);
	@include mq(large, min) {
		margin-bottom: get-gutter(large);
	}
}

.o-page__title {
	margin: 0;
	padding: get-gutter(base) 0;
	@include mq(large, min) {
		padding: get-gutter(large) 0;
	}
}

.o-page__container {
	@extend .l-grid;
	justify-content: space-between;
	grid-template-columns: 25% 1fr;
	grid-column-gap: get-gutter(large);
	@include mq(xlarge, min) {
		grid-column-gap: get-gutter(large) * 2;
	}
} */
.c-page__content {
  color: white; }
  @media screen and (min-width: 90em) {
    .c-page__content {
      font-size: 115%; } }

.c-intro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-align: center; }
  .c-intro p {
    font-size: 32px;
    font-size: 36px;
    font-size: 2rem; }

.c-features {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 60em) {
    .c-features {
      margin: 1rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .c-features .o-box {
        margin: 1rem; }
      .c-features .c-news-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%; }
      .c-features .c-project-preview {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%; }
      @supports (display: grid) {
        .c-features {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 40% 60%;
          grid-template-columns: 40% 60%; } } }
  .c-features .c-testimonial--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2; }

.o-button, .o-button--cta, .c-login-button {
  color: white;
  padding: 1em 1.5em;
  cursor: pointer;
  font-size: 0.8125em !important;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text--webkit-transform: uppercase;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.125s cubic-bezier(0, 0.7, 0.7, 1);
  transition: all 0.125s cubic-bezier(0, 0.7, 0.7, 1);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2); }
  .o-button:hover, .o-button--cta:hover, .c-login-button:hover {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .25); }
  @media screen and (min-width: 60em) {
    .o-button, .o-button--cta, .c-login-button {
      font-size: 0.83333rem; } }
  @media screen and (min-width: 90em) {
    .o-button, .o-button--cta, .c-login-button {
      font-size: 0.94444rem; } }

.o-button, .o-button--cta, .c-login-button {
  background-color: #4D4F5C; }
  .o-button:hover, .o-button--cta:hover, .c-login-button:hover {
    color: white;
    background-color: #42539c; }

.o-button--cta, .c-login-button {
  color: white;
  background-color: #003764; }
  .o-button--cta:hover, .c-login-button:hover {
    background-color: #114671; }

.not-a-button, .o-button--chevron-down {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative; }

.o-button--chevron-down {
  width: 2em;
  height: 1em;
  padding: 0;
  -webkit-transform: rotateX(0), translateY(0);
  transform: rotateX(0), translateY(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s; }
  .o-button--chevron-down::before, .o-button--chevron-down::after {
    -webkit-transition: background-color 0.325s;
    transition: background-color 0.325s;
    left: 0; }
  .o-button--chevron-down:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
    .o-button--chevron-down:hover::before, .o-button--chevron-down:hover::after {
      background-color: #00294b; }
  .o-button--chevron-down.uk-open {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }

.o-button--filter {
  display: inline-block;
  border: 0;
  border-top-left-radius: 7.999px;
  border-top-left-radius: 0.4444rem;
  border-bottom-left-radius: 7.999px;
  border-bottom-left-radius: 0.4444rem;
  color: white;
  background-color: #808495;
  padding: 0 1em;
  margin-right: -20px;
  cursor: pointer; }
  .o-button--filter:hover::after {
    cursor: pointer;
    background-color: #9c9fac; }
  .o-button--filter::after {
    content: url("../images/icons/icon-close--lightgray.svg");
    margin-left: 1px;
    background-color: #808495;
    display: inline-block;
    padding: 3px 12px;
    position: relative;
    left: 24px;
    border-left: solid 1px #A4AFB7;
    border-top-right-radius: 7.999px;
    border-top-right-radius: 0.4444rem;
    border-bottom-right-radius: 7.999px;
    border-bottom-right-radius: 0.4444rem; }

.c-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  position: relative; }

.c-input {
  margin: 1.5em 0 1em;
  position: relative; }
  .c-input label {
    position: absolute;
    left: 10px;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #999;
    pointer-events: none;
    -webkit-transition: all 0.125s cubic-bezier(0, 0.7, 0.7, 1);
    transition: all 0.125s cubic-bezier(0, 0.7, 0.7, 1);
    -webkit-transform-origin: left center;
    transform-origin: left bottom; }
  .c-input .login-input {
    width: 40ch;
    border-color: transparent;
    border-bottom: 2px solid #999;
    background: transparent;
    -webkit-transition: border-color 0.125s cubic-bezier(0, 0.7, 0.7, 1);
    transition: border-color 0.125s cubic-bezier(0, 0.7, 0.7, 1); }
    .c-input .login-input.filled + label {
      -webkit-transform: translateY(-100%) scale(0.75);
      transform: translateY(-100%) scale(0.75);
      color: #114671; }
    .c-input .login-input:focus, .c-input .login-input:active {
      border: 2px solid transparent;
      border-bottom: 2px solid #114671; }
      .c-input .login-input:focus + label, .c-input .login-input:active + label {
        -webkit-transform: translateY(-100%) scale(0.75);
        transform: translateY(-100%) scale(0.75);
        color: #114671; }

.c-control {
  width: 30ch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0 3em; }

.c-login-button {
  color: white;
  width: 20ch;
  text-transform: uppercase; }

.c-login-footer {
  margin-top: 1em;
  position: absolute;
  bottom: .5em;
  font-size: .7em; }
  .c-login-footer a {
    color: #999; }
    .c-login-footer a:hover, .c-login-footer a:focus {
      color: #114671; }

.form-grid {
  grid: auto / 1fr;
  grid-row-gap: 1em;
  grid-column-gap: 10%; }
  @media screen and (min-width: 48em) {
    .form-grid {
      grid: auto / 1fr 1fr; }
      .form-grid .full-row {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3; }
        .form-grid .full-row input,
        .form-grid .full-row textarea {
          max-width: 100%; }
      .form-grid .left-row {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2; }
      .form-grid .right-row {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3; } }
  .form-grid table {
    width: 100%; }

.c-generate-quote {
  height: 100%;
  grid: auto / 1fr; }
  @media screen and (min-width: 60em) {
    .c-generate-quote {
      grid: auto / 25ch 2fr 1fr; } }

.c-quote {
  height: 100%;
  background: white;
  padding: 1em; }

.c-generate-quote table thead tr {
  background: #F5F6FA;
  color: #A3A6B4; }

.c-generate-quote table tbody tr {
  background: #FFFFFF;
  color: #4D4F5C; }

.c-quote__category {
  background-color: white; }
  .c-quote__category select {
    min-width: 100%; }

.c-quote__parts {
  padding: 1em;
  height: 100%;
  background-color: #DEE7ED; }

.c-quote__price {
  padding: 1em; }

.c-quote__create {
  background: #A4AFB7; }
  .c-quote__create table {
    width: 100%;
    margin: 1em 0; }

.c-quote__table {
  background: #ffffff;
  table-layout: fixed; }
  .c-quote__table tr {
    background-color: transparent !important; }
  .c-quote__table input {
    min-width: 10ch !important;
    width: 15ch; }

.table-scrollable {
  overflow: auto;
  height: 10em;
  border-collapse: collapse;
  display: block;
  width: 300%;
  max-width: 450px; }
  .table-scrollable tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.js-repdetails__button,
.js-jobdetails__button,
.js-notes__button {
  text-align: center; }

.js-repdetails__dropdown,
.js-jobdetails__dropdown,
.js-notes__dropdown,
.js-custompart__dropdown {
  padding: 1em;
  background: #ffffff;
  border: 2px solid rgb(29, 78, 170); }
  .js-repdetails__dropdown::before, .js-repdetails__dropdown::after,
  .js-jobdetails__dropdown::before,
  .js-jobdetails__dropdown::after,
  .js-notes__dropdown::before,
  .js-notes__dropdown::after,
  .js-custompart__dropdown::before,
  .js-custompart__dropdown::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute; }
  .js-repdetails__dropdown::before,
  .js-jobdetails__dropdown::before,
  .js-notes__dropdown::before,
  .js-custompart__dropdown::before {
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 0;
    left: 50%;
    top: -14px; }
  .js-repdetails__dropdown::after,
  .js-jobdetails__dropdown::after,
  .js-notes__dropdown::after,
  .js-custompart__dropdown::after {
    border-width: 0 15.5px 17px 15.5px;
    left: calc(50% - 3px);
    border-color: transparent transparent rgb(29, 78, 170) transparent;
    z-index: -2;
    top: -17px; }
  .js-repdetails__dropdown.bottom-arrow::before,
  .js-jobdetails__dropdown.bottom-arrow::before,
  .js-notes__dropdown.bottom-arrow::before,
  .js-custompart__dropdown.bottom-arrow::before {
    border-width: 15px 12.5px 0 12.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 100%; }
  .js-repdetails__dropdown.bottom-arrow::after,
  .js-jobdetails__dropdown.bottom-arrow::after,
  .js-notes__dropdown.bottom-arrow::after,
  .js-custompart__dropdown.bottom-arrow::after {
    border-width: 17px 15.5px 0 15.5px;
    border-color: #rgb(29, 78, 170) transparent transparent transparent;
    position: absolute;
    z-index: -2;
    left: calc(50% - 3px);
    top: 100%; }
  .js-repdetails__dropdown select, .js-repdetails__dropdown textarea, .js-repdetails__dropdown input:not([type="checkbox"]),
  .js-jobdetails__dropdown select,
  .js-jobdetails__dropdown textarea,
  .js-jobdetails__dropdown input:not([type="checkbox"]),
  .js-notes__dropdown select,
  .js-notes__dropdown textarea,
  .js-notes__dropdown input:not([type="checkbox"]),
  .js-custompart__dropdown select,
  .js-custompart__dropdown textarea,
  .js-custompart__dropdown input:not([type="checkbox"]) {
    min-width: 100% !important;
    width: 100%;
    max-width: 25ch;
    margin-bottom: 1em; }

.jsAddItem {
  cursor: pointer;
  display: block;
  background: #808495;
  color: #F5F6FA;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  margin: 0 auto;
  border-radius: 2px; }
  .jsAddItem:hover {
    background: #53526C; }

.pagebar a {
  display: block;
  height: 4ch;
  width: 4ch;
  text-align: center;
  line-height: 4ch; }

.pagebar .pagination a {
  background-color: #FFFFFF;
  color: #A4AFB7;
  border: 1px solid #A4AFB7; }
  .pagebar .pagination a.current, .pagebar .pagination a:focus, .pagebar .pagination a:hover {
    background-color: #A4AFB7;
    color: #FFFFFF; }
  .pagebar .pagination a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .pagebar .pagination a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

/*--------------------------------------------------------------
# 7 - States
--------------------------------------------------------------*/
@-webkit-keyframes rise {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem); } }
@keyframes rise {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem); } }

@-webkit-keyframes rise-high {
  from {
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem); } }

@keyframes rise-high {
  from {
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem); } }

@-webkit-keyframes showMenu {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-90vw);
    transform: translateX(-90vw); } }

@keyframes showMenu {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-90vw);
    transform: translateX(-90vw); } }

@-webkit-keyframes fade-back {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    drop-shadow: none; }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2); } }

@keyframes fade-back {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    drop-shadow: none; }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2); } }

@-webkit-keyframes hideMenu {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(90vw);
    transform: translateX(90vw); } }

@keyframes hideMenu {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(90vw);
    transform: translateX(90vw); } }

@-webkit-keyframes fade-forward {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    drop-shadow: none; } }

@keyframes fade-forward {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    drop-shadow: none; } }

/*--------------------------------------------------------------
# 8 - Overrides
--------------------------------------------------------------*/
.dataTables_scrollHead tr th {
  white-space: nowrap; }

.dataTables_scrollHead .sorting,
.dataTables_scrollHead .sorting_asc,
.dataTables_scrollHead .sorting_desc {
  background-position: center right; }
  .dataTables_scrollHead .sorting::after,
  .dataTables_scrollHead .sorting_asc::after,
  .dataTables_scrollHead .sorting_desc::after {
    margin-left: 4px; }

.dataTables_scrollHead .sorting_asc,
.dataTables_scrollHead .sorting_desc {
  font-weight: 600; }

.dataTables_scrollHead .sorting::after {
  content: url("../images/icons/control-arrow-both.svg"); }

.dataTables_scrollHead .sorting_asc::after {
  content: url("../images/icons/control-arrow-down.svg"); }

.dataTables_scrollHead .sorting_desc::after {
  content: url("../images/icons/control-arrow-up.svg"); }

.dataTables_info {
  color: #A4AFB7; }

.paginate_button {
  color: #DEE7ED;
  text-decoration: underline;
  margin-left: 9px;
  margin-left: 0.5rem;
  margin-right: 9px;
  margin-right: 0.5rem; }
  .paginate_button:hover {
    color: white; }

.uk-card-body {
  padding: 18px;
  padding: 1rem; }

.uk-drop {
  min-width: 5em; }

iframe {
  max-width: 100%; }