/* 30em @ 16px font size */
/* 60em @ 16px font size */
/* 80em @ 16px font size */
/* Microsoft research says 40px is ideal size for a touch target */
/* height or width */
/* Assuming font-size: 1rem; */
/* used by table cells and text fields */
/* used in width functions */
/* 480px @ 16px font size */
/* 960px @ 16px font size */
/* 1280px @ 16px font size */
/*------------------------------------------------------------------------
                                                            Definitions
*/
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  display: block; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 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; }

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

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

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  color: #4d4d4d;
  line-height: 1.35; }

h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 36px; }

h1,
h2 {
  text-align: center; }

img {
  max-width: 100%;
  height: auto; }

ul {
  list-style: none;
  padding-left: 0; }

iframe {
  border-radius: 10px; }

/** ----------------------------------------------------------------------------
 *                           Links
 */
a {
  text-decoration: none;
  cursor: pointer;
  color: #d81f27; }
  a:hover, a:focus {
    color: #95151b;
    text-decoration: underline; }

/** ----------------------------------------------------------------------------
 *                           Table
 */
table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 1.5em 0; }
  table[style*="inline"] {
    display: inline-block !important; }
  table td, table th {
    border: solid 1px #bbb;
    padding: 0.4em 0.5em; }
  table.borderless td, table.borderless th {
    border: none; }
  table th {
    text-align: left;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.05); }
    table th.active {
      background: rgba(0, 0, 0, 0.15); }
    table th[scope="row"] {
      font-weight: bold;
      text-align: right; }
  table thead {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase; }

