/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*########################################

	Project:	Linkup Paint Supplies Ltd
	Script:		Cornerstone Framework
	Version:	3.0.7
	Last Change:	23/03/2019
	Developed:	dpDesignz - www.dpdesignz.co.nz

#########################################*/
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");
@import url("//fonts.googleapis.com/css?family=Lora:400,400i,700,700i");
.Fear {
  display: none;
}

/* CSS Naming based on CSS Guidelines ~ https://cssguidelin.es/#naming-conventions */
:root {
  --blue: #00a1e4;
  --green: #72bf44;
  --dkblue: #00378b;
  --font-color: #1d2d35;
}

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

/*
 * 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 {
  display: inline-grid;
  color: white;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  background-color: #00378b;
  padding: 10px 25px;
}
h1.center--header, h2.center--header, h3.center--header, h4.center--header {
  display: block;
  background-color: transparent;
  padding: 0;
  text-align: center;
}
h1.center--header span, h2.center--header span, h3.center--header span, h4.center--header span {
  display: inline-block;
  background-color: #00378b;
  padding: 10px 25px;
}

h1 {
  font-weight: 600;
}

h3, h4 {
  color: #00378b;
  background-color: transparent;
  padding: 0;
}
h3.center--header span, h4.center--header span {
  background-color: transparent;
  padding: 0;
}

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

/* Body Layouts */
body {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "main" "footer";
}
body > header > nav > ul li a,
body > main > *,
body > footer {
  padding: 0 2%;
}

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

/* 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;
}
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;
}
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;
}
figure.image--center {
  display: block;
  text-align: center;
}
figure.image--no--border, figure.image--no--border img {
  border: none;
  box-shadow: none;
}
figure figcaption {
  position: absolute;
  bottom: -25px;
  width: 96%;
  font-size: 0.8em;
  text-align: center;
  background: #f5f5f5;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  margin: 5px;
  padding: 4px 0;
}

@media (max-width: 767px) {
  figure.image--right, figure.image--left {
    display: block;
    text-align: center;
  }
}
@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;
  }
}
/* 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;
}

/* 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 */
/* Resources Module */
body div#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;
}
body div#reveal__resources article.resources__file-download > p {
  margin: 0;
}
body div#reveal__resources article.resources__file-download > p a.button {
  margin-bottom: 0;
}
body div#reveal__resources article.resources__file-download > p a.button i {
  color: #FFFFFF;
}
body div#reveal__resources article.resources__file-download li {
  margin-left: 16px;
  list-style-type: disc;
  font-size: 0.8em;
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/
body > header {
  grid-area: header;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "header-location header-location header-location" "header-menu-button header-logo header-top" "header-nav header-nav header-nav";
  justify-items: center;
  align-items: stretch;
  margin-top: 47px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
body > header > button#main-menu__trigger,
body > header > section#header__top-nav,
body > header > section#header__logo img {
  max-height: 100px;
}
body > header > aside#header__location {
  grid-area: header-location;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  justify-self: stretch;
  font-size: 0.8em;
  background: #72bf44;
  color: white;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
body > header > aside#header__location > p {
  font-weight: 200;
  margin: 5px 0;
}
body > header > aside#header__location > p span {
  display: inline-block;
  margin-right: 8px;
  font-weight: 400;
}
body > header > aside#header__location > p span.location__title {
  font-weight: 600;
  font-size: 1.1em;
}
body > header > aside#header__location > p a {
  display: inline-grid;
  align-items: center;
}
body > header > aside#header__location > p a i.fa-sync {
  font-size: 0.8em;
}
body > header > section#header__top-nav {
  grid-area: header-top;
  display: grid;
}
body > header > section#header__top-nav > nav {
  justify-self: stretch;
  display: inline-grid;
  justify-items: stretch;
}
body > header > section#header__top-nav > nav a {
  display: inline-grid;
  align-items: center;
}
body > header > section#header__top-nav > nav a#top-nav__order-online {
  padding: 0 30px;
  background: #72bf44 !important;
}
body > header > section#header__top-nav > nav a#top-nav__order-online i {
  font-size: 7vw;
  color: white;
}
body > header > section#header__top-nav > nav a#top-nav__order-online:active i {
  color: #00a1e4;
}
body > header > button {
  border: 0;
  padding: 0 30px;
  background: #00a1e4;
  color: white;
  cursor: pointer;
}
body > header > button i {
  font-size: 7vw;
}
body > header > button#main-nav__trigger {
  grid-area: header-menu-button;
}
body > header > button#main-nav__trigger > span#main-nav__title {
  display: block;
  font-size: 2vw;
}
body > header > button[aria-expanded=true] ~ nav > ul {
  display: grid;
}
[aria-expanded=false] #main-nav__close {
  display: none;
}

[aria-expanded=true] #main-nav__close {
  display: inline-block;
}

[aria-expanded=true] #main-nav__open {
  display: none;
}

