/*
Theme Name: Cascade forAmz Product Launcher ver2
Author: Magicdust
Author URI: https://www.magicdust.com.au
Description: Bespoke theme forAmz Product Launcher.
Version: 1.0
*/
/*------------------------------------*\
    #NORMALIZE
\*------------------------------------*/
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/**
 * Remove margins on figure.
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* 1 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    #BASE-HTML-STYLES
\*------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font: normal normal 16px/1.5 'PT Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
html,
body {
  min-height: 100%;
}
body {
  font: inherit;
  background: #FFF;
  color: #777;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 0.5em 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Geogrotesque-Light', sans-serif;
  color: #00264c;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: normal;
  font-family: 'Geogrotesque-SemiBold', sans-serif;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 1.4em;
}
h3,
.h3 {
  font-size: 1.2em;
}
h4,
.h4 {
  font-size: 1.1em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.75em;
}
@media (min-width: 680px) {
  h1,
  .h1 {
    font-size: 2.6em;
  }
  h2,
  .h2 {
    font-size: 1.6em;
  }
  h3,
  .h3 {
    font-size: 1.3em;
  }
  h4,
  .h4 {
    font-size: 1.1em;
  }
  h5,
  .h5 {
    font-size: 1em;
  }
  h6,
  .h6 {
    font-size: 0.75em;
  }
}
small {
  font-size: 0.8em;
}
div:focus {
  outline: none;
}
p,
ol,
ul,
dl,
dd,
table,
address,
pre,
form,
fieldset {
  margin: 0 0 1em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
li ol,
li ul {
  margin: 0;
  padding-left: 5%;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.2em 2em 0.2em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
blockquote.pullquote {
  font-size: 1.4em;
  font-family: 'Geogrotesque-Light', sans-serif;
}
blockquote.pullquote span {
  padding: 0 0.25em;
  background: #f15d22;
  color: #FFF;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (min-width: 680px) {
  blockquote.pullquote p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 680px) {
  blockquote.pullquote--left {
    max-width: 40%;
    float: left;
    margin-right: 2rem;
  }
  blockquote.pullquote--right {
    max-width: 40%;
    float: right;
    margin-left: 2rem;
  }
}
@media (min-width: 990px) {
  blockquote.pullquote--left {
    margin-left: -2rem;
  }
  blockquote.pullquote--right {
    margin-right: -2rem;
  }
}
ins {
  text-decoration: none;
}
del {
  text-decoration: strikethrough;
}
a {
  text-decoration: none;
  color: #00264c;
  transition: color 150ms ease-out, background 150ms ease-out;
}
a:hover,
a:focus {
  color: #f15d22;
}
.lede {
  font-size: 1.1em;
  font-family: 'Adelle-Regular', serif;
  color: #111112;
}
.lede strong {
  font-weight: normal;
  font-family: 'Adelle-Bold', serif;
}
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/**
 * Resets
 */
button,
textarea,
input:not([type]),
input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select[multiple] {
  -webkit-appearance: none;
  outline-width: 0;
}
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[multiple] {
  padding-right: 0.4em;
  padding-left: 0.4em;
  border-width: 1px;
  border-style: solid;
  transition: color 150ms ease-out, background-color 150ms ease-out, border-color 150ms ease-out, box-shadow 150ms ease-out;
}
button,
input {
  height: 2.4em;
}
input,
textarea,
select[multiple] {
  border-color: #EAEAEA;
  background: #FFF;
}
textarea,
select[multiple] {
  width: 100%;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  vertical-align: top;
}
/**
 * Buttons
 */
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding: 0 1.5em;
  text-align: center;
  cursor: pointer;
  background: #333;
  border-color: transparent;
  color: #FFF;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}
input[type="submit"] {
  border-radius: 0.25em;
  font-size: 1.25em;
  font-family: 'Geogrotesque-SemiBold';
  text-transform: uppercase;
  background: #7ac143;
}
.entry__content .gform_wrapper .gform_footer input[type="submit"] {
  height: 2em;
  font-size: 1.25em;
}
/**
 * Non-Rectangular Inputs
 */
input[type="checkbox"],
input[type="radio"],
input[type="range"],
input[type="file"],
input[type="image"] {
  height: auto;
}
input[type="range"],
input[type="file"],
input[type="image"] {
  padding: 0;
  border: none;
  background: transparent;
}
/**
 * Fieldsets
 */
legend {
  font-weight: bold;
}
/**
 * Focus
 */
