@charset "UTF-8";
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*########################################

	Project:	Linkup Paint Supplies Ltd
	Script:		Cornerstone Framework
	Version:	3.2.4
	Last Change:	27/07/2020
	Developed:	dpDesignz - www.dpdesignz.co.nz

#########################################*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap");
.Fear {
  display: none;
}

/* CSS Naming based on CSS Guidelines ~ https://cssguidelin.es/#naming-conventions */
@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}
@keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}
@-webkit-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}
@-moz-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}
:root {
  /* Space and typography */
  /* https: //codepen.io/dmtrmrv/pen/xxBPowg */
  --step--2: clamp(0.72rem, 0.8145rem + -0.122vi, 0.7901rem
  );
  --step--1: clamp(0.8889rem, 0.885rem + 0.0193vi, 0.9rem);
  --step-0: clamp(1rem, 0.9565rem + 0.2174vi, 1.125rem);
  --step-1: clamp(1.125rem, 1.0272rem + 0.4891vi, 1.4063rem);
  --step-2: clamp(1.2656rem, 1.0944rem + 0.856vi, 1.7578rem);
  --step-3: clamp(1.4238rem, 1.1548rem + 1.3451vi, 2.1973rem);
  --step-4: clamp(1.6018rem, 1.2036rem + 1.9909vi, 2.7466rem);
  --step-5: clamp(1.802rem, 1.2347rem + 2.8369vi, 3.4332rem);
  --step-6: clamp(2.0273rem, 1.2397rem + 3.9378vi, 4.2915rem);
  --step-7: clamp(2.2807rem, 1.2081rem + 5.363vi, 5.3644rem);
  --step-8: clamp(2.5658rem, 1.1259rem + 7.1995vi, 6.7055rem);
  --shadow-color: 0deg 0% 72%;
  --shadow-elevation-low: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.22),
    0.4px 0.8px 1px -1.2px hsl(var(--shadow-color) / 0.22),
    0.8px 1.7px 2.1px -2.5px hsl(var(--shadow-color) / 0.22);
  --shadow-elevation-medium: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.18),
    0.6px 1.2px 1.5px -0.6px hsl(var(--shadow-color) / 0.18),
    1.1px 2.2px 2.8px -1.2px hsl(var(--shadow-color) / 0.18),
    2.2px 4.3px 5.4px -1.9px hsl(var(--shadow-color) / 0.18),
    4.1px 8.3px 10.4px -2.5px hsl(var(--shadow-color) / 0.18);
  --shadow-elevation-high: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.17),
    0.9px 1.7px 2.2px -0.3px hsl(var(--shadow-color) / 0.17),
    1.5px 2.9px 3.7px -0.6px hsl(var(--shadow-color) / 0.17),
    2.2px 4.4px 5.5px -0.8px hsl(var(--shadow-color) / 0.17),
    3.1px 6.3px 7.9px -1.1px hsl(var(--shadow-color) / 0.17),
    4.5px 8.9px 11.2px -1.4px hsl(var(--shadow-color) / 0.17),
    6.3px 12.6px 15.8px -1.7px hsl(var(--shadow-color) / 0.17),
    8.8px 17.6px 22.1px -1.9px hsl(var(--shadow-color) / 0.17),
    12.1px 24.2px 30.4px -2.2px hsl(var(--shadow-color) / 0.17),
    16.3px 32.5px 40.9px -2.5px hsl(var(--shadow-color) / 0.17);
  /* Colors */
  --blue: #00a1e4;
  --green: #72bf44;
  --dkblue: #00378b;
  --font-color: #1d2d35;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection,
