/**
 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.
 */
section {
  position: relative !important;
}
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: bold;
}
/**
 * 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-size: 1em;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 300;
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100%;
}
body {
  background: #2b2a2a;
  color: #fefefe;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  color: #f2b131;
}
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;
}
@media (min-width: 960px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
h1,
.h1 {
  font-size: 1.5em;
}
h2,
.h2 {
  font-size: 1.1875em;
}
h3,
h4,
h5,
h6,
.h3,
.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;
}
@media (min-width: 960px) {
  p,
  ol,
  ul,
  dl,
  dd,
  form,
  table,
  address,
  pre {
    margin: 0 0 1.6em 0;
  }
}
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: #f2b131;
  -webkit-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: #FF7E00;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #f2b131;
  color: #000;
}
::selection {
  background: #f2b131;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
/* 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;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: #2b2a2a;
  border-color: rgba(254, 254, 254, 0.5);
  color: #fefefe;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #f2b131;
  -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);
          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;
}
/* 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(254, 254, 254, 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;
}
.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;
}
.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;
}
.banner {
  margin-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 3em;
  border-bottom: 1px solid #f2b131;
}
.single .banner {
  margin-bottom: 3em;
  text-align: center;
}
@media (min-width: 960px) {
  .single .banner {
    margin-bottom: 5em;
    padding-bottom: 2em;
  }
}
@media (min-width: 960px) {
  .banner {
    margin-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 10em;
  }
}
@media (min-width: 960px) {
  .banner__subcontent {
    font-size: 18px;
  }
}
.banner__title {
  font-size: 28px;
  text-transform: uppercase;
}
@media (min-width: 680px) {
  .banner__title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .banner__title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .banner__title {
    font-size: 55px;
  }
}
.single .banner__title {
  text-transform: unset;
  color: #ffffff;
  margin-bottom: 1.5em;
  font-size: 25px;
  text-align: center;
}
@media (min-width: 960px) {
  .single .banner__title {
    font-size: 35px;
    margin-bottom: 2em;
  }
}
@media (min-width: 1200px) {
  .single .banner__title {
    font-size: 35px;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 1200px) {
  .form__con-form .banner__title {
    font-size: 45px;
  }
}
.single-success-story .banner__title {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .single-success-story .banner__title {
    font-size: 40px;
  }
}
.banner__post-meta {
  margin-top: 10px;
}
@media (min-width: 680px) {
  .banner__post-meta .meta {
    margin-right: 0.5em;
  }
}
@media (min-width: 680px) {
  .banner__post-meta {
    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;
    font-size: 20px;
  }
}
.entry {
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .post-type-archive-success-story .entry,
  .blog .entry {
    margin-bottom: 0;
  }
}
.entry:nth-child(even) .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.entry__tagline {
  text-transform: unset;
  font-weight: bold;
  font-size: 25px;
}
@media (min-width: 960px) {
  .entry__tagline {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .entry__tagline {
    font-size: 40px;
  }
}
.entry__header {
  margin-bottom: 1em;
}
.entry__title {
  word-wrap: break-word;
  font-size: 25px;
  color: #ffffff;
}
@media (min-width: 680px) {
  .entry__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .entry__title {
    font-size: 35px !important;
  }
}
.entry__title a:not(:hover) {
  color: inherit;
}
.entry__title a:hover {
  color: #f2b131;
}
.entry__image {
  height: 220px;
  display: block;
}
@media (min-width: 680px) {
  .entry__image {
    height: 450px;
  }
}
@media (min-width: 960px) {
  .entry__image {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .entry__image {
    height: 800px;
  }
}
@media (min-width: 960px) {
  .single .entry__image {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .single .entry__image {
    height: 650px;
  }
}
.random-post .entry__image {
  height: 330px;
}
@media (min-width: 680px) {
  .random-post .entry__image {
    height: 330px;
  }
}
@media (min-width: 960px) {
  .random-post .entry__image {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .random-post .entry__image {
    height: 450px;
  }
}
.entry__image--helper {
  margin-bottom: 1em;
}
.post-type-archive-success-story .entry__image--helper,
.blog .entry__image--helper {
  margin-bottom: 0;
}
.single .entry__image--helper {
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .single .entry__image--helper {
    margin-bottom: 3em;
  }
}
@media (min-width: 960px) {
  .single-success-story .entry__image--helper {
    margin-bottom: 4em;
  }
}
.random-post .entry__image--helper {
  margin-bottom: 2em !important;
}
.entry__custom-link {
  text-align: center;
  margin-top: 1em;
}
.entry__con-helper {
  text-align: center;
  padding: 1em;
}
@media (min-width: 1200px) {
  .entry__con-helper {
    padding: 1em 2em;
  }
}
.entry__con-helper .entry__summary h3,
.entry__con-helper .entry__summary .h3 {
  font-size: 18px;
  color: #f2b131;
  margin-bottom: 30px;
}
@media (min-width: 680px) {
  .entry__con-helper .entry__summary h3,
  .entry__con-helper .entry__summary .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .entry__con-helper .entry__summary h3,
  .entry__con-helper .entry__summary .h3 {
    font-size: 25px;
  }
}
.u-overlay-yellow .entry__con-helper .entry__summary h3,
.u-overlay-yellow-ash .entry__con-helper .entry__summary h3,
.u-overlay-yellow .entry__con-helper .entry__summary .h3,
.u-overlay-yellow-ash .entry__con-helper .entry__summary .h3 {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .entry__con-helper .entry__summary {
    font-size: 18px;
  }
}
.read__more,
.entry__more {
  border-bottom: 3px solid #f2b131;
  display: inline-block;
  padding-bottom: 2px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
}
.random-posts .read__more,
.random-posts .entry__more {
  font-size: 15px;
  margin-top: 0;
}
.read__more:hover,
.entry__more:hover {
  color: #f2b131 !important;
  border-bottom: 3px solid #ffffff;
}
.u-overlay-yellow .read__more a,
.u-overlay-yellow .entry__more a,
.u-overlay-yellow-ash .read__more a,
.u-overlay-yellow-ash .entry__more a {
  border-bottom: 3px solid #ffffff;
  color: #2b2a2a !important;
  font-weight: 600;
}
.u-overlay-yellow .read__more a:hover,
.u-overlay-yellow .entry__more a:hover,
.u-overlay-yellow-ash .read__more a:hover,
.u-overlay-yellow-ash .entry__more a:hover {
  color: #ffffff !important;
  border-bottom: 3px solid #2b2a2a;
}
@media (min-width: 960px) {
  .read__more,
  .entry__more {
    font-size: 20px;
  }
}
.entry__random-post-title {
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
  min-height: 2.2em;
}
.fine-print {
  font-size: 0.85em;
  margin-top: 2em;
}
.fine-print .container--ultra-wide {
  max-width: 1740px;
  border-top: 1px solid #f2b131;
  padding-top: 1.5em;
}
.fine-print .widget {
  margin-bottom: 1em;
}
.fine-print .widget_media_image img {
  width: 170px;
}
@media (max-width: 960px) {
  .fine-print {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .fine-print .fine-print__copyright {
    text-align: center;
  }
  .fine-print .fine-print__credit {
    text-align: right;
  }
  .fine-print .widget {
    margin-bottom: 0;
  }
}
.footer {
  padding-bottom: 2em;
  padding-top: 4em;
  background-image: url('/wp-content/themes/writesafe/images/bg7.jpg') !important;
}
@media (min-width: 960px) {
  .footer {
    font-size: 20px;
  }
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #f2b131;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer aside {
  text-align: center;
}
.footer aside .widget_social_links li:before {
  content: 'Follow our LinkedIn page';
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-size: 17px !important;
}
.footer aside .widget_social_links li a {
  color: #2768b1;
  display: inline-block;
  background: #2768b1;
  position: relative;
  border-radius: 50%;
}
.footer aside .widget_social_links li a svg {
  position: relative;
  z-index: 2;
}
.footer aside .widget_social_links li a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  background: #ffffff;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .footer aside .widget_social_links li a::before {
    width: 25px;
    height: 25px;
  }
}
.footer aside .widget_social_links li a:hover {
  opacity: 0.8;
}
.footer aside .widget__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 960px) {
  .footer aside .widget__title {
    font-size: 28px;
  }
}
.footer aside .grid__column--l-2 .widget_text {
  font-weight: 600;
}
@media (min-width: 960px) {
  .footer aside .grid__column--l-2 {
    padding-top: 3em;
  }
}
.footer aside .grid__column--l-8 .widget_nav_menu ul li a {
  font-weight: 600;
  color: #ffffff;
  border-bottom: 3px solid #f2b131;
  padding-bottom: 4px;
}
.footer aside .grid__column--l-8 .widget_nav_menu ul li a:hover {
  color: #f2b131;
  border-bottom: 3px solid #f2b131;
}
.footer aside .grid__column--l-8 .widget__title {
  color: #f2b131;
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 680px) {
  .footer aside .grid__column--l-8 .widget__title {
    font-size: 35px;
  }
}
@media (min-width: 960px) {
  .footer aside .grid__column--l-8 .widget__title {
    font-size: 45px;
  }
}
@media (min-width: 960px) {
  .footer aside .grid__column--l-8 .widget_text {
    font-size: 20px;
  }
}
.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: -1rem;
  margin-right: -1rem;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -0.5rem;
}
.grid--large-gutters {
  margin: 0 -2rem;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid--center-y {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--top-y {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid--bottom-y {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.grid--left-x {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 680px) {
  .grid--stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 1rem;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 0.5rem;
}
.grid--large-gutters > .grid__column {
  padding: 0 2rem;
}
.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: 820px) {
  .grid__column--ml-12 {
    width: 100%;
  }
  .grid__column--ml-11 {
    width: 91.66666667%;
  }
  .grid__column--ml-10 {
    width: 83.33333333%;
  }
  .grid__column--ml-9 {
    width: 75%;
  }
  .grid__column--ml-8 {
    width: 66.66666667%;
  }
  .grid__column--ml-7 {
    width: 58.33333333%;
  }
  .grid__column--ml-6 {
    width: 50%;
  }
  .grid__column--ml-5 {
    width: 41.66666667%;
  }
  .grid__column--ml-4 {
    width: 33.33333333%;
  }
  .grid__column--ml-3 {
    width: 25%;
  }
  .grid__column--ml-2 {
    width: 16.66666667%;
  }
  .grid__column--ml-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: 1450px) {
  .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;
  }
}
.header {
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 9999;
  position: relative;
  background: #2b2a2a;
}
.home .header {
  background: none;
}
@media (min-width: 1200px) {
  .header {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.home .header {
  position: absolute;
  width: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header__logo {
  display: block;
  margin-right: auto;
  -webkit-transition: width 400ms ease-out;
  transition: width 400ms ease-out;
  width: 150px;
}
.header__logo img {
  display: block;
}
@media (min-width: 960px) {
  .header__logo {
    width: 250px;
  }
}
.header.header-sticky--fixed {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0.5em 0;
  position: fixed;
  background: #2b2a2a;
  width: 100%;
  border-bottom: 1px solid #f2b131;
  z-index: 9;
}
.header.header-sticky--fixed .header__logo {
  width: 130px;
}
@media (min-width: 960px) {
  .header.header-sticky--fixed {
    padding: 1em 0;
  }
  .header.header-sticky--fixed .navbar__item a {
    font-size: 16px !important;
    -webkit-transition: font-size 400ms ease-out;
    transition: font-size 400ms ease-out;
  }
  .header.header-sticky--fixed .header__logo {
    width: 170px;
    position: relative;
    z-index: 9;
    -webkit-transition: width 400ms ease-out;
    transition: width 400ms ease-out;
  }
}
@media (min-width: 1200px) {
  .header.header-sticky--fixed .navbar__item a {
    font-size: 13px !important;
    -webkit-transition: font-size 400ms ease-out;
    transition: font-size 400ms ease-out;
  }
}
@media (min-width: 1450px) {
  .header.header-sticky--fixed .navbar__item a {
    font-size: 13px !important;
    -webkit-transition: font-size 400ms ease-out;
    transition: font-size 400ms ease-out;
  }
}
.magicdust-button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  padding: 1 1.3em;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #f2b131 !important;
  color: #ffffff;
  cursor: pointer;
}
button.magicdust-button,
input.magicdust-button {
  padding-top: 0;
  padding-bottom: 0;
}
button.magicdust-button:not(:focus),
input.magicdust-button:not(:focus) {
  border-color: transparent;
}
@media (min-width: 960px) {
  .magicdust-button {
    font-size: 21px;
  }
}
.magicdust-button:hover {
  color: #ffffff;
  background: #f2b131;
}
.magicdust-link {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  height: auto !important;
  border-bottom: 3px solid #f2b131;
  display: inline-block;
  padding-bottom: 2px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
}
.magicdust-link:hover {
  color: #f2b131 !important;
  border-bottom: 3px solid #ffffff;
}
@media (min-width: 960px) {
  .magicdust-link {
    font-size: 20px;
  }
}
.entry__custom-link .magicdust-link {
  padding: 0 !important;
  display: inline-block;
  color: #ffffff;
  border: none;
  border: 0;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
}
.entry__custom-link .magicdust-link:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  padding: 2px;
  left: 5px;
  position: relative;
  border: solid #f2b131 !important;
  border-width: 0 1px 1px 0 !important;
}
@media (min-width: 960px) {
  .entry__custom-link .magicdust-link:after {
    width: 10px;
    height: 10px;
    border-width: 0 1px 1px 0 !important;
  }
}
.entry__custom-link .magicdust-link:hover {
  color: #f2b131;
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main__content {
  margin-bottom: 3em;
}
@media (min-width: 960px) {
  .main__content {
    margin-bottom: 4em;
  }
}
.error404 .main__content {
  text-align: center;
}
@media (min-width: 960px) {
  .main__content {
    font-size: 20px;
  }
}
.main__content h2,
.main__content .h2 {
  font-size: 25px;
}
@media (min-width: 680px) {
  .main__content h2,
  .main__content .h2 {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .main__content h2,
  .main__content .h2 {
    font-size: 38px;
  }
}
.main__content h3,
.main__content .h3 {
  font-size: 20px;
}
@media (min-width: 680px) {
  .main__content h3,
  .main__content .h3 {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .main__content h3,
  .main__content .h3 {
    font-size: 33px;
  }
}
.single .main__content h1,
.single .main__content h2,
.single .main__content h3,
.single .main__content h4,
.single .main__content h5,
.single .main__content h6,
.single .main__content .h1,
.single .main__content .h2,
.single .main__content .h3,
.single .main__content .h4,
.single .main__content .h5,
.single .main__content .h6 {
  color: #ffffff;
}
.single-success-story .main__content h1,
.single-success-story .main__content h2,
.single-success-story .main__content h3,
.single-success-story .main__content h4,
.single-success-story .main__content h5,
.single-success-story .main__content h6,
.single-success-story .main__content .h1,
.single-success-story .main__content .h2,
.single-success-story .main__content .h3,
.single-success-story .main__content .h4,
.single-success-story .main__content .h5,
.single-success-story .main__content .h6 {
  color: #f2b131;
}
.main__sidebar {
  margin-bottom: 3em;
}
.main__random-post {
  border-top: 1px solid #f2b131;
}
.main__random-post .random-posts__header {
  padding: 2em 0 3em;
  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;
}
.main__random-post .random-posts__header .read__more {
  margin: 0;
}
@media (min-width: 960px) {
  .main__random-post .random-posts__header .read__more {
    margin: 0;
  }
}
.main__random-post .random-post {
  margin-bottom: 3em;
}
.main__random-post .random-posts h3,
.main__random-post .random-posts .h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 680px) {
  .main__random-post .random-posts h3,
  .main__random-post .random-posts .h3 {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .main__random-post .random-posts h3,
  .main__random-post .random-posts .h3 {
    font-size: 30px;
  }
}
.main__random-post .random-posts h3 span,
.main__random-post .random-posts .h3 span {
  color: #ffffff;
}
.main__content-button {
  text-align: center;
  margin-top: 2em;
}
@media (min-width: 960px) {
  .main__content-button {
    margin-top: 3em;
  }
}
.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}
.no-js .menu-toggle {
  display: none;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle__icon {
  display: block;
  width: 1.8em;
  height: 1.8em;
  fill: #ffffff;
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.meta {
  color: #f2b131;
  margin-bottom: 25px;
}
.meta a:not(:hover) {
  color: inherit;
}
@media (min-width: 960px) {
  .meta {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.single .meta {
  margin-bottom: 0;
}
.module {
  padding: 4em 0 5em;
}
@media (min-width: 960px) {
  .module {
    padding: 6em 0 6em;
  }
}
.module--image-icons {
  padding: 4em 0 7em;
}
@media (min-width: 1200px) {
  .module--image-icons {
    padding: 10em 0;
  }
}
.module__header {
  margin-bottom: 2em;
  text-align: center;
}
.module--image .module__header {
  margin-bottom: 1em;
}
.module--no-padding {
  padding: 0;
}
.module__link a {
  border-bottom: 3px solid #f2b131;
  display: inline-block;
  padding-bottom: 2px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
}
.module__link a:hover {
  color: #f2b131 !important;
  border-bottom: 3px solid #ffffff;
}
.u-overlay-yellow .module__link a,
.u-overlay-yellow-ash .module__link a {
  border-bottom: 3px solid #ffffff;
  color: #2b2a2a !important;
  font-weight: 600;
}
.u-overlay-yellow .module__link a:hover,
.u-overlay-yellow-ash .module__link a:hover {
  color: #ffffff !important;
  border-bottom: 3px solid #2b2a2a;
}
@media (min-width: 960px) {
  .module__link {
    font-size: 18px;
  }
}
.module__title {
  font-size: 25px;
  margin-bottom: 0;
  color: #f2b131;
}
.module__title span {
  color: #fefefe;
}
.module__title.h3 {
  font-size: 25px;
}
@media (min-width: 960px) {
  .module__title.h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .module__title.h3 {
    font-size: 38px;
  }
}
.u-overlay-yellow .module__title,
.u-overlay-yellow-ash .module__title {
  color: #fefefe;
}
.u-overlay-yellow .module__title span,
.u-overlay-yellow-ash .module__title span {
  color: #2b2a2a;
}
@media (min-width: 680px) {
  .module__title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .module__title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .module__title {
    font-size: 55px;
  }
}
.module__content h3,
.module__content .h3 {
  font-size: 18px;
  color: #f2b131;
  margin-bottom: 30px;
}
@media (min-width: 680px) {
  .module__content h3,
  .module__content .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .module__content h3,
  .module__content .h3 {
    font-size: 25px;
  }
}
.u-overlay-yellow .module__content h3,
.u-overlay-yellow-ash .module__content h3,
.u-overlay-yellow .module__content .h3,
.u-overlay-yellow-ash .module__content .h3 {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .module__content {
    font-size: 20px;
  }
}
.module__subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 680px) {
  .module__subtitle {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .module__subtitle {
    font-size: 35px;
  }
}
.u-overlay-yellow .module__subtitle,
.u-overlay-yellow-ash .module__subtitle {
  color: #ffffff;
}
.module--image .module__subtitle {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .module--image .module__subtitle {
    font-size: 33px;
  }
}
.module__image-image {
  height: 350px;
}
@media (min-width: 680px) {
  .module__image-image {
    height: 650px;
  }
}
@media (min-width: 960px) {
  .module__image-image {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .module__image-image {
    height: 650px;
  }
}
@media (max-width: 960px) {
  .module__image-image {
    margin-bottom: 2em;
  }
}
.module__logo {
  width: 250px;
}
.module__arrow--helper {
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 960px) {
  .module__arrow--helper {
    left: 49.5%;
    bottom: 2em;
  }
}
@media (max-width: 960px) {
  .slides .module__arrow-id {
    display: none !important;
  }
}
.module__arrow-id {
  display: inline-block;
  -webkit-animation: arrowBounceDown 1.2s ease-in-out infinite;
          animation: arrowBounceDown 1.2s ease-in-out infinite;
}
@-webkit-keyframes arrowBounceDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes arrowBounceDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.navbar {
  display: none;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
@media (max-width: 960px) {
  .navbar.is-open {
    background: #f2b131;
  }
  .navbar .navbar__item a {
    padding: 0.7em 0.5em;
    color: #2b2a2a;
    border: 0;
  }
  .navbar .navbar__item a:hover,
  .navbar .navbar__item.is-open > a,
  .navbar .navbar__item.is-current > a {
    border: 0;
    background: #2b2a2a;
    color: #ffffff;
  }
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  position: relative;
  display: block;
  margin: 0;
}
.navbar__item a {
  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: 0.6em 0;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 3px solid transparent;
  -webkit-transition: font-size 400ms ease-out;
  transition: font-size 400ms ease-out;
}
.navbar__item a:hover,
.navbar__item.is-open > a,
.navbar__item.is-current > a {
  color: #f2b131;
  border-bottom: 3px solid #f2b131;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__expand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.is-open > a > .navbar__expand {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
@media (min-width: 960px) {
  .navbar {
    display: block !important;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar__item {
    margin-left: 2em;
  }
  .navbar__item:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar__item {
    margin-left: 3.5em;
  }
  .navbar__item:first-child {
    margin-left: 0;
  }
  .navbar__item a {
    font-size: 17px;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
}
.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%);
            transform: translateX(-50%);
    padding: 5px 0 0 0 !important;
  }
  .navbar-dropdown__item {
    margin: 0;
  }
  .navbar-dropdown__item a {
    padding: 1em;
    background: #2f2d2e;
    color: #ffffff;
  }
  .navbar-dropdown__item a:hover,
  .navbar-dropdown__item.is-current > a {
    background: #222121;
    color: #ffffff;
  }
  .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%);
            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%);
            transform: translateX(50%);
    border-color: transparent transparent #2f2d2e transparent;
  }
  .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .is-open > a > .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
.navigation {
  position: relative;
  text-align: center;
}
.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(254, 254, 254, 0.5);
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
  padding-right: 2.5em;
}
.search-form__input::-webkit-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::-moz-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input:-ms-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::-ms-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__button {
  position: absolute;
  right: 0;
  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: 2.5em;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: #fefefe;
}
.search-form__icon {
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item__icon {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.social-menu {
  padding: 0;
  list-style: none;
}
.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 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tool:not(:hover) {
  color: inherit;
}
.tool__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.tool__badge {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #C40233;
  color: #ffffff;
}
.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;
}
.slides {
  position: relative;
}
.slides__bg {
  -webkit-box-shadow: 10px 10px 5px 2000px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 10px 10px 5px 2000px rgba(0, 0, 0, 0.25) inset;
}
.slides__bg .container {
  height: 230px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 680px) {
  .slides__bg .container {
    height: 400px;
  }
}
@media (min-width: 960px) {
  .slides__bg .container {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .slides__bg .container {
    height: 900px;
  }
}
.slides__con-helper {
  margin-top: 5em;
}
.image-slides.grid--reverse .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.image-slides__subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 680px) {
  .image-slides__subtitle {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .image-slides__subtitle {
    font-size: 35px;
  }
}
.u-overlay-yellow .image-slides__subtitle,
.u-overlay-yellow-ash .image-slides__subtitle {
  color: #ffffff;
}
.image-slides__bg {
  padding: 4em 0 7em;
}
@media (min-width: 1200px) {
  .image-slides__bg {
    padding: 10em 0;
  }
}
.image-slides__image {
  height: 350px;
}
@media (min-width: 680px) {
  .image-slides__image {
    height: 650px;
  }
}
@media (min-width: 960px) {
  .image-slides__image {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .image-slides__image {
    height: 650px;
  }
}
@media (max-width: 960px) {
  .image-slides__image {
    margin-bottom: 2em;
  }
}
.image-slides__social {
  text-align: center;
}
@media (min-width: 960px) {
  .image-slides__social {
    text-align: right;
  }
  .grid--reverse .image-slides__social {
    text-align: left;
  }
}
.image-slides__con-helper {
  text-align: center;
  position: relative;
}
.image-slides__con-helper .magicdust-social {
  font-size: 15px;
}
.image-slides__con-helper .magicdust-social svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 960px) {
  .image-slides__con-helper .magicdust-social svg {
    height: 25px;
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .image-slides__con-helper {
    padding-right: 0;
    padding-left: 7em;
  }
  .grid--reverse .image-slides__con-helper {
    padding-right: 7em;
    padding-left: 0;
  }
}
.image-slides__header {
  margin-bottom: 2em;
}
.image-slides__button {
  text-transform: uppercase;
  margin-top: 25px;
}
@media (min-width: 960px) {
  .image-slides__button {
    font-size: 18px;
  }
}
.image-slides__title {
  font-size: 25px;
  color: #f2b131;
  margin: 0;
}
.image-slides__title span {
  color: #fefefe;
}
.u-overlay-yellow .image-slides__title,
.u-overlay-yellow-ash .image-slides__title {
  color: #fefefe;
}
.u-overlay-yellow .image-slides__title span,
.u-overlay-yellow-ash .image-slides__title span {
  color: #2b2a2a;
}
@media (min-width: 680px) {
  .image-slides__title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .image-slides__title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .image-slides__title {
    font-size: 55px;
  }
}
.image-slides__content h3,
.image-slides__content .h3 {
  font-size: 18px;
  color: #f2b131;
  margin-bottom: 30px;
}
@media (min-width: 680px) {
  .image-slides__content h3,
  .image-slides__content .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .image-slides__content h3,
  .image-slides__content .h3 {
    font-size: 28px;
  }
}
.u-overlay-yellow .image-slides__content h3,
.u-overlay-yellow-ash .image-slides__content h3,
.u-overlay-yellow .image-slides__content .h3,
.u-overlay-yellow-ash .image-slides__content .h3 {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .image-slides__content {
    font-size: 20px;
  }
}
@media (min-width: 680px) {
  .image-panels .grid__column {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .image-panels .grid__column {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .image-panels .grid__column {
    width: 20%;
  }
}
.image-panel {
  overflow: hidden;
}
@media (min-width: 960px) {
  .image-panel:hover .image-panel__con {
    height: 250px;
  }
  .image-panel:hover .image-panel__con-helper:before {
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.35)), to(rgba(45, 45, 45, 0.55)));
    background: linear-gradient(180deg, rgba(45, 45, 45, 0.35) 0%, rgba(45, 45, 45, 0.55) 100%);
  }
  .image-panel:hover .image-panel__con-wrap {
    height: 100%;
    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;
  }
  .image-panel:hover .image-panel__title {
    color: #f2b131;
  }
}
@media (min-width: 960px) and (min-width: 680px) {
  .image-panel:hover .image-panel__con {
    height: 250px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .image-panel:hover .image-panel__con {
    height: 300px;
  }
}
.image-panel__image {
  height: 600px;
  text-align: center;
}
@media (min-width: 680px) {
  .image-panel__image {
    height: 600px;
  }
}
@media (min-width: 960px) {
  .image-panel__image {
    height: 800px;
  }
}
@media (min-width: 1200px) {
  .image-panel__image {
    height: 900px;
  }
}
.image-panel__title {
  font-size: 24px;
  color: #f2b131;
}
@media (min-width: 960px) {
  .image-panel__title {
    font-size: 20px;
    color: #ffffff;
  }
}
@media (min-width: 1450px) {
  .image-panel__title {
    font-size: 27px;
  }
}
.image-panel__con {
  height: 100%;
  overflow: hidden;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
@media (min-width: 960px) {
  .image-panel__con {
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1450px) {
  .image-panel__con {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 960px) {
  .image-panel__con {
    height: 0px;
  }
}
.image-panel__con-wrap {
  position: absolute;
  bottom: 0;
  padding: 2em;
  height: 500px;
  padding-bottom: 4em;
  padding-top: 10em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0)), to(#2d2d2d));
  background: linear-gradient(180deg, rgba(45, 45, 45, 0) 0%, #2d2d2d 100%);
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
@media (min-width: 680px) {
  .image-panel__con-wrap {
    padding-bottom: 10em;
    padding-top: 20em;
    height: 200px;
  }
}
@media (min-width: 960px) {
  .image-panel__con-wrap {
    padding-bottom: 15em;
    padding-top: 20em;
    height: 300px;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 1200px) {
  .image-panel__con-wrap {
    padding-bottom: 12em;
    padding-top: 20em;
    height: 300px;
  }
}
.image-panel__con-helper {
  height: 100%;
  position: relative;
}
.image-panel__con-helper:before {
  content: '';
  position: absolute;
  height: 100%;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
@media (min-width: 960px) {
  .image-panel__con-helper:before {
    height: 0;
  }
}
.image-sentence {
  margin: 1.5em 0;
}
.image-sentence__image {
  height: 380px;
  width: 100%;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .image-sentence__image {
    width: 380px;
    margin-bottom: 2.5em;
  }
}
.image-sentence__helper {
  text-align: center;
}
.image-sentence__title {
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 960px) {
  .image-sentence__title {
    font-size: 25px;
  }
}
@media (min-width: 1450px) {
  .image-sentence__title {
    font-size: 31px;
  }
}
@media (min-width: 960px) {
  .image-sentence__content {
    font-size: 18px;
  }
}
.image-sentence__subtitle {
  color: #f2b131;
  font-size: 15px;
  margin-top: 25px;
}
.image-sentence__link {
  margin-top: 1.5em;
}
.image__content-wrap {
  padding-top: 5em;
}
@media (min-width: 680px) {
  .image__content-wrap {
    padding-top: 5em;
    margin-top: 5em;
  }
}
@media (min-width: 1200px) {
  .image__content-wrap {
    padding-top: 10em;
    margin-top: 5em;
  }
}
.image__content-wrap .image__content-helper {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.image__content-wrap:hover .image__content-helper {
  opacity: 1;
}
.image-icons {
  padding: 0.5em 0 2.5em;
}
.image-icons .logo .logo__image {
  height: 50px;
  background-size: contain;
}
.image-icons__content-helper {
  text-align: center;
}
@media (min-width: 1200px) {
  .image-icons__content-helper {
    padding-right: 0;
    padding-left: 7em;
  }
  .grid--reverse .image-icons__content-helper {
    padding-right: 7em;
    padding-left: 0;
  }
}
.form__con-helper {
  padding-bottom: 2em;
}
@media (min-width: 960px) {
  .form__con-helper {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .form__con-helper {
    padding-right: 15em;
  }
}
.form__con-helper .social-menu {
  margin-top: 1em;
}
@media (min-width: 680px) {
  .form__con-helper .social-menu {
    max-width: 215px;
    text-align: center;
  }
}
.form__con-helper .social-menu li a {
  color: #2768b1;
  display: inline-block;
  background: #2768b1;
  position: relative;
  border-radius: 50%;
  font-size: 18px;
  border: 0 !important;
}
@media (min-width: 960px) {
  .form__con-helper .social-menu li a {
    font-size: 22px;
  }
}
.form__con-helper .social-menu li a svg {
  position: relative;
  z-index: 2;
}
.form__con-helper .social-menu li a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  background: #ffffff;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .form__con-helper .social-menu li a::before {
    width: 25px;
    height: 25px;
  }
}
.form__con-helper .social-menu li a:hover {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .form__content {
    font-size: 20px;
  }
}
.form__details {
  padding-top: 1em;
}
@media (min-width: 1200px) {
  .form__details {
    font-size: 20px;
  }
}
.form__details .form__detail-abn:before {
  content: 'ABN';
  font-size: 10px;
  font-weight: bold;
  border: 2px solid #f2b131;
  color: #f2b131;
  border-radius: 7px;
  padding: 1px 5px;
  margin-right: 15px;
}
.form__details .form__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.9em;
}
.form__details .form__detail .tool__icon {
  margin-right: 15px;
  color: #f2b131;
}
@media (min-width: 1200px) {
  .form__details .form__detail .tool__icon {
    font-size: 23px;
  }
}
.form__details .form__detail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
}
.form__details .form__detail a:hover {
  color: #f2b131;
}
.form__header .form__title {
  font-size: 28px;
}
@media (min-width: 680px) {
  .form__header .form__title {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .form__header .form__title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .form__header .form__title {
    font-size: 45px;
  }
}
.helper {
  position: relative;
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 1;
  position: relative;
}
.container--narrow {
  max-width: 680px;
}
.container--regular {
  max-width: 960px;
}
.container--wide {
  max-width: 1200px;
}
.container--extra-wide {
  max-width: 1450px;
}
.container--ultra-wide {
  max-width: 1550px;
}
.container--full {
  max-width: 100%;
}
.container--full-no-padding {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.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: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;
}
.u-bg {
  background: center center / cover no-repeat;
}
.u-mobile {
  display: block !important;
}
@media (min-width: 960px) {
  .u-mobile {
    display: none !important;
  }
}
.u-desktop {
  display: none !important;
}
@media (min-width: 960px) {
  .u-desktop {
    display: block !important;
  }
}
.u-bg-primary {
  background: #f2b131;
}
.u-bg-secondary {
  background: #FF7E00;
}
.u-bg-gray {
  background: #2b2a2a;
}
.u-overlay-ash {
  -webkit-box-shadow: 10px 10px 5px 2000px rgba(45, 45, 45, 0.9) inset;
          box-shadow: 10px 10px 5px 2000px rgba(45, 45, 45, 0.9) inset;
}
.u-overlay-yellow {
  -webkit-box-shadow: 10px 10px 5px 2000px rgba(195, 154, 74, 0.8) inset;
          box-shadow: 10px 10px 5px 2000px rgba(195, 154, 74, 0.8) inset;
}
.u-overlay-ash-yellow {
  -webkit-box-shadow: 10px 10px 5px 2000px rgba(45, 45, 45, 0.9) inset;
          box-shadow: 10px 10px 5px 2000px rgba(45, 45, 45, 0.9) inset;
}
.u-overlay-ash-yellow:after {
  content: '';
  display: block;
  -webkit-box-shadow: 10px 10px 5px 2000px rgb(241 178 54 / 70%) inset;
          box-shadow: 10px 10px 5px 2000px rgb(241 178 54 / 70%) inset;
  padding: 70px 20px;
  -webkit-clip-path: polygon(0 0%, 100% 61%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0%, 100% 61%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .u-overlay-ash-yellow:after {
    padding: 150px 20px;
  }
}
.u-overlay-yellow-ash {
  -webkit-box-shadow: 10px 10px 5px 2000px rgba(242, 154, 74, 0.8) inset;
          box-shadow: 10px 10px 5px 2000px rgba(242, 154, 74, 0.8) inset;
}
.u-overlay-yellow-ash:after {
  content: '';
  display: block;
  -webkit-box-shadow: 10px 10px 5px 2000px rgba(45, 45, 45, 0.9) inset;
          box-shadow: 10px 10px 5px 2000px rgba(45, 45, 45, 0.9) inset;
  padding: 70px 20px;
  -webkit-clip-path: polygon(0 0%, 100% 61%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0%, 100% 61%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .u-overlay-yellow-ash:after {
    padding: 150px 20px;
  }
}
.u-bg-overlay-ash {
  background: #2b2a2a;
}
.u-bg-overlay-yellow {
  background: #f2b131;
}
.u-bg-overlay-ash-yellow {
  background: #2b2a2a;
}
.u-bg-overlay-yellow-ash {
  background: #f2b131;
}
.load-more-wrap {
  text-align: center;
  padding: 0 0 1em 0;
}
.load-more-wrap #loader {
  font-weight: 600;
  color: #f2b131;
}
@media (min-width: 960px) {
  .load-more-wrap {
    padding: 1em 0 5em;
  }
}
.content-limited {
  max-height: 1100px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.content-limited::after {
  content: '';
  height: 50px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -2px;
  -webkit-box-shadow: -1px -48px 26px -14px #2b2a2a inset;
          box-shadow: -1px -48px 26px -14px #2b2a2a inset;
}
.content-limited.expanded::after {
  display: none;
}
.content-limited.expanded {
  max-height: none;
  /* show full */
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.read-more-btn {
  padding: 0 !important;
  display: inline-block;
  color: #ffffff;
  border: none;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
}
.read-more-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  padding: 2px;
  top: -1px;
  left: 5px;
  position: relative;
  border: solid #f2b131 !important;
  border-width: 0 1px 1px 0 !important;
}
@media (min-width: 960px) {
  .read-more-btn:after {
    width: 13px;
    height: 13px;
    border-width: 0 2px 2px 0 !important;
  }
}
.read-more-btn:hover {
  color: #f2b131;
}
.random-posts {
  padding-bottom: 2em;
}
.module__arrow-id svg {
  width: 30px;
  height: 30px;
}
.u-arrow-dark {
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(338deg) brightness(91%) contrast(109%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(338deg) brightness(91%) contrast(109%);
}
.u-arrow-light {
  -webkit-filter: invert(0) sepia(89%) saturate(411%) hue-rotate(317deg) brightness(118%) contrast(110%);
          filter: invert(0) sepia(89%) saturate(411%) hue-rotate(317deg) brightness(118%) contrast(110%);
}
.u-arrow-yellow {
  -webkit-filter: invert(40%) sepia(23%) saturate(1507%) hue-rotate(345deg) brightness(105%) contrast(300%);
          filter: invert(40%) sepia(23%) saturate(1507%) hue-rotate(345deg) brightness(105%) contrast(300%);
}
.u-show-desktop {
  display: none;
}
@media (min-width: 960px) {
  .u-show-desktop {
    display: block;
  }
}
.u-show-mobile {
  display: block;
}
@media (min-width: 960px) {
  .u-show-mobile {
    display: none;
  }
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1.2em;
}
.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,
.nf-form-wrap .nf-field-element input:not(.magicdust-link) {
  background: none;
  -webkit-box-shadow: 10px 10px 5px 2000px rgba(213, 213, 213, 0.3) inset;
          box-shadow: 10px 10px 5px 2000px rgba(213, 213, 213, 0.3) inset;
  border: 0;
  padding: 0.4em 0.7em !important;
}
@media (min-width: 960px) {
  .nf-form-wrap .nf-field-element textarea,
  .nf-form-wrap .nf-field-element input:not(.magicdust-link) {
    font-size: 20px;
  }
}
.nf-form-wrap .nf-field-element textarea::-webkit-input-placeholder,
.nf-form-wrap .nf-field-element input:not(.magicdust-link)::-webkit-input-placeholder {
  opacity: 1;
}
.nf-form-wrap .nf-field-element textarea::-moz-placeholder,
.nf-form-wrap .nf-field-element input:not(.magicdust-link)::-moz-placeholder {
  opacity: 1;
}
.nf-form-wrap .nf-field-element textarea:-ms-input-placeholder,
.nf-form-wrap .nf-field-element input:not(.magicdust-link):-ms-input-placeholder {
  opacity: 1;
}
.nf-form-wrap .nf-field-element textarea::-ms-input-placeholder,
.nf-form-wrap .nf-field-element input:not(.magicdust-link)::-ms-input-placeholder {
  opacity: 1;
}
.nf-form-wrap .nf-field-element textarea::placeholder,
.nf-form-wrap .nf-field-element input:not(.magicdust-link)::placeholder {
  opacity: 1;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
}
@media (min-width: 960px) {
  .nf-form-wrap .nf-field-element textarea {
    min-height: 300px;
  }
}
.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-container {
  text-align: center;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .nf-form-fields-required span {
  color: #f2b131;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1.3em;
}
/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 {
  font-weight: bold;
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
}
/**
 * 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: #f2b131;
  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: #e29b0e;
  color: #FFF;
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
}
.owl .owl-item {
  z-index: 1 !important;
  position: relative !important;
}
.owl-carousel {
  position: relative;
}
.owl-dots {
  height: auto;
  width: 100%;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  height: auto;
}
@media (min-width: 960px) {
  .owl-dots .owl-dot {
    margin: 0 15px;
  }
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #ffffff;
}
@media (min-width: 960px) {
  .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
  }
}
.owl-dots .owl-dot:focus {
  outline: none;
}
.owl-dots .active span {
  background: #f2b131 !important;
}
.image-slides .owl-dots {
  position: absolute;
  bottom: 3.5em;
  text-align: center;
  max-width: 1640px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 680px) {
  .image-slides .owl-dots {
    bottom: 5em;
  }
}
@media (min-width: 1200px) {
  .image-slides .owl-dots {
    bottom: 12em;
  }
}
.image-slides.grid--default .owl-dots {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 960px) {
  .image-slides.grid--default .owl-dots {
    padding-right: 0;
    padding-left: 50.2%;
  }
}
@media (min-width: 1200px) {
  .image-slides.grid--default .owl-dots {
    padding-right: 0;
    padding-left: 42.5%;
  }
}
.image-slides.grid--reverse .owl-dots {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 960px) {
  .image-slides.grid--reverse .owl-dots {
    padding-right: 0;
    padding-left: 50.2%;
  }
}
@media (min-width: 1200px) {
  .image-slides.grid--reverse .owl-dots {
    padding-right: 42.5%;
    padding-left: 0;
  }
}
.slides .owl-dots {
  position: absolute;
  bottom: 0.2em;
  text-align: center;
}
@media (min-width: 680px) {
  .slides .owl-dots {
    bottom: 1.5em;
    right: 5em;
    text-align: right;
  }
}
@media (min-width: 960px) {
  .slides .owl-dots {
    bottom: 2em;
    right: 6em;
  }
}
@media (min-width: 1200px) {
  .slides .owl-dots {
    bottom: 4em;
    right: 8em;
  }
}
