/**
 Theme Name: Cascade
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! 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 */
  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 {
  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 {
  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"] {
  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 {
  box-sizing: border-box;
}
html {
  font: normal normal 16px/1.5 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  background: #FFF;
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 1rem 0;
  font-weight: 300;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  color: #3da7b7;
}
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: 2em;
}
h2,
.h2 {
  font-size: 1.6em;
}
h3,
.h3 {
  font-size: 1.2em;
}
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 {
  text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #999999;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
a:hover {
  color: #ff485b;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #999999;
  color: #000;
}
::selection {
  background: #999999;
  color: #000;
}
/* 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: 1px;
  border-style: solid;
  border-radius: 0;
  transition: 150ms ease-out;
  background: #F8F8F8;
  border-color: #CCC;
  color: #000;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #999999;
  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 {
  -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,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.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.25em / 2);
  margin-right: -(0.25em / 2);
}
.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 0.125em 0.25em 0.125em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  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-metadata {
  color: rgba(153, 153, 153, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.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;
}
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -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--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -7.5px;
}
.grid--large-gutters {
  margin: 0 -30px;
}
.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: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-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;
  }
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tool:before {
  content: '';
  font-family: 'Genericons';
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
}
.tool--account:before {
  content: '\f304';
}
.tool--cart:before {
  content: '\f447';
}
.tool__label {
  display: none;
}
@media (min-width: 480px) {
  .tool__label {
    display: inline-block;
  }
}
.toggle {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}
.toggle:before {
  content: '\f431';
  display: inline-block;
  vertical-align: top;
  font-size: 1.25em;
  font-family: 'genericons';
  transition: transform 150ms ease-out;
  transition-origin: center center;
}
.toggle[aria-expanded="true"]:before {
  transform: rotateX(180deg);
}
.no-js .toggle {
  display: none;
}
@media (min-width: 960px) {
  .toggle {
    display: none;
  }
}
.navbar {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #ffffff;
}
@media (min-width: 960px) {
  .navbar {
    background: transparent;
  }
}
.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-top: 0;
  margin-bottom: 0;
}
.navbar__item > a {
  display: block;
  color: #3da7b7;
  padding: .5rem 1rem;
}
.navbar__item > a:hover,
.navbar__item.is-current > a {
  background: #3da7b7;
  color: #ffffff;
}
@media (min-width: 960px) {
  .navbar {
    display: block !important;
  }
  .navbar__list {
    display: inline-block;
    vertical-align: top;
  }
  .navbar__item {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .navbar__item--level-0 {
    float: left;
  }
  .navbar__item--level-0.has-children > a:after {
    content: '\00a0\f431';
    vertical-align: top;
    font-family: 'genericons';
  }
}
@media (min-width: 960px) {
  .navbar-dropdown {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    min-width: 16em;
    padding: 0 0 0 5px;
    text-align: left;
    white-space: nowrap;
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 200ms ease-out;
  }
  .is-focused > .navbar-dropdown,
  :hover > .navbar-dropdown {
    clip: auto;
    opacity: 1;
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding: 5px 0 0 0;
  }
  .navbar-dropdown__item {
    display: block;
    margin: 0;
  }
  .navbar-dropdown__item a {
    display: block;
    padding: 1em 1.3em;
    font-size: 0.8em;
    background: #2f2d2e;
    color: #FFF;
  }
  .navbar-dropdown__item.focus > a,
  .navbar-dropdown__item a:hover,
  .navbar-dropdown__item.is-current > a {
    background: #222121;
    color: #FFF;
  }
  .navbar-dropdown__item.has-children > a:after {
    content: '\f431';
    position: absolute;
    right: 1em;
    transform: rotateZ(-90deg);
    font-family: 'genericons';
  }
  .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%;
    -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%;
    -ms-transform: translateX(50%);
        transform: translateX(50%);
    border-color: transparent transparent #2f2d2e transparent;
  }
  .navbar-dropdown__item:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.entry {
  margin-bottom: 2em;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
}
.entry__header {
  margin-bottom: 1em;
}
.entry__title {
  word-wrap: break-word;
}
.entry__title a:not(:hover) {
  color: inherit;
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.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';
}
.search-form {
  position: relative;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
}
.search-form__input::-webkit-input-placeholder {
  text-align: center;
}
.search-form__input:-ms-input-placeholder {
  text-align: center;
}
.search-form__input::placeholder {
  text-align: center;
}
.search-form__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0 0.5em;
  font-size: 1.25em;
  background: transparent;
  border-color: transparent;
  color: #000;
}
.search-form__button:before {
  content: '\f400';
  font-family: 'Genericons';
  vertical-align: text-top;
}
.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 {
  color: rgba(153, 153, 153, 0.5);
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.widget__header {
  margin-bottom: 1em;
}
.widget__title {
  margin: 0;
  font-size: 1em;
}
.footer__logos .widget_black_studio_tinymce {
  margin: 0;
}
.widget_black_studio_tinymce .slideshow-footer-logos .gallery .owl-item .gallery-item {
  padding: 0;
}
.widget_black_studio_tinymce .slideshow-footer-logos .gallery .owl-item .gallery-item .gallery-icon {
  height: 120px;
  width: 120px;
  margin: auto;
  position: relative;
}
@media (min-width: 680px) {
  .widget_black_studio_tinymce .slideshow-footer-logos .gallery .owl-item .gallery-item .gallery-icon {
    height: 135px;
    width: 135px;
  }
}
.widget_black_studio_tinymce .slideshow-footer-logos .gallery .owl-item .gallery-item .gallery-icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.social-menu {
  padding: 0;
  list-style: none;
}
.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;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1em;
  font-family: 'social-logos';
  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';
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.module__header {
  margin-bottom: 1.5em;
  text-align: center;
}
.module--text {
  padding: 1rem 0;
}
@media (min-width: 680px) {
  .module--text {
    padding: 2rem 0;
  }
}
.module--text .module__header {
  margin-bottom: 2rem;
}
@media (min-width: 680px) {
  .module--text .module__header {
    margin-bottom: 2.5rem;
  }
}
.module--text .module__header .module__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ff485b;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 680px) {
  .module--text .module__header .module__title {
    font-size: 31px;
  }
}
.module--text .module__content {
  color: #000000;
  padding-bottom: 2rem;
  border-bottom: 2px solid #3da7b7;
}
.module--button {
  text-align: center;
  padding: 2rem 0;
}
.module--button .module__button {
  diplay: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ff485b;
  border: 2px solid #ff485b;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  padding: .2rem 1.5rem;
  margin-top: 1rem;
}
.module--button .module__button:hover {
  color: #999;
  border: 2px solid #999;
}
.header {
  overflow: hidden;
}
.header__logo {
  display: block;
  margin: 1.5rem auto;
}
@media (min-width: 680px) {
  .header__logo {
    margin: 2rem auto 2rem 0;
  }
}
.head-wrap {
  padding: 0 1rem;
}
@media (min-width: 680px) {
  .head-wrap {
    padding: 0 2rem;
  }
}
.navigation {
  position: relative;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  background: rgba(61, 167, 183, 0.7);
  letter-spacing: 1px;
}
@media (min-width: 680px) {
  .navigation {
    margin-top: 2rem;
    font-size: 17.8px;
  }
}
@media (min-width: 960px) {
  .navigation {
    text-align: right;
    background: transparent;
    margin-top: 1.5rem;
  }
}
.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: 4em;
  margin-bottom: 2em;
}
.error404 .main__header,
.page-template-template-no-sidebar .main__header {
  text-align: center;
}
.main__title {
  word-wrap: break-word;
}
.main__content {
  margin-bottom: 4em;
  line-height: 1.8rem;
}
.error404 .main__content {
  text-align: center;
}
.home .banner {
  display: none;
}
.home .excerpt-wrap {
  display: none;
}
.excerpt-wrap {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  color: #ff485b;
}
@media (min-width: 680px) {
  .excerpt-wrap {
    font-size: 31px;
  }
}
.excerpt-wrap p {
  margin: 0;
}
.home .banner {
  display: none;
}
.banner {
  background-size: cover !important;
  background-position: center top !important;
  margin-bottom: 3rem;
}
.banner .banner-trans {
  background: rgba(61, 168, 183, 0.8);
  padding: 2rem 0;
}
@media (min-width: 680px) {
  .banner .banner-trans {
    padding: 3rem 0;
  }
}
.banner .banner-trans .main__header {
  margin: 0;
  text-align: center;
}
.banner .banner-trans .main__header .main__title {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 680px) {
  .banner .banner-trans .main__header .main__title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .banner .banner-trans .main__header .main__title {
    font-size: 70px;
  }
}
.sidebar {
  margin-bottom: 4em;
}
.sidebar .widget__header .widget__title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer {
  padding: 3.5rem 0 2rem 0;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 960px) {
  .footer {
    text-align: left;
  }
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer .widget__header {
  margin-bottom: 1.5rem;
}
.footer .widget__header .widget__title {
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .menu-footer-menu-container ul li a {
  color: #ffffff;
}
.footer .menu-footer-menu-container ul li a:hover {
  color: #ff485b;
}
.footer .menu-footer-menu-container ul .is-current a {
  color: #ff485b;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #ff485b;
}
.footer .social-menu li {
  background: #ffffff;
  border-radius: 50%;
  margin-right: 3px;
}
.footer .social-menu li a {
  color: #000000;
}
.footer .social-menu li a::before {
  font-size: 30px;
}
.footer__logos {
  padding: 2rem 0;
}
.footer__tagline {
  background: #000000;
}
.footer__tagline .footer__tagline-content {
  text-align: center;
  padding: 2rem 0;
}
@media (min-width: 680px) {
  .footer__tagline .footer__tagline-content {
    padding: 4rem 0;
  }
}
.footer__tagline .footer__tagline-content h1,
.footer__tagline .footer__tagline-content .h1 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.7;
}
@media (min-width: 680px) {
  .footer__tagline .footer__tagline-content h1,
  .footer__tagline .footer__tagline-content .h1 {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .footer__tagline .footer__tagline-content h1,
  .footer__tagline .footer__tagline-content .h1 {
    font-size: 38px;
  }
}
.footer__tagline .footer__tagline-content p {
  margin: 0;
}
.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;
  }
}
@media (min-width: 680px) {
  .module--slideshow {
    height: 360px;
  }
}
@media (min-width: 960px) {
  .module--slideshow {
    height: 555px;
  }
}
.module--slideshow .slide-wrap {
  background-size: cover!important;
  background-position: center top !important;
}
.module--slideshow .slide-wrap .green {
  background: rgba(61, 168, 183, 0.8);
}
.module--slideshow .slide-wrap .black {
  background: rgba(0, 0, 0, 0.35);
}
.module--slideshow .slide-wrap .slide {
  height: auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  padding: 3rem 0;
}
@media (min-width: 680px) {
  .module--slideshow .slide-wrap .slide {
    height: 360px;
  }
}
@media (min-width: 960px) {
  .module--slideshow .slide-wrap .slide {
    height: 555px;
  }
}
.module--slideshow .slide-wrap .slide .slide__content-wrap .slide__content {
  border-top: 4.5px solid #ffffff;
  border-bottom: 4.5px solid #ffffff;
  padding: 1rem 0;
  margin-bottom: 2.5rem;
}
.module--slideshow .slide-wrap .slide .slide__content-wrap .slide__content .module__header {
  margin: 0;
}
.module--slideshow .slide-wrap .slide .slide__content-wrap .slide__content .module__header .module__title {
  margin: 0;
  color: #ffffff;
  font-size: 55px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 680px) {
  .module--slideshow .slide-wrap .slide .slide__content-wrap .slide__content .module__header .module__title {
    font-size: 80px;
    line-height: .9;
  }
}
@media (min-width: 960px) {
  .module--slideshow .slide-wrap .slide .slide__content-wrap .slide__content .module__header .module__title {
    font-size: 135px;
    line-height: .9;
  }
}
.module--slideshow .slide-wrap .slide .slide__content-wrap .slide__content .module__content {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.module--slideshow .slide-wrap .slide .slide__content-wrap .slide__content .module__content p {
  margin: 0;
}
@media (min-width: 680px) {
  .module--slideshow .slide-wrap .slide .slide__content-wrap .slide__content .module__content {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .module--slideshow .slide-wrap .slide .slide__content-wrap .slide__content .module__content {
    font-size: 31px;
  }
}
.module--slideshow .slide-wrap .slide .slide__content-wrap .call_to_action_button {
  display: inline-block;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  padding: .3rem;
  width: 230px;
  font-family: 'Roboto', sans-serif;
}
.module--slideshow .slide-wrap .slide .slide__content-wrap .call_to_action_button:hover {
  border: 2px solid #000000;
  color: #000000;
}
.module--slideshow .owl-nav {
  position: absolute;
  top: 9rem;
  width: 100%;
  padding: 0 .2rem;
}
@media (min-width: 680px) {
  .module--slideshow .owl-nav {
    padding: 0 .5rem;
    top: 10rem;
  }
}
@media (min-width: 960px) {
  .module--slideshow .owl-nav {
    padding: 0 2rem;
    top: 15rem;
  }
}
.module--slideshow .owl-nav:after {
  content: '';
  display: block;
  clear: both;
}
.module--slideshow .owl-nav:after {
  content: '';
  display: block;
  clear: both;
}
.module--slideshow .owl-nav .owl-prev {
  float: left;
}
.module--slideshow .owl-nav .owl-prev:before {
  background-image: url('images/prev.png');
  background-size: cover;
  background-position: center left;
  display: inline-block;
  height: 26px;
  width: 15px;
  content: "";
}
@media (min-width: 680px) {
  .module--slideshow .owl-nav .owl-prev:before {
    width: 20px;
    height: 35px;
  }
}
@media (min-width: 960px) {
  .module--slideshow .owl-nav .owl-prev:before {
    width: 35px;
    height: 56px;
  }
}
.module--slideshow .owl-nav .owl-next {
  float: right;
}
.module--slideshow .owl-nav .owl-next:after {
  background-image: url('images/next.png');
  background-size: cover;
  background-position: center right;
  display: inline-block;
  height: 26px;
  width: 15px;
  content: "";
}
@media (min-width: 680px) {
  .module--slideshow .owl-nav .owl-next:after {
    width: 20px;
    height: 35px;
  }
}
@media (min-width: 960px) {
  .module--slideshow .owl-nav .owl-next:after {
    width: 35px;
    height: 56px;
  }
}
.modules--number-panels {
  padding: 1.5rem 0 .5rem 0;
}
@media (max-width: 960px) {
  .modules--number-panels .grid__column--l-1 {
    display: none;
  }
}
@media (min-width: 680px) {
  .modules--number-panels {
    padding: 2rem 0 .5rem 0;
  }
}
@media (min-width: 960px) {
  .modules--number-panels {
    padding: 3rem 0 1rem 0;
  }
}
.modules--number-panels .grid__column {
  margin: 1rem 0;
}
@media (min-width: 960px) {
  .modules--number-panels .grid__column {
    margin: 1.5rem 0;
  }
}
.modules--number-panels .grid__column a {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.modules--number-panels .grid__column a .panel-item .panel__number {
  font-size: 50px;
  color: #3da7b7;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 680px) {
  .modules--number-panels .grid__column a .panel-item .panel__number {
    font-size: 92px;
  }
}
.modules--number-panels .grid__column a .panel-item .module__header {
  margin-bottom: 1rem;
}
.modules--number-panels .grid__column a .panel-item .module__header .module__title {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modules--number-panels .grid__column a .panel-item .panel__button_text {
  color: #ff485b;
  font-size: 18.8px;
  font-family: 'Roboto', sans-serif;
  text-transform: lowercase;
  font-weight: 300;
}
.module-image-panels {
  position: relative;
}
.module-image-panels .grid__column {
  margin: 2rem 0;
}
.module-image-panels .grid__column a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module-image-panels .grid__column a .panel-heading-wrap {
  margin-bottom: 1.5rem;
  position: relative;
}
.module-image-panels .grid__column a .panel-heading-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.module-image-panels .grid__column a .panel-heading-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.module-image-panels .grid__column a .panel-heading-wrap .module__header {
  float: left;
  margin: 0;
  position: absolute;
}
.module-image-panels .grid__column a .panel-heading-wrap .module__header .module__title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25.7px;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #000000;
  padding: 1rem .5rem;
  margin: 0;
  display: inline-block;
  width: 319px;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  -ms-transform-origin: 9.94rem 10rem;
      transform-origin: 9.94rem 10rem;
}
.module-image-panels .grid__column a .panel-heading-wrap .module__featured-image {
  float: right;
  width: 100%;
  height: 319px;
  background-size: cover !important;
  background-position: center !important;
}
.module-image-panels .grid__column a .module__content {
  font-weight: 700;
  color: #000000;
  height: auto;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.module-image-panels .grid__column a .module__content p {
  margin: 0;
}
@media (min-width: 680px) {
  .module-image-panels .grid__column a .module__content {
    height: 72px;
  }
}
@media (min-width: 960px) {
  .module-image-panels .grid__column a .module__content {
    height: 48px;
  }
}
.module-image-panels .grid__column a .panel__button_text {
  color: #ff485b;
  font-size: 18.8px;
  font-family: 'Roboto', sans-serif;
  text-transform: lowercase;
  font-weight: 300;
}
.module-image-panels .grid__column a:hover .panel-heading-wrap .module__header .module__title {
  background: #3da7b7;
}
.modules--fixed-panels {
  margin: 2rem 0;
}
.modules--fixed-panels .modules--fixed-panels-wrap {
  border-top: 2px solid #3da7b7;
  border-bottom: 2px solid #3da7b7;
  padding: 4rem 0 5rem 0;
  text-align: center;
}
.modules--fixed-panels .modules--fixed-panels-wrap .module__header .module__title {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media (min-width: 680px) {
  .modules--fixed-panels .modules--fixed-panels-wrap .module__header .module__title {
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .modules--fixed-panels .modules--fixed-panels-wrap .module__header .module__title {
    font-size: 70px;
  }
}
.modules--fixed-panels .modules--fixed-panels-wrap .grid__column {
  margin: 1.5rem 0;
}
.modules--fixed-panels .modules--fixed-panels-wrap .grid__column .panel-item .panel__title h2,
.modules--fixed-panels .modules--fixed-panels-wrap .grid__column .panel-item .panel__title .h2 {
  color: #ff485b;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
.modules--fixed-panels .modules--fixed-panels-wrap .grid__column .panel-item .panel__content {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.modules--fixed-panels .modules--fixed-panels-wrap .panel__button_text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ff485b;
  border: 2px solid #ff485b;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  padding: .2rem 1.5rem;
  margin-top: 1rem;
}
.modules--fixed-panels .modules--fixed-panels-wrap .panel__button_text:hover {
  color: #999999;
  border: 2px solid #999999;
}
.modules--testimonial-panels {
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 680px) {
  .modules--testimonial-panels {
    padding: 3rem 0;
  }
}
.modules--testimonial-panels .grid__column {
  margin: 1.5rem 0;
}
.modules--testimonial-panels .grid__column .panel-item .panel__content {
  font-style: italic;
  margin: 0 auto 1.5rem auto;
  max-width: 264px;
  color: #000000;
}
.modules--testimonial-panels .grid__column .panel-item .panel__content:before {
  content: url('images/testi-icon.png');
  display: inline-block;
  margin-bottom: 1.5rem;
}
.modules--testimonial-panels .grid__column .panel-item .panel__brand_name h1,
.modules--testimonial-panels .grid__column .panel-item .panel__brand_name .h1 {
  font-weight: 700;
  font-family: #copyFamily;
  color: #3da7b7;
  font-size: 16px;
  margin: .7rem;
}
.modules--testimonial-panels .grid__column .panel-item .panel__spokespersons_name h2,
.modules--testimonial-panels .grid__column .panel-item .panel__spokespersons_name .h2 {
  font-weight: 700;
  font-family: #copyFamily;
  color: #ff485b;
  font-size: 16px;
  margin: 0;
}
.modules--testimonial-panels .panel__button_text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ff485b;
  border: 2px solid #ff485b;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  padding: .2rem 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 680px) {
  .modules--testimonial-panels .panel__button_text {
    margin-top: 5rem;
  }
}
.modules--testimonial-panels .panel__button_text:hover {
  color: #999999;
  border: 2px solid #999999;
}
.module--social-media {
  text-align: center;
  padding: 1rem 0 1rem 0;
}
@media (min-width: 960px) {
  .module--social-media {
    padding: 2rem 0 4rem 0;
  }
}
.module--social-media .social-menu .social-menu-item {
  background: #000000;
  padding: 0;
  border-radius: 50%;
  margin: 1rem 2.5px;
}
@media (min-width: 680px) {
  .module--social-media .social-menu .social-menu-item {
    padding: 2px;
  }
}
.module--social-media .social-menu .social-menu-item a {
  color: #ffffff;
}
.module--social-media .social-menu .social-menu-item a:before {
  font-size: 30px;
}
@media (min-width: 680px) {
  .module--social-media .social-menu .social-menu-item a:before {
    font-size: 36px;
  }
}
.module--social-media .social-menu .social-menu-item:hover {
  background: #999999;
}
.module--tagline {
  background: #000000;
}
.module--tagline .module__content {
  text-align: center;
  padding: 2rem 0;
}
@media (min-width: 680px) {
  .module--tagline .module__content {
    padding: 4rem 0;
  }
}
.module--tagline .module__content h1,
.module--tagline .module__content .h1 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.7;
}
@media (min-width: 680px) {
  .module--tagline .module__content h1,
  .module--tagline .module__content .h1 {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .module--tagline .module__content h1,
  .module--tagline .module__content .h1 {
    font-size: 38px;
  }
}
.module--tagline .module__content p {
  margin: 0;
}
.module--forms-wrap {
  background-size: cover !important;
  background-position: center top !important;
}
.module--forms-wrap .module--forms {
  background: rgba(61, 168, 183, 0.9);
  padding: 4rem 0;
}
@media (min-width: 960px) {
  .module--forms-wrap .module--forms {
    padding: 6rem 0;
  }
}
.module--forms-wrap .module--forms .module__form {
  margin: 2rem 0;
}
.module--forms-wrap .module--forms .module__form p {
  margin: 0;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper {
  margin: 0;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form {
  margin: 0;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_heading {
  text-align: center;
  margin-bottom: 1.8rem;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_heading h3,
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_heading .h3 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 680px) {
  .module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_heading h3,
  .module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_heading .h3 {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_heading h3,
  .module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_heading .h3 {
    font-size: 22px;
  }
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body {
  margin-bottom: 1rem;
}
@media (min-width: 680px) {
  .module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body {
    margin-bottom: 2rem;
  }
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body ul li {
  padding: 0;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body ul li label {
  display: none;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body ul li input {
  padding: 25px 15px!important;
  font-family: 'Karla', sans-serif !important;
}
@media (min-width: 680px) {
  .module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body ul li input {
    padding: 10px 15px!important;
  }
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body ul li input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3da7b7 !important;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body ul li input::-moz-placeholder {
  /* Firefox 19+ */
  color: #3da7b7 !important;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body ul li input:-ms-input-placeholder {
  /* IE 10+ */
  color: #3da7b7 !important;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_body ul li input:-moz-placeholder {
  /* Firefox 18- */
  color: #3da7b7 !important;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_footer:after {
  content: '';
  display: block;
  clear: both;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_footer:after {
  content: '';
  display: block;
  clear: both;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_footer input[type=submit] {
  float: right !important;
  margin: 0;
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
  height: auto;
  width: 100%;
  padding: .3rem;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}
.module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_footer input[type=submit]:hover {
  color: #000000;
  border: 2px solid #000000;
}
@media (min-width: 680px) {
  .module--forms-wrap .module--forms .module__form .gform_wrapper form .gform_footer input[type=submit] {
    width: 230px;
  }
}
.module--logos {
  padding: 3rem 0;
  margin: auto;
  position: relative;
}
.module--logos .owl-carousel {
  position: inherit;
}
.module--logos .module--logos-wrap {
  width: 90%;
  margin: auto;
}
.module--logos .module--logos-wrap .slideshow-logos .slide-wrap .slide .slide__content .module__logo {
  height: 120px;
  width: 120px;
  background-size: 100% !important;
  margin: auto;
}
@media (min-width: 680px) {
  .module--logos .module--logos-wrap .slideshow-logos .slide-wrap .slide .slide__content .module__logo {
    height: 135px;
    width: 135px;
  }
}
.helper {
  overflow: hidden;
}
.container {
  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;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
}
/* Badges */
.woocommerce span.onsale {
  box-sizing: content-box;
  background-color: #C40233;
}
/* 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: #C40233;
}
/**
 * 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-radius: 0;
  font-weight: inherit;
}
.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;
}
.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: #999999;
  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: #808080;
  color: #FFF;
}
.testimonial-wrap {
  position: relative;
}
.testimonial-wrap .testimonial:after {
  content: '';
  display: block;
  clear: both;
}
.testimonial-wrap .testimonial:after {
  content: '';
  display: block;
  clear: both;
}
.testimonial-wrap .testimonial .testimonial-quote {
  width: 70%;
  float: right;
  font-size: 13px;
}
@media (min-width: 680px) {
  .testimonial-wrap .testimonial .testimonial-quote {
    width: 85%;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .testimonial-wrap .testimonial .testimonial-quote {
    width: 80%;
  }
}
.testimonial-wrap .testimonial .testimonial-flag {
  float: left;
  display: block;
  text-align: center;
  line-height: normal;
  width: 80px;
}
.testimonial-wrap .testimonial .testimonial-flag .testimonial-flag-image {
  display: block;
}
.testimonial-wrap .testimonial .testimonial-flag .testimonial-flag-image img {
  border-radius: 0;
}
.testimonial-wrap .testimonial .testimonial-flag .testimonial-flag-body {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
}
.testimonial-wrap .testimonial .testimonial-flag .testimonial-flag-body .testimonial-title {
  font-weight: normal;
}
@media (max-width: 960px) {
  .testimonial-wrap .testimonial {
    width: 100%;
  }
}
.footer__logos .owl-stage-outer {
  width: 90%;
  margin: auto;
}
.owl-nav {
  position: absolute;
  top: 5.5rem;
  left: 0;
  width: 100%;
  padding: 0 1rem;
}
.footer__logos .owl-nav {
  top: 3.5rem;
}
@media (max-width: 480px) {
  .owl-nav {
    display: none;
  }
}
@media (min-width: 680px) {
  .owl-nav {
    padding: 0 .5rem;
  }
}
@media (min-width: 960px) {
  .owl-nav {
    padding: 0 2rem;
  }
}
.owl-nav:after {
  content: '';
  display: block;
  clear: both;
}
.owl-nav:after {
  content: '';
  display: block;
  clear: both;
}
.owl-nav .owl-prev {
  float: left;
}
.owl-nav .owl-prev:before {
  content: url('images/prev-logo.png');
}
.owl-nav .owl-next {
  float: right;
}
.owl-nav .owl-next:after {
  content: url('images/next-logo.png');
}
