/**
 * Theme Name: Theme 4
 * Author: Magicdust
 * Author URI: https://www.magicdust.com.au
 * Description: A WordPress theme from Magicdust.
 * Version: 1.0.8
 * Details URI: https://bitbucket.org/magicdust-development/theme-4/
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 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;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.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;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * 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;
}
/**
 * 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 */
}
/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font: normal normal 16px/1.5 'Raleway', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 1rem 0;
  font-style: normal;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #000000;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.2em;
  line-height: 1;
}
@media (min-width: 960px) {
  h1,
  .h1 {
    font-size: 3.125em;
  }
}
h2,
.h2 {
  font-size: 1.875em;
}
h3,
.h3 {
  font-size: 1.4em;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1em 0;
}
p + h1,
ol + h1,
ul + h1,
dl + h1,
dd + h1,
form + h1,
table + h1,
address + h1,
pre + h1,
p + h2,
ol + h2,
ul + h2,
dl + h2,
dd + h2,
form + h2,
table + h2,
address + h2,
pre + h2,
p + h3,
ol + h3,
ul + h3,
dl + h3,
dd + h3,
form + h3,
table + h3,
address + h3,
pre + h3,
p + h4,
ol + h4,
ul + h4,
dl + h4,
dd + h4,
form + h4,
table + h4,
address + h4,
pre + h4,
p + h5,
ol + h5,
ul + h5,
dl + h5,
dd + h5,
form + h5,
table + h5,
address + h5,
pre + h5,
p + h6,
ol + h6,
ul + h6,
dl + h6,
dd + h6,
form + h6,
table + h6,
address + h6,
pre + h6,
p + .h1,
ol + .h1,
ul + .h1,
dl + .h1,
dd + .h1,
form + .h1,
table + .h1,
address + .h1,
pre + .h1,
p + .h2,
ol + .h2,
ul + .h2,
dl + .h2,
dd + .h2,
form + .h2,
table + .h2,
address + .h2,
pre + .h2,
p + .h3,
ol + .h3,
ul + .h3,
dl + .h3,
dd + .h3,
form + .h3,
table + .h3,
address + .h3,
pre + .h3,
p + .h4,
ol + .h4,
ul + .h4,
dl + .h4,
dd + .h4,
form + .h4,
table + .h4,
address + .h4,
pre + .h4,
p + .h5,
ol + .h5,
ul + .h5,
dl + .h5,
dd + .h5,
form + .h5,
table + .h5,
address + .h5,
pre + .h5,
p + .h6,
ol + .h6,
ul + .h6,
dl + .h6,
dd + .h6,
form + .h6,
table + .h6,
address + .h6,
pre + .h6 {
  margin-top: 2rem;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  -o-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
a:hover {
  color: #000000;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 150ms ease-out;
  -o-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: transparent;
  border-color: currentColor;
  color: inherit;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #000000;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
alignwide,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption,
alignwide.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.gallery {
  margin-left: 0;
  margin-right: 0;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.banner {
  position: relative;
  overflow: hidden;
  background: center center / cover no-repeat;
}
.banner .container:before {
  content: '';
  display: block;
  padding-bottom: 40%;
}
.banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  min-width: 5em;
  max-width: calc(100% - 2em);
  padding: 0.5em;
  border: 3px solid currentColor;
  font-style: normal;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  background: rgba(34, 34, 35, 0.75);
  color: #ffffff;
}
.bordered-box {
  position: relative;
  width: 100%;
  padding: 2em 1em 1em 1em;
  border: 4px solid currentColor;
  text-align: center;
  background: rgba(34, 34, 35, 0.75);
  color: #ffffff;
}
.bordered-box a:not(:hover),
.bordered-box h1,
.bordered-box h2,
.bordered-box h3,
.bordered-box h4,
.bordered-box h5,
.bordered-box h6,
.bordered-box .h1,
.bordered-box .h2,
.bordered-box .h3,
.bordered-box .h4,
.bordered-box .h5,
.bordered-box .h6 {
  color: inherit;
}
@media (min-width: 680px) {
  .bordered-box {
    padding: 4em 2em 3em 2em;
  }
}
@media (min-width: 680px) {
  .call-to-action__header {
    margin-bottom: 2em;
  }
}
.call-to-action__description {
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 680px) {
  .call-to-action__description {
    margin-bottom: 2em;
  }
}
.carousel .owl-dots {
  margin-top: 1em;
  line-height: 0;
  text-align: center;
}
.carousel .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 0.75em;
  height: 0.75em;
  margin: 0.25em 0.25em 0 0.25em;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.carousel .owl-dot.active {
  background: currentColor;
}
.carousel .owl-stage {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel--testimonials .owl-stage,
.carousel--testimonials .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clickable-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 680px) {
  .clickable-panel:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.clickable-panel__image,
.clickable-panel__contents {
  width: 100%;
  min-height: 50vw;
}
@media (min-width: 680px) {
  .clickable-panel__image,
  .clickable-panel__contents {
    width: 50%;
    min-height: 30vw;
  }
}
.clickable-panel__image {
  position: relative;
  background: center center / cover no-repeat;
}
.clickable-panel__image img {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clickable-panel__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 1em 1em 1em;
}
@media (min-width: 680px) {
  .clickable-panel__contents {
    padding: 3em 2em 2em 2em;
  }
}
.clickable-panel__title {
  font-style: normal;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .clickable-panel__title {
    margin-bottom: 2rem;
  }
}
.clickable-panel__subtitle {
  font-weight: bolder;
  text-transform: uppercase;
}
.clickable-panel__description {
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .clickable-panel__description {
    margin-bottom: 1em;
  }
}
.clickable-panel__description abbr {
  text-decoration: none;
}
.entry {
  margin-bottom: 2em;
  text-align: center;
}
.entry__image {
  display: block;
  width: 100%;
}
.entry__details {
  overflow: hidden;
  padding: 1em 1em 0 1em;
}
.entry--detailed .entry__details {
  padding: 2em;
  border: 3px solid currentColor;
}
.entry--detailed .entry__header {
  margin-bottom: 2em;
}
.entry__title {
  word-wrap: break-word;
}
.entry__title a:not(:hover) {
  color: inherit;
}
.entry__summary {
  overflow: hidden;
  margin-bottom: 2em;
  height: 6em;
}
.entry--detailed .entry__summary {
  height: auto;
}
.footer {
  padding-top: 4em;
  padding-bottom: 2em;
  background: #222223;
  color: #ffffff;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer a,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: inherit;
}
.footer__fine-print {
  font-size: 0.875em;
  text-align: center;
}
@media (min-width: 680px) {
  .footer__fine-print {
    float: left;
    width: 50%;
    text-align: left;
  }
  .footer__fine-print--credit {
    text-align: right;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--centre {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -7.5px;
}
.grid--large-gutters {
  margin: 0 -30px;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 15px;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 7.5px;
}
.grid--large-gutters > .grid__column {
  padding: 0 30px;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}
.header__masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2em;
  padding-bottom: 2em;
}
.header__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 1em;
  white-space: nowrap;
}
.hero {
  text-align: center;
}
@media (min-width: 680px) {
  .hero__title,
  .hero__subtitle {
    margin-bottom: 2rem;
  }
}
.hero__subtitle {
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
}
.instagram #sbi_load {
  display: none;
}
.logo {
  max-width: 60%;
}
.logo img {
  display: block;
}
.magicdust-button {
  display: inline-block;
  vertical-align: top;
  padding: 1em 2.625em;
  border: 3px solid currentColor;
  font-style: normal;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.magicdust-button:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.bordered-box .magicdust-button {
  border-color: #ffffff;
  color: #ffffff;
}
.bordered-box .magicdust-button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #222223;
}
.module--text .magicdust-button:only-child {
  margin-top: 1em;
}
@media (min-width: 680px) {
  .module--text .magicdust-button:only-child {
    margin-top: 2em;
  }
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main__header {
  margin-top: 3em;
  margin-bottom: 2em;
}
.error404 .main__header {
  text-align: center;
}
.main__title {
  word-wrap: break-word;
}
.main__content {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 680px) {
  .main__content {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
.error404 .main__content {
  text-align: center;
}
.map {
  position: relative;
  background: #222223 center center / cover no-repeat;
}
.map,
.map a,
.map h1,
.map h2,
.map h3,
.map h4,
.map h5,
.map h6,
.map .h1,
.map .h2,
.map .h3,
.map .h4,
.map .h5,
.map .h6 {
  color: #FFF;
}
.map__overlay {
  padding-top: 3em;
  background: rgba(34, 34, 35, 0.8);
}
@media (min-width: 680px) {
  .map__overlay {
    padding-top: 4em;
    padding-bottom: 3em;
  }
}
.map__title {
  margin-bottom: 2rem;
}
.map__content {
  text-align: center;
}
.map__content abbr {
  text-decoration: none;
}
.map__map {
  position: relative;
  margin-top: 2em;
  margin-right: -1em;
  margin-left: -1em;
}
.map__map:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
@media (min-width: 680px) {
  .map__map {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0;
  }
  .map__map:before {
    content: none;
  }
}
.map__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.meta {
  margin-bottom: 0.5em;
  text-align: right;
  font-weight: bold;
}
.meta a:not(:hover) {
  color: inherit;
}
.sidebar .menu__item > a:before,
.footer .menu__item > a:before {
  content: '//';
  margin-right: 0.5em;
}
.module {
  padding: 3em 0 2em;
  background: center center / cover no-repeat;
}
@media (min-width: 680px) {
  .module {
    padding: 5em 0 4em;
  }
}
.module:nth-child(odd) {
  background-color: #f7f7f7;
}
.module:nth-child(odd) + .module--gallery {
  background-color: #f7f7f7;
}
.module:nth-child(even) + .module--gallery {
  background-color: #ffffff;
}
.module__header {
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 680px) {
  .module__header {
    margin-bottom: 3em;
  }
}
.module__title {
  font-style: normal;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.module--panels,
.module--map,
.module--image,
.module--gallery,
.module--team-member {
  padding: 0;
}
.module--map .grid {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vw;
}
@media (min-width: 680px) {
  .module--map .grid {
    min-height: 30vw;
  }
}
.module--services,
.module--team,
.module--latest-posts {
  padding-bottom: 1em;
}
@media (min-width: 680px) {
  .module--services,
  .module--team,
  .module--latest-posts {
    padding-bottom: 3em;
  }
}
.module--text {
  text-align: center;
}
.module--with-background {
  padding: 0;
  background: center center / cover no-repeat;
}
.module--with-background .container {
  max-width: 764px;
}
.module--with-background .container:before,
.module--with-background .container:after {
  content: '';
  display: block;
  padding-bottom: 1em;
}
@media (min-width: 680px) {
  .module--with-background .container:before,
  .module--with-background .container:after {
    padding-bottom: 8%;
  }
}
.module--with-background h1,
.module--with-background .h1 {
  font-size: 2.5em;
}
.module--with-background.module--hero .container:before,
.module--with-background.module--hero .container:after {
  padding-bottom: 1em;
}
@media (min-width: 680px) {
  .module--with-background.module--hero .container:before,
  .module--with-background.module--hero .container:after {
    padding-bottom: 13%;
  }
}
.module--with-background.module--with-background--no-content.module--hero .container:before,
.module--with-background.module--with-background--no-content.module--hero .container:after {
  padding-bottom: 10em;
}
@media (min-width: 680px) {
  .module--with-background.module--with-background--no-content.module--hero .container:before,
  .module--with-background.module--with-background--no-content.module--hero .container:after {
    padding-bottom: 30%;
  }
}
.module--product-categories {
  padding: 0;
}
.module--products-tabs {
  overflow: hidden;
  padding-bottom: 0;
}
.module--team .grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.module--team .grid__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-template-team .module--team {
  background: transparent !important;
}
.module--text .container {
  max-width: 800px;
}
.module--image img {
  display: block;
  width: 100%;
}
.navbar {
  display: none;
  padding-bottom: 2em;
  font-style: normal;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  position: relative;
  display: block;
  margin: 1rem 0;
}
.navbar__item > a {
  display: block;
  color: inherit;
}
.navbar__item.navbar__item--level-0 > a:hover,
.navbar__item.navbar__item--level-0.is-current > a {
  color: #000000;
}
.navbar__item.has-dropdown > a:after {
  content: '\f431';
  position: absolute;
  right: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  font-family: 'genericons';
  text-align: center;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.navbar__item.is-open > a:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.navbar__item--level-0 > a:before {
  content: '//';
  margin-right: 0.5em;
}
.navbar__item--separator {
  display: none;
  line-height: 1;
}
.navbar__item--separator:before {
  content: '//';
}
@media (min-width: 960px) {
  .navbar {
    display: block !important;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar__item {
    margin: 0;
  }
  .navbar__item--level-0 {
    float: left;
    text-align: center;
  }
  .navbar__item--level-0 > a {
    padding: 0;
    line-height: 1;
  }
  .navbar__item--level-0 > a:before {
    content: none;
  }
  .navbar__item--level-0.has-dropdown > a:after {
    position: static;
  }
  .navbar__item--separator {
    display: block;
    float: left;
  }
  .navbar__item--separator:last-child {
    display: none;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
  text-transform: none;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown__item a {
  font-size: 0.85em;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    min-width: 16em;
    padding: 0 0 0 5px !important;
    text-align: left;
    white-space: nowrap;
    -webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 5px 0 0 0 !important;
  }
  .navbar-dropdown__item {
    display: block;
    margin: 0;
  }
  .navbar-dropdown__item a {
    display: block;
    padding: 1em 1.3em;
    background: #2f2d2e;
    color: #ffffff;
  }
  .navbar-dropdown__item a:hover:hover,
  .navbar-dropdown__item.is-current > a {
    background: #222121;
    color: #ffffff;
  }
  .navbar-dropdown__item.has-dropdown > a:after {
    content: '\f431';
    position: absolute;
    right: 1rem;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    font-family: 'genericons';
    text-align: center;
    -webkit-transition: -webkit-transform 150ms ease-out;
    transition: -webkit-transform 150ms ease-out;
    -o-transition: transform 150ms ease-out;
    transition: transform 150ms ease-out;
    transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
  }
  .navbar-dropdown__item.is-open > a:after {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
  .navbar-dropdown__item:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #2f2d2e transparent transparent;
  }
  .navbar-dropdown--level-0 > .navbar-dropdown__item:first-child > a:before {
    right: 50%;
    bottom: 100%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    border-color: transparent transparent #2f2d2e transparent;
  }
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em 0.75em;
}
.pagination > span {
  opacity: 0.5;
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.pane {
  position: relative;
}
.pane__link {
  display: block;
}
.pane__image {
  position: relative;
  background: center center / cover no-repeat;
}
.pane__image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.pane__image img {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.pane__label {
  position: absolute;
  bottom: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 8.5em;
  max-width: calc(100% - 1em);
  padding: 0.5em;
  border: 3px solid currentColor;
  font-style: normal;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 1.1em;
  text-align: center;
  background: rgba(34, 34, 35, 0.75);
  color: #ffffff;
}
@media (min-width: 480px) and (max-width: 680px) {
  .pane__label {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .pane__label {
    font-size: 1.4em;
  }
}
.pane__link:hover .pane__label {
  background: #ffffff;
  border-color: #ffffff;
  color: #222223;
}
.partner-logo {
  padding: 0 0.5em;
}
.partner-logo__link {
  display: block;
}
.partner-logo__logo {
  display: block;
  margin: 0 auto;
}
.post__header {
  text-align: center;
}
.post__image,
.post__header {
  margin-bottom: 2em;
}
@media (min-width: 680px) {
  .post__image,
  .post__header {
    margin-bottom: 3em;
  }
}
@media (min-width: 680px) {
  .post__content p,
  .post__content ul,
  .post__content ol,
  .post__content dl {
    margin-right: 3em;
    margin-left: 3em;
  }
  .post__content .alignwide {
    max-width: none;
    width: calc(100% + 6em);
    margin-right: -3em;
    margin-left: -3em;
  }
}
.phone-number {
  font-size: 2em;
  line-height: 1;
  color: inherit;
}
@media (min-width: 680px) {
  .phone-number {
    font-size: 1.5625em;
  }
}
.phone-number:before {
  content: '\f50c';
  vertical-align: top;
  font-weight: normal;
  font-family: 'Genericons';
}
@media (min-width: 680px) {
  .phone-number:before {
    content: '';
  }
}
.phone-number__label {
  display: none;
  font-weight: bold;
}
@media (min-width: 680px) {
  .phone-number__label {
    display: inline;
  }
}
.quotes .icon {
  position: absolute;
  display: block;
  width: 2.5em;
  height: 2.5em;
  fill: currentColor;
}
@media (min-width: 680px) {
  .quotes .icon {
    width: 3.5em;
    height: 3.5em;
  }
}
.bordered-box .quotes .icon {
  width: 3em;
  height: 3em;
}
@media (min-width: 680px) {
  .bordered-box .quotes .icon {
    width: 4.5em;
    height: 4.5em;
  }
}
.quotes .icon--icon-theme4--lquote {
  top: 0;
  left: 0;
  -webkit-transform: translate(25%, -45%);
      -ms-transform: translate(25%, -45%);
          transform: translate(25%, -45%);
}
@media (min-width: 680px) {
  .quotes .icon--icon-theme4--lquote {
    -webkit-transform: translate(50%, -45%);
        -ms-transform: translate(50%, -45%);
            transform: translate(50%, -45%);
  }
}
.quotes .icon--icon-theme4--rquote {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-25%, 45%);
      -ms-transform: translate(-25%, 45%);
          transform: translate(-25%, 45%);
}
@media (min-width: 680px) {
  .quotes .icon--icon-theme4--rquote {
    -webkit-transform: translate(-50%, 45%);
        -ms-transform: translate(-50%, 45%);
            transform: translate(-50%, 45%);
  }
}
.search-form {
  position: relative;
  padding-right: 2.5em;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.toolbar .search-form {
  margin-bottom: 0;
}
.toolbar__tools .search-form {
  display: none;
  margin-left: 0.5em;
  padding-right: 0;
  padding-left: 2em;
}
@media (min-width: 680px) {
  .toolbar__tools .search-form {
    display: block;
  }
}
.search-form__input {
  width: 100%;
}
.toolbar__tools .search-form__input {
  height: 2em;
}
.search-form__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0;
  width: 2.5rem;
  font-size: 2em;
  text-align: right;
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.toolbar__tools .search-form__button {
  right: 0;
  left: 0;
  width: 2rem;
  font-size: 1.6em;
  text-align: left;
}
.search-form__button:before {
  content: '\f400';
  font-family: 'Genericons';
  vertical-align: text-top;
}
.service {
  margin-bottom: 2em;
  text-align: center;
}
.service__icon {
  position: relative;
  display: block;
  width: 3.375em;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
}
.service__icon:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.service__icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (min-width: 680px) {
  .service--detailed .service__header {
    margin-bottom: 2em;
  }
}
.service--detailed {
  padding-bottom: 1em;
  border-bottom: 4px solid currentColor;
}
@media (min-width: 680px) {
  .service--detailed {
    margin-bottom: 3em;
    padding-bottom: 2em;
  }
}
.sidebar {
  margin-bottom: 2em;
}
@media (min-width: 680px) {
  .sidebar {
    margin-bottom: 4em;
  }
}
@media (min-width: 960px) {
  .sidebar {
    margin-top: 4em;
  }
}
.social-menu {
  padding: 0;
  list-style: none;
}
.toolbar .social-menu {
  margin: 0;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item a:before {
  content: '\f415';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  border-radius: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1em;
  font-family: 'social-logos';
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  speak: none;
}
.social-menu-item a[href*="amazon"]:before {
  content: '\f600';
}
.social-menu-item a[href*="eventbrite"]:before {
  content: '\f603';
}
.social-menu-item a[href*="facebook"]:before {
  content: '\f203';
}
.social-menu-item a[href*="feed"]:before {
  content: '\f413';
}
.social-menu-item a[href*="flickr"]:before {
  content: '\f211';
}
.social-menu-item a[href*="instagram"]:before {
  content: '\f215';
}
.social-menu-item a[href*="linkedin"]:before {
  content: '\f207';
}
.social-menu-item a[href*="plus.google"]:before {
  content: '\f218';
}
.social-menu-item a[href*="pinterest"]:before {
  content: '\f209';
}
.social-menu-item a[href*="reddit"]:before {
  content: '\f222';
}
.social-menu-item a[href*="skype"]:before {
  content: '\f220';
}
.social-menu-item a[href*="tumblr"]:before {
  content: '\f214';
}
.social-menu-item a[href*="twitch"]:before {
  content: '\f516';
}
.social-menu-item a[href*="twitter"]:before {
  content: '\f202';
}
.social-menu-item a[href*="vimeo"]:before {
  content: '\f212';
}
.social-menu-item a[href*="wordpress"]:before {
  content: '\f205';
}
.social-menu-item a[href*="youtube"]:before {
  content: '\f213';
}
.social-menu-item a[href*="mailto:"]:before {
  content: '\f410';
  font-family: 'Genericons';
}
.social-menu-item a[href*="tel:"]:before {
  content: '\f50c';
  font-family: 'Genericons';
}
.tabs {
  overflow: hidden;
  clear: both;
  margin-bottom: 2em;
  border-bottom: 3px solid currentColor;
}
@media (min-width: 960px) {
  .tabs {
    border-bottom: none;
  }
}
.tabs__tablist {
  display: none;
  margin: 0 -0.5em;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tabs__tablist li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.tabs__tab {
  display: block;
  margin: 0;
  font-size: 1em;
  text-align: center;
  color: inherit;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__tab a {
  position: relative;
  display: block;
  padding: 1rem 0;
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: currentColor;
  font-style: normal;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.tabs__tablist .tabs__tab a {
  opacity: 0.5;
}
.tabs__tab a,
.tabs__tab a:hover {
  color: inherit;
}
.tabs__tablist .tabs__tab a[aria-selected="true"] {
  opacity: 1;
}
.tabs__tab a[aria-selected="true"]:before,
.tabs__tab a[aria-selected="true"]:after {
  content: '';
  position: absolute;
  top: 100%;
  display: block;
  width: 9999px;
  border-bottom: 3px solid currentColor;
}
.tabs__tab a[aria-selected="true"]:before {
  right: 100%;
}
.tabs__tab a[aria-selected="true"]:after {
  left: 100%;
}
[aria-selected="true"] .tabs__tab-label {
  color: #000000;
}
.tabs__panel {
  overflow: hidden;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
  border-width: 0 3px;
  border-style: solid;
  border-color: currentColor;
}
@media (min-width: 960px) {
  .tabs__panel {
    padding-right: 0;
    padding-left: 0;
    border-width: 0;
  }
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.team-member {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
.team-member__image {
  display: block;
  width: 100%;
  margin: 0 auto 1em auto;
}
.team-member__details {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 1em 1em 1.5em 1em;
  border: 3px solid currentColor;
}
.team-member__name {
  margin-bottom: 0.5rem;
}
.team-member__position {
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: bolder;
}
.module--team-member .team-member__name {
  margin-bottom: 0.4em;
}
.module--team-member .team-member__position {
  margin-bottom: 2em;
}
.terms {
  margin-top: 2em;
}
.terms__list:before {
  display: inline-block;
  font-family: 'Genericons';
  vertical-align: top;
}
.terms__list--categories:before {
  content: '\f301';
}
.terms__list--tags:before {
  content: '\f302';
}
.testimonial {
  position: relative;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 2em 1em;
  border: 4px solid currentColor;
  text-align: center;
}
.testimonial cite {
  font-style: normal;
}
@media (min-width: 680px) {
  .testimonial {
    margin-bottom: 4em;
    padding: 3em 1em;
  }
}
.widget .testimonial {
  margin: 0;
}
.testimonial__title {
  margin: 0;
  font-weight: bolder;
}
.testimonial__title:before {
  content: '//';
  margin-right: 0.5em;
}
.testimonial__quote {
  max-width: 42em;
  margin-right: auto;
  margin-left: auto;
}
.testimonial--module .testimonial__quote {
  max-width: 12em;
  font-size: 1.4em;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media (min-width: 680px) {
  .testimonial--module .testimonial__quote {
    font-size: 2.2em;
    margin-bottom: 2rem;
  }
}
@media (min-width: 960px) {
  .testimonial--module .testimonial__quote {
    font-size: 2.125em;
  }
}
.testimonial--module .testimonial__quote p {
  margin-bottom: 1rem;
}
.testimonial--module {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.toggle {
  display: block;
  width: 2em;
  height: 2em;
  margin-left: 1em;
  padding: 0;
  text-transform: uppercase;
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.toggle:before {
  content: '\f419';
  display: inline-block;
  vertical-align: top;
  font-size: 1.8em;
  line-height: 1;
  font-family: 'genericons';
}
.toggle[aria-expanded="true"]:before {
  content: '\f406';
}
.no-js .toggle {
  display: none;
}
@media (min-width: 960px) {
  .toggle {
    display: none;
  }
}
.toolbar {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.toolbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.toolbar__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toolbar__search {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: none;
  width: 100%;
  padding-top: 0.5em;
}
@media (min-width: 680px) {
  .toolbar__search {
    display: none !important;
  }
}
.no-js .toolbar__search,
.toolbar__search.is-open {
  display: block;
}
.tool {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.125em;
  height: 1.125em;
  margin: 0 0 0 1em;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
  color: inherit;
}
@media (min-width: 680px) {
  .tool {
    margin: 0 0 0 1em;
  }
}
.tool .icon {
  display: block;
  width: 1.125em;
  height: 1.125em;
  fill: currentColor;
}
.tool--search:before {
  content: '\f400';
  font-size: 1.125em;
  line-height: 1;
  font-family: 'genericons';
}
.tool--search[aria-expanded="true"]:before {
  content: '\f406';
}
@media (min-width: 680px) {
  .tool--search {
    display: none;
  }
}
.video .grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.video .grid__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video__description {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em 1em 0 1em;
  border: 4px solid currentColor;
  text-align: center;
  background: rgba(34, 34, 35, 0.75);
  color: #ffffff;
}
.video__description a:not(:hover),
.video__description h1,
.video__description h2,
.video__description h3,
.video__description h4,
.video__description h5,
.video__description h6,
.video__description .h1,
.video__description .h2,
.video__description .h3,
.video__description .h4,
.video__description .h5,
.video__description .h6 {
  color: inherit;
}
.video__video {
  width: 100%;
  margin-bottom: 1em;
  border: 4px solid #ffffff;
}
@media (min-width: 960px) {
  .video__video {
    margin-bottom: 0;
  }
}
.video__video .fluid-width-video-wrapper {
  margin: 0;
}
.widget {
  margin-bottom: 2em;
}
@media (min-width: 680px) {
  .widget {
    margin-bottom: 3em;
  }
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.widget__header {
  margin-bottom: 1em;
}
.widget__title {
  margin: 0;
  font-size: 1.4em;
}
.widget_magicdust_testimonial .testimonial-quote {
  font-style: italic;
  text-align: center;
}
.sidebar .widget_magicdust_button {
  overflow: hidden;
  padding: 1em 1em 0 1em;
  border: 2px solid #000000;
  border-radius: 3px;
}
.helper {
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:after {
  content: '\f458';
  display: inline-block;
  padding-left: 0.5em;
  vertical-align: middle;
  font-family: 'Genericons';
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
.fluid-width-video-wrapper {
  margin-bottom: 1em;
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
.nf-form-wrap .submit-wrap {
  text-align: center;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link,
.woocommerce .products .product-category a {
  color: inherit;
}
.module .woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-style: normal;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: inherit;
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #000000;
}
.woocommerce ul.product-categories ul.children {
  list-style: circle;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: inherit;
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border: 1px solid #FFF;
  border-radius: 3px;
  font-style: normal;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 200;
  text-transform: uppercase;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #EBE9EB;
  color: #222222;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d3ced3;
  color: #222222;
}
.module .woocommerce.woocommerce #respond input#submit,
.module .woocommerce.woocommerce a.button,
.module .woocommerce.woocommerce button.button,
.module .woocommerce.woocommerce input.button {
  display: none;
}
.woocommerce.woocommerce ul.products li.product .button,
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce ul.products li.product .button[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce ul.products li.product .button[disabled]:hover,
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  background-color: #000000;
  color: #FFF;
}
.woocommerce.woocommerce ul.products li.product .button:hover,
.woocommerce.woocommerce #respond input#submit.alt:hover,
.woocommerce.woocommerce a.button.alt:hover,
.woocommerce.woocommerce button.button.alt:hover,
.woocommerce.woocommerce input.button.alt:hover {
  background-color: #000000;
  color: #FFF;
}