input:focus,
textarea:focus,
select[multiple]:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  border-color: #7ac143;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
input[type="submit"]:focus {
  border-color: #f15d22;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/**
 * Search Form
 */
.search-form__submit {
  color: #222;
}
.search-form__submit:focus {
  box-shadow: none;
  color: #7ac143;
}
.gform_wrapper {
  padding: 1.5rem 1.5rem 0 1.5rem;
  border: 1px solid #EAEAEA;
  border-radius: 0.25em;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.hide-label .gfield_label {
  display: none !important;
}
/*------------------------------------*\
    #GRID-SYSTEM
\*------------------------------------*/
.grid {
  margin-left: -15px;
  margin-right: -15px;
}
.grid:after,
.grid:before {
  content: '';
  display: table;
  clear: both;
}
.grid:after,
.grid:before {
  content: '';
  display: table;
  clear: both;
}
.grid--no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.grid--small-gutters {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.grid--large-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.grid--no-gutters .grid__column {
  padding-left: 0;
  padding-right: 0;
}
.grid--small-gutters .grid__column {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.grid--large-gutters .grid__column {
  padding-left: 30px;
  padding-right: 30px;
}
.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: 990px) {
  .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%;
  }
}
/*------------------------------------*\
    #UTILITY-CLASSES
\*------------------------------------*/
.u-wide {
  width: 100%;
}
.u-video-wrap {
  position: relative;
}
.u-video-wrap:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
  /* Adjust for aspect ratio. 56.25 is 16:9. Calculate as X/Y where ratio is X:Y. */
}
.u-video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------*\
    #NAVIGATION
\*------------------------------------*/
.navbar {
  position: relative;
  z-index: 1;
  font-size: 1.1em;
  font-family: 'Geogrotesque-Light', sans-serif;
}
.navbar,
.navbar a {
  color: #00264c;
}
.navbar a:hover,
.navbar .focus > a,
.navbar .current-menu-item > a,
.navbar .current-page-ancestor > a {
  color: #00264c;
}
.navbar__header {
  text-align: center;
}
.navbar__toggle {
  vertical-align: top;
  line-height: 1;
  background: transparent;
}
.navbar__menu {
  position: relative;
  z-index: 10;
  display: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.navbar__menu.open {
  display: block;
}
.navbar__menu .menu-item {
  display: block;
  position: relative;
  perspective: 400px;
}
.navbar__menu a {
  display: block;
  padding: 1.4em 1.2em;
}
.navbar__menu a:focus {
  outline: none;
}
@media (min-width: 990px) {
  .navbar {
    text-align: center;
  }
  .navbar__header {
    display: none;
  }
  .navbar__menu {
    display: inline-block;
    vertical-align: top;
  }
  .navbar__menu > .menu-item {
    float: left;
  }
  .navbar__menu .sub-menu {
    clip: rect(0, 0, 0, 0);
    -ms-transform-origin: left top;
        transform-origin: left top;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 12em;
    padding: 4px 0 0 0;
    box-shadow: 4px 4px 4px -4px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    text-align: left;
  }
  .navbar__menu .sub-menu a {
    padding: 1em 4em 1em 1.3em;
    border: solid #2a2a2a;
    border-width: 1px 0 0 0;
    font-size: 0.8em;
    background: #222222;
    color: #efefef;
  }
  .navbar__menu .sub-menu a:hover,
  .navbar__menu .sub-menu a:focus {
    background: #151515;
  }
  .menu-item:first-child > .navbar__menu .sub-menu a {
    border-width: 0;
  }
  .navbar__menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    padding: 0 0 0 4px;
    -ms-transform-origin: left center;
        transform-origin: left center;
  }
  .navbar__menu .menu-item.focus > .sub-menu,
  .navbar__menu .menu-item:hover > .sub-menu {
    clip: auto;
  }
  .navbar__menu > .menu-item > .sub-menu:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    border: 4px solid transparent;
    top: -4px;
    left: 1em;
    margin-left: -4px;
    border-bottom-color: #222222;
  }
  .navbar__menu .sub-menu .sub-menu .menu-item:first-child:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    border: 4px solid transparent;
    top: 50%;
    right: 100%;
    margin-top: -4px;
    border-right-color: #222222;
  }
  .navbar__menu .menu-item-has-children > a:after {
    content: ' \f431';
    font-family: 'Genericons';
    vertical-align: top;
  }
  .navbar__menu .sub-menu .menu-item-has-children > a:after {
    position: absolute;
    right: 1em;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}