::selection {
  background: #00A0E3;
  color: #FFFFFF;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
hr.hr-thin {
  width: 100%;
  max-width: 1440px;
  margin: 1em auto;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Linkup Website Main Styling
   ========================================================================== */
/* Custom Base Styles */
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  color: #1d2d35;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  padding: 0px;
  color: #00378b;
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 110%;
}
h1.center--header,
h2.center--header,
h3.center--header,
h4.center--header,
h5.center--header,
h6.center--header {
  text-align: center;
}

h1 {
  margin: 2.8rem 0 1.68rem 0;
  font-size: 4.2rem;
  font-weight: 900;
}

h2 {
  margin: 2.3733333333rem 0 1.424rem 0;
  font-size: 3.56rem;
  font-weight: 800;
}

h3 {
  margin: 1.9466666667rem 0 1.168rem 0;
  font-size: 2.92rem;
}

h4 {
  margin: 1.52rem 0 0.912rem 0;
  font-size: 2.28rem;
}

h5 {
  margin: 1.0933333333rem 0 0.656rem 0;
  font-size: 1.64rem;
}

h6 {
  margin: 0.7666666667rem 0 0.46rem 0;
  font-size: 1.15rem;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
}
a[data-open] {
  cursor: pointer;
}
a:visited {
  color: #00378b;
}

/* Margin Control */
.flush--full {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.push--top {
  margin-top: 1em !important;
}

.push_double--bottom {
  margin-bottom: 2em !important;
}

/* Grid Control */
.container--span {
  grid-column: 2/-2;
}

.gline::after {
  content: "";
  position: relative;
  top: 10px;
  display: block;
  width: 35%;
  height: 2px;
  background: linear-gradient(to right, #72bf44, transparent);
}

.bline::after {
  content: "";
  position: relative;
  top: 10px;
  display: block;
  width: 35%;
  height: 2px;
  background: linear-gradient(to right, #00a1e4, transparent);
}

.muted {
  color: #b0b0b0 !important;
  font-size: 0.8em;
}

.h1__subtitle {
  margin: 0;
  padding: 0;
  color: #231f20;
  font-weight: 400;
  font-size: 24px;
}
.h1__subtitle small {
  font-size: 16px;
}

/* Body Layouts */
body {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "alert" "header" "main" "footer";
}
body > header > nav > ul li a,
body > main > *,
body > footer {
  padding: 0 2%;
}
body > #top__alert {
  grid-area: alert;
  color: #fff;
  line-height: 1;
  background: #222 url("/img/COVID-19-Stripes.svg");
  background-size: auto 350px;
}
body > #top__alert .alert__link {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
body > #top__alert .alert__container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1176px;
  background: #222;
}
body > #top__alert .alert__attention {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #E40520;
}
body > #top__alert .alert__attention:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #E40520;
  border-style: solid;
  border-width: 18px 0 18px 15px;
}
body > #top__alert .alert__text {
  display: inline-block;
  padding: 10px 0;
}
body .med-site-width {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 2%;
}
body .goto-link {
  display: none;
  position: absolute;
  top: 0;
  left: -22px;
  padding-right: 8px;
  color: #1d2d35;
  font-size: 18px;
}
body .goto-link:hover, body .goto-link:focus {
  display: block;
}
body .has__goto-link {
  position: relative;
}
body .has__goto-link:hover .goto-link, body .has__goto-link:focus .goto-link {
  display: block;
}
body .emergency-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #ff0824;
  border-radius: 4px;
  background-color: white;
  font-weight: 600;
}
body .emergency-services p {
  margin: 0;
  padding: 0;
}
body .emergency-services__title-wrapper {
  display: flex;
  flex: none;
  align-items: center;
  grid-column-gap: 0.675rem;
  color: #ff0824;
}
body .emergency-services__title-wrapper p {
  font-weight: 600;
}
body .emergency-services__contact-wrapper {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}
body .emergency-services__contact-wrapper p a {
  color: inherit;
}
body .emergency-services__contact-wrapper p a:hover {
  text-decoration: underline;
}

/**
 * Basic typography style for copy text
 */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
  /*
  * Extends the .visuallyhidden class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
}
.visuallyhidden .focusable:active,
.visuallyhidden .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

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

#breadcrumbs {
  margin: 30px 0 15px;
  font-size: 14px;
  color: var(--dkblue);
}
#breadcrumbs ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumbs ul li a {
  color: inherit;
}
#breadcrumbs ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
#breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  padding-left: 4px;
}
#breadcrumbs ul li:last-child {
  font-weight: bold;
}

/* Reveal Styling ~ https://cdnjs.cloudflare.com/ajax/libs/foundation/6.2.3/foundation.css */
.reveal button {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   */
.reveal button {
  overflow: visible;
}

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

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

.reveal button::-moz-focus-inner,
.reveal [type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.reveal button:-moz-focusring,
.reveal [type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.reveal button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

.reveal [data-whatinput=mouse] button {
  outline: 0;
}

.reveal .close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.reveal .close-button:hover,
.reveal .close-button:focus {
  color: #0a0a0a;
}

.reveal .close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.reveal .close-button,
.reveal .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  box-shadow: 0 5px 5px rgba(126, 111, 111, 0.39);
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }

  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }

  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
/* Tooltipster Styling ~ http://iamceege.github.io/tooltipster/#styling */
.tooltipster-default {
  border-radius: 5px;
  border: none;
  background: #72bf44;
  color: #fff;
}
.tooltipster-default .tooltipster-content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

figure {
  position: relative;
  overflow: hidden;
}
figure img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
figure.image--right, figure.image--left {
  margin: 8px 8px 30px;
}
@media (max-width: 767px) {
  figure.image--right, figure.image--left {
    display: block;
    text-align: center;
  }
}
figure.image--right img, figure.image--left img {
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 5px 2px #888888;
}
figure.image--right::after, figure.image--left::after {
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 576px) {
  figure.image--right {
    float: right;
    margin: 8px;
    margin-left: 20px !important;
  }
  figure.image--left {
    float: left;
    margin: 8px;
    margin-right: 20px !important;
  }
}
figure.image--center {
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
figure.image--no--border, figure.image--no--border img {
  border: none;
  box-shadow: none;
}
figure.image__has-caption {
  margin-bottom: 28px;
}
figure.image__has-caption:has(figcaption):before {
  opacity: 0.75;
  content: "?";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  color: black;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  background: black;
  background: rgba(255, 255, 255, 0.75);
  text-shadow: 0 0 5px white;
  border-radius: 12px;
  transition: all 0.6s ease;
}
figure figcaption {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
  color: white;
  font-size: 0.8em;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.6s ease;
}
figure figcaption a {
  color: inherit;
  font-weight: bold;
  font-style: italic;
}
figure figcaption a:hover {
  text-decoration: underline;
}
figure:hover:before {
  opacity: 0 !important;
}
figure:hover figcaption {
  opacity: 1;
  bottom: 0;
}

/* Message Styling ~ http://www.red-team-design.com/cool-notification-messages-with-css3-jquery */
/*Messages and errors*/
.message {
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.05)), color-stop(0.75, rgba(255, 255, 255, 0.05)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  width: 100%;
  border: 1px solid;
  color: #fff !important;
  padding: 15px;
  position: fixed;
  _position: absolute;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-animation: animate-bg 5s linear infinite;
  -moz-animation: animate-bg 5s linear infinite;
  text-align: center;
  z-index: 99999;
}
.message h3 {
  margin: 0 0 5px 0;
}
.message p {
  margin: 0;
}
.message.info {
  background-color: #4ea5cd;
  border-color: #3b8eb5;
}
.message.error {
  background-color: #de4343;
  border-color: #c43d3d;
}
.message.warning {
  background-color: #eaaf51;
  border-color: #d99a36;
}
.message.success {
  background-color: #61b832;
  border-color: #55a12c;
}

.blocker {
  position: fixed;
  z-index: 800;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.32);
  overflow: auto;
}
.blocker:before {
  content: "";
  display: inline-block;
  margin-right: -0.05em;
  height: 100%;
  vertical-align: middle;
}
.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 850;
  min-width: 280px;
  max-width: 560px;
  width: 90%;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transform: scale(1);
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  height: 20px;
  border-radius: 5px;
  background-color: #111;
}
.modal-spinner > div {
  display: inline-block;
  margin: 0 1px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.modal a.close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.modal h2 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  font-size: 1.5em;
  color: var(--dkblue);
  background-color: transparent;
  border-bottom: 2px solid var(--dkblue);
}
.modal .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}
.modal .button:focus,
.modal .button:hover {
  background-color: #1583cc;
  color: #fefefe;
}

