/*fonts color*/
/*font-size*/
/* 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 */
/*------------------------------------------------------------------------
                                                            Definitions
*/
/*------------------------------------------------------------------------
                                                            Assignments
*/
/*------------------------------------------------------------------------
                                                            site c0lours
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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, .paragraph--type--image-w-link .field--name-field-link a,
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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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; }

/**
 * 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, .paragraph--type--image-text-link .field--name-field-link a,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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, .paragraph--type--image-text-link .field--name-field-link a,
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, .paragraph--type--image-text-link .field--name-field-link a,
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, .paragraph--type--image-text-link .field--name-field-link a,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .paragraph--type--image-text-link .field--name-field-link a::-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, .paragraph--type--image-text-link .field--name-field-link a:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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: "Quicksand", sans-serif;
  color: #646369; }

b, strong {
  font-weight: bold; }

p {
  font-weight: 300;
  line-height: normal; }
  @media all and (min-width: 800px) {
    p {
      line-height: 1.5; } }

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

figcaption, .paragraph--type--image-w-link .field--name-field-link a {
  background: rgba(48, 27, 4, 0.3);
  color: white;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: normal;
  padding: 1.4em 0;
  position: relative;
  display: block;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  font-size: 1.6em;
  font-weight: 500; }
  figcaption:after, .paragraph--type--image-w-link .field--name-field-link a:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: solid 1px white;
    bottom: 0.5em;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out; }

li img {
  display: block; }

/* -----------------------------------------------------------------------------
                                                            Titles
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 1.8em;
  margin-bottom: 0.7em; }
  h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
    display: inline;
    font-size: 1em; }
    h1.inline + *, h2.inline + *, h3.inline + *, h4.inline + *, h5.inline + *, h6.inline + * {
      margin-left: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit; }
    h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:focus, h1 a:active, h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:focus, h2 a:active, h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:focus, h3 a:active, h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:focus, h4 a:active, h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:focus, h5 a:active, h6 a, h6 a:link, h6 a:visited, h6 a:hover, h6 a:focus, h6 a:active {
      color: inherit; }
    h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus, h4 a, h4 a:hover, h4 a:focus, h5 a, h5 a:hover, h5 a:focus, h6 a, h6 a:hover, h6 a:focus {
      text-decoration: none; }
  h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
    margin: 0;
    line-height: inherit; }

h1 {
  line-height: 1;
  font-size: 2.2em;
  text-align: center;
  font-weight: normal; }

h2 {
  line-height: 1.15; }

h3 {
  line-height: 1.3;
  margin: 1.4em 0px 0.6em; }

h4 {
  line-height: 1.38; }

h5 {
  line-height: 1.45; }

h6 {
  line-height: 1.5; }

header h1 ~ p {
  margin-top: -0.8em;
  margin-bottom: 1.6em; }

h1 .prefix,
h1 .suffix {
  font-weight: 200; }

h2 .prefix,
h2 .suffix {
  font-weight: 400; }

/* -----------------------------------------------------------------------------
                                                            Links
*/
a,
[role="link"] {
  font-weight: 600;
  text-decoration: none;
  color: #646369; }
  a:visited,
  [role="link"]:visited {
    color: #646369; }
  a:hover, a:focus,
  [role="link"]:hover,
  [role="link"]:focus {
    color: shade(#646369, 50%); }
  a:active,
  [role="link"]:active {
    /* a link when it is 'clicked' on */
    color: shade(#646369, 30%); }
  a.active, a[aria-selected="true"],
  [role="link"].active,
  [role="link"][aria-selected="true"] {
    /* in Drupal, this is a link that points to the current (active) page */
    font-weight: bold;
    color: inherit; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  cursor: pointer; }

input[checked="checked"] + label {
  font-weight: bold; }

.webform-element--title-inline label:after {
  display: none; }

label,
.webform-element--title-inline label {
  min-width: 8em;
  display: inline-block;
  margin: 0.5em 1em 0.5em 0;
  padding: 0; }

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.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: solid 1px #ccc;
  background: white;
  border-radius: 2px;
  width: 30em; }
  @media all and (max-width: 500px) {
    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"] {
      width: 100%; } }

textarea {
  width: 100%; }

.webform-element--title-inline label {
  vertical-align: top; }

.webform-element--title-inline .form-textarea-wrapper {
  display: inline-block; }

/*------------------------------------------------------------------------
                              Buttons
*/
button, .paragraph--type--image-text-link .field--name-field-link a,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: white;
  display: inline-block;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  background-color: #444444;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  padding: 0.8em 1.1em;
  text-align: center;
  position: relative;
  text-transform: uppercase; }
  button:after, .paragraph--type--image-text-link .field--name-field-link a:after,
  a.button:after,
  input[type="reset"]:after,
  input[type="submit"]:after,
  input[type="button"]:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: solid 1px white;
    bottom: 0.5em;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out; }
  button.large, .paragraph--type--image-text-link .field--name-field-link a,
  a.button.large,
  input[type="reset"].large,
  input[type="submit"].large,
  input[type="button"].large {
    font-size: 1.7em; }
  button:hover:after, .paragraph--type--image-text-link .field--name-field-link a:hover:after, button:focus:after, .paragraph--type--image-text-link .field--name-field-link a:focus:after,
  a.button:hover:after,
  a.button:focus:after,
  input[type="reset"]:hover:after,
  input[type="reset"]:focus:after,
  input[type="submit"]:hover:after,
  input[type="submit"]:focus:after,
  input[type="button"]:hover:after,
  input[type="button"]:focus:after {
    width: 90%; }

span.button.underline {
  border-bottom: solid 1px;
  color: white;
  font-weight: normal;
  padding: 0.3em;
  font-weight: normal;
  font-size: 20px; }
  @media all and (min-width: 800) {
    span.button.underline {
      font-size: 24px; } }

header[role="banner"] > [role="presentation"] {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1250px; }

header .block [role="presentation"] {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

footer[data-primary] > [role="presentation"] {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1250px; }

@media all and (min-width: 500px) {
  .region-footer-second .block > [role="presentation"] {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; } }

main .block > [role="presentation"] {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

main .masonry-grid > [role="presentation"] {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1250px; }

main .full-width > [role="presentation"] {
  max-width: 100%;
  width: 100%;
  padding: 0; }

main .no-margin {
  margin: 0; }

.contact-0 main .block {
  margin: 0; }

/*
  Website   Touchdreams
  Author    Dane Rossenrode
  Creation  April 2013
  Updated   October 2014
*/
/** ----------------------------------------------------------------------------
 *                              CONTENTS
  Header
  Navigation
  Products Menu (in: Navigation)
  Body
  Comments
  Footer
 */
/** ----------------------------------------------------------------------------
 *                              Header
*/
/** ----------------------------------------------------------------------------
 *                              Header
*/
header.with-background-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative; }
  header.with-background-image::after {
    content: "";
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.8));
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  header.with-background-image > * {
    z-index: 2;
    position: relative; }
  @media all and (max-width: 500px) {
    header.with-background-image {
      background-position: center; } }
  header.with-background-image .region.region-headerbottom {
    position: absolute;
    width: 100%;
    bottom: 0; }

header.no-background-image {
  background: #48626F;
  padding-bottom: 2em; }

.contact-0 header.with-background-image {
  height: calc(100vh + 410px); }
  @media all and (max-width: 500px) {
    .contact-0 header.with-background-image {
      height: calc(100vh + 600px); } }

.region.region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #f0f0f0; }
  @media all and (max-width: 500px) {
    .region.region-header {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .region.region-header .block-system-branding-block img {
    width: 125px;
    height: 88px; }
    @media all and (min-width: 500px) {
      .region.region-header .block-system-branding-block img {
        width: 182px;
        height: 129px; } }
  .region.region-header .online {
    padding-top: 1.5em; }
    .region.region-header .online a {
      color: inherit;
      color: white;
      padding: 0.5em; }
    .region.region-header .online .field--name-body {
      text-align: right; }

.mobile.menu {
  display: block;
  font-size: 2em; }
  @media all and (min-width: 500px) {
    .mobile.menu {
      display: none; } }

/** ----------------------------------------------------------------------------
 *                              social media
*/
.online.media {
  text-align: center;
  padding: 1em;
  display: block; }
  @media all and (min-width: 500px) {
    .online.media {
      display: none; } }
  .online.media .fa {
    color: inherit;
    margin: 0 0.5em; }

/** ----------------------------------------------------------------------------
 *                              Main
*/
/** ----------------------------------------------------------------------------
 *                              Footer
*/
footer[data-primary] {
  background: Black;
  color: white;
  font-weight: 500; }
  footer[data-primary] i.fa,
  footer[data-primary] svg[role="img"] {
    padding-right: 0.5em;
    width: 1em; }
  footer[data-primary] a {
    color: white; }
  footer[data-primary] .block-system-branding-block {
    text-align: center; }
  footer[data-primary] .region-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 50%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1.5em; }
    @media all and (min-width: 500px) {
      footer[data-primary] .region-footer {
        max-width: 1500px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    footer[data-primary] .region-footer .block h2 {
      text-align: center;
      height: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media all and (min-width: 500px) {
        footer[data-primary] .region-footer .block h2 {
          height: 150px; } }
      @media all and (min-width: 500px) {
        footer[data-primary] .region-footer .block h2 {
          margin: 0;
          padding-top: 4em;
          text-align: left; } }
  footer[data-primary] .social-ico {
    width: 100%; }
    @media all and (min-width: 500px) {
      footer[data-primary] .social-ico {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 15%;
        flex: 0 1 15%; } }
    @media all and (max-width: 800px) {
      footer[data-primary] .social-ico {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; } }
    footer[data-primary] .social-ico .field--name-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer[data-primary] .social-ico .field--name-body a {
        padding-bottom: 0.5em; }
        footer[data-primary] .social-ico .field--name-body a span:nth-of-type(2) {
          padding-left: 0.5em; }
      footer[data-primary] .social-ico .field--name-body a:first-of-type span:nth-of-type(2) {
        padding-left: 0.2em; }
  footer[data-primary] .social-ico:nth-of-type(1) > div[role="presentation"]:after {
    content: "";
    display: table;
    clear: both; }
  footer[data-primary] .social-ico.media {
    display: none; }
    @media all and (min-width: 500px) {
      footer[data-primary] .social-ico.media {
        display: block; } }
  footer[data-primary] .about-us {
    width: 100%;
    display: block;
    text-align: center; }
    footer[data-primary] .about-us img {
      width: auto;
      margin: 0 auto;
      height: auto; }
      @media all and (min-width: 500px) {
        footer[data-primary] .about-us img {
          height: 150px; } }
    footer[data-primary] .about-us p:first-of-type {
      margin: 0; }
    footer[data-primary] .about-us p:nth-of-type(2) {
      margin-top: 0; }
    @media all and (min-width: 500px) {
      footer[data-primary] .about-us {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%; } }
    @media all and (max-width: 800px) {
      footer[data-primary] .about-us {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%; } }
    footer[data-primary] .about-us .field--name-body {
      position: relative; }
      footer[data-primary] .about-us .field--name-body p {
        padding: 0 5%;
        font-size: 0.85em; }
      footer[data-primary] .about-us .field--name-body:before, footer[data-primary] .about-us .field--name-body:after {
        content: "";
        position: absolute;
        border-right: solid 1px;
        height: 125px;
        display: none;
        top: 9rem; }
        @media all and (min-width: 500px) {
          footer[data-primary] .about-us .field--name-body:before, footer[data-primary] .about-us .field--name-body:after {
            display: block; } }
      footer[data-primary] .about-us .field--name-body:before {
        left: 0; }
      footer[data-primary] .about-us .field--name-body:after {
        right: 0; }
  footer[data-primary] .touchdreams > div[role="presentation"] {
    text-align: center;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (min-width: 500px) {
      footer[data-primary] .touchdreams > div[role="presentation"] {
        padding: 2em; } }

.footer.logo {
  display: block;
  text-align: center; }
  @media all and (min-width: 500px) {
    .footer.logo {
      display: none; } }

.region-footer-second [id="block-newsfeed"] {
  background: #344450;
  padding: 1.5em; }
  .region-footer-second [id="block-newsfeed"] h2 {
    text-align: center;
    font-size: 1em;
    margin-top: 0;
    font-weight: normal; }
    @media all and (min-width: 800px) {
      .region-footer-second [id="block-newsfeed"] h2 {
        font-size: 1.2em; } }
  .region-footer-second [id="block-newsfeed"] form {
    display: block;
    background-color: #ebebeb;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.3em; }
    @media all and (max-width: 500px) {
      .region-footer-second [id="block-newsfeed"] form {
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden; } }
    @media all and (min-width: 500px) {
      .region-footer-second [id="block-newsfeed"] form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media all and (min-width: 800px) {
      .region-footer-second [id="block-newsfeed"] form {
        max-width: 58%; } }
    .region-footer-second [id="block-newsfeed"] form input[type="text"] {
      background: #C2C9CC;
      color: black;
      padding: 0.6em 1em;
      border: none;
      width: 100%; }
      @media all and (max-width: 500px) {
        .region-footer-second [id="block-newsfeed"] form input[type="text"] {
          padding: 1em 1em;
          margin-top: 1em; } }
    .region-footer-second [id="block-newsfeed"] form input[type="submit"] {
      color: #3d566b;
      text-align: center;
      border: none;
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: bold;
      background: inherit;
      padding-top: 0;
      margin-top: 0.2em;
      margin-bottom: 0;
      padding-bottom: 0;
      padding: 0.5em; }
      @media all and (max-width: 500px) {
        .region-footer-second [id="block-newsfeed"] form input[type="submit"] {
          margin-top: 0.4em; } }
    .region-footer-second [id="block-newsfeed"] form div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: white;
      padding-left: 0.5em;
      max-width: 20%;
      margin-left: 0.6em;
      padding-right: 0.5em; }
      @media all and (max-width: 500px) {
        .region-footer-second [id="block-newsfeed"] form div {
          max-width: 50%;
          margin: 1em auto;
          padding: 0.5em; } }
      .region-footer-second [id="block-newsfeed"] form div .material-icons {
        color: #3d566b; }

.region-footer-second [id="block-carducci-touchdreams"] {
  font-size: 0.8em; }
  .region-footer-second [id="block-carducci-touchdreams"] p {
    margin: 0; }

/** ----------------------------------------------------------------------------
 *                              Colours
*/
.gray {
  background: #B6C0C5;
  padding: 2em 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 5em; }
  @media all and (max-width: 800px) {
    .gray {
      margin-top: 2em; } }
  .gray .material-icons {
    color: black; }

/** ----------------------------------------------------------------------------
 *                              headinds (h1)
*/
.page-title {
  text-align: center;
  color: #48626F;
  font-weight: normal;
  font-size: 24px; }
  @media all and (min-width: 500px) {
    .page-title {
      font-size: 34px; } }

.field--name-field-link {
  text-align: center; }

/** ----------------------------------------------------------------------------
 *                             Colletion image
*/
.masonry-grid .view-content > div {
  text-align: center; }
  .masonry-grid .view-content > div h3 {
    border-bottom: solid 8px #48626F;
    display: inline-block;
    padding: 0.5em 1em;
    padding-bottom: 1.5em; }
    .masonry-grid .view-content > div h3 a {
      color: #48626F;
      font-size: 28px;
      font-weight: normal; }

/** ----------------------------------------------------------------------------
 *                              cols-2 ( through the site)
 */
.field--name-field-column,
.paragraph--type--image-text-link,
.cols-2.line {
  display: block; }
  @media all and (min-width: 500px) {
    .field--name-field-column,
    .paragraph--type--image-text-link,
    .cols-2.line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .field--name-field-column > *,
      .paragraph--type--image-text-link > *,
      .cols-2.line > * {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        min-width: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .field--name-field-column > *:not(:first-child),
        .paragraph--type--image-text-link > *:not(:first-child),
        .cols-2.line > *:not(:first-child) {
          margin-left: 60px; } }
      @media all and (min-width: 500px) and (max-width: 800px) {
        .field--name-field-column > *:not(:first-child),
        .paragraph--type--image-text-link > *:not(:first-child),
        .cols-2.line > *:not(:first-child) {
          margin-left: 30px; } }
  .field--name-field-column > *,
  .paragraph--type--image-text-link > *,
  .cols-2.line > * {
    position: relative;
    margin: 50px auto;
    margin-top: 25px; }
    @media all and (min-width: 500px) {
      .field--name-field-column > *,
      .paragraph--type--image-text-link > *,
      .cols-2.line > * {
        margin: 25px auto; } }

.paragraph--type--image-text-link > div:first-of-type,
.cols-2.line > div:first-of-type {
  padding-right: 60px; }
  @media all and (min-width: 500px) {
    .paragraph--type--image-text-link > div:first-of-type,
    .cols-2.line > div:first-of-type {
      border-right: solid 1.5px; } }
  @media all and (max-width: 800px) and (min-width: 500px) {
    .paragraph--type--image-text-link > div:first-of-type,
    .cols-2.line > div:first-of-type {
      padding-right: 30px; } }
  @media all and (max-width: 500px) {
    .paragraph--type--image-text-link > div:first-of-type,
    .cols-2.line > div:first-of-type {
      padding-right: 0; } }

/** ----------------------------------------------------------------------------
 *                              Others
 */
.text-center {
  text-align: center; }

.content-links span {
  font-size: 0.8em; }

.content-links span + span {
  margin-left: 1em; }
  .content-links span + span:before {
    content: "\2022";
    margin-right: 1em; }

.content-links .readmore {
  text-transform: uppercase;
  float: right; }
  .content-links .readmore:after {
    content: "\276D";
    font-size: 1.2em;
    margin-left: 0.7em;
    margin-top: -0.2em;
    display: inline-block;
    vertical-align: middle; }

.background-image, .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.non-list {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.center {
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media all and (max-width: 800px) and (min-width: 500px) {
    .center {
      max-width: 50%; } }

/** ----------------------------------------------------------------------------
 *                              Slick
*/
.slick {
  position: relative; }
  .slick .slick-prev,
  .slick .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
  .slick .slick-slide:first-of-type {
    margin-left: 0; }
  .slick .slick-prev {
    left: -10%; }
  .slick .slick-next {
    right: -10%; }
  .slick .material-icons {
    color: #5c5646; }
    @media all and (min-width: 500px) {
      .slick .material-icons {
        font-size: 2em; } }

button.slick-arrow, .paragraph--type--image-text-link .field--name-field-link a.slick-arrow {
  background: none;
  color: black;
  border: none; }

.item-list li {
  margin: 0 0 0.25em 0.5em; }

/** ----------------------------------------------------------------------------
 *                              Grid (Home gallery)
*/
.grid .grid-item {
  margin-bottom: 30px;
  height: auto;
  width: 100%; }
  @media all and (min-width: 400px) {
    .grid .grid-item {
      width: calc((100% - (2 - 1) * 30px) / 2); } }
  @media all and (min-width: 800px) {
    .grid .grid-item {
      width: calc((100% - (3 - 1) * 30px) / 3); } }
  @media all and (min-width: 1200px) {
    .grid .grid-item {
      width: calc((100% - (4 - 1) * 30px) / 4); } }

@media all and (min-width: 960px) {
  .block-webform .form-actions {
    padding-left: 9.5em; } }

/** ----------------------------------------------------------------------------
 *                              Columns
*/
.field--name-field-sections .large p {
  text-align: center;
  font-size: 34px;
  margin: 0;
  font-weight: normal; }
  @media all and (max-width: 800px) and (min-width: 500px) {
    .field--name-field-sections .large p {
      font-size: 28px; } }
  @media all and (max-width: 500px) {
    .field--name-field-sections .large p {
      font-size: 24px;
      font-family: "Open Sans", sans-serif; } }

@media all and (min-width: 500px) {
  .paragraph--type--image-text-link .field--name-field-description,
  .paragraph--type--image-text-link .field--name-field-description-fmtd {
    min-height: 400px; } }

.paragraph--type--image-text-link .field--name-field-link a {
  margin-top: 2em;
  display: block; }

.paragraph--type--image-w-link {
  position: relative; }
  .paragraph--type--image-w-link .field--name-field-image img {
    display: block; }
  .paragraph--type--image-w-link .field--name-field-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .paragraph--type--image-w-link a.overlay-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .paragraph--type--image-w-link:hover .field--name-field-link a, .paragraph--type--image-w-link:focus .field--name-field-link a {
    background: rgba(48, 27, 4, 0.4); }

.made-measure .field--name-field-sections {
  display: block; }
  @media all and (min-width: 500px) {
    .made-measure .field--name-field-sections {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .made-measure .field--name-field-sections > * {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .made-measure .field--name-field-sections > * {
    margin: 25px auto; }
  .made-measure .field--name-field-sections h2 {
    border-bottom: solid 1px;
    color: #646369;
    margin: 2em auto;
    font-weight: normal; }
    .made-measure .field--name-field-sections h2 .field--name-field-title {
      border-bottom: solid 8px;
      display: inline-block;
      padding-bottom: 1em; }

.made-measure .wide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  .made-measure .wide h2 {
    text-align: center; }
    @media all and (max-width: 500px) {
      .made-measure .wide h2 {
        text-align: left; } }

.made-measure .small:nth-of-type(3n-1) {
  padding-left: 60px; }
  @media all and (max-width: 800px) and (min-width: 500px) {
    .made-measure .small:nth-of-type(3n-1) {
      padding-left: 30px; } }
  @media all and (max-width: 500px) {
    .made-measure .small:nth-of-type(3n-1) {
      padding-left: 0; } }

.made-measure .small:nth-of-type(3n-2) {
  padding-right: 60px;
  border-right: solid 1.5px; }
  @media all and (max-width: 800px) and (min-width: 500px) {
    .made-measure .small:nth-of-type(3n-2) {
      padding-right: 30px; } }
  @media all and (max-width: 500px) {
    .made-measure .small:nth-of-type(3n-2) {
      padding-right: 0;
      border: none; } }

.made-measure h2,
.made-measure .field--name-field-description,
.made-measure .field--name-field-description-fmtd {
  width: 100%;
  margin: 40px auto; }
  @media all and (min-width: 500px) {
    .made-measure h2,
    .made-measure .field--name-field-description,
    .made-measure .field--name-field-description-fmtd {
      max-width: 80%; } }

.made-measure .field--name-field-description,
.made-measure .field--name-field-description-fmtd {
  margin-bottom: 0; }

.made-measure .background-image {
  height: 230px; }
  @media all and (min-width: 500px) {
    .made-measure .background-image {
      height: 333px; } }

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

    Menu
    Tabs
 */
/* -------------------------------------------------------------------------------------------
                                                                Menu
*/
@media all and (max-width: 500px) {
  .region.region-headernav {
    position: relative; } }

nav ul.menu {
  margin: 0 auto; }
  nav ul.menu .menu-item {
    margin: 0.2em auto; }
    nav ul.menu .menu-item a {
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      max-width: 35%;
      padding: 10px 5px;
      padding-left: 0; }
      @media all and (min-width: 800px) {
        nav ul.menu .menu-item a {
          max-width: 25%; } }
      @media all and (max-width: 500px) {
        nav ul.menu .menu-item a {
          max-width: 100%; } }
      @media all and (max-width: 1218px) {
        nav ul.menu .menu-item a {
          font-size: 0.8em; } }
  nav ul.menu a.is-active {
    color: white;
    padding-bottom: 0.2em;
    border-bottom: solid 1px white; }

/** ----------------------------------------------------------------------------
 *                              form
*/
/** ----------------------------------------------------------------------------
 *                              Articles
 */
article[data-type="article"][data-view-mode="full"] {
  text-align: center; }
  article[data-type="article"][data-view-mode="full"] .subtitle {
    font-size: 0.75em; }
  @media all and (min-width: 800px) {
    article[data-type="article"][data-view-mode="full"] .field--name-field-image img {
      margin-top: -350px; } }
  article[data-type="article"][data-view-mode="full"] .field--name-body {
    text-align: left;
    max-width: 700px;
    margin: 0 auto; }
  article[data-type="article"][data-view-mode="full"] h2 {
    margin-bottom: 0.5em;
    font-size: 2.5em; }
  article[data-type="article"][data-view-mode="full"] > a {
    color: #48626F;
    font-weight: 600; }

article[data-type="article"][data-view-mode="teaser"] .node__content .info {
  padding-left: 0; }
  article[data-type="article"][data-view-mode="teaser"] .node__content .info h2 p {
    padding-top: 0.5em; }

/** ----------------------------------------------------------------------------
 *                              Store Locator (Stockists)
 */
.view-store-locator .view-content .table-wrap {
  width: 100%;
  height: 55px;
  overflow: hidden; }
  .view-store-locator .view-content .table-wrap.expand {
    height: auto; }
  .view-store-locator .view-content .table-wrap table {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 3em auto; }
    .view-store-locator .view-content .table-wrap table td {
      padding: 0.5em 2.5em;
      border-right: solid 1.5px #48626F; }
      @media all and (max-width: 500px) {
        .view-store-locator .view-content .table-wrap table td {
          display: block;
          border: none; } }
    .view-store-locator .view-content .table-wrap table td:last-of-type {
      border: none; }
    .view-store-locator .view-content .table-wrap table tr:first-child td {
      padding-top: 0; }
  .view-store-locator .view-content .table-wrap td a {
    color: #333333;
    font-weight: normal; }

.view-store-locator .view-content .caption {
  background: #C8D0D4;
  padding: 1em;
  width: 100%;
  cursor: pointer; }
  .view-store-locator .view-content .caption div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto; }
    @media all and (max-width: 800px) and (min-width: 500px) {
      .view-store-locator .view-content .caption div {
        max-width: 40%; } }
    @media all and (max-width: 500px) {
      .view-store-locator .view-content .caption div {
        max-width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .view-store-locator .view-content .caption a {
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500; }
  .view-store-locator .view-content .caption .material-icons {
    font-weight: bolder;
    color: black; }
  .view-store-locator .view-content .caption .material-icons:first-of-type {
    display: inline-block; }
    .view-store-locator .view-content .caption .material-icons:first-of-type.hidden {
      display: none; }
  .view-store-locator .view-content .caption .material-icons:last-of-type {
    display: none; }
    .view-store-locator .view-content .caption .material-icons:last-of-type.show {
      display: inline-block; }

/** ----------------------------------------------------------------------------
 *                              Store Locator (Stockists)
 */
body.contact .region-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.contact .region-content > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  body.contact .region-content .block > [role="presentation"] {
    padding-left: 8%;
    padding-right: 8%; }
  body.contact .region-content .block-core {
    width: 100%; }
  body.contact .region-content .block-webform,
  body.contact .region-content .block-block-content {
    width: 50%; }

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