form {
  max-width: 30em;
  margin: 0 auto; }

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none; }

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: rgba(216, 31, 39, 0.2) 0 0 0 3px;
  box-shadow: rgba(216, 31, 39, 0.2) 0 0 0 3px;
  z-index: 1; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 0.6em 0.7em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #B7B7B7;
  background: #ededed;
  color: inherit;
  max-width: 30em;
  border-radius: 4px;
  margin-bottom: 0.9em; }
  textarea:focus,
  select:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus {
    border-color: #d81f27; }

label {
  display: block;
  margin-bottom: 0.3em; }

/*------------------------------------------------------------------------
                              Buttons
*/
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  display: inline-block;
  background: #d81f27;
  padding: 0.8em 1.1em;
  border: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 4px; }
  button:hover, button:focus,
  a.button:hover,
  a.button:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    background: #ab191f; }
  button.outlined,
  a.button.outlined,
  input[type="reset"].outlined,
  input[type="submit"].outlined,
  input[type="button"].outlined {
    background: white;
    border: solid 1px #d81f27;
    color: #d81f27; }
    button.outlined:hover, button.outlined:focus,
    a.button.outlined:hover,
    a.button.outlined:focus,
    input[type="reset"].outlined:hover,
    input[type="reset"].outlined:focus,
    input[type="submit"].outlined:hover,
    input[type="submit"].outlined:focus,
    input[type="button"].outlined:hover,
    input[type="button"].outlined:focus {
      background: #f0f0f0; }

html, body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  body > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

header,
footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.page-max-width,
header > [role="presentation"],
nav > [role="presentation"],
section > div[role="presentation"],
footer > [role="presentation"] {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 7%;
  padding-right: 7%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

main section:not(:first-child) {
  margin-top: 5rem; }

/*
  Website   Touchdreams
  Author    Dane Rossenrode
  Creation  April 2013
  Updated   October 2014
*/
/** ----------------------------------------------------------------------------
 *                              CONTENTS
  Header
  Navigation
  Products Menu (in: Navigation)
  Body
  Comments
  Footer
 */
/** ----------------------------------------------------------------------------
 *                              Header
 */
header {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  header > [role="presentation"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (min-width: 600px) {
      header > [role="presentation"] {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    header > [role="presentation"] > * {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      @media all and (max-width: 600px) {
        header > [role="presentation"] > * {
          width: 50%; } }
  header .logo {
    position: relative;
    z-index: 100;
    background: white; }
    @media all and (min-width: 600px) {
      header .logo {
        width: 226px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    header .logo img {
      width: auto;
      background: white;
      border-bottom-right-radius: 13px; }
      @media all and (min-width: 600px) {
        header .logo img {
          height: 140px;
          padding: 0 1em 1em;
          position: absolute; } }
  header nav.main-menu {
    margin-left: 7%; }
    @media all and (min-width: 600px) {
      header nav.main-menu {
        margin-left: 0;
        -webkit-box-flex: 4;
        -ms-flex-positive: 4;
        flex-grow: 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }

/** ----------------------------------------------------------------------------
 *                              Footer
*/
footer {
  margin-top: 60px; }
  footer > [role="presentation"] {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (min-width: 500px) {
      footer > [role="presentation"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    footer > [role="presentation"] > * {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      @media all and (min-width: 500px) {
        footer > [role="presentation"] > *:not(:first-child) {
          margin-left: 3rem; } }
  footer nav {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
    footer nav ul li a {
      padding: 0.3em 0.8em; }
  footer .social-media {
    text-align: right; }
    footer .social-media > * {
      display: inline-block;
      vertical-align: middle; }
      footer .social-media > * > * {
        margin-left: 1rem; }
  footer a {
    color: white; }
    footer a:hover, footer a:focus {
      color: white; }

/** ----------------------------------------------------------------------------
 *                              Small
 */
.align-right {
  text-align: right; }

.rounded {
  border-radius: 10px; }

.inline.icon {
  vertical-align: middle;
  height: 60px;
  margin-right: 1em;
  display: inline-block; }

.text-center {
  text-align: center; }
  .text-center img {
    margin: 0 auto; }

.thumbnail {
  max-width: 170px;
  margin: 0 auto;
  display: block; }

.huge {
  font-size: 40px;
  text-align: center;
  margin: 0.2em auto; }
  @media all and (min-width: 450px) {
    .huge {
      font-size: 60px; } }

/** ----------------------------------------------------------------------------
 *                              Google form
 */
[class*="HeaderTitle"] {
  display: none; }

[class*="SectionheaderBannerText"] {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em; }

[class*="SectionheaderDescriptionText"] {
  margin-top: -1em;
  margin-bottom: 1.4em; }

[class*="Placeholder"] {
  display: none; }

[class*="ItemTitle"] {
  font-size: 1.1em;
  margin-bottom: 0.2em; }

[class*="DateInput"] div {
  display: inline; }

[class*="DateInput"] input {
  width: 6em; }

[class*="DateInput"] input[maxlength="2"] {
  width: 2em;
  display: inline; }

[class*="DateInput"] input[maxlength="4"] {
  width: 4em; }

[class*="DateInput"] [class*="TimeLabel"]::after {
  content: ": "; }

/** ----------------------------------------------------------------------------
 *                              Colours
 */
.bck-red {
  background-color: #d81f27;
  color: white; }
  .bck-red > * {
    color: white; }

/** ----------------------------------------------------------------------------
 *                              Tabs
 */
.tabs {
  margin: 0; }
  .tabs h2,
  .tabs a {
    padding: 0.6em;
    text-transform: uppercase; }
  .tabs h2 {
    margin: 0;
    background: black;
    color: white; }
  .tabs a {
    background-color: #d81f27;
    color: white;
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 0.4em;
    margin-bottom: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .tabs a:hover {
      text-decoration: none; }
    .tabs a.active {
      font-weight: bold; }
  .tabs [role="tab"]:first-child a, .tabs [role="tab"]:first-child h2 {
    margin-top: 0; }

.tabs-container .action {
  text-align: right;
  margin: 0; }
  .tabs-container .action a.button {
    background: black;
    border-radius: 0; }

.tabs-container [style*="background-image"] {
  height: 310px; }

@media all and (min-width: 700px) {
  .tabs-container > [role="presentation"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tabs-container > [role="presentation"] > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%; }
  .tabs-container > [role="presentation"] > *:not(.nav) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%; }

.tabs-container > [role="presentation"] .nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

.tabs-container [role="tabpanel"] .text {
  padding: 2vw 7%; }

.tabs-container.tabs-left .nav {
  margin-right: 2%; }

.tabs-container.tabs-left .tabs a {
  border-bottom-left-radius: 10px; }

.tabs-container.tabs-left .tabs [role="tab"]:first-child a, .tabs-container.tabs-left .tabs [role="tab"]:first-child h2 {
  border-top-left-radius: 10px; }

.tabs-container.tabs-left [role="tabpanel"] img,
.tabs-container.tabs-left [role="tabpanel"] [style*="background-image"] {
  border-top-right-radius: 20px; }

.tabs-container.tabs-left [role="tabpanel"] .text {
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(#d7d7d7));
  background-image: linear-gradient(90deg, white, #d7d7d7); }

.tabs-container.tabs-left .action a.button {
  border-bottom-right-radius: 20px; }

.tabs-container.tabs-right .nav {
  margin-left: 2%; }

.tabs-container.tabs-right .tabs a {
  border-bottom-right-radius: 10px; }

.tabs-container.tabs-right .tabs [role="tab"]:first-child a, .tabs-container.tabs-right .tabs [role="tab"]:first-child h2 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0; }

.tabs-container.tabs-right [role="tabpanel"] img,
.tabs-container.tabs-right [role="tabpanel"] [style*="background-image"] {
  border-top-left-radius: 20px; }

.tabs-container.tabs-right [role="tabpanel"] .text {
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(#d7d7d7));
  background-image: linear-gradient(-90deg, white, #d7d7d7);
  border-bottom-left-radius: 20px; }

.tabs-container.tabs-right .action a.button {
  border-bottom-left-radius: 20px; }

/** ----------------------------------------------------------------------------
 *                              cols
*/
.column {
  display: block; }
  @media all and (min-width: 500px) {
    .column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media all and (min-width: 500px) {
      .column > *:not(:first-child) {
        margin-left: 3rem; } }
  .column.reverse > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.cols-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media all and (min-width: 800px) {
    .cols-6 {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .cols-6 > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 2em; }
    @media all and (min-width: 400px) {
      .cols-6 > * {
        width: 28%; }
        .cols-6 > *:not(:nth-child(3n-2)) {
          margin-left: 1em; } }
    @media all and (min-width: 800px) {
      .cols-6 > * {
        margin-bottom: 0; }
        .cols-6 > *:not(:first-child) {
          margin-left: 1em; } }

/** ----------------------------------------------------------------------------
 *                              Others
*/
.social-media {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .social-media svg {
    width: 0.6em;
    height: 0.6em; }

.banner {
  margin-bottom: 2em !important; }
  .banner img {
    border-radius: 10px; }
  .banner > [role="presentation"] {
    position: relative; }
  .banner p {
    position: absolute;
    font-weight: 300;
    line-height: 1;
    margin-top: 0;
    top: 24%;
    left: 17.5vw;
    color: black;
    font-size: 6.5vw; }

div[aria-hidden="true"] {
  display: none; }

[style*="background-image"] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/** ----------------------------------------------------------------------------
 *                           Carousel
 */
.slick-carousel .slick-list {
  background: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  padding: 0; }

.slick-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
  margin-top: 0; }

.slick-carousel .slick-dots {
  background-color: #d81f27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative; }
  .slick-carousel .slick-dots li {
    border: solid #f19fa2;
    border-radius: 50%;
    background-color: #f19fa2;
    color: transparent;
    width: 5px;
    height: 5px; }
    .slick-carousel .slick-dots li button:before {
      color: transparent; }
  .slick-carousel .slick-dots li.slick-active {
    width: 10px;
    height: 10px; }
  .slick-carousel .slick-dots li button:hover,
  .slick-carousel .slick-dots li button:focus {
    width: 10px;
    height: 10px; }

/** ----------------------------------------------------------------------------
 *                            Home
 */
.home .pic-w-circle {
  margin-bottom: 80px; }
  @media all and (min-width: 1050px) {
    .home .pic-w-circle {
      margin-bottom: 80px / 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .home .pic-w-circle > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media all and (min-width: 1050px) {
      .home .pic-w-circle > * {
        width: 50%; }
        .home .pic-w-circle > *:not(:first-child) {
          margin-left: 80px; } }
  .home .pic-w-circle .text {
    position: relative;
    margin-bottom: -18px; }
    @media all and (min-width: 1050px) {
      .home .pic-w-circle .text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
        height: 450px;
        width: 450px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 90px 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .home .pic-w-circle .text::before, .home .pic-w-circle .text::after {
          content: '';
          position: absolute;
          width: 281.25px;
          height: 281.25px;
          background-size: contain;
          z-index: -1;
          background-repeat: no-repeat; }
        .home .pic-w-circle .text::before {
          background-image: url("/img/circle_half_tr.png");
          top: 0;
          right: 0; }
        .home .pic-w-circle .text::after {
          background-image: url("/img/circle_half_bl.png");
          bottom: 0;
          left: 0; } }
    .home .pic-w-circle .text > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .home .pic-w-circle .text h2 {
      text-transform: uppercase;
      margin-top: 0; }
    .home .pic-w-circle .text p {
      font-size: 13px;
      margin-top: 0; }
      .home .pic-w-circle .text p a:first-child:last-child {
        font-size: 1.3em;
        text-transform: uppercase;
        font-weight: 600; }

/** -----------------------------------------------
 *                            Products
 */
@media all and (min-width: 750px) {
  .products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .products .product > * {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      height: auto; }
      .products .product > *:not(:first-child) {
        margin-left: 80px; }
    .products .product > img {
      width: 75%; }
    .products .product > div {
      width: 25%; }
    .products .product h2 {
      text-align: left; }
    .products .product img {
      border-radius: 10px; } }

.products .cta {
  font-weight: 300;
  text-transform: uppercase;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 7%;
  padding-right: 7%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .products .cta [role="presentation"] {
    background-image: -webkit-gradient(linear, left top, right top, from(#d7d7d7), to(white));
    background-image: linear-gradient(90deg, #d7d7d7, white);
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 70px auto; }
  .products .cta a.button {
    font-weight: inherit;
    padding: 0.2em 1em;
    font-size: 1.2em; }

.products .thumbnails > * {
  cursor: pointer; }
  .products .thumbnails > * img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    .products .thumbnails > * img:hover, .products .thumbnails > * img:focus {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  .products .thumbnails > * h3 {
    background: #d81f27;
    color: white;
    margin-top: 0;
    padding: 0.6em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
  .products .thumbnails > *:hover {
    text-decoration: none; }
  .products .thumbnails > *.active h3 {
    font-weight: bold; }

/** -----------------------------------------------
 *                            Downloads
 */
section > [role="presentation"].downloads {
  max-width: 20em; }

/** -----------------------------------------------
 *                            Contact
 */
.contact .cols > [role="presentation"] {
  position: relative; }
  @media all and (min-width: 950px) {
    .contact .cols > [role="presentation"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .contact .cols > [role="presentation"] > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 80px; }
    @media all and (min-width: 950px) {
      .contact .cols > [role="presentation"] > * {
        width: 50%; }
        .contact .cols > [role="presentation"] > *:not(:first-child) {
          margin-left: 80px; } }
  @media all and (min-width: 450px) {
    .contact .cols > [role="presentation"] form {
      width: 400px;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }

.contact .details {
  margin-top: 3em;
  font-size: 1.4em; }

/**
 * @file Forms
 */
/*
 * CONTENTS

    Menu
    Tabs
 */
/* -------------------------------------------------------------------------------------------
                                                                Menu
*/
nav ul {
  margin-bottom: 15px;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (min-width: 600px) {
    nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    nav ul li a {
      display: block;
      padding: 0.4em 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 22px;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-transform: uppercase;
      font-weight: bold; }
      nav ul li a:hover, nav ul li a:focus {
        text-decoration: none; }
      @media all and (max-width: 800px) {
        nav ul li a {
          font-size: 1em;
          white-space: nowrap; } }
  nav ul li.active {
    border-bottom: solid 3px black; }
    @media all and (min-width: 600px) {
      nav ul li.active {
        border-bottom-width: 6px; } }
    nav ul li.active a {
      color: #d81f27; }

@media all and (min-width: 600px) {
  .main-menu ul li:not(:first-of-type) {
    margin-left: 46px; } }

.main-menu ul a {
  color: black; }

.menu-footer li a {
  font-size: 0.8em; }

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