body > header > nav {
  grid-area: header-nav;
  display: grid;
  align-content: stretch;
  justify-content: stretch;
  align-self: stretch;
  justify-self: stretch;
}
body > header > nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
body > header > nav > ul li {
  display: inline-grid;
}
body > header > nav > ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
body > header > nav > ul li ul li a {
  padding-left: 4%;
  width: 100vw;
}
body > header > nav > ul > li a {
  display: inline-grid;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 35px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: white;
  background: #00378b;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
body > header > nav > ul > li a.main-nav__sub-menu {
  grid-template-columns: 1fr auto;
}
body > header > nav > ul > li a.main-nav__sub-menu[aria-expanded=true] {
  color: #72bf44;
}
body > header > nav > ul > li a.main-nav__sub-menu[aria-expanded=true] ~ ul {
  display: grid;
}
body > header > nav > ul > li a.main-nav__sub-menu[aria-expanded=true] > span > i {
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
}
body > header > nav > ul > li a.main-nav__sub-menu[aria-expanded=false] > span > i {
  transition: all 0.5s ease-in-out;
}
body > header > nav > ul > li a:visited {
  color: white;
}
body > header > nav > ul > li a:active {
  color: #72bf44;
}
body > header > section#header__logo {
  grid-area: header-logo;
  width: 100%;
  height: auto;
  max-width: 500px;
  text-align: center;
}

/*------------------------------------*\
  #MAIN CONTENT
\*------------------------------------*/
body > main {
  grid-area: main;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
}
body > main > header {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed !important;
  padding-bottom: 1em;
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.2);
}
body > main > header.short--slider main {
  min-height: 150px;
  align-content: center;
  justify-content: center;
}
body > main > header.short--slider main h1 {
  font-size: 3em;
}
body > main > header > main {
  display: grid;
  justify-items: end;
  align-content: start;
  min-height: 275px;
  text-align: right;
  font-size: 1.2em;
}
body > main > header > main > *,
body > main > header > footer > p {
  color: white !important;
  margin: 0.4em 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 10px;
}
body > main > header > footer {
  display: grid;
  justify-items: start;
  align-items: end;
}
body > main > header > footer > p {
  text-transform: uppercase;
}
body > main > aside {
  font-size: 0.8em;
}
body > main > footer {
  text-align: center;
  background: #f7f7f7;
  color: #1d2d35;
  padding: 20px 0;
}
body > main > footer > main {
  display: grid;
  grid-gap: 15px;
  align-items: center;
}
body > main > footer > main > aside a:hover img {
  transform: scale(1.05);
  transition: all 0.2s;
  filter: grayscale(0);
}
body > main > footer > main > aside img {
  width: 100%;
  height: auto;
  max-height: 70px;
  filter: grayscale(100);
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
body > footer {
  grid-area: footer;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "footer-logo" "footer-location" "footer-links" "footer-base";
  grid-gap: 10px;
  background: #292B22;
  color: #fff;
  font-size: 0.7em;
  font-weight: 300;
  padding: 0;
  border-top: 3px solid #bebebe;
}
body > footer > * {
  padding: 0 10px;
}
body > footer a,
body > footer a:visited {
  color: white;
}
body > footer > section#footer__logo {
  grid-area: footer-logo;
  text-align: center;
  padding-top: 10px;
}
body > footer > section#footer__logo > img {
  width: 100%;
  height: auto;
  max-height: 100px;
  max-width: 90px;
}
body > footer > section#footer__location {
  grid-area: footer-location;
  display: none;
  text-align: center;
}
body > footer > section#footer__location > p > span {
  display: block;
}
body > footer > section#footer__location > p > span.location__title {
  font-size: 1.3em;
}
body > footer > section#footer__location > p > span.location__phone {
  font-size: 1.7em;
  font-weight: 600;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  background: #72bf44;
}
body > footer > section#footer__location > p > span.location__phone a {
  display: block;
}
body > footer > section#footer__links {
  grid-area: footer-links;
}
body > footer > section#footer__links p {
  display: grid;
  grid-gap: 12px;
}
body > footer > section#footer__links p a {
  text-align: center;
  font-size: 1.5em;
}
body > footer > section#footer__links p a:hover {
  text-decoration: underline;
}
body > footer > footer {
  grid-area: footer-base;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid white;
  text-align: center;
}

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

  /* Header */
  body > header {
    grid-template-columns: 1fr auto;
    grid-template-areas: "header-location header-location" "header-logo header-top" "header-nav header-nav";
    justify-items: left;
  }
  body > header > button {
    display: none;
  }
  body > header > section#header__top-nav {
    justify-self: stretch;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    font-size: 0.8em;
    justify-content: end;
  }
  body > header > section#header__top-nav > nav {
    grid-auto-flow: column;
    justify-self: end;
    align-items: start;
    padding-right: 25px;
  }
  body > header > section#header__top-nav > nav a {
    display: inline-block;
    color: #1d2d35;
    padding: 5px 8px !important;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease-in-out;
  }
  body > header > section#header__top-nav > nav a i {
    color: #72bf44;
  }
  body > header > section#header__top-nav > nav a#top-nav__order-online {
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    color: white;
  }
  body > header > section#header__top-nav > nav a#top-nav__order-online i {
    font-size: 1em;
  }
  body > header > section#header__top-nav > nav a#top-nav__order-online:hover, body > header > section#header__top-nav > nav a#top-nav__order-online:active i {
    background-color: #00a1e4 !important;
    color: white !important;
  }
  body > header > section#header__top-nav > nav a:active, body > header > section#header__top-nav > nav a:hover {
    border-bottom: 1px solid #333333;
  }
  body > header > nav > ul {
    display: grid;
    grid-auto-flow: column;
    justify-self: stretch;
  }
  body > header > nav > ul > li {
    position: relative;
    z-index: 999;
  }
  body > header > nav > ul > li a {
    width: auto;
    padding: 0;
    background: white;
    color: #00378b;
    text-align: center;
  }
  body > header > nav > ul > li a:visited {
    color: #00378b;
  }
  body > header > nav > ul > li:active > a, body > header > nav > ul > li:hover > a,