.csc-modal__header {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 24px 8px;
  min-height: 64px;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.0125em;
  text-decoration: inherit;
  text-transform: inherit;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid transparent;
}
.csc-modal__header::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 40px;
  vertical-align: 0;
}
.csc-modal__content {
  padding: 20px 24px 28px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.csc-modal__content > :first-child {
  margin-top: 0;
}
.csc-modal__content > :last-child {
  margin-bottom: 0;
}
.csc-modal__content a {
  color: var(--dkblue);
}
.csc-modal__header + .csc-modal__content {
  padding-top: 0px;
}
.csc-modal__actions {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 8px 8px 8px 24px;
  min-height: 52px;
  border-top: 1px solid transparent;
}
.csc-modal__actions > [class^=csc-btn] + [class^=csc-btn] {
  margin-left: 8px;
}
.csc-modal__actions--long-buttons {
  flex-direction: row;
  flex-wrap: wrap;
}
.csc-modal__actions--long-buttons > [class^=csc-btn] + [class^=csc-btn] {
  margin-top: 12px;
}
.csc-modal--dialog {
  max-width: 280px;
}
.csc-modal--scrollable .csc-modal__header {
  border-color: rgba(0, 0, 0, 0.12);
}
.csc-modal--scrollable .csc-modal__content {
  padding-top: 8px;
  padding-bottom: 8px;
}
.csc-modal--scrollable .csc-modal__actions {
  border-color: rgba(0, 0, 0, 0.12);
}
.csc-modal--flowable {
  overflow: visible;
}
.csc-modal--flowable .csc-modal__content {
  overflow: visible;
}

#modal {
  /* Linkup Online */
  /* Resources */
}
@media (min-width: 768px) {
  #modal__linkup-online {
    width: 50%;
    max-width: 75rem;
    padding: 1rem;
  }
}
#modal__linkup-online header {
  padding: 10px 0 20px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
#modal__linkup-online header img {
  width: 274px;
  height: 60px;
  max-height: 60px;
}
#modal__linkup-online__caption {
  margin: 40px 0;
  text-align: center;
}
#modal__linkup-online__selectors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  #modal__linkup-online__selectors {
    grid-template-columns: 1fr 1fr;
  }
}
#modal__linkup-online__selectors article {
  display: grid;
  min-height: 150px;
  color: white;
  text-align: center;
  font-size: 24px;
  background-color: var(--green);
  transition: all 0.25s ease-in-out;
}
#modal__linkup-online__selectors article:nth-child(2) {
  background-color: var(--dkblue);
}
#modal__linkup-online__selectors article a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
}
#modal__linkup-online__selectors article a span {
  display: block;
  font-size: 13px;
  font-weight: lighter;
}
#modal__linkup-online__selectors article:hover {
  font-size: 26px;
  background-color: var(--blue);
}
#modal__linkup-online__selectors article:hover a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #modal__resources {
    width: 50%;
    max-width: 75rem;
  }
}
#modal__resources .resources__file-download {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  border: 1px dotted #b0b0b0;
  align-items: center;
  text-align: center;
  padding: 8px;
}
@media (min-width: 992px) {
  #modal__resources .resources__file-download {
    grid-template-columns: 1fr 150px 125px;
    text-align: left;
  }
}
#modal__resources .resources__file-download > p {
  margin: 0;
}
#modal__resources .resources__file-download > p a.button {
  margin-bottom: 0;
}
#modal__resources .resources__file-download > p a.button i {
  color: #FFFFFF;
}
#modal__resources .resources__file-download li {
  margin-left: 16px;
  list-style-type: disc;
  font-size: 0.8em;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* Custom Reveal Styles Start */
.reveal > main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}

.reveal > main > header {
  border-bottom: 1px solid #ebebeb;
}

.reveal > main > header > h1 {
  margin-top: 0;
}

.reveal a {
  color: var(--dkblue);
}

.reveal .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}

.reveal .button:focus, .button:hover {
  background-color: #1583cc;
  color: #fefefe;
}