.no-js .navbar__menu {
  display: block;
}
.no-js .navbar__header {
  display: none;
}
/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
img,
.wp-caption {
  max-width: 100%;
  width: auto;
  height: auto;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin-bottom: 1.5em;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.5em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 2em;
  margin-left: -15px;
}
@media (min-width: 990px) {
  .alignleft,
  .alignleft.wp-caption {
    margin-left: 0;
  }
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 2em;
  margin-right: -15px;
}
@media (min-width: 990px) {
  .alignright,
  .alignright.wp-caption {
    margin-right: 0;
  }
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
/*------------------------------------*\
    #GALLERIES
\*------------------------------------*/
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin-bottom: 1.5em;
  padding: 0;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-icon {
  display: inline-block;
}
.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;
}
/*------------------------------------*\
    #MEDIA-ELEMENT-JS
\*------------------------------------*/
.mejs-container {
  margin-bottom: 1.5em;
}
/*------------------------------------*\
    #SCREEN-READERS
\*------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  height: 1px;
  width: 1px;
  transition: none;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009f6b;
  color: #FFF;
}
.screen-reader-text:focus:after {
  content: '\f458';
  display: inline-block;
  padding-left: 0.5em;
  vertical-align: middle;
  font-family: 'genericons';
}
/*------------------------------------*\
    #STRUCTURAL
\*------------------------------------*/
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
  clear: both;
}
.helper {
  overflow: hidden;
}
.container {
  max-width: 990px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
.navbar {
  margin-bottom: 2rem;
}
.content,
.sidebar {
  margin-bottom: 3rem;
}
.home .content,
.home .navbar {
  margin-bottom: 0;
}
/*------------------------------------*\
    #SITE-HEADER
\*------------------------------------*/
.site-header {
  position: relative;
  z-index: 2;
  background: #FFF;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  border-bottom: 50px solid #00264c;
}
.site-header .site-title {
  margin: 0;
}
.site-logo {
  display: block;
  margin: 1rem auto;
  max-width: 250px;
}
.site-tagline {
  margin: 0.5em 0;
  font-size: 0.7em;
  text-align: center;
  font-family: 'Geogrotesque-Light', sans-serif;
  color: #333;
}
@media (min-width: 680px) {
  .site-tagline {
    margin: 0.75em 0;
    font-size: 1em;
  }
}
@media (min-width: 680px) {
  .site-tagline {
    text-align: right;
  }
}
/*------------------------------------*\
    #POSTS
\*------------------------------------*/
.list-view .entry {
  margin-bottom: 3rem;
}
.entry__header {
  margin-bottom: 1rem;
}
.page-template-page-templatesfull-width-php .entry__header {
  font-size: 1.2em;
  text-align: center;
}
.archive__header {
  margin-bottom: 3rem;
}
.entry__title {
  margin: 0;
  word-wrap: break-word;
}
.entry__title a:not(:hover):not(:focus) {
  color: inherit;
}
.entry__meta {
  margin-top: 0.25em;
  font-size: 0.8em;
}
.entry__meta a:not(:hover):not(:focus) {
  color: #888;
}
.entry__meta-item {
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.75em;
}
.entry__meta-item--date:before,
.entry__meta-item--comments:before,
.entry__meta-item--edit:before {
  display: inline-block;
  font-family: 'Genericons';
  vertical-align: top;
}
.entry__meta-item--date:before {
  content: '\f307';
}
.entry__meta-item--edit:before {
  content: '\f411';
}
.entry__meta-item--comments:before {
  content: '\f300';
}
.entry__content .alignright,
.entry__content .alignleft {
  max-width: 50%;
}
.entry__footer {
  margin-top: 3rem;
}
.entry__terms:before {
  display: inline-block;
  font-family: 'Genericons';
  vertical-align: top;
}
.entry__terms--categories:before {
  content: '\f301';
}
.entry__terms--tags:before {
  content: '\f302';
}
.post-navigation__prev,
.post-navigation__next {
  width: 48%;
}
.post-navigation__prev {
  float: left;
  text-align: left;
}
.post-navigation__next {
  float: right;
  text-align: right;
}
.pagination > a,
.pagination > span {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0.2em 0.6em;
  border: 1px solid #DDD;
}
.touch .pagination > a,
.touch .pagination > span {
  padding: 0.5em 1em;
}
.pagination:after,
.pagination:before {
  content: '';
  display: table;
  clear: both;
}
.pagination:after,
.pagination:before {
  content: '';
  display: table;
  clear: both;
}
.page-numbers.dots {
  border: none;
}
.pagination,
.page-links,
.post-navigation,
#infinite-handle {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.page-buttons {
  margin: 0 -5px 2rem -5px;
  padding: 0;
  overflow-y: hidden;
}
.page-buttons .page_item {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0 5px;
}
@media (min-width: 480px) {
  .page-buttons .page_item {
    width: 50%;
  }
}
@media (min-width: 680px) {
  .page-buttons .page_item {
    width: 33.3333%;
    width: calc(100%/3);
  }
}
.page-buttons .page_item a {
  display: block;
  position: relative;
  padding: 0.25em 0;
  background: #d4d6d7;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #d4d6d7 0%, #a2a5a7 100%);
  /* W3C */
  color: #FFF;
  text-align: center;
  font-family: 'Geogrotesque-Light', sans-serif;
  text-transform: uppercase;
  opacity: 0.4;
}
.page-buttons .page_item a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
}
.page-buttons a:hover,
.page-id-18 .page-buttons .page_item-228 > a,
.page-buttons .current_page_ancestor > a,
.page-buttons .current_page_item > a,
.page-buttons.subpages-page-list a {
  opacity: 1;
  font-weight: normal;
}
.page-buttons:after,
.page-buttons:before {
  content: '';
  display: table;
  clear: both;
}
.page-buttons:after,
.page-buttons:before {
  content: '';
  display: table;
  clear: both;
}
.page-buttons--main {
  margin: 0 -10px 0 -10px;
}
.page-buttons--main .page_item {
  padding: 0 10px;
  width: 100%;
  font-size: 1.3em;
}
@media (min-width: 480px) {
  .page-buttons--main .page_item {
    font-size: 1.6em;
  }
}
@media (min-width: 680px) {
  .page-buttons--main .page_item {
    width: 50%;
  }
}
a .page-buttons--main .page_item:after {
  border-width: 12px;
}
.page-buttons--alt .page_item a,
.page-buttons--main .page_item:first-child a {
  background: #dbc69e;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #dbc69e 0%, #c8a155 100%);
  /* W3C */
}
.page-circles {
  margin: 0 -5px 1.5rem -5px;
  padding: 0;
  overflow: hidden;
}
.page-circles:after,
.page-circles:before {
  content: '';
  display: table;
  clear: both;
}
.page-circles:after,
.page-circles:before {
  content: '';
  display: table;
  clear: both;
}
.page-circles .page_item {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding: 0 5px;
}
@media (min-width: 680px) {
  .page-circles .page_item {
    width: 25%;
  }
}
.page-circles .page_item:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.page-circles .page_item a {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0.4;
}
.page-circles a:hover,
.page-circles.subpages-page-list a,
.page-circles .current_page_item > a {
  opacity: 1;
}
.page-circles .page-item-420 a,
.page-circles .page-item-421 a,
.page-circles .page-item-422 a,
.page-circles .page-item-423 a {
  text-indent: -9999px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-circles .page-item-420 a {
  background-image: url(../images/create-cashflow.svg);
}
.page-circles .page-item-421 a {
  background-image: url(../images/optimise-online.svg);
}
.page-circles .page-item-422 a {
  background-image: url(../images/simple-systems.svg);
}
.page-circles .page-item-423 a {
  background-image: url(../images/productive-people.svg);
}
/*------------------------------------*\
    #COMMENTS
\*------------------------------------*/
.comments {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.comments__header {
  margin-bottom: 1.5rem;
}
.comment__list {
  padding: 0;
}
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 3rem;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata a:not(:hover):not(:focus) {
  color: #888;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 70px;
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 50px;
  width: auto;
  height: auto;
  border-radius: 50%;
}
.comment-edit-link {
  margin-left: 0.5em;
}
.comment-respond {
  margin: 3em 0 0 0;
}
.comment .comment-respond {
  margin: 0 0 3em 0;
}
.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;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/*------------------------------------*\
    #TESTIMONIALS
\*------------------------------------*/
.testimonial {
  margin-bottom: 1.5rem;
}
.testimonial-flag {
  line-height: 1.2;
  text-align: center;
}
.testimonial-thumb {
  max-width: 150px;
  height: auto;
  margin: 0 auto 0.5em auto;
  border: 3px solid #FFF;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.testimonial-title {
  font-size: 1.5em;
  text-transform: uppercase;
}
.testimonial-title:after {
  content: '\A';
  white-space: pre;
}
.testimonial-subtitle {
  font-size: 0.85em;
}
.testimonial-title,
.testimonial-subtitle {
  display: inline;
}
.testimonial .entry__meta-item--edit {
  display: none;
}
@media (min-width: 680px) {
  .front-page-section .testimonial-quote {
    float: right;
    width: 60%;
  }
  .front-page-section .testimonial-flag {
    float: left;
    width: 34%;
  }
  .flexbox .front-page-section .testimonial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .flexbox .front-page-section .testimonial p:last-child {
    margin: 0;
  }
}
.front-page-section .testimonial {
  margin-bottom: 3rem;
}
.front-page-section .testimonial:after,
.front-page-section .testimonial:before {
  content: '';
  display: table;
  clear: both;
}
.front-page-section .testimonial:after,
.front-page-section .testimonial:before {
  content: '';
  display: table;
  clear: both;
}
.sidebar .testimonial {
  margin-bottom: 1.5rem;
}
.sidebar .testimonial-thumb {
  max-width: 125px;
  height: auto;
  border: 5px solid #EAEAEA;
  box-shadow: none;
}
.sidebar .testimonial-flag {
  font-family: 'Geogrotesque-Regular', 'PT Sans', sans-serif;
  color: #00264c;
}
/*------------------------------------*\
    #WIDGETS
\*------------------------------------*/
.widget {
  margin-bottom: 1.5rem;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.widget__title {
  font-size: 1em;
}
.widget_recent_entries .post-date {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
/*------------------------------------*\
    #SEARCH FORM
\*------------------------------------*/
.search-form {
  display: block;
  position: relative;
}
.search-form__search::-webkit-input-placeholder {
  text-align: center;
}
.search-form__search:-ms-input-placeholder {
  text-align: center;
}
.search-form__search::placeholder {
  text-align: center;
}
.search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 0.5em;
  border: none;
  background: transparent;
  font-size: 1.25em;
}
.search-form__submit:focus {
  box-shadow: none;
}
/*------------------------------------*\
    #404-PAGE
\*------------------------------------*/
.error404 .entry {
  margin: 4rem 0 8rem 0;
  text-align: center;
}
.error404 .entry .search-form {
  display: inline-block;
  max-width: 100%;
  width: 20em;
}
/*------------------------------------*\
    #SITE-FOOTER
\*------------------------------------*/
.footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #00264c;
  color: #FFF;
}
.footer p,
.footer .widget {
  margin-bottom: 1rem;
}
.footer a:not(:focus):not(:hover) {
  color: #FFF;
}
.footer .widget {
  font-size: 1.05em;
  font-family: 'Geogrotesque-RegularIt', sans-serif;
}
.footer .tagline {
  position: relative;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.6);
  font-family: 'Geogrotesque-Regular', sans-serif;
  font-size: 1.25em;
}
.footer .tagline:after {
  content: '\f501';
  font-size: 0.5em;
  font-family: 'genericons';
  position: absolute;
  left: 100%;
  left: calc(100% + 0.5em);
  top: 100%;
  top: calc(100% + 1px);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #0080bf;
}
.menu--footer {
  padding: 0;
  font-family: 'Geogrotesque-Medium', sans-serif;
  text-transform: uppercase;
}
.menu--footer .menu-item {
  list-style: none;
  margin: 0;
}
.menu--footer .menu-item a {
  padding: 0 0.3em;
  background: #00bce4;
}
.menu--footer .menu-item a:hover,
.menu--footer .menu-item a:focus {
  background: #f15d22;
  color: #FFF;
}
.copyright {
  margin-bottom: 1em;
  font-size: 0.9em;
}
.copyright .menu-item {
  display: inline;
  white-space: nowrap;
}
.copyright .menu-item:before {
  content: ' / ';
}
.footer-banner {
  margin-bottom: 1rem;
}
/*------------------------------------*\
    #JUMBOTRON
\*------------------------------------*/
.jumbotron {
  padding: 1.5rem 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.jumbotron .container {
  position: relative;
}
.jumbotron__title {
  margin: 0 0 1em 0;
  font-size: 6.7vw;
  line-height: 1;
  font-family: 'Geogrotesque-SemiBold', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .jumbotron__title {
    margin: 0 0 .5em 0;
    font-size: 3.9em;
  }
}
.jumbotron__title span {
  display: inline-block;
  margin: 0.08em 0;
  padding: 2px 5px;
  background: #f15d22;
  color: #FFF;
}
.jumbotron__tagline {
  margin: 0;
  font-size: 4.2vw;
  line-height: 1;
  font-family: 'Geogrotesque-Medium', sans-serif;
  text-transform: uppercase;
  text-align: right;
  padding-top: .5em;
}
.jumbotron__tagline span {
  display: inline-block;
  margin: 0.08em 0;
  padding: 2px 5px;
  background: #00264c;
  color: #FFF;
}
@media (min-width: 990px) {
  .jumbotron__tagline {
    font-size: 2.17em;
  }
}
.jumbotron__button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: transparent !important;
  width: 16%;
  background: url(../images/play-button--white.svg) center center no-repeat;
}
.jumbotron__button:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/*------------------------------------*\
    #FIGURES
\*------------------------------------*/
.figure {
  margin: 0.5em 0;
  padding: 1em 0;
  font-size: 1em;
  line-height: 1;
}
@media (min-width: 990px) {
  .figure {
    font-size: 1.2em;
  }
}
.figure__number,
.figure__description {
  display: block;
  text-align: center;
}
.figure__number {
  font-size: 2.8em;
  font-family: 'Geogrotesque-Medium', sans-serif;
}
.figure__description {
  font-family: 'Shadows Into Light', cursive;
}
/*------------------------------------*\
    #LIBRARY
\*------------------------------------*/
.library-items {
  overflow: hidden;
  margin: 1em -5px;
}
.touch .library-items {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.touch .library-items::-webkit-scrollbar {
  display: none;
}
.touch .library-items {
  margin-right: -15px;
}
@media (min-width: 990px) {
  .touch .library-items {
    margin-right: 0;
  }
}
.library-items__item {
  float: left;
  width: 50%;
  padding: 5px;
}
@media (min-width: 680px) {
  .library-items__item {
    width: 25%;
  }
}
@media (min-width: 990px) {
  .library-items__item {
    width: 12.5%;
  }
}
@media (max-width: 990px) {
  .touch .library-items__item {
    float: none;
    display: inline-block;
    width: 40%;
  }
}
@media (max-width: 990px) and (min-width: 680px) {
  .touch .library-items__item {
    width: 28.5625%;
  }
}
.library-item {
  position: relative;
  padding: 10px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.library-item a {
  display: block;
}
.library-item__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  font-family: 'Geogrotesque-Regular', sans-serif;
  text-align: center;
  background: #00264c;
  color: #FFF;
  transition: all 150ms ease-out;
}
a:hover .library-item__label {
  background: #f15d22;
}
/*------------------------------------*\
    #PAGE-BANNER
\*------------------------------------*/
.page-template-page-with-banner .navbar,
.page-template-page-with-video-gallery .navbar,
.blog .navbar,
.single-post .navbar {
  margin-bottom: 0;
}
.page-banner {
  color: #333;
  margin-bottom: 1.5rem;
  padding: 2.2em 0 1.2em;
  background-color: #AAA;
  background-position: center center;
  background-size: cover;
}
.page-banner .entry__title {
  font-size: 2.4em;
  font-family: 'Geogrotesque-Medium', sans-serif;
  text-transform: uppercase;
  color: inherit;
}
@media (min-width: 680px) {
  .page-banner .entry__title {
    font-size: 3em;
  }
}
.page-banner .entry__title strong {
  padding: 0 0.25em;
  font-family: 'Geogrotesque-Medium', sans-serif;
  background: #7ac143;
  color: #FFF;
}
.flexbox .page-banner {
  display: -ms-flexbox;
  display: flex;
  min-height: 15.5rem;
  -ms-flex-align: center;
      align-items: center;
}
.flexbox .page-banner .container {
  width: 100%;
}
.entry__subtitle {
  position: relative;
  display: inline-block;
  min-width: 50%;
  margin: 0.75em 0 0.75em 0;
  padding: 0 1em 0.75em 0;
  border-bottom: 2px dotted currentColor;
  font: normal normal 1.25em/1 'Shadows Into Light', cursive;
  letter-spacing: 0.12em;
  color: inherit;
}
@media (min-width: 680px) {
  .entry__subtitle {
    font-size: 1.5em;
  }
}
.entry__subtitle:after {
  content: '\f501';
  font-size: 0.5em;
  font-family: 'genericons';
  position: absolute;
  left: 100%;
  left: calc(100% + 0.5em);
  top: 100%;
  top: calc(100% + 1px);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.page-banner__button {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 680px) {
  .page-banner__button {
    width: 55px;
    height: 55px;
  }
}

.page-banner--white-blue, .page-banner--white-light-blue, .page-banner--white-orange, .page-banner--white-green { color: #FFF; }
.page-banner--white-blue .entry__title strong, .page-banner--black-blue .entry__title strong { background: #0080BF; }
.page-banner--white-blue .page-banner__button, .page-banner--black-blue .page-banner__button { background-image: url(../images/play-button--blue.svg); }
.page-banner--white-light-blue .entry__title strong, .page-banner--black-light-blue .entry__title strong { background: #00bce4; }
.page-banner--white-light-blue .page-banner__button, .page-banner--black-light-blue .page-banner__button { background-image: url(../images/play-button--light-blue.svg); }
.page-banner--white-orange .entry__title strong, .page-banner--black-orange .entry__title strong { background: #f15d22; }
.page-banner--white-orange .page-banner__button, .page-banner--black-orange .page-banner__button { background-image: url(../images/play-button--orange.svg); }
.page-banner--white-green .entry__title strong, .page-banner--black-green .entry__title strong { background: #7ac143; }
.page-banner--white-green .page-banner__button, .page-banner--black-green .page-banner__button { background-image: url(../images/play-button--green.svg); }

/*------------------------------------*\
    #VIDEO-GALLERY
\*------------------------------------*/
.video-gallery {
  margin: 0 -5px 2rem -5px;
  overflow: hidden;
}
.video-gallery:after,
.video-gallery:before {
  content: '';
  display: table;
  clear: both;
}
.video-gallery:after,
.video-gallery:before {
  content: '';
  display: table;
  clear: both;
}
.video-gallery__item {
  display: none;
  float: left;
  width: 100%;
  padding: 5px;
}
@media (min-width: 480px) {
  .video-gallery__item {
    width: 50%;
  }
}
@media (min-width: 680px) {
  .video-gallery__item {
    width: 33.33333333%;
  }
}
@media (min-width: 990px) {
  .video-gallery__item {
    width: 25%;
  }
}
.video-filters {
  margin-bottom: 1rem;
  text-align: center;
}
.touch .video-filters {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.touch .video-filters::-webkit-scrollbar {
  display: none;
}
.touch .video-filters {
  margin-right: -15px;
}
@media (min-width: 990px) {
  .touch .video-filters {
    margin-right: 0;
  }
}
.mix-filter {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 5px;
  padding: 0.15em 0.75em;
  font-size: 1.4em;
  font-family: 'Geogrotesque-SemiBold';
  text-transform: uppercase;
  background: #0080bf center center / auto 1.4em no-repeat;
  color: #FFF;
  cursor: pointer;
}
.mix-filter:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
}
.mix-filter.active,
.mix-filter:active {
  background-color: #00264c;
  cursor: normal;
}
.mix-filter[data-filter=".mix-male"],
.mix-filter[data-filter=".mix-female"],
.mix-filter[data-filter=".mix-love"] {
  width: 4em;
  text-indent: -9999px;
  text-align: left;
}
.mix-filter[data-filter=".mix-male"] {
  background-image: url(../images/male.svg);
}
.mix-filter[data-filter=".mix-female"] {
  background-image: url(../images/female.svg);
}
.mix-filter[data-filter=".mix-love"] {
  background-image: url(../images/love.svg);
  background-size: auto 1.2em;
  width: 4em;
}
/*------------------------------------*\
    #SOCIAL-MENU
\*------------------------------------*/
.menu--social {
  margin: 1rem 0;
  padding: 0;
}
.menu--social .menu-item {display: block;float: left;/*margin: 0 10px 0 0;*/margin: 0 20px 0 0;}
.menu--social a {display: block;}
.menu--social a:before {
  content: '\f408';
  display: block;
  font-size: 16px;
  font-family: 'genericons';
  color: #00264c;
  background: #FFF;
  border-radius: 50%;
  width: 22px;
  line-height: 22px;
  text-align: center;
  transition: all 150ms ease-out;
}
.touch .menu--social a:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.menu--social a:hover:before,
.menu--social a:focus:before {
  background: #f15d22;
  color: #FFF;
}
.menu--social a[href*='facebook.com']:before {
  content: '\f204';
}
.menu--social a[href*='youtube.com']:before {
  content: '\f213';
}
.menu--social a[href*='twitter.com']:before {
  content: '\f202';
}
.menu--social a[href*='instagram.com']:before {
  content: '\f215';
}
.menu--social a[href*='linkedin.com']:before {
  content: '\f207';
}
.menu--social a[href*='google.com']:before {
  content: '\f218';
}
.menu--social a[href*='flickr.com']:before {
  content: '\f211';
}
.menu--social a[href*='pinterest.com']:before {
  content: '\f209';
}
.menu--social:after,
.menu--social:before {
  content: '';
  display: table;
  clear: both;
}
.menu--social:after,
.menu--social:before {
  content: '';
  display: table;
  clear: both;
}
/*------------------------------------*\
    #FAQ
\*------------------------------------*/
.faq > p {
  display: none;
}
.faq__q {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.25em;
  padding: 1em 1em 1em 2rem;
  text-align: left;
  background: rgba(0, 128, 191, 0.1);
  color: #00264c;
}
.faq__q:before {
  content: '▸';
  display: block;
  position: absolute;
  left: 1rem;
  top: 50%;
  font-size: 1.5em;
  text-align: center;
  color: #7ac143;
  transition: transform 150ms ease-in;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -ms-transform-origin: center center;
      transform-origin: center center;
}
.faq__q.open,
.no-js .faq__q {
  margin-bottom: 1em;
}
.faq__q.open:before,
.no-js .faq__q:before {
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.faq__a {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 2rem;
}
.faq__a.open,
.no-js .faq__a {
  height: auto;
}
/*------------------------------------*\
    #AD
\*------------------------------------*/
.ad {
  padding: 1rem;
  background: #646567 url(../images/ad.jpg) center center / cover no-repeat;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #FFF;
  text-align: right;
}
.ad__title {
  font-size: 1.55em;
  line-height: 1.35;
  font-family: 'Geogrotesque-SemiBold', sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
.ad__title span {
  padding: 0 0.25em;
  background: #f15d22;
}
.ad__description {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1.2;
  font-family: 'Shadows Into Light', cursive;
}
.ad__button {
  padding: 0.5em;
  border-radius: 0.45em;
  font-size: 1.6em;
  line-height: 1;
  font-family: 'Geogrotesque-Bold';
  text-align: center;
  background: #f15d22;
}
.ad--alt {
  background-image: url(../images/ad--alt.jpg);
}
.ad--alt .ad__title span {
  background: #00bce4;
}
.ad--alt .ad__button {
  background: #00bce4;
}
.signup-form .moonray-form.moonray-form {
  width: 100%;
  padding: 5px;
  border: none;
  /*background: #95ce69;*/background: #00add7;
}
.signup-form .moonray-form.moonray-form .moonray-form-clearfix {
  margin: 0;
}
.signup-form .moonray-form.moonray-form,
.signup-form .moonray-form.moonray-form .moonray-form-label {
  font: inherit;
}
.signup-form .moonray-form.moonray-form .moonray-form-element-wrapper {
  padding: 5px;
}
.signup-form .moonray-form.moonray-form .moonray-form-input {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 10px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
}
.signup-form .moonray-form.moonray-form .moonray-form-input-type-submit {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.signup-form .moonray-form.moonray-form .moonray-form-input-type-submit .moonray-form-input {
  display: block !important;
  width: 100% !important;
  height: 68px;
  border: none;
  background: #00264c;
  background-image: none !important;
  color: #FFF;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.signup-form {
  padding: 20px 10px 10px 10px;
  background: #7ac143 center center / cover no-repeat;
  color: #FFF;
  text-align: center;
}
.signup-form .signup-form__title {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1;
  font-family: 'Geogrotesque-Medium', sans-serif;
  text-transform: uppercase;
  color: inherit;
}
@media (min-width: 990px) {
  .signup-form .signup-form__title {
    font-size: 1.7em;
  }
}
.signup-form .signup-form__title strong {
  font-weight: normal;
  color: #00264c;
}
.signup-form p {
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
  line-height: 1.2;
  font-family: 'Shadows Into Light', cursive;
}
.signup-form img {
  margin-bottom: 0;
}
.signup-form .moonray-form.moonray-form .moonray-form-label {
  display: none;
}
.signup-form .moonray-form.moonray-form .moonray-form-input-type-submit {
  padding-top: 5px;
  padding-bottom: 5px;
}
.signup-form .moonray-form.moonray-form .moonray-form-input-type-submit .moonray-form-input {
  display: block !important;
  width: 100% !important;
}
.signup-form .ajax-loader {
  position: absolute;
}
.signup-form .wpcf7 {
  font-size: 16px;
}
.signup-form form {
  margin: 0;
}
.signup-form--horizontal {
  padding: 1em 0;
  letter-spacing: 0.075em;
}
.signup-form--horizontal .signup-form__title {
  font-size: 1.6em;
}
@media (min-width: 990px) {
  .signup-form--horizontal .signup-form__title {
    font-size: 2.4em;
  }
}
.signup-form--horizontal p {
  font-size: 1.2em;
}
@media (min-width: 990px) {
  .signup-form--horizontal p {
    font-size: 1.6em;
  }
}
.signup-form--horizontal .moonray-form.moonray-form {
  border-radius: 10px;
}
@media (min-width: 480px) {
  .signup-form--horizontal .moonray-form.moonray-form .moonray-form-element-wrapper {
    float: left;
    width: 50%;
  }
  .signup-form--horizontal .moonray-form.moonray-form .moonray-form-input-type-submit {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .signup-form--horizontal .moonray-form.moonray-form .moonray-form-element-wrapper {
    width: 20%;
  }
}
.signup-form--horizontal .moonray-form.moonray-form .moonray-form-input {
  height: 52px;
}
.signup-form--horizontal .moonray-form.moonray-form .moonray-form-input-type-submit .moonray-form-input {
  height: 52px;
}
.page-template-alt-template .signup-form--horizontal {
  background-image: none;
}
.signup-form--vertical {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.signup-form--vertical p {
  padding: 0 10px;
}
.signup-form--vertical .moonray-form.moonray-form {
  border-radius: 10px;
}
.signup-form--vertical .moonray-form.moonray-form .moonray-form-input {
  height: 45px;
}
.signup-form--vertical .moonray-form.moonray-form .moonray-form-input-type-submit .moonray-form-input {
  height: 52px;
}
/*------------------------------------*\
    #FRONT-PAGE
\*------------------------------------*/
.front-page-section {
  padding: 1rem 0;
}
.front-page-section__title {
  margin-bottom: 0;
  font-size: 1.8em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 680px) {
  .front-page-section__title {
    font-size: 2.6em;
  }
}
.front-page-section__title strong {
  font-family: 'Geogrotesque-SemiBold', sans-serif;
  color: #00bce4;
}
.front-page-section__title span {
  color: #93c354;
  font-weight: 600;
}
.magic-button {
  display: inline-block;
  background: #00264c;
  color: #fff;
  padding: .5em 1.5em;
  border-radius: 10px;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 480px) {
  .magic-button {
    padding: .5em 0;
    font-size: 20px;
    width: 100%;
  }
}
.magic-button2 {
  background: #7AC143;
  margin-left: 1.2rem;
}
@media (max-width: 480px) {
  .magic-button2 {
    margin-left: 0;
    margin-top: .5em;
  }
}
.front-page-section__description {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-family: 'Shadows Into Light', cursive;
  text-align: center;
  letter-spacing: 0.1em;
  color: #f15d22;
}
@media (min-width: 680px) {
  .front-page-section__description {
    font-size: 1.5em;
  }
}
.front-page-section__content {
  font-size: 0.9em;
  font-family: 'Geogrotesque-Light', sans-serif;
  text-align: center;
  color: #333;
}
@media (min-width: 680px) {
  .front-page-section__content {
    font-size: 1.1em;
  }
}
.front-page-section--jumbotron {
  padding: 0;
}
.front-page-section--figures {
  padding: 0.5rem 0 0.75rem 0;
  background: #00264c;
  color: #FFF;
}
.front-page-section--figures .figure {
  float: left;
  width: 50%;
}
.front-page-section--figures .figure:last-child {
  width: 100%;
}

@media (min-width: 680px) {
  .front-page-section--figures .figure, .front-page-section--figures .figure:last-child { position: relative; width: 20%; border-left: 2px dotted rgba(255, 255, 255, 0.6); }
  .front-page-section--figures .figure:after, .front-page-section--figures .figure:last-child:after { content: '\f502'; font-size: 0.5em; font-family: 'genericons'; position: absolute; right: 100%; right: calc(100% + 1px); top: 100%; top: calc(100% + 0.5em); -ms-transform: translateX(50%); transform: translateX(50%); color: #0080bf; }
}

.front-page-section--figures .figure:first-child { border-left: none; }
.front-page-section--figures .figure:first-child:after { display: none; }
.front-page-section--list-2 { background: #EFEFEF; }
.front-page-section--list-2 .front-page-section__title strong { color: #7ac143; }
.front-page-section--logos .front-page-section__title strong { color: #7ac143; }
.front-page-section--testimonials { padding: 2rem 0; background: #00264c; color: #FFF; }
.front-page-section--testimonials .front-page-section__title { margin-bottom: 2rem; color: inherit; }

@media (min-width: 990px) {
  .front-page-section--testimonials .front-page-section__title { text-align: left; }
}

.front-page-section--testimonials a:not(:hover):not(:focus) { color: #FFF; }
.front-page-section--testimonials .widget { margin-bottom: 0; }
.front-page-section--testimonials .testimonial { margin-bottom: 0; }
.front-page-section--testimonials .testimonial-quote { text-align: center; }

@media (min-width: 990px) {
  .front-page-section--testimonials .testimonial-quote { font-size: 1.3em; }
}

.front-page-section--testimonials .testimonial-subtitle { background: transparent; font-size: 1.2em; }
.front-page-section--testimonials .testimonial-thumb { border: 6px solid #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
.front-page-section--videos .front-page-section__content { font-size: 1.2em; line-height: 1.1; color: #00264c; }

@media (min-width: 680px) {
  .front-page-section--videos .front-page-section__content { font-size: 1.9em; }
}

.front-page-section--videos .front-page-section__content p { margin: 0 0 0.5em 0; }
.front-page-section--videos .front-page-section__content a:not(:hover):not(:focus) { color: #00bce4; }
.front-page-section--videos .video-gallery__item { display: block; }
.module--hero { overflow: hidden; padding: 0; background: center center / cover no-repeat; }
.module--hero .button { display: inline-block; vertical-align: top; padding: 0.6em; border-radius: 5px; line-height: 1; font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif; text-transform: uppercase; text-align: center; background: #7ac143; color: #FFF; }
.module--hero .button:hover { background: #00264c; color: #FFF; }
.hero .module--hero .button { box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.25); }
.module--hero .button--primary { background: #f15d22; background: #f15d22 linear-gradient(to bottom, #f15d22 0, #cf4c0f 100%); }
.module--hero .button--wide { display: block; }

@media (min-width: 990px) {
  .module--hero .button--large { font-size: 1.3em; }
}

.hero { position: relative; padding: 1rem 0; }

@media (min-width: 990px) {
  .hero { padding-top: 1rem; }
}

.hero .grid { position: relative; z-index: 2; }

@media (max-width: 480px) {
  .hero .hero__col { width: 66%; }
}

.hero__image { position: absolute; z-index: 1; top: 2rem; bottom: 0; left: 44%; display: block; max-width: none; width: auto; height: 100%; }

@media (min-width: 480px) {
  .hero__image { top: 0; left: 56%; }
}
@media (min-width: 990px) {
  .hero__image { right: 0; left: auto; }
}

.hero__presents { margin-bottom: 1rem; font-size: 1.2em; }
.hero__presents img { display: inline-block; vertical-align: middle; width: 10.5rem; max-width: 50%; margin-right: 0.5rem; }

@media (min-width: 990px) {
  .hero__presents { padding-left: 0; }
}

.hero__title { margin-top: 0; font-size: 0.9em; font-family: 'Avenir LT W01_95 Black1475556', sans-serif; font-weight: bold; }

@media (min-width: 480px) {
  .hero__title { font-size: 1.2em; }
}
@media (min-width: 680px) {
  .hero__title { font-size: 1.7em; }
}

.hero__logos { display: none; }

@media (min-width: 680px) {
  .hero__logos { display: block; max-width: 85%; }
}

.module--posts { padding: 3rem 0 1rem 0; }
.module--posts .panel { margin-bottom: 2.5rem; }
.module--posts .post_wrap { border: 1px solid #d1d2d4; }
.module--posts .meta { border-top: 1px solid #d1d2d4; padding: 1rem; }
.module--posts .entry__header { padding: 1rem 1rem 0 1rem; }
.module--posts .entry__image { display: block; width: 100%; }
.module--posts .entry__title { font-weight: 700; }

@font-face {
  font-family: 'Avenir-Light';
  src: url('../fonts/Avenir/Avenir-Light.eot');
  src: url('../fonts/Avenir/Avenir-Light.woff2') format('woff2'),
       url('../fonts/Avenir/Avenir-Light.woff') format('woff'),
       url('../fonts/Avenir/Avenir-Light.ttf') format('truetype'),
       url('../fonts/Avenir/Avenir-Light.svg#Avenir-Light') format('svg'),
       url('../fonts/Avenir/Avenir-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Heavy';
  src: url('../fonts/Avenir/Avenir-Heavy.eot');
  src: url('../fonts/Avenir/Avenir-Heavy.woff2') format('woff2'),
       url('../fonts/Avenir/Avenir-Heavy.woff') format('woff'),
       url('../fonts/Avenir/Avenir-Heavy.ttf') format('truetype'),
       url('../fonts/Avenir/Avenir-Heavy.svg#Avenir-Heavy') format('svg'),
       url('../fonts/Avenir/Avenir-Heavy.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}