body > header > nav > ul > li a.main-nav__sub-menu[aria-expanded=true],
body > header > nav > ul > li > ul > li > a:active,
body > header > nav > ul > li > ul > li > a:hover,
body > header > nav > ul > li > a.main-nav__current-nav {
    color: #00a1e4;
    border-bottom-color: #72bf44;
  }
  body > header > nav > ul > li > ul {
    position: absolute;
    top: 100%;
    justify-self: stretch;
    width: calc(100% - 30px);
  }
  body > header > nav > ul > li > ul li a {
    width: 100%;
    justify-content: stretch;
    padding: 0 15px;
    text-align: left;
  }
  body > header > section#header__logo {
    text-align: left;
  }

  /* Footer */
  body > footer {
    grid-template-columns: 1fr 185px minmax(auto, 1015px) 1fr;
    grid-template-areas: ". footer-logo footer-location ." ". footer-links footer-links ." ". footer-base footer-base .";
  }
  body > footer > section#footer__logo {
    padding: 10px 0 0;
  }
  body > footer > section#footer__location {
    text-align: right;
  }
  body > footer > section#footer__location > p > span {
    display: block;
  }
  body > footer > section#footer__location > p > span.location__title {
    font-size: 1.5em;
  }
  body > footer > section#footer__location > p > span.location__phone {
    font-size: 3em;
    font-weight: 600;
    padding: 0;
    border-radius: none;
    background: none;
  }
  body > footer > section#footer__location > p > span.location__today {
    font-size: 1.3em;
  }
  body > footer > section#footer__links p {
    grid-auto-flow: column;
  }
  body > footer > section#footer__links p a:hover {
    text-decoration: underline;
  }
  body > footer > footer {
    grid-template-columns: 1fr auto;
    text-align: left;
  }
  body > footer > footer > aside#footer__copyright {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .hide--med {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .show--med {
    display: none !important;
  }

  body > * {
    padding: 0;
  }
  body > header,
body > main,
body > main > *,
body > main > header,
body > footer {
    padding: 0;
  }

  /* Header */
  body > header {
    position: sticky;
    top: 0;
    z-index: 999;
    grid-template-columns: 1fr repeat(12, 100px) 1fr;
    grid-template-areas: ". header-location header-location header-location header-location header-location header-location header-top header-top header-top header-top header-top header-top ." ". header-nav header-nav header-nav header-nav header-nav header-nav header-nav header-nav header-logo header-logo header-logo header-logo .";
    margin-top: 0;
    background-color: #ffffff;
    transition: all 0.3s;
  }
  body > header.header--sticky {
    grid-template-areas: ". header-location header-location header-location header-location header-location header-location header-location header-location header-location header-logo header-logo header-logo ." ". header-nav header-nav header-nav header-nav header-nav header-nav header-nav header-nav header-nav header-logo header-logo header-logo .";
  }
  body > header.header--sticky > section#header__top-nav {
    display: none;
    transition: all 0.3s;
  }
  body > header.header--sticky > nav > ul#main-nav {
    min-height: 60px;
  }
  body > header.header--sticky > section#header__logo {
    max-width: 300px;
  }
  body > header > * {
    padding: 0;
  }
  body > header > aside#header__location {
    position: initial;
    top: unset;
    width: unset;
    background: none;
    box-shadow: none;
    color: #1d2d35;
    text-align: left;
  }
  body > header > section#header__top-nav > aside {
    text-align: left;
  }
  body > header > section#header__logo {
    max-width: 400px;
  }
  body > header > section#header__logo img {
    max-height: none;
  }
  body > header > nav > ul {
    justify-self: start;
    grid-gap: 45px;
  }
  body > header > nav > ul > li:hover > ul {
    top: 100%;
    display: grid;
  }
  body > header > nav > ul > li > a {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  /* Main Content */
  body > main {
    grid-template-columns: 1fr repeat(12, 81.66px) 1fr;
  }
  body > main > header,
body > main > footer {
    grid-column: 1/-1;
  }
  body > main > header {
    grid-template-columns: 1fr repeat(12, 100px) 1fr;
  }
  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;
  }
  body > main > footer > main {
    grid-auto-flow: column;
  }

  /* Resources Modal */
  body div#reveal__resources article.resources__file-download {
    grid-template-columns: 1fr 150px 125px;
    text-align: left;
  }
}
@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 */