/* Custom Reveal Styles End */
#reveal {
  /* Linkup Online */
  /* Resources */
}
#reveal__linkup-online header {
  padding: 10px 0 20px;
  text-align: center;
}
#reveal__linkup-online header img {
  width: 274px;
  height: 60px;
  max-height: 60px;
}
#reveal__linkup-online__caption {
  margin: 40px 0;
  text-align: center;
}
#reveal__linkup-online__selectors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  #reveal__linkup-online__selectors {
    grid-template-columns: 1fr 1fr;
  }
}
#reveal__linkup-online__selectors article {
  display: grid;
  min-height: 150px;
  color: white;
  text-align: center;
  font-size: 24px;
  background-color: var(--green);
  transition: all 0.25s ease-in-out;
}
#reveal__linkup-online__selectors article:nth-child(2) {
  background-color: var(--dkblue);
}
#reveal__linkup-online__selectors article a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
}
#reveal__linkup-online__selectors article a span {
  display: block;
  font-size: 13px;
  font-weight: lighter;
}
#reveal__linkup-online__selectors article:hover {
  font-size: 26px;
  background-color: var(--blue);
}
#reveal__linkup-online__selectors article:hover a {
  text-decoration: underline;
}
#reveal__resources article.resources__file-download {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  border: 1px dotted #b0b0b0;
  align-items: center;
  text-align: center;
  padding: 8px;
}
#reveal__resources article.resources__file-download > p {
  margin: 0;
}
#reveal__resources article.resources__file-download > p a.button {
  margin-bottom: 0;
}
#reveal__resources article.resources__file-download > p a.button i {
  color: #FFFFFF;
}
#reveal__resources article.resources__file-download li {
  margin-left: 16px;
  list-style-type: disc;
  font-size: 0.8em;
}

body.swal2-shown > [aria-hidden=true] {
  transition: 0.1s filter;
  filter: blur(10px);
}

/* Tippy Themes ~ https://atomiks.github.io/tippyjs/v6/themes/ */
.tippy-box {
  border-radius: 5px;
  border: none;
  background: var(--green);
  color: #fff;
}

.tippy-arrow {
  color: var(--green);
}

.tippy-content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/
#site-header {
  grid-area: header;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#site-header > button#main-menu__trigger,
#site-header > section#header__top-nav,
#site-header > section#header__logo img {
  max-height: 100px;
}
#site-header__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  #site-header__wrapper {
    grid-template-columns: 1fr auto;
    margin: 0 auto;
    width: 100%;
    max-width: 1520px;
  }
}
#site-header__upper {
  padding: 12px 10px;
  font-size: 14px;
  color: white;
  background-color: black;
}
@media (min-width: 1520px) {
  #site-header__upper {
    padding: 12px 0px;
  }
}
#site-header__upper__location {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  #site-header__upper__location {
    justify-content: start;
  }
}
#site-header__upper__location i.fas.fa-store-alt {
  font-size: 16px;
}
#site-header__upper__location a {
  color: var(--blue);
}
#site-header__upper__location .location__title a {
  color: white;
}
#site-header__upper__location .location__title a:hover {
  text-decoration: underline;
}
#site-header__upper__location .location__tomorrow {
  display: none;
}
@media (min-width: 768px) {
  #site-header__upper__location .location__tomorrow {
    display: block;
  }
}
#site-header__upper__nav {
  display: none;
}
@media screen and (min-width: 992px) {
  #site-header__upper__nav {
    display: flex;
    gap: 4px;
    font-size: 12px;
  }
}
#site-header__upper__nav a {
  padding: 8px 12px 10px;
  color: white;
  line-height: 1;
}
#site-header__upper__nav a:hover, #site-header__upper__nav a:focus {
  text-decoration: underline;
}
#site-header__mid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  background-color: var(--dkblue);
}
@media (min-width: 992px) {
  #site-header__mid {
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 5px solid #002152;
  }
}
#site-header__mid__logo {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #site-header__mid__logo {
    padding-left: 20px;
  }
}
#site-header__mid__logo svg {
  margin: 12px;
  width: 100%;
  max-width: 248px;
  height: 100%;
  max-height: 75px;
}
#site-header__mid__logo svg .st0,
#site-header__mid__logo svg .st1 {
  fill: white;
}
#site-header__mid__search {
  display: none;
  align-items: center;
}
@media (min-width: 992px) {
  #site-header__mid__search {
    display: flex;
  }
}
#site-header__mid__search form {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
#site-header__mid__search form input {
  padding: 0 16px;
  height: 45px;
  border: none;
  border-radius: 0;
}
#site-header__mid__search form button {
  padding: 0 16px 0 6px;
  background-color: white;
  border: none;
  outline: 0;
  cursor: pointer;
}
#site-header__mid__search.search--open {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
}
#site-header__mid__search.search--open form input {
  height: 60px;
}
#site-header__mid__nav {
  display: none;
}
@media (min-width: 992px) {
  #site-header__mid__nav {
    display: flex;
    gap: 40px;
    justify-content: end;
    justify-content: flex-end;
  }
}
#site-header__mid__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: white;
}
#site-header__mid__nav__order-online {
  padding: 0 40px;
  font-weight: bold;
  background-color: var(--green);
}
#site-header__mid__nav__order-online:hover, #site-header__mid__nav__order-online:focus {
  background-color: #3F8C11;
}
@media (min-width: 992px) {
  #site-header__lower {
    background-color: black;
  }
}
#site-header__lower__logo {
  display: none;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  #site-header__lower__logo {
    display: flex;
  }
}
#site-header__lower__logo svg {
  min-width: 197px;
  height: 100%;
  max-height: 60px;
}
#site-header__lower__logo svg .cls-1 {
  fill: var(--blue);
  stroke: transparent;
}
#site-header__lower__logo svg .cls-2 {
  fill: var(--green);
  stroke: transparent;
}
#site-header__lower > nav {
  display: flex;
  background-color: #efefef;
}
@media (min-width: 992px) {
  #site-header__lower > nav {
    justify-content: center;
  }
}
#site-header__lower > nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  #site-header__lower > nav > ul {
    display: flex;
  }
}
#site-header__lower > nav > ul.nav--open {
  display: block;
}
#site-header__lower > nav > ul li {
  display: inline-grid;
  position: relative;
}
@media (min-width: 992px) {
  #site-header__lower > nav > ul li {
    display: inline-block;
  }
}
#site-header__lower > nav > ul li.show--fixed {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  #site-header__lower > nav > ul li.show--fixed {
    display: inline-grid;
  }
}
#site-header__lower > nav > ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
#site-header__lower > nav > ul li ul li a,
#site-header__lower > nav > ul li ul li button {
  padding-left: 40px;
  width: 100vw;
  font-size: 18px;
  background-color: white;
}
@media (min-width: 992px) {
  #site-header__lower > nav > ul li ul li a,
#site-header__lower > nav > ul li ul li button {
    width: auto;
  }
}
#site-header__lower > nav > ul li a,
#site-header__lower > nav > ul li button {
  display: inline-grid;
  align-items: center;
  padding: 20px;
  width: 100vw;
  height: 100%;
  min-height: 35px;
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: var(--font-color);
  text-align: left;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
#site-header__lower > nav > ul li button {
  outline: 0;
  cursor: pointer;
}
#site-header__lower > nav > ul li button.main-nav__sub-menu {
  grid-template-columns: 1fr auto;
}
#site-header__lower > nav > ul li button.main-nav__sub-menu[aria-expanded=true] {
  color: #72bf44;
}
#site-header__lower > nav > ul li button.main-nav__sub-menu[aria-expanded=true] ~ ul {
  display: grid;
}
#site-header__lower > nav > ul li button.main-nav__sub-menu[aria-expanded=true] > span > i {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
#site-header__lower > nav > ul li button.main-nav__sub-menu[aria-expanded=false] > span > i {
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #site-header__lower > nav > ul li button {
    display: none;
  }
}
@media (min-width: 992px) {
  #site-header__lower > nav > ul li a {
    width: auto;
    border-bottom: 0;
  }
}
#site-header__lower > nav > ul li a.main-nav__sub-menu {
  display: none;
  grid-template-columns: 1fr auto;
}
@media (min-width: 992px) {
  #site-header__lower > nav > ul li a.main-nav__sub-menu {
    display: inline-grid;
  }
  #site-header__lower > nav > ul li a.main-nav__sub-menu::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 6px;
    font: var(--fa-font-solid);
    content: "";
  }
}
#site-header__lower > nav > ul li a#site-header__lower__nav__order-online, #site-header__lower > nav > ul li a#site-header__lower__nav__order-online2 {
  display: flex;
  gap: 12px;
  background-color: var(--green);
  color: white;
}
#site-header__lower > nav > ul li a#site-header__lower__nav__order-online:hover, #site-header__lower > nav > ul li a#site-header__lower__nav__order-online:focus, #site-header__lower > nav > ul li a#site-header__lower__nav__order-online2:hover, #site-header__lower > nav > ul li a#site-header__lower__nav__order-online2:focus {
  color: var(--dkblue) !important;
}
#site-header__lower > nav > ul li a:visited {
  color: var(--font-color);
}
#site-header__lower > nav > ul li a:active {
  color: #72bf44;
}
@media (min-width: 992px) {
  #site-header__lower > nav > ul li.has-sub-menu:active > a.main-nav__sub-menu::before, #site-header__lower > nav > ul li.has-sub-menu:hover > a.main-nav__sub-menu::before, #site-header__lower > nav > ul li.has-sub-menu:focus > a.main-nav__sub-menu::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
  }
  #site-header__lower > nav > ul li.has-sub-menu:active > ul, #site-header__lower > nav > ul li.has-sub-menu:hover > ul, #site-header__lower > nav > ul li.has-sub-menu:focus > ul {
    position: absolute;
    z-index: 22;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    width: 200px;
    background-color: white;
  }
  #site-header__lower > nav > ul li.has-sub-menu:active > ul li a, #site-header__lower > nav > ul li.has-sub-menu:hover > ul li a, #site-header__lower > nav > ul li.has-sub-menu:focus > ul li a {
    padding: 10px 0;
    font-size: 20px;
    color: var(--font-color);
  }
}
@media (min-width: 992px) {
  #site-header__lower > nav > ul li a:hover, #site-header__lower > nav > ul li a:focus, #site-header__lower > nav > ul li a.main-nav__current-nav,
#site-header__lower > nav > ul li button:hover,
#site-header__lower > nav > ul li button:focus,
#site-header__lower > nav > ul li button.main-nav__current-nav, #site-header__lower > nav > ul li.has-sub-menu ul li a:hover, #site-header__lower > nav > ul li.has-sub-menu ul li a:focus, #site-header__lower > nav > ul li.has-sub-menu ul li a.main-nav__current-nav {
    color: var(--blue) !important;
  }
}
#site-header__mobile-nav {
  display: flex;
  align-items: center;
  padding-right: 14px;
}
@media (min-width: 992px) {
  #site-header__mobile-nav {
    display: none;
  }
}
#site-header__mobile-nav button {
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
}
#site-header__mobile-nav__btn {
  position: relative;
}
#site-header__mobile-nav__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  background: white;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s linear;
}
#site-header__mobile-nav__btn span::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #4e5765;
  transition: all 0.3s linear;
}
#site-header__mobile-nav__btn span:nth-child(1) {
  animation: span-first-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#site-header__mobile-nav__btn span:nth-child(2) {
  animation: span-second-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#site-header__mobile-nav__btn span:nth-child(3) {
  animation: span-third-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#site-header__mobile-nav__btn.on:hover span::before {
  width: 100%;
  transition: all 0.3s linear;
}
#site-header__mobile-nav__btn.on span:nth-child(1) {
  animation: span-first-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#site-header__mobile-nav__btn.on span:nth-child(2) {
  animation: span-second-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#site-header__mobile-nav__btn.on span:nth-child(3) {
  animation: span-third-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@media (min-width: 992px) {
  .fixed-header #site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    min-width: 100%;
  }
}
.fixed-header #site-header__mid {
  display: none;
}
.fixed-header #site-header__lower__logo {
  visibility: visible;
  opacity: 1;
}
.fixed-header #site-header__lower__logo svg .st0,
.fixed-header #site-header__lower__logo svg .st1 {
  fill: white;
}
.fixed-header #site-header__lower nav {
  background-color: var(--dkblue);
}
.fixed-header #site-header__lower nav ul li.show--fixed {
  visibility: visible;
  opacity: 1;
}
.fixed-header #site-header__lower nav ul li a,
.fixed-header #site-header__lower nav ul li a:visited {
  color: white;
}
@media (min-width: 992px) {
  .fixed-header #site-header__lower nav ul li a:hover, .fixed-header #site-header__lower nav ul li a:focus, .fixed-header #site-header__lower nav ul li a.main-nav__current-nav,
.fixed-header #site-header__lower nav ul li button:hover,
.fixed-header #site-header__lower nav ul li button:focus,
.fixed-header #site-header__lower nav ul li button.main-nav__current-nav, .fixed-header #site-header__lower nav ul li.has-sub-menu ul li a:hover, .fixed-header #site-header__lower nav ul li.has-sub-menu ul li a:focus, .fixed-header #site-header__lower nav ul li.has-sub-menu ul li a.main-nav__current-nav {
    color: var(--green) !important;
  }
}

@keyframes span-first-on {
  0% {
    transform: translate(-50%, -300%);
  }
  30% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@keyframes span-first-off {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  30% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -300%);
  }
}
@keyframes span-second-on {
  0% {
    transform: translate(-50%, -50%);
  }
  25% {
    background: white;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-150%, -50%) scale(0);
  }
}
@keyframes span-second-off {
  0% {
    transform: translate(-150%, -50%) scale(0);
  }
  25% {
    background: white;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes span-third-on {
  0% {
    transform: translate(-50%, 200%);
  }
  30% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes span-third-off {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  30% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 200%);
  }
}
/*------------------------------------*\
  #MAIN CONTENT
\*------------------------------------*/
body > main {
  grid-area: main;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
}
body > main #page__backlink {
  margin: 30px 0;
  font-size: 14px;
  color: var(--dkblue);
}
body > main .page-hero {
  display: grid;
  grid-template-columns: 1fr;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed !important;
  padding: 0;
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.2);
}
body > main .page-hero.short-hero .page-hero__wrapper {
  min-height: 150px;
}
body > main .page-hero__wrapper {
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 16px 24px;
  min-height: 275px;
  font-size: 1.2em;
}
body > main .page-hero__wrapper h1 {
  font-size: 3em;
  line-height: 1.4;
}
body > main .page-hero__wrapper--darken {
  background: rgba(12, 12, 12, 0.8);
}
body > main .page-hero__wrapper--darken h1,
body > main .page-hero__wrapper--darken span {
  background: transparent !important;
}
body > main .page-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
body > main .page-hero__container span {
  display: inline-block;
  color: white;
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
body > main .page-hero__container span a,
body > main .page-hero__container span a:visited {
  color: white;
}
body > main .page-hero__container span a:hover, body > main .page-hero__container span a:focus,
body > main .page-hero__container span a:visited:hover,
body > main .page-hero__container span a:visited:focus {
  background-color: rgba(0, 161, 228, 0.5);
}
body > main .page-hero__container span:first-child {
  font-size: 36px;
  font-weight: 800;
}
@media (min-width: 768px) {
  body > main .page-hero__container span:first-child {
    font-size: 56px;
  }
}
body > main .page-hero__container span:last-child {
  margin-top: 20px;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body > main .page-hero__container span:last-child {
    margin-top: 60px;
    font-size: 32px;
  }
}
body > main .page-hero section h1,
body > main .page-hero section span {
  color: white !important;
  margin: 0.4em 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 10px;
}
body > main .page-hero .page-hero__footer {
  display: grid;
  justify-items: start;
  align-items: end;
}
body > main .page-hero .page-hero__footer > p {
  text-transform: uppercase;
}
body > main .zebra__secondary {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #F1F1F1;
}
body > main > aside {
  font-size: 0.8em;
}
body > main > footer {
  padding: 30px 20px;
  text-align: center;
  color: #1d2d35;
  background: #f7f7f7;
}
body > main > footer > section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  body > main > footer > section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  body > main > footer > section {
    display: flex;
    justify-content: space-around;
  }
}
body > main > footer > section > aside a:hover img {
  transform: scale(1.05);
  transition: all 0.2s;
  filter: grayscale(0);
}
body > main > footer > section > aside img {
  width: auto;
  height: 100%;
  min-height: 55px;
  max-height: 70px;
  filter: grayscale(100);
}
@media (min-width: 1250px) {
  body > main > footer > section > aside img {
    height: 70px;
  }
}
body > main .btn {
  display: inline-block;
  padding: 12px 24px;
  color: white;
  text-align: center;
  background-color: #2d6ca2;
}
body > main .btn:hover, body > main .btn:focus {
  background-color: var(--dkblue);
}
body > main .btn:visited {
  color: white;
}
body > main .btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
body > main #current-covid-status {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 20px;
  border-bottom: 8px solid var(--dkblue);
}
@media screen and (min-width: 992px) {
  body > main #current-covid-status {
    grid-template-columns: 1fr auto;
  }
}
body > main #current-covid-status div:nth-child(1) p {
  font-size: 20px;
  font-weight: 700;
}
body > main #current-covid-status div:nth-child(1) p a {
  color: #231f20;
}
body > main #current-covid-status div:nth-child(1) p a:hover {
  text-decoration: underline;
}
body > main #current-covid-status div:nth-child(2) {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 10px 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body > main #current-covid-status div:nth-child(2) {
    padding: 0 0 0 20px;
    width: auto;
    border-left: 2px solid grey;
  }
}
body > main #current-covid-status div:nth-child(2) figure {
  margin: 0;
}
body > main .current-covid-status__light {
  position: relative;
  margin-right: 26px;
  text-transform: uppercase;
}
body > main .current-covid-status__light::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transform: translateY(-50%);
}
body > main .current-covid-status__light--red {
  color: #e4193b;
}
body > main .current-covid-status__light--red::after {
  background-image: url("/img/covid19/traffic-light-icon-red.svg");
}
body > main .current-covid-status__light--orange {
  color: #ff8f1d;
}
body > main .current-covid-status__light--orange::after {
  background-image: url("/img/covid19/traffic-light-icon-orange.svg");
}
body > main .current-covid-status__light--green {
  color: #06964e;
}
body > main .current-covid-status__light--green::after {
  background-image: url("/img/covid19/traffic-light-icon-green.svg");
}
body > main .current-covid-status--red {
  border-bottom-color: #e4193b !important;
}
body > main .current-covid-status--orange {
  border-bottom-color: #ff8f1d !important;
}
body > main .current-covid-status--green {
  border-bottom-color: #06964e !important;
}
body > main .lo-product {
  min-height: 280px;
}
body > main .lo-products--wrapper {
  display: grid;
  gap: 30px;
}
body > main .lo-products--grid-2 {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  body > main .lo-products--grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
body > main .lo-products--grid-3 {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  body > main .lo-products--grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  body > main .lo-products--grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
body > main .lo-products--grid-4 {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  body > main .lo-products--grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  body > main .lo-products--grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
body > main .lo-products--grid-6 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  body > main .lo-products--grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  body > main .lo-products--grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
body > main .lo-product figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 280px;
}
body > main .lo-product figure img {
  max-height: 280px;
}
body > main .lo-product figure .specialbanner {
  position: absolute;
  top: 0px;
  left: 3px;
}
body > main .lo-product--description, body > main .lo-product--details {
  margin-top: 0;
  margin-bottom: 8px;
}
body > main .lo-product--description {
  min-height: 50px;
  font-weight: 600;
  line-height: 1.5;
  color: #2d6ca2;
}
body > main .lo-product--details {
  font-size: 12px;
  color: var(--font-color);
}
body > main .lo-product--btn {
  display: block;
  padding: 6px 12px;
  color: white;
  text-align: center;
  background-color: #2d6ca2;
  border-radius: 5px;
}
body > main .lo-product--btn:hover, body > main .lo-product--btn:focus {
  background-color: var(--dkblue);
}
body > main .lo-product--btn:visited {
  color: white;
}
body > main .lo-product:hover .range-brand__product--description, body > main .lo-product:focus .range-brand__product--description {
  text-decoration: underline;
  color: var(--dkblue);
}
body > main .lo-product:hover .range-brand__product--details, body > main .lo-product:focus .range-brand__product--details {
  font-style: italic;
}
body > main .skel-loading:empty {
  background-image: linear-gradient(90deg, #d8d7d7, #fdf3f3, var(--dkblue), var(--blue));
  background-size: 1000%;
  background-position: right;
  box-shadow: 0 0 6px 0 #a3a3a331;
  animation: sweep 5s ease-in-out infinite alternate;
}
@keyframes sweep {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
body > main .split-page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  body > main .split-page {
    grid-template-columns: repeat(2, 1fr);
  }
}
body > main .split-page h3,
body > main .split-page p {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  body > main .split-page--left-third {
    grid-template-columns: 2fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  body > main .split-page--right-third {
    grid-template-columns: 1fr 2fr;
  }
}
body > main #data-sheets__cta {
  background-color: #ffd64f;
}
body > main #data-sheets__cta h2 {
  color: var(--font-color);
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
body > footer {
  grid-area: footer;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--dkblue);
  border-top: 2px solid #bebebe;
}
@media (min-width: 992px) {
  body > footer {
    text-align: left;
  }
}
body > footer a,
body > footer a:visited {
  color: white;
}
body > footer #footer__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 60px 15px 20px;
}
@media (min-width: 768px) {
  body > footer #footer__wrapper {
    grid-template-columns: 1fr 2fr;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  body > footer #footer__wrapper {
    max-width: 1520px;
  }
}
body > footer #footer__s1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}
body > footer #footer__s2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  body > footer #footer__s2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
body > footer #footer__s2 h4 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  color: white;
}
body > footer #footer__s2 ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body > footer #footer__s2 ol li {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  body > footer #footer__s2 ol li {
    font-size: 14px;
  }
}
body > footer #footer__s2 ol li a {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  body > footer #footer__s2 ol li a {
    font-size: 14px;
  }
}
body > footer #footer__s2 ol li a:hover, body > footer #footer__s2 ol li a:focus {
  text-decoration: underline;
}
body > footer #footer__s2 p {
  display: grid;
  grid-gap: 12px;
}
body > footer #footer__s2 p a {
  text-align: center;
  font-size: 14px;
}
body > footer #footer__s2 p a:hover {
  text-decoration: underline;
}
body > footer #footer__s2 nav a {
  color: #b2c3dc;
}
body > footer #footer__s2 nav a:hover {
  color: white;
}
body > footer #footer__branding > img {
  display: block;
  width: 100%;
  min-width: 80%;
  height: auto;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body > footer #footer__branding > img {
    max-height: 80px;
    min-width: 0;
    max-width: 250px;
  }
}
body > footer #footer__branding .location__phone {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}
@media (min-width: 768px) {
  body > footer #footer__branding .location__phone {
    font-size: 16px;
    line-height: 24px;
  }
}
body > footer #footer__branding .location__phone a {
  color: var(--green);
}
body > footer #footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  list-style: none;
}
body > footer #footer__socials #shielded-logo {
  display: inline-block;
  margin: 0px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
body > footer #footer__psg > img {
  width: 100%;
  height: auto;
  max-height: 100px;
  max-width: 100px;
}
body > footer #footer__weather {
  display: none;
  max-width: 350px;
  margin: 0 auto;
}
body > footer #footer__weather h4 {
  margin: 12px 0;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
body > footer #footer__weather--container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  body > footer #footer__weather--container {
    gap: 12px;
  }
}
body > footer #footer__weather .weather-display {
  text-align: center;
}
body > footer #footer__weather .weather-display span {
  display: block;
}
body > footer #footer__weather .weather-display__title {
  font-weight: 700;
}
body > footer #footer__weather .weather-display__icon img {
  width: 75px;
  height: 75px;
}
body > footer #footer__weather .weather-display__description {
  color: #8a8a8a;
  font-size: 10px;
}
body > footer #footer__weather .weather-display__temp {
  font-size: 18px;
  font-weight: 600;
}
body > footer #footer__base {
  grid-area: footer-base;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 30px;
  padding: 16px 24px;
  text-align: center;
  font-size: 12px;
  background-color: #292B22;
  border-top: 1px solid white;
}
@media (min-width: 768px) {
  body > footer #footer__base {
    grid-template-columns: auto 1fr;
  }
}
body > footer #footer__base p {
  margin: 0;
}
body > footer #footer__badge {
  display: flex;
  justify-content: center;
  align-items: center;
}
body > footer #footer__badge img {
  height: 52px;
  width: 100px;
}
body > footer #footer__copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 16px;
  margin: 16px 0;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
}
@media (min-width: 768px) {
  body > footer #footer__copyright {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
  }
}
body > footer #footer__copyright span {
  font-weight: 600;
}
body > footer #footer__copyright ol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body > footer #footer__colour {
  flex-basis: 100%;
  margin: 0;
  font-size: 10px;
  text-align: center;
  text-wrap: balance;
}

.footer__separator {
  display: block;
  margin: 30px auto 0;
  width: 150px;
  border-bottom: 1px solid var(--green);
}
@media (min-width: 768px) {
  .footer__separator {
    display: none;
  }
}

/* ==========================================================================
   Media Queries for Responsive Design.
   These templates override the primary ('mobile first') styles.
   ========================================================================== */
@media (max-width: 767px) {
  .hide--sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show--sm {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide--med {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .show--med {
    display: none !important;
  }

  /* Main Content */
  body > main > header,
body > main > footer {
    grid-column: 1/-1;
  }
  body > main > header > main,
body > main > header > footer {
    grid-column: 2/-2;
  }
  body > main > header > main > p {
    max-width: 60%;
  }
  body > main > main,
body > main > section,
body > main > article {
    grid-column: 1/-1;
    padding: 0 2%;
  }
  body > main > main.pull--left,
body > main > section.pull--left,
body > main > article.pull--left {
    grid-column: 2/span 8;
  }
  body > main > main.pull--right,
body > main > section.pull--right,
body > main > article.pull--right {
    grid-column: 6/span 8;
  }
  body > main > aside {
    grid-column: span 4;
    border-left: 1px solid #bdbdbd;
    padding-left: 10px;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img,
ul {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
h2,
h3 {
    page-break-after: avoid;
    display: block !important;
  }

  body,
body > main,
.container-content-inner {
    display: block !important;
  }

  body > header,
body > main > header,
body > main > footer,
body > footer,
script,
.reveal-overlay {
    display: none !important;
  }

  body,
article {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  nav {
    display: none !important;
  }

  @page {
    margin: 2cm;
  }
  img {
    max-width: 100% !important;
  }

  a {
    font-weight: bolder;
    text-decoration: none;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  a[href^="#"]:after {
    content: "";
  }

  .wrapper::after {
    content: "Please see www.linkup.co.nz for the latest version of this information.";
  }
}

/*# sourceMappingURL=main.css.map */
