@charset "UTF-8";
/*------------------------------------*\
    STYLE.SCSS
\*------------------------------------*/
/**
 * Here we start to pull everything together into one big stylesheet.
 *
 * SETUP............Settings, tools, mixins, etc.
 * GENERIC..........normalize.css, reset, shared styles, etc.
 * BASE.............Basic HTML elements.
 * PARTICLES........Components and modules.
 * TRUMPS...........Helpers, overrides, ‘trump-cards’.
 */
/*------------------------------------*\
    #SETUP
\*------------------------------------*/
/**
 * Settings, variables and tools.
 */
/*------------------------------------*\
    #SETTINGS
\*------------------------------------*/
/**
 * Pull in all the settings we require for this project.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 * 
   `@include vendor(border-radius, 4px);`
 * 
 */
/*------------------------------------*\
    #GENERIC
\*------------------------------------*/
/**
 * These are far reaching styles that affect and underpin every element on the
 * page, e.g. `* {}`.
 */
/*------------------------------------*\
    #GENERIC
\*------------------------------------*/
/**
 * Pull in all our generic styles, e.g. resets.
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: subpixel-antialiased; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 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, 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/11.
 */
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/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 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. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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/10/11.
 * 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/10/11.
 */
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; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------*\
    #BASE
\*------------------------------------*/
/**
 * These are base HTML elements, things with no classes on them, e.g. `h1 {}`,
 * `blockquote {}`.
 */
/*------------------------------------*\
    #BASE
\*------------------------------------*/
/**
 * Pull in all the base files we want.
 */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.left {
  float: left; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a {
  text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: underline; }
  a.more {
    text-decoration: none; }
    a.more:hover, a.more:focus {
      text-decoration: none; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.clear {
  clear: both; }

@media screen and (max-width: 56rem) {
  :target:before {
    content: '';
    display: block;
    padding-top: 60px;
    /* Fixed mobile menu + WP admin bar */
    margin-top: -60px; }
  .admin-bar :target:before {
    padding-top: 106px;
    margin-top: -106px; } }

.rowholder {
  background-color: #FFF;
  padding-bottom: 1px;
  position: relative;
  box-sizing: border-box; }

.row, .comment-respond, .hosting-partners--container {
  display: block;
  position: relative;
  max-width: 1012px;
  max-width: 63.25rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }
  @media only screen and (max-width: 63.25rem) {
    .row, .comment-respond, .hosting-partners--container {
      padding: 0 1rem; } }
  .announcement + .row, .announcement + .comment-respond, .announcement + .hosting-partners--container {
    padding-top: 1.7rem; }

.hidden {
  display: none !important; }

.full {
  width: 100%; }

.relative {
  position: relative; }

@media only screen and (min-width: 63.25rem) {
  .content {
    width: 600px;
    margin-right: 68px;
    display: inline-block;
    vertical-align: top; }
  .extra {
    width: 292px;
    display: inline-block;
    vertical-align: top; } }

.content--tags {
  margin-bottom: 1.7rem; }

.extra {
  margin-bottom: 1.7rem; }

.extra.alignright {
  clear: right;
  max-width: 320px; }

.grid {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  vertical-align: top; }
  .old-ie .grid {
    text-align: justify; }
    .old-ie .grid::after {
      content: '';
      display: inline-block;
      width: 100%; }
    .old-ie .grid > * {
      display: inline-block;
      text-align: left; }
  .old-ie .grid > div {
    vertical-align: top;
    width: 100%; }

.one-half {
  -webkit-flex-basis: 45.91837%;
  -moz-flex-basis: 45.91837%;
  -ms-flex-basis: 45.91837%;
  -o-flex-basis: 45.91837%;
  flex-basis: 45.91837%;
  max-width: 45.91837%; }

.offset-one-half {
  margin-left: 50%; }

.one-third {
  -webkit-flex-basis: 29.79592%;
  -moz-flex-basis: 29.79592%;
  -ms-flex-basis: 29.79592%;
  -o-flex-basis: 29.79592%;
  flex-basis: 29.79592%;
  max-width: 29.79592%; }

.two-third {
  -webkit-flex-basis: 64.89796%;
  -moz-flex-basis: 64.89796%;
  -ms-flex-basis: 64.89796%;
  -o-flex-basis: 64.89796%;
  flex-basis: 64.89796%;
  max-width: 64.89796%; }

.offset-one-third {
  margin-left: 35.10204%; }

.offset-two-third {
  margin-left: 70.20408%; }

.one-fourth {
  -webkit-flex-basis: 22.85714%;
  -moz-flex-basis: 22.85714%;
  -ms-flex-basis: 22.85714%;
  -o-flex-basis: 22.85714%;
  flex-basis: 22.85714%;
  max-width: 22.85714%; }

.two-fourth {
  -webkit-flex-basis: 48.57143%;
  -moz-flex-basis: 48.57143%;
  -ms-flex-basis: 48.57143%;
  -o-flex-basis: 48.57143%;
  flex-basis: 48.57143%;
  max-width: 48.57143%; }

.three-fourth {
  -webkit-flex-basis: 74.28571%;
  -moz-flex-basis: 74.28571%;
  -ms-flex-basis: 74.28571%;
  -o-flex-basis: 74.28571%;
  flex-basis: 74.28571%;
  max-width: 74.28571%; }

.offset-one-fourth {
  margin-left: 25.71429%; }

.offset-two-fourth {
  margin-left: 51.42857%; }

.offset-three-fourth {
  margin-left: 77.14286%; }

.one-fifth {
  -webkit-flex-basis: 18.36735%;
  -moz-flex-basis: 18.36735%;
  -ms-flex-basis: 18.36735%;
  -o-flex-basis: 18.36735%;
  flex-basis: 18.36735%;
  max-width: 18.36735%; }

.two-fifth {
  -webkit-flex-basis: 38.36735%;
  -moz-flex-basis: 38.36735%;
  -ms-flex-basis: 38.36735%;
  -o-flex-basis: 38.36735%;
  flex-basis: 38.36735%;
  max-width: 38.36735%; }

.three-fifth {
  -webkit-flex-basis: 60.81633%;
  -moz-flex-basis: 60.81633%;
  -ms-flex-basis: 60.81633%;
  -o-flex-basis: 60.81633%;
  flex-basis: 60.81633%;
  max-width: 58.36735%; }

.offset-one-fifth {
  margin-left: 20%; }

.offset-two-fifth {
  margin-left: 40%; }

.offset-three-fifth {
  margin-left: 60%; }

.one-seventh {
  -webkit-flex-basis: 11.83673%;
  -moz-flex-basis: 11.83673%;
  -ms-flex-basis: 11.83673%;
  -o-flex-basis: 11.83673%;
  flex-basis: 11.83673%;
  max-width: 11.83673%; }

.two-seventh {
  -webkit-flex-basis: 26.53061%;
  -moz-flex-basis: 26.53061%;
  -ms-flex-basis: 26.53061%;
  -o-flex-basis: 26.53061%;
  flex-basis: 26.53061%;
  max-width: 26.53061%; }

.three-seventh {
  -webkit-flex-basis: 41.22449%;
  -moz-flex-basis: 41.22449%;
  -ms-flex-basis: 41.22449%;
  -o-flex-basis: 41.22449%;
  flex-basis: 41.22449%;
  max-width: 41.22449%; }

.four-seventh {
  -webkit-flex-basis: 55.91837%;
  -moz-flex-basis: 55.91837%;
  -ms-flex-basis: 55.91837%;
  -o-flex-basis: 55.91837%;
  flex-basis: 55.91837%;
  max-width: 55.91837%; }

.five-seventh {
  -webkit-flex-basis: 70.61224%;
  -moz-flex-basis: 70.61224%;
  -ms-flex-basis: 70.61224%;
  -o-flex-basis: 70.61224%;
  flex-basis: 70.61224%;
  max-width: 70.61224%; }

.offset-one-seventh {
  margin-left: 14.69388%; }

.offset-two-seventh {
  margin-left: 29.38776%; }

.offset-three-seventh {
  margin-left: 44.08163%; }

.offset-four-seventh {
  margin-left: 58.77551%; }

.grid > * {
  width: 100%; }
  @media only screen and (max-width: 56rem) {
    .grid > * {
      max-width: 100%;
      margin-left: 0;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      -o-flex-basis: 100%;
      flex-basis: 100%; } }

.grid:last-child {
  margin-right: 0; }

@media only screen and (max-width: 935px) {
  .announcement.newsletter .medium-one-third,
  .announcement.newsletter .medium-two-third,
  .announcement.newsletter .one-third {
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 30rem) and (max-width: 56rem) {
  .medium-one-half {
    -webkit-flex-basis: 45.91837%;
    -moz-flex-basis: 45.91837%;
    -ms-flex-basis: 45.91837%;
    -o-flex-basis: 45.91837%;
    flex-basis: 45.91837%;
    max-width: 45.91837%; } }

@media only screen and (max-width: 30rem) {
  .small-full {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .small-half {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .small-one-fifth {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-basis: 20%;
    -o-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .small-four-fifth {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-basis: 80%;
    -o-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }
  .small-offset-four-fifth {
    margin-left: 80%; } }

@media only screen and (max-width: 40em) {
  .newsletter .grid > div {
    flex-basis: 100% !important;
    max-width: 100% !important; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, legend, .h3, .h4, .h5, .h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 0;
  display: block; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, legend a, .h3 a, .h4 a, .h5 a, .h6 a {
    text-decoration: none; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
    .h1 a:hover,
    .h1 a:focus, .h2 a:hover, legend a:hover, .h2 a:focus, legend a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
      text-decoration: underline; }

h1, .h1 {
  font-size: 2.5em;
  margin-bottom: 1.35rem;
  letter-spacing: normal; }
  @media only screen and (min-width: 30rem) {
    h1, .h1 {
      font-size: 2.75em; } }

h2, .h2, legend {
  font-size: 1.88em;
  margin-bottom: 1.2rem; }
  h2.tight, .h2.tight, legend.tight {
    margin-bottom: .6rem; }

h3, .h3 {
  font-size: 1.25em;
  margin-bottom: 0.8rem; }
  h3.tight, .h3.tight {
    margin-bottom: 0.4rem; }
  @media only screen and (min-width: 30rem) {
    h3, .h3 {
      font-size: 1.375em; } }
  @media only screen and (min-width: 56rem) {
    h3, .h3 {
      font-size: 1.5em; } }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 1.13em;
  font-weight: 400;
  margin-bottom: 0.2rem; }

hr {
  margin: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  border-top-width: 1px;
  border-top-style: solid;
  overflow: visible; }

.fa {
  display: inline-block; }
  .fa-locked {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 0 !important; }
    .fa-locked::before {
      background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" role="img" aria-hidden="true" focusable="false">\a<path fill="#dc3232" d="M2.5 6h4v-1.5q0-0.828-0.586-1.414t-1.414-0.586-1.414 0.586-0.586 1.414v1.5zM9 6.75v4.5q0 0.312-0.219 0.531t-0.531 0.219h-7.5q-0.312 0-0.531-0.219t-0.219-0.531v-4.5q0-0.312 0.219-0.531t0.531-0.219h0.25v-1.5q0-1.438 1.031-2.469t2.469-1.031 2.469 1.031 1.031 2.469v1.5h0.25q0.312 0 0.531 0.219t0.219 0.531z"></path>\a</svg>\a') left center/cover no-repeat;
      content: '' !important;
      width: 15px;
      height: 19px;
      position: absolute;
      left: 0;
      top: 4px; }

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

.content img, .extra img {
  border: 1px solid #DCDCDC;
  margin: 1em 0 0;
  max-width: 100%; }
  .content img.noborder, .extra img.noborder {
    border: 0; }

.content .alignright, .extra .alignright {
  float: right;
  margin: 0.5rem 0 0.5rem 1rem; }

.content .alignleft, .extra .alignleft {
  float: left;
  margin: 0.5rem 1rem 0.5rem 0; }

.wp-caption {
  max-width: 100%;
  text-align: initial;
  border: none;
  padding: 0; }
  .wp-caption.alignnone {
    margin: 0 0 1.88rem 0; }
  .wp-caption img {
    border: none;
    margin: 0; }
  .wp-caption p.wp-caption-text {
    font-size: 14px;
    font-style: italic;
    padding: 4px 0 4px 16px;
    border-left: 2px solid #A4286A; }

.link--cta {
  color: #DC5C04; }

.link--light {
  color: #FFF; }

.link--naked, .link--download {
  text-decoration: none !important; }
  .link--naked:hover, .link--naked:focus, .link--download:hover, .link--download:focus {
    text-decoration: underline !important; }

.link--implicit {
  text-decoration: none !important; }
  .link--implicit:hover, .link--implicit:focus {
    text-decoration: none !important; }

.link--explicit {
  text-decoration: underline !important; }

.link--download {
  display: block;
  margin: 0 0 1em 0;
  color: #646464; }
  .link--download::before {
    font-family: "FontAwesome", Arial, sans-serif;
    content: '\f019';
    margin-right: 0.5em;
    display: inline-block;
    width: 18px; }
    .link--download::before:hover {
      text-decoration: none !important; }

ul, ol {
  padding-left: 0;
  list-style-position: inside; }

ol.nested {
  counter-reset: item; }
  ol.nested li {
    display: block;
    position: relative;
    padding-left: 20px; }
    ol.nested li:before {
      content: counters(item, ".") " ";
      counter-increment: item;
      position: absolute;
      left: 0; }
    ol.nested li ol {
      margin-top: 1em;
      counter-reset: item; }
      ol.nested li ol li {
        padding-left: 30px; }
        ol.nested li ol li ol li {
          padding-left: 50px; }

.list--unstyled {
  list-style: none;
  padding: 0; }

.list--padded {
  padding-left: 0.85rem; }

.list--usp {
  padding: 0;
  margin-bottom: 1em; }
  .list--usp li {
    list-style: none !important;
    position: relative;
    margin: 0 0 0 32px; }
    .list--usp li::before {
      font-family: "FontAwesome", Arial, sans-serif;
      content: '\F00C';
      padding-right: 10px;
      color: #64a60b;
      display: inline-block;
      width: 25px;
      position: absolute;
      left: -32px; }

.list--plugin li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-pack: justify; }
  .old-ie .list--plugin li {
    text-align: justify; }
    .old-ie .list--plugin li::after {
      content: '';
      display: inline-block;
      width: 100%; }
    .old-ie .list--plugin li > * {
      display: inline-block;
      text-align: left; }
  .list--plugin li a:first-child {
    flex: 2 1 auto; }

.content ul {
  margin-bottom: 32px; }

.content li {
  list-style-type: square;
  list-style-position: outside;
  line-height: 1.4;
  margin-left: 1.5em;
  margin-bottom: 8px; }
  .content li ul li {
    margin-left: 2.5em; }
    .content li ul li ul li {
      margin-left: 3.5em; }

.content ol {
  margin-left: 2em;
  font-family: Georgia, serif; }
  .content ol > li {
    margin-bottom: 1em; }

.content ul.ordered-list {
  counter-reset: rowNumber; }
  .content ul.ordered-list li {
    counter-increment: rowNumber;
    list-style: none;
    margin-left: 0;
    position: relative;
    padding-left: 3rem; }
    .content ul.ordered-list li:before {
      content: counter(rowNumber);
      padding: 4px 9px;
      min-width: 1.2em;
      font-size: 16px;
      color: #FFF;
      display: inline-block;
      border-radius: 100%;
      position: absolute;
      left: 0; }
  .content ul.ordered-list--decimal li:before {
    content: counter(rowNumber); }
  .content ul.ordered-list--upper-alpha li:before {
    content: counter(rowNumber, upper-alpha); }

.content dl {
  font-family: Georgia, serif;
  width: 100%;
  margin-left: 24px;
  margin-bottom: 1.88rem; }
  .content dl dt {
    position: relative;
    font-weight: bold;
    margin-top: 24px;
    padding-left: 16px; }
    .content dl dt:before {
      content: '▪ ';
      position: absolute;
      left: 0; }
  .content dl dd {
    margin-left: 16px; }
    .content dl dd.dd_note {
      font-size: 16px;
      font-style: italic;
      background: rgba(0, 0, 0, 0.05);
      padding: 8px 16px;
      margin-top: 8px; }

@media only screen and (max-width: 55.9375rem) {
  .home main {
    padding-top: 1.7rem; } }

@media only print {
  body.single-post #yoast-main-menu,
  body.single-post .navigation-header,
  body.single-post .announcement-banner,
  body.single-post .hide-on-tablet,
  body.single-post .show-off,
  body.single-post .newsletter,
  body.single-post .meta,
  body.single-post .readmore,
  body.single-post .social-share__container,
  body.single-post #social-share,
  body.single-post .breadcrumb__container,
  body.single-post aside,
  body.single-post .bio,
  body.single-post #respond,
  body.single-post #comments,
  body.single-post footer,
  body.single-post hr,
  body.single-post section.row.island.iceberg,
  body.single-post section.iceberg.comment-respond,
  body.single-post section.island.iceberg.hosting-partners--container,
  body.single-post section.iceberg.hosting-partners--container.comment-respond,
  body.single-post iframe,
  body.single-post .videowrapper,
  body.single-post .toplink {
    display: none !important; }
  body.single-post a {
    color: #000 !important;
    text-decoration: none; } }

/**
 * This file holds all the structural classes, like rows, columns and grids
 *
 * NOTE: The nesting within the 'redesign-2018' class can be removed once everything has been 'redesigned'
 */
.redesign-2018 .row-holder {
  width: 100%;
  padding: 32px 0;
  margin-bottom: 32px; }
  .redesign-2018 .row-holder .row, .redesign-2018 .row-holder .comment-respond, .redesign-2018 .row-holder .hosting-partners--container {
    margin-bottom: 0 !important; }

.redesign-2018 .content-wrap {
  max-width: 600px; }

.redesign-2018 .row, .redesign-2018 .comment-respond, .redesign-2018 .hosting-partners--container {
  max-width: 63.25rem;
  width: 100% !important;
  margin: 0 auto 32px auto;
  padding-top: 0;
  padding-bottom: 0;
  clear: both; }
  @media screen and (max-width: 63.25rem) {
    .redesign-2018 .row, .redesign-2018 .comment-respond, .redesign-2018 .hosting-partners--container {
      padding-left: 16px;
      padding-right: 16px; } }
  .redesign-2018 .row .row, .redesign-2018 .comment-respond .row, .redesign-2018 .hosting-partners--container .row, .redesign-2018 .row .comment-respond, .redesign-2018 .comment-respond .comment-respond, .redesign-2018 .hosting-partners--container .comment-respond, .redesign-2018 .row .hosting-partners--container, .redesign-2018 .comment-respond .hosting-partners--container, .redesign-2018 .hosting-partners--container .hosting-partners--container {
    padding-left: 0;
    padding-right: 0; }

.redesign-2018 .grid {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 32px; }
  .redesign-2018 .grid--small {
    grid-column-gap: 24px; }
  .redesign-2018 .grid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    @media screen and (max-width: 56rem) {
      .redesign-2018 .grid.col-4 {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 30rem) {
      .redesign-2018 .grid.col-4 {
        grid-template-columns: 1fr; } }
  .redesign-2018 .grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
    @media screen and (max-width: 56rem) {
      .redesign-2018 .grid.col-3 {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 30rem) {
      .redesign-2018 .grid.col-3 {
        grid-template-columns: 1fr; } }
  .redesign-2018 .grid.col-2 {
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 56rem) {
      .redesign-2018 .grid.col-2 {
        grid-template-columns: 1fr; } }
  .redesign-2018 .grid.col-2-1 {
    grid-template-columns: 1fr 1fr 360px; }
    .redesign-2018 .grid.col-2-1 > :first-child {
      grid-column-start: 1;
      grid-column-end: 3; }
      @media screen and (max-width: 56rem) {
        .redesign-2018 .grid.col-2-1 > :first-child {
          grid-column-start: 1;
          grid-column-end: 2; } }
    .redesign-2018 .grid.col-2-1 > :last-child {
      grid-column-start: 3;
      grid-column-end: 4; }
      @media screen and (max-width: 56rem) {
        .redesign-2018 .grid.col-2-1 > :last-child {
          grid-column-start: 1;
          grid-column-end: 2; } }
    .redesign-2018 .grid.col-2-1 > :first-child:last-child {
      grid-column-start: 1;
      grid-column-end: 3; }
      @media screen and (max-width: 56rem) {
        .redesign-2018 .grid.col-2-1 > :first-child:last-child {
          grid-column-start: 1;
          grid-column-end: 2; } }
    @media screen and (max-width: 56rem) {
      .redesign-2018 .grid.col-2-1 {
        grid-template-columns: 1fr; } }

.redesign-2018 .card {
  background: #FFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

.redesign-2018 .card__content {
  padding: 24px; }
  .redesign-2018 .card__content p {
    font-size: 16px; }

.redesign-2018 .card__title {
  margin-bottom: 8px; }

.grid--flex {
  display: flex; }
  .grid--flex > * {
    margin-right: 32px; }
  .grid--flex > :last-child {
    margin-right: 0; }
  @media screen and (max-width: 30rem) {
    .grid--flex {
      display: block; }
      .grid--flex > * {
        margin: 0; } }

.grid-cards {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(auto-fill, 320px);
  justify-content: center; }
  @media screen and (max-width: 30rem) {
    .grid-cards {
      display: block; } }
  .grid-cards .card {
    padding: 0; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.15em;
  line-height: 1.7;
  color: #000;
  background-color: #FFF; }

article, .article {
  font-family: Georgia, serif; }

.content p, .content ul {
  font-family: Georgia, serif; }
  .content p.readmore, .content ul.readmore {
    font-size: 1.1em; }

p, .p {
  margin-top: 0;
  margin-bottom: 1.88rem; }
  .meta p, .meta .p {
    color: #646464;
    margin-bottom: 0; }
  .intro p, .intro .p {
    font-family: Helvetica, Arial, sans-serif; }
  .extra p, .extra .p {
    font-size: 0.94em;
    color: #646464; }
  .extra.show-off p, .extra.show-off .p {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #D93F69;
    font-family: Helvetica, Arial, sans-serif; }
    .extra.show-off p a, .extra.show-off .p a {
      color: #D93F69; }
    .extra.show-off p span, .extra.show-off p em, .extra.show-off .p span, .extra.show-off .p em {
      font-family: Georgia, serif;
      font-weight: bold;
      font-style: italic; }

ul {
  margin-top: 0;
  margin-bottom: 1.88rem; }

.p {
  font-size: 1.15em;
  line-height: 1.7; }

.small {
  font-size: 0.88em; }

.text-dimmed {
  color: #646464; }

.rightaligned {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none; }

code, pre {
  background-color: #edf5fa;
  padding: 2px 5px; }

.content .toplink {
  float: right; }

.content h2 i.fa-level-up, .content h3 i.fa-level-up {
  font-size: 18px; }

blockquote {
  color: #646464;
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  padding: 0 2.5rem;
  margin: 0;
  width: 100%; }
  blockquote.large {
    font-size: 1.88em;
    line-height: 2.5rem; }
  .extra blockquote {
    padding: 0; }

cite {
  display: block;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin-top: 8px; }

@media only screen and (max-width: 56rem) {
  .text-columns img {
    display: none; } }

@media only screen and (min-width: 30rem) {
  .text-columns {
    column-count: 2;
    column-gap: 1em; } }

@media only screen and (min-width: 56rem) {
  .text-columns {
    column-count: 3; } }

@media only screen and (min-width: 63.25rem) {
  .text-columns {
    column-count: 1; } }

table {
  margin-bottom: 1.7rem; }
  table.full-width {
    width: 100%; }

th, td {
  border: 1px solid #E6E6E6;
  padding: 0.425rem 0.85rem;
  border-collapse: collapse; }

thead th {
  border-bottom: 1px solid #6d1f8f;
  text-align: left; }

td.yes {
  background: #e4f0d4; }

td.no {
  background: #f9cdd3; }

.redesign-2018 {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
  color: #000; }
  .redesign-2018 h1, .redesign-2018 h2, .redesign-2018 h3, .redesign-2018 h4, .redesign-2018 h5, .redesign-2018 h6 {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.2; }
  .redesign-2018 h1, .redesign-2018 .h1 {
    font-size: 42px;
    font-weight: 300; }
  .redesign-2018 h2, .redesign-2018 .h2, .redesign-2018 legend {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 300; }
  .redesign-2018 h3, .redesign-2018 .h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 300; }
  .redesign-2018 h4, .redesign-2018 .h4 {
    font-size: 20px;
    font-weight: 400; }
  .redesign-2018 hr {
    border-color: #DCDCDC !important;
    padding-bottom: 32px; }
    .redesign-2018 hr:after {
      display: none; }
    .redesign-2018 hr:before {
      display: none; }
  .redesign-2018 p {
    margin-bottom: 32px; }
    blockquote .redesign-2018 p {
      margin-bottom: 0; }
  .redesign-2018 .border-grey img {
    border: 1px solid #DCDCDC; }
  .redesign-2018 .rowholder {
    width: 100%; }
  .redesign-2018 .button, .redesign-2018 .comment-respond input[type="submit"], .comment-respond .redesign-2018 input[type="submit"] {
    padding: 10px 1em 12px;
    margin-bottom: 0;
    overflow: hidden;
    top: 0;
    color: #000; }

/*------------------------------------*\
    #PARTICLES
\*------------------------------------*/
/**
 * These are your components and modules; things like buttons, accordions,
 * carousels, etc.
 */
/*------------------------------------*\
    #OBJECTS
\*------------------------------------*/
/**
 * Pull in all our objects and abstractions.
 */
.accordion .accordion-item {
  position: relative; }
  .accordion .accordion-item .accordion-toggle {
    position: absolute;
    right: 0;
    top: 0;
    color: #A4286A;
    line-height: inherit;
    padding: 0 8px;
    margin: 0;
    background: none;
    text-shadow: none;
    box-shadow: none; }
    .accordion .accordion-item .accordion-toggle .accordion-toggle-icon:after {
      content: "\f107";
      font-family: "FontAwesome", Arial, sans-serif; }
    .accordion .accordion-item .accordion-toggle:focus {
      outline: none; }
  .accordion .accordion-item .accordion-content {
    display: none; }
  .accordion .accordion-item.is-expanded .accordion-toggle .accordion-toggle-icon:after {
    content: "\f106"; }
  .accordion .accordion-item.is-expanded .accordion-content {
    display: block; }

@media screen and (min-width: 30rem) {
  .accordion.small-only .accordion-item .accordion-toggle {
    display: none; }
  .accordion.small-only .accordion-item .accordion-content {
    display: block; } }

#ais-main {
  padding: 0; }

.ais-hits--item {
  margin-bottom: 0; }
  .ais-hits--item .meta {
    margin-bottom: 0; }

@media only screen and (max-width: 1000px) {
  .ais-hits--item {
    border-bottom: 0; } }

.ais-hits--tags {
  margin-bottom: 1rem; }

.ais-hits--tag {
  background: #F2F2F2;
  padding: 0px 7px;
  border-radius: 2px;
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-size: 14px; }

.ais-refinement-list--label .ais-refinement-list--checkbox {
  margin-right: 5px; }

body.tag-ask-yoast #algolia-search-box {
  width: 100%;
  margin-bottom: 32px; }
  body.tag-ask-yoast #algolia-search-box input {
    font-weight: 300;
    padding: 10px 10px 10px 48px;
    box-shadow: inset 1px 0 12px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #6d1f8f; }
  body.tag-ask-yoast #algolia-search-box .search-icon {
    left: 10px;
    fill: #6d1f8f; }
  body.tag-ask-yoast #algolia-search-box .ais-search-box--magnifier-wrapper,
  body.tag-ask-yoast #algolia-search-box .ais-search-box--reset-wrapper {
    display: none !important; }

.anchor {
  position: relative;
  display: block;
  top: -5rem; }
  @media only screen and (min-width: 56rem) {
    .anchor {
      top: -8rem; } }

.announcement {
  position: relative;
  display: block;
  clear: both;
  color: #FFF;
  padding: 1.3em 0 1px;
  font-family: Helvetica, Arial, sans-serif;
  border-bottom: 1px solid;
  border-top: 1px solid; }
  .announcement + .announcement {
    border-top: 0; }
  .takeout + .announcement {
    margin-top: inherit; }
  .announcement p, .announcement .p {
    font-weight: 300;
    font-size: 1.63em;
    line-height: 2.4rem;
    letter-spacing: 0.05em; }
  .supports-filter .announcement--pointer::after {
    content: '';
    border: none;
    border-top: 20px solid transparent;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 9;
    height: 0;
    line-height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .supports-filter .announcement--pointer-top {
    padding-top: 1.88rem; }
    .supports-filter .announcement--pointer-top::before {
      content: '';
      border: none;
      border-top: 20px solid #FFF;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      position: absolute;
      top: -1px;
      left: 50%;
      height: 0;
      line-height: 0;
      -webkit-transform: translateX(-40px);
      -moz-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      -o-transform: translateX(-40px);
      transform: translateX(-40px); }
  .announcement--plugin-bundles {
    margin-bottom: 1.88rem; }
    .announcement--plugin-bundles .content p {
      font-size: initial;
      line-height: initial;
      font-family: Helvetica, Arial, sans-serif;
      color: initial; }
    .announcement--plugin-bundles .promoblock a,
    .announcement--plugin-bundles .more-bundleplugins-archive .promoblock a {
      text-decoration: none; }
    .announcement--plugin-bundles .promoblock span,
    .announcement--plugin-bundles .more-bundleplugins-archive .promoblock span {
      display: block; }
      .announcement--plugin-bundles .promoblock span.savings,
      .announcement--plugin-bundles .more-bundleplugins-archive .promoblock span.savings {
        font-style: italic;
        font-family: Georgia, serif;
        font-size: 1.2rem;
        font-weight: 600; }
      .announcement--plugin-bundles .promoblock span.more-about-plugin,
      .announcement--plugin-bundles .more-bundleplugins-archive .promoblock span.more-about-plugin {
        text-decoration: underline;
        text-align: right; }
    .announcement--plugin-bundles .promoblock h4 i, .announcement--plugin-bundles .promoblock .h4 i,
    .announcement--plugin-bundles .more-bundleplugins-archive .promoblock h4 i,
    .announcement--plugin-bundles .more-bundleplugins-archive .promoblock .h4 i {
      float: none;
      margin: 0 0.5rem 0 0;
      font-size: inherit; }
      .announcement--plugin-bundles .promoblock h4 i.fa-plug, .announcement--plugin-bundles .promoblock .h4 i.fa-plug,
      .announcement--plugin-bundles .more-bundleplugins-archive .promoblock h4 i.fa-plug,
      .announcement--plugin-bundles .more-bundleplugins-archive .promoblock .h4 i.fa-plug {
        left: 30px; }
  .announcement i {
    margin: 0.3rem 1.7rem 0.425rem 0;
    font-size: 2rem;
    position: absolute;
    left: 0; }
  .announcement a {
    display: block;
    padding-left: 50px; }

a.announcement {
  color: #FFF; }
  a.announcement:hover, a.announcement:focus {
    color: #FFF; }

.announcement-banner {
  color: #FFF;
  min-height: 2em;
  text-align: center;
  display: flex;
  position: relative; }
  .announcement-banner a, .announcement-banner a:visited {
    text-decoration: none;
    color: #FFF;
    position: relative;
    z-index: 10; }
    .announcement-banner a:hover, .announcement-banner a:focus, .announcement-banner a:visited:hover, .announcement-banner a:visited:focus {
      color: #FFF;
      text-decoration: underline; }
  .announcement-banner.theme-home {
    background-color: #64a60b; }
    .announcement-banner.theme-home:hover a {
      color: #000; }
  .announcement-banner.theme-new-years {
    background-color: #27002d; }
  .announcement-banner.theme-yoast-con {
    background-color: #99bed8; }
  .announcement-banner.theme-birthday {
    background-color: #e6d5e9; }
  .announcement-banner.theme-starwars {
    background-color: #000000; }
  .announcement-banner.theme-vierdaagse {
    background-color: #0a9b0a; }
  .announcement-banner.theme-structured-data {
    background-color: #fee471; }
  .announcement-banner.theme-wceu2017 {
    background: #180edb;
    background: -moz-linear-gradient(left, #180edb 0%, #ff00c8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #180edb), color-stop(100%, #ff00c8));
    background: -webkit-linear-gradient(left, #180edb 0%, #ff00c8 100%);
    background: -o-linear-gradient(left, #180edb 0%, #ff00c8 100%);
    background: -ms-linear-gradient(left, #180edb 0%, #ff00c8 100%);
    background: linear-gradient(to right, #180edb 0%, #ff00c8 100%); }
  .announcement-banner.theme-confetti {
    background-color: #eaff14; }
  .announcement-banner.theme-yoast-con-sale {
    background-color: #1143fc; }
  .announcement-banner.theme-multilingual-seo {
    background-color: #e4f90b;
    color: #393a3c; }
  .announcement-banner.theme-black-friday {
    background: #000000;
    background: -moz-linear-gradient(-30deg, #000000 0%, #000000 50%, #000000 50%, #359f18 51%);
    background: -webkit-linear-gradient(-30deg, #000000 0%, #000000 50%, #000000 50%, #359f18 51%);
    background: linear-gradient(130deg, #000000 0%, #000000 50%, #000000 50%, #359f18 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#359f18', GradientType=1); }
    .announcement-banner.theme-black-friday .row, .announcement-banner.theme-black-friday .comment-respond, .announcement-banner.theme-black-friday .hosting-partners--container {
      padding: 0; }
    .announcement-banner.theme-black-friday .black-friday-container:hover, .announcement-banner.theme-black-friday .black-friday-container:active, .announcement-banner.theme-black-friday .black-friday-container:visited {
      text-decoration: none; }
    .announcement-banner.theme-black-friday .black-friday-container .sale {
      position: relative;
      margin: 0 auto;
      height: 100%;
      text-transform: uppercase;
      display: inline-block;
      padding: 9px 20px; }
      .announcement-banner.theme-black-friday .black-friday-container .sale:after {
        width: 100%;
        content: "";
        background: #86169e;
        -webkit-transform: skew(-35deg);
        -moz-transform: skew(-35deg);
        -ms-transform: skew(-35deg);
        -o-transform: skew(-35deg);
        transform: skew(-35deg);
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: background 200ms ease-in-out;
        -moz-transition: background 200ms ease-in-out;
        -ms-transition: background 200ms ease-in-out;
        -o-transition: background 200ms ease-in-out;
        transition: background 200ms ease-in-out; }
      .announcement-banner.theme-black-friday .black-friday-container .sale:hover:after {
        background: #731388; }
      .announcement-banner.theme-black-friday .black-friday-container .sale span {
        position: relative;
        z-index: 2;
        font-size: 25px;
        line-height: 100%;
        height: 100%;
        display: block; }
      @media screen and (max-width: 30rem) {
        .announcement-banner.theme-black-friday .black-friday-container .sale span {
          font-size: 16px; } }
  .announcement-banner.theme-seo-wp-training {
    background: #084a67;
    font-weight: 700; }
    .announcement-banner.theme-seo-wp-training span {
      color: #95e40b;
      border-bottom: 1px solid #95e40b; }
    .announcement-banner.theme-seo-wp-training a:hover,
    .announcement-banner.theme-seo-wp-training a:focus {
      text-decoration: none;
      border-bottom: 1px solid #FFF; }
      .announcement-banner.theme-seo-wp-training a:hover span,
      .announcement-banner.theme-seo-wp-training a:focus span {
        color: #FFF;
        border-color: #FFF; }
  .announcement-banner.theme-womens-day {
    background-color: #ffda00;
    color: #6d0496; }
    .announcement-banner.theme-womens-day a, .announcement-banner.theme-womens-day a:visited {
      text-decoration: none;
      color: #6d0496; }
      .announcement-banner.theme-womens-day a:hover, .announcement-banner.theme-womens-day a:focus, .announcement-banner.theme-womens-day a:visited:hover, .announcement-banner.theme-womens-day a:visited:focus {
        color: #6d0496;
        text-decoration: underline; }
  .announcement-banner.theme-kingsday {
    background-color: #fa9c11;
    font-weight: 600; }
    .announcement-banner.theme-kingsday a {
      display: block;
      color: #FFF; }
    .announcement-banner.theme-kingsday span:first-of-type {
      color: #000; }
    .announcement-banner.theme-kingsday a:hover,
    .announcement-banner.theme-kingsday a:focus {
      text-decoration: underline; }
      .announcement-banner.theme-kingsday a:hover span:first-of-type,
      .announcement-banner.theme-kingsday a:focus span:first-of-type {
        text-decoration: underline; }
  .announcement-banner.theme-seo-beginners {
    background-color: #98d5eb;
    font-weight: 600; }
    .announcement-banner.theme-seo-beginners a {
      display: block;
      color: #084a67; }
    .announcement-banner.theme-seo-beginners span {
      color: #A4286A; }
    .announcement-banner.theme-seo-beginners a:hover,
    .announcement-banner.theme-seo-beginners a:focus,
    .announcement-banner.theme-seo-beginners a:hover span {
      color: #fff; }
  .announcement-banner .row, .announcement-banner .comment-respond, .announcement-banner .hosting-partners--container {
    padding: 0.4em; }
  .announcement-banner .fa {
    padding: 5px; }
  .announcement-banner .decoration {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%; }
    .announcement-banner .decoration.site-structure {
      background-image: url(./../images/announcement-banners/banner-honeycomb-bg.png); }
    .announcement-banner .decoration.new-years {
      background-image: url(./../images/announcement-banners/banner-fireworks-bg.png); }
    .announcement-banner .decoration.balloons {
      background-image: url(./../images/announcement-banners/banner-balloons-bg.png); }
    .announcement-banner .decoration.owl {
      background-image: url(./../images/announcement-banners/banner-owl.png);
      background-size: 65px;
      position: absolute;
      width: 60px;
      height: 40px; }
    .announcement-banner .decoration.starwars {
      background-image: url(./../images/announcement-banners/starwars.png); }
    .announcement-banner .decoration.vierdaagse {
      background-image: url(./../images/announcement-banners/shoes.png); }
    .announcement-banner .decoration.structured-data {
      background-image: url(./../images/announcement-banners/sliders.png); }
    .announcement-banner .decoration.wceu2017 {
      background-image: url(./../images/announcement-banners/cloud.png); }
    .announcement-banner .decoration.confetti {
      background-image: url(./../images/announcement-banners/confetti.png); }
    .announcement-banner .decoration.multilingual-seo {
      background-image: url(./../images/announcement-banners/multilingual-seo.png); }
    .announcement-banner .decoration.yoast-con-sale {
      background-image: url(./../images/announcement-banners/yoast-con-sale.png); }
    .announcement-banner .decoration.womens-day {
      background-image: url(./../images/announcement-banners/womens-day-marieke.png); }
    .announcement-banner .decoration.right {
      transform: scaleX(-1);
      right: 0; }
    .announcement-banner .decoration.checkmarks {
      text-align: left;
      margin-left: 25px; }
      .announcement-banner .decoration.checkmarks i {
        background: #95e40b;
        border-radius: 50%;
        font-size: 30px;
        margin-top: 5px; }
      .announcement-banner .decoration.checkmarks.right {
        margin-right: 25px;
        margin-left: 0;
        transform: scaleX(1);
        width: auto; }
        @media only screen and (max-width: 56rem) {
          .announcement-banner .decoration.checkmarks.right {
            display: none; } }
    @media only screen and (max-width: 56rem) {
      .announcement-banner .decoration {
        display: none; } }
    .announcement-banner .decoration.purple-feathers {
      background-image: url(./../images/announcement-banners/purple-feathers.png); }
      .announcement-banner .decoration.purple-feathers.right {
        margin-left: 0;
        transform: scaleX(1);
        background-position: right -15px center; }
        @media only screen and (max-width: 56rem) {
          .announcement-banner .decoration.purple-feathers.right {
            display: none; } }
    .announcement-banner .decoration.yoast-block {
      background-image: url(./../images/announcement-banners/free-seo-course.png); }
      .announcement-banner .decoration.yoast-block.right {
        margin-left: 0;
        transform: scaleX(1);
        background-position: right -15px center; }
        @media only screen and (max-width: 56rem) {
          .announcement-banner .decoration.yoast-block.right {
            display: none; } }
    .announcement-banner .decoration.green-traffic-light {
      background-image: url(./../images/announcement-banners/green-traffic-light.png); }
      .announcement-banner .decoration.green-traffic-light.right {
        margin-left: 0;
        transform: scaleX(1);
        background-position: right -15px center; }
        @media only screen and (max-width: 56rem) {
          .announcement-banner .decoration.green-traffic-light.right {
            display: none; } }
  .announcement-banner .accent.site-structure {
    background-image: url(./../images/announcement-banners/banner-bee.png);
    background-size: 65px;
    position: absolute;
    width: 65px;
    height: 40px;
    left: 100px; }
  @media only screen and (max-width: 63.25rem) {
    .announcement-banner .accent {
      display: none; } }

@media only screen and (max-width: 30rem) {
  .arrowed-small {
    position: relative;
    margin-bottom: 1em !important;
    font-size: .9rem;
    padding: 0.55rem 0.8rem;
    line-height: 2.29736;
    border: 1px solid; }
    .arrowed-small a, .arrowed-small .more__supertitle, .arrowed-small .more__title, .arrowed-small h2, .arrowed-small h3 {
      font-size: 1rem;
      line-height: 2;
      font-weight: normal;
      margin-bottom: 0 !important;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .supports-filter .arrowed-small {
      border-radius: 0;
      margin-right: 1.6rem;
      border-right: none;
      overflow: visible;
      max-height: 3.2rem; }
      .supports-filter .arrowed-small::after {
        content: '';
        position: absolute;
        right: -1.5rem;
        top: -1px;
        border-left: 1.6rem solid #FFF;
        border-top: 1.6rem solid transparent;
        border-bottom: 1.6rem solid transparent; } }

@media only screen and (max-width: 56rem) {
  .arrowed-medium {
    position: relative;
    margin-bottom: 1em !important;
    font-size: 1.1rem;
    padding: 0.55rem 0.8rem;
    line-height: 1.88em;
    border: 1px solid;
    overflow-y: hidden; }
    .arrowed-medium a, .arrowed-medium .more__supertitle, .arrowed-medium .more__title, .arrowed-medium h2, .arrowed-medium h3 {
      font-size: 1rem;
      font-weight: normal;
      margin-bottom: 0 !important;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .supports-filter .arrowed-medium {
      border-radius: 0;
      margin-right: 1.6rem;
      border-right: none;
      overflow: visible;
      max-height: 3.2rem; }
      .supports-filter .arrowed-medium::after {
        content: '';
        position: absolute;
        right: -1.5rem;
        top: -1px;
        border-left: 1.6rem solid #FFF;
        border-top: 1.6rem solid transparent;
        border-bottom: 1.6rem solid transparent; } }

.arrowed {
  position: relative;
  font-size: 1.2rem;
  padding: 0.6rem 0.8rem;
  line-height: 1.88em;
  border: 1px solid;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden; }
  .arrowed a, .arrowed .more__supertitle, .arrowed .more__title, .arrowed h2, .arrowed h3 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .supports-filter .arrowed {
    border-radius: 0;
    margin-right: 1.8rem;
    border-right: none;
    overflow: visible;
    max-height: 3.6rem;
    max-width: 90%; }
    .supports-filter .arrowed::after {
      content: '';
      position: absolute;
      right: -1.7rem;
      top: -1px;
      border-left: 1.8rem solid #FFF;
      border-top: 1.9rem solid transparent;
      border-bottom: 1.8rem solid transparent; }

.theme-home .arrowed-small::after, .arrowed-small.theme-home::after, .theme-home
.arrowed-medium::after,
.arrowed-medium.theme-home::after, .theme-home
.arrowed::after,
.arrowed.theme-home::after {
  -webkit-filter: drop-shadow(1px 0 0 #A4286A);
  -moz-filter: drop-shadow(1px 0 0 #A4286A);
  -ms-filter: drop-shadow(1px 0 0 #A4286A);
  -o-filter: drop-shadow(1px 0 0 #A4286A);
  filter: drop-shadow(1px 0 0 #A4286A); }

.theme-seo-blog .arrowed-small::after, .arrowed-small.theme-seo-blog::after, .theme-seo-blog
.arrowed-medium::after,
.arrowed-medium.theme-seo-blog::after, .theme-seo-blog
.arrowed::after,
.arrowed.theme-seo-blog::after {
  -webkit-filter: drop-shadow(1px 0 0 #6d1f8f);
  -moz-filter: drop-shadow(1px 0 0 #6d1f8f);
  -ms-filter: drop-shadow(1px 0 0 #6d1f8f);
  -o-filter: drop-shadow(1px 0 0 #6d1f8f);
  filter: drop-shadow(1px 0 0 #6d1f8f); }

.theme-faq .arrowed-small::after, .arrowed-small.theme-faq::after, .theme-faq
.arrowed-medium::after,
.arrowed-medium.theme-faq::after, .theme-faq
.arrowed::after,
.arrowed.theme-faq::after {
  -webkit-filter: drop-shadow(1px 0 0 #008578);
  -moz-filter: drop-shadow(1px 0 0 #008578);
  -ms-filter: drop-shadow(1px 0 0 #008578);
  -o-filter: drop-shadow(1px 0 0 #008578);
  filter: drop-shadow(1px 0 0 #008578); }

.theme-courses .arrowed-small::after, .arrowed-small.theme-courses::after, .theme-courses
.arrowed-medium::after,
.arrowed-medium.theme-courses::after, .theme-courses
.arrowed::after,
.arrowed.theme-courses::after {
  -webkit-filter: drop-shadow(1px 0 0 #D5345E);
  -moz-filter: drop-shadow(1px 0 0 #D5345E);
  -ms-filter: drop-shadow(1px 0 0 #D5345E);
  -o-filter: drop-shadow(1px 0 0 #D5345E);
  filter: drop-shadow(1px 0 0 #D5345E); }

.arrowed-small.theme-courses--secondary::after, .arrowed-small.border-color-courses--secondary::after,
.arrowed-medium.theme-courses--secondary::after,
.arrowed-medium.border-color-courses--secondary::after,
.arrowed.theme-courses--secondary::after,
.arrowed.border-color-courses--secondary::after {
  -webkit-filter: drop-shadow(1px 0 0 #D5345E);
  -moz-filter: drop-shadow(1px 0 0 #D5345E);
  -ms-filter: drop-shadow(1px 0 0 #D5345E);
  -o-filter: drop-shadow(1px 0 0 #D5345E);
  filter: drop-shadow(1px 0 0 #D5345E); }

.theme-plugins .arrowed-small::after, .arrowed-small.theme-plugins::after, .theme-plugins
.arrowed-medium::after,
.arrowed-medium.theme-plugins::after, .theme-plugins
.arrowed::after,
.arrowed.theme-plugins::after {
  -webkit-filter: drop-shadow(1px 0 0 #0075B3);
  -moz-filter: drop-shadow(1px 0 0 #0075B3);
  -ms-filter: drop-shadow(1px 0 0 #0075B3);
  -o-filter: drop-shadow(1px 0 0 #0075B3);
  filter: drop-shadow(1px 0 0 #0075B3); }

.arrowed-small.theme-plugins--secondary::after, .arrowed-small.border-color-plugins--secondary::after,
.arrowed-medium.theme-plugins--secondary::after,
.arrowed-medium.border-color-plugins--secondary::after,
.arrowed.theme-plugins--secondary::after,
.arrowed.border-color-plugins--secondary::after {
  -webkit-filter: drop-shadow(1px 0 0 #0075B3);
  -moz-filter: drop-shadow(1px 0 0 #0075B3);
  -ms-filter: drop-shadow(1px 0 0 #0075B3);
  -o-filter: drop-shadow(1px 0 0 #0075B3);
  filter: drop-shadow(1px 0 0 #0075B3); }

.theme-about .arrowed-small::after, .arrowed-small.theme-about::after, .theme-about
.arrowed-medium::after,
.arrowed-medium.theme-about::after, .theme-about
.arrowed::after,
.arrowed.theme-about::after {
  -webkit-filter: drop-shadow(1px 0 0 #A4286A);
  -moz-filter: drop-shadow(1px 0 0 #A4286A);
  -ms-filter: drop-shadow(1px 0 0 #A4286A);
  -o-filter: drop-shadow(1px 0 0 #A4286A);
  filter: drop-shadow(1px 0 0 #A4286A); }

.arrowed-small.theme-about--secondary::after,
.arrowed-medium.theme-about--secondary::after,
.arrowed.theme-about--secondary::after {
  -webkit-filter: drop-shadow(1px 0 0 #A4286A);
  -moz-filter: drop-shadow(1px 0 0 #A4286A);
  -ms-filter: drop-shadow(1px 0 0 #A4286A);
  -o-filter: drop-shadow(1px 0 0 #A4286A);
  filter: drop-shadow(1px 0 0 #A4286A); }

.entry__header {
  float: left;
  width: 100%;
  max-width: 680px; }
  @media screen and (max-width: 63.25rem) {
    .entry__header {
      float: none;
      max-width: 100%; } }

@media screen and (max-width: 63.25rem) {
  .entry__title {
    font-size: 32px; } }

.entry__image {
  display: inline-block;
  margin-bottom: 32px; }
  @media screen and (max-width: 63.25rem) {
    .entry__image {
      margin-left: -16px;
      margin-right: -16px;
      margin-bottom: 16px; } }

.entry__meta {
  float: right;
  width: 100%;
  max-width: 292px;
  margin-top: 16px; }
  @media screen and (max-width: 63.25rem) {
    .entry__meta {
      float: none;
      max-width: 600px;
      margin: 0 auto 32px auto; } }

.entry__content {
  max-width: 600px; }
  @media screen and (max-width: 63.25rem) {
    .entry__content {
      margin-left: auto;
      margin-right: auto; } }
  .entry__content > * {
    margin-bottom: 32px; }
  .entry__content > p:first-of-type {
    font-weight: 700; }
    .entry__content > p:first-of-type:first-letter {
      display: block;
      float: left;
      font-size: 52px;
      font-weight: 400;
      line-height: 1;
      margin: 4px 12px 0 0; }
  .entry__content .entry__aside {
    display: block;
    float: right;
    width: 100%;
    max-width: 292px !important;
    margin: 12px -412px 24px 24px; }
    @media screen and (max-width: 63.25rem) {
      .entry__content .entry__aside {
        float: none;
        max-width: 480px !important;
        margin: 32px auto;
        padding: 16px 0;
        border-top: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC; }
        .entry__content .entry__aside > :last-child {
          margin-bottom: 0; } }
  .entry__content .inline-product {
    margin-right: -412px; }
    @media screen and (max-width: 63.25rem) {
      .entry__content .inline-product {
        margin: 0;
        float: none;
        display: block;
        max-width: 480px;
        padding: 16px 0;
        border-top: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC; }
        .entry__content .inline-product__img {
          display: none !important; }
        .entry__content .inline-product .button, .entry__content .inline-product .comment-respond input[type="submit"], .comment-respond .entry__content .inline-product input[type="submit"] {
          float: none !important;
          display: inline-block !important;
          margin-right: 8px !important; } }

.entry__footer > * {
  max-width: 680px; }
  @media screen and (max-width: 63.25rem) {
    .entry__footer > * {
      margin-left: auto;
      margin-right: auto; } }

.entry__footer .meta {
  display: none; }
  @media screen and (max-width: 63.25rem) {
    .entry__footer .meta {
      display: block; } }

article.article-redesign a {
  color: #6d1f8f; }
  article.article-redesign a:hover {
    color: #D93F69; }

article.article-redesign .image {
  float: right;
  display: block;
  margin-bottom: 32px; }
  @media screen and (max-width: 45rem) {
    article.article-redesign .image {
      float: none; } }
  article.article-redesign .image img,
  article.article-redesign .image .video {
    width: 365px;
    border: none;
    display: block; }
  article.article-redesign .image .video {
    max-width: 100%; }
    article.article-redesign .image .video .videowrapper {
      margin: 0; }

article.article-redesign .content {
  margin-right: 0;
  width: calc(100% - 405px);
  max-width: 600px;
  float: left; }
  @media screen and (max-width: 45rem) {
    article.article-redesign .content {
      width: 100%;
      max-width: 100%;
      float: none; } }
  article.article-redesign .content .meta.categories-tags {
    margin-bottom: 32px !important; }
  article.article-redesign .content > p {
    margin-bottom: 0 !important; }
  article.article-redesign .content > a {
    display: block; }

body.tag-ask-yoast article.article-redesign .content-wrap h2 {
  font-size: 26px; }

body.tag-ask-yoast article.article-redesign .content-wrap p {
  margin-bottom: 0; }

body.tag-ask-yoast article.article-redesign .content-wrap .readmore {
  display: block; }

body.tag-ask-yoast article.article-redesign .content-wrap .meta.categories-tags {
  margin-bottom: 0; }

body.tag-ask-yoast article.article-redesign .article-image .video .videowrapper {
  margin: 0; }

.article-overview-2columns p {
  margin-bottom: 0; }
  .article-overview-2columns p + a {
    margin-bottom: 32px;
    display: block; }

@media screen and (max-width: 30rem) {
  .article-overview {
    grid-row-gap: 16px; } }

.article-overview a {
  text-decoration: none; }
  .article-overview a:hover {
    text-decoration: underline; }
  @media screen and (max-width: 30rem) {
    .article-overview a img {
      display: none; } }

.banner {
  height: 80px;
  background-position: center center;
  background-size: cover;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1.7rem; }
  .banner--courses {
    background-image: url(./../images/banner-academy-small.jpg);
    border-color: #D5345E; }

.black-friday-2016 {
  background-image: url(./../images/black-friday-2016-bg.gif);
  background-position: center center;
  background-size: cover; }
  .black-friday-2016 img {
    display: block; }

.bio {
  display: flex;
  align-items: flex-end;
  font-family: Georgia, serif; }

.bio__content p {
  font-size: 16px;
  font-style: italic; }

.bio__readmore {
  display: block;
  font-style: initial;
  margin-top: 8px; }

img.bio__image {
  display: none;
  width: 140px;
  height: auto;
  border: 0;
  margin: 0 0 0 16px; }
  @media only screen and (min-width: 30rem) {
    img.bio__image {
      display: block; } }

.promolink,
.bordered {
  border: 1px solid #E6E6E6;
  /* Explicit theming */ }
  
  .bordered--fullwidth {
    border-left: none;
    border-right: none; }
  
  .bordered--top {
    border-left: none;
    border-right: none;
    border-bottom: none; }
  
  .bordered--bottom {
    border-left: none;
    border-right: none;
    border-top: none; }
  .theme-courses .promolink, .theme-courses
  .bordered {
    border-color: #D5345E; }
  .theme-seo-blog .promolink, .theme-seo-blog
  .bordered {
    border-color: #6d1f8f; }
  .theme-courses--secondary .promolink, .theme-courses--secondary
  .bordered {
    border-color: #D5345E; }
  .theme-plugins .promolink, .theme-plugins
  .bordered {
    border-color: #0075B3; }
  .theme-home .promolink, .theme-home
  .bordered {
    border-color: #A4286A; }
  .theme-faq .promolink, .theme-faq
  .bordered {
    border-color: #008578; }
  .theme-courses.promolink,
  .bordered.theme-courses {
    border-color: #D5345E; }
  .theme-seo-blog.promolink,
  .bordered.theme-seo-blog {
    border-color: #6d1f8f; }
  .theme-courses--secondary.promolink,
  .bordered.theme-courses--secondary {
    border-color: #D5345E; }
  .theme-plugins.promolink,
  .bordered.theme-plugins {
    border-color: #0075B3; }
  .theme-plugins--secondary.promolink,
  .bordered.theme-plugins--secondary {
    border-color: #0075B3; }
  .theme-home.promolink,
  .bordered.theme-home {
    border-color: #A4286A; }
  .theme-faq.promolink,
  .bordered.theme-faq {
    border-color: #008578; }
  .link.promolink,
  .bordered.link {
    border-color: #DC5C04; }
    .link.promolink::after,
    .bordered.link::after {
      -webkit-filter: drop-shadow(1px 0 0 #DC5C04);
      -moz-filter: drop-shadow(1px 0 0 #DC5C04);
      -ms-filter: drop-shadow(1px 0 0 #DC5C04);
      -o-filter: drop-shadow(1px 0 0 #DC5C04);
      filter: drop-shadow(1px 0 0 #DC5C04); }
  .cta.promolink,
  .bordered.cta {
    border-color: #DC5C04; }
    .cta.promolink::after,
    .bordered.cta::after {
      -webkit-filter: drop-shadow(1px 0 0 #DC5C04);
      -moz-filter: drop-shadow(1px 0 0 #DC5C04);
      -ms-filter: drop-shadow(1px 0 0 #DC5C04);
      -o-filter: drop-shadow(1px 0 0 #DC5C04);
      filter: drop-shadow(1px 0 0 #DC5C04); }

.breadcrumb {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 30rem) {
    .breadcrumb .breadcrumb_last {
      display: none; } }
  .breadcrumb i.fa {
    margin: 0 3px; }
  .breadcrumb a {
    text-decoration: none; }
  .breadcrumb span {
    color: #646464; }
  .theme-home .breadcrumb, .theme-home .breadcrumb a, .theme-home .breadcrumb .sep {
    color: #A4286A; }
  .theme-seo-blog .breadcrumb, .theme-seo-blog .breadcrumb a, .theme-seo-blog .breadcrumb .sep {
    color: #6d1f8f; }
  .theme-plugins .breadcrumb, .theme-plugins .breadcrumb a, .theme-plugins .breadcrumb .sep {
    color: #0075B3; }
  .theme-courses .breadcrumb, .theme-courses .breadcrumb a, .theme-courses .breadcrumb .sep {
    color: #D5345E; }
  .theme-faq-us .breadcrumb, .theme-faq-us .breadcrumb a, .theme-faq-us .breadcrumb .sep {
    color: #008578; }

.browse-categories .heading {
  margin-bottom: 16px;
  display: block; }

.browse-categories ul {
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  width: 100%; }
  .browse-categories ul li {
    list-style: none;
    color: #6d1f8f;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 24px; }
    .browse-categories ul li a {
      text-decoration: none;
      font-size: 20px;
      font-weight: 300;
      color: #6d1f8f; }
      .browse-categories ul li a:hover {
        text-decoration: underline; }
  @media screen and (max-width: 30rem) {
    .browse-categories ul {
      grid-template-columns: repeat(auto-fill, minmax(187px, 1fr)); }
      .browse-categories ul li {
        margin-bottom: 16px; }
        .browse-categories ul li a {
          font-size: 20px; } }

body button.button--clean,
body .button.button--clean,
body .comment-respond input.button--clean[type="submit"],
.comment-respond body input.button--clean[type="submit"],
body .button--clean {
  display: inline;
  background: none;
  border-radius: initial;
  text-shadow: initial;
  box-shadow: initial;
  font-size: inherit;
  font-family: inherit;
  margin: initial;
  padding: initial;
  text-decoration: underline; }
  body button.button--clean:before, body button.button--clean:after,
  body .button.button--clean:before,
  body .comment-respond input.button--clean[type="submit"]:before,
  .comment-respond body input.button--clean[type="submit"]:before,
  body .button.button--clean:after,
  body .comment-respond input.button--clean[type="submit"]:after,
  .comment-respond body input.button--clean[type="submit"]:after,
  body .button--clean:before,
  body .button--clean:after {
    display: none; }
  body button.button--clean:hover, body button.button--clean:focus, body button.button--clean:active,
  body .button.button--clean:hover,
  body .comment-respond input.button--clean:hover[type="submit"],
  .comment-respond body input.button--clean:hover[type="submit"],
  body .button.button--clean:focus,
  body .comment-respond input.button--clean:focus[type="submit"],
  .comment-respond body input.button--clean:focus[type="submit"],
  body .button.button--clean:active,
  body .comment-respond input.button--clean:active[type="submit"],
  .comment-respond body input.button--clean:active[type="submit"],
  body .button--clean:hover,
  body .button--clean:focus,
  body .button--clean:active {
    display: inline;
    background: none;
    border-radius: initial;
    text-shadow: initial;
    box-shadow: initial;
    font-size: inherit;
    font-family: inherit;
    margin: initial;
    padding: initial;
    text-decoration: underline;
    top: 0; }

body .button, body .comment-respond input[type="submit"], .comment-respond body input[type="submit"], body button {
  position: relative;
  display: inline-block;
  width: auto;
  max-height: inherit;
  padding: 8px 10px 10px 10px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1em;
  margin-right: 1em;
  border: none;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  transition: all 150ms ease-out 0s;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  background: #fec228; }
  body .button:hover, body .comment-respond input:hover[type="submit"], .comment-respond body input:hover[type="submit"], body .button:focus, body .comment-respond input:focus[type="submit"], .comment-respond body input:focus[type="submit"], body button:hover, body button:focus {
    background: #f2ae01; }
  body .button:active, body .comment-respond input:active[type="submit"], .comment-respond body input:active[type="submit"], body button:active {
    background: #f2ae01;
    box-shadow: none;
    padding-bottom: 10px;
    top: 2px; }
  body .button:hover, body .comment-respond input:hover[type="submit"], .comment-respond body input:hover[type="submit"], body .button:focus, body .comment-respond input:focus[type="submit"], .comment-respond body input:focus[type="submit"], body button:hover, body button:focus {
    background: #f2ae01;
    color: #000;
    text-decoration: none; }

.button, .comment-respond input[type="submit"], button {
  position: relative;
  display: inline-block;
  width: auto;
  max-height: inherit;
  padding: 8px 10px 10px 10px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1em;
  margin-right: 1em;
  border: none;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  transition: all 150ms ease-out 0s;
  cursor: pointer; }
  .button:hover, .comment-respond input:hover[type="submit"], .button:focus, .comment-respond input:focus[type="submit"], button:hover, button:focus {
    background: #f2ae01; }
  .button:active, .comment-respond input:active[type="submit"], button:active {
    background: #f2ae01;
    box-shadow: none;
    padding-bottom: 10px;
    top: 2px; }
  .button .arrow, .comment-respond input[type="submit"] .arrow, button .arrow {
    display: none; }
  .button--slim, button--slim {
    padding: 0.18em 0.5em;
    font-size: 0.9em;
    margin: 0 0.5em 0.5em 0; }
  .button--full, button--full {
    width: 100%; }
  .button.default, .comment-respond input.default[type="submit"], button.default {
    color: #000; }
  .button.disabled, .comment-respond input.disabled[type="submit"], button.disabled {
    color: #000;
    background: #646464;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: none; }
    .button.disabled:hover, .comment-respond input.disabled:hover[type="submit"], .button.disabled:focus, .comment-respond input.disabled:focus[type="submit"], .button.disabled:active, .comment-respond input.disabled:active[type="submit"], button.disabled:hover, button.disabled:focus, button.disabled:active {
      color: #000;
      background: #646464;
      box-shadow: none;
      top: 0; }
  .button.dimmed, .comment-respond input.dimmed[type="submit"], button.dimmed {
    color: #646464 !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,bebebe+100 */
    background: #e6e6e6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e6e6e6 0%, #bebebe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #bebebe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6e6e6 0%, #bebebe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#bebebe', GradientType=0);
    /* IE6-9 */
    text-shadow: none; }
    .button.dimmed:hover, .comment-respond input.dimmed:hover[type="submit"], .button.dimmed:focus, .comment-respond input.dimmed:focus[type="submit"], button.dimmed:hover, button.dimmed:focus {
      color: #646464;
      background: #CDCDCD; }
    .button.dimmed.flat, .comment-respond input.dimmed.flat[type="submit"], button.dimmed.flat {
      background: #e6e6e6;
      box-shadow: none; }
      .button.dimmed.flat:hover, .comment-respond input.dimmed.flat:hover[type="submit"], .button.dimmed.flat:focus, .comment-respond input.dimmed.flat:focus[type="submit"], button.dimmed.flat:hover, button.dimmed.flat:focus {
        background: #CDCDCD; }
  .button--naked, button--naked {
    border: none;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    overflow: auto;
    margin: 0; }
    .button--naked:hover, .button--naked:focus, button--naked:hover, button--naked:focus {
      text-decoration: underline;
      background: transparent; }
    .button--naked:active, button--naked:active {
      top: 0;
      box-shadow: none;
      background: transparent; }
  .button i.fa, .comment-respond input[type="submit"] i.fa, button i.fa {
    font-size: 140%;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px; }
    .button i.fa.fa-pencil-square-o, .comment-respond input[type="submit"] i.fa.fa-pencil-square-o, button i.fa.fa-pencil-square-o {
      top: 3px; }
    .button i.fa.fa-arrow-circle-right, .comment-respond input[type="submit"] i.fa.fa-arrow-circle-right, button i.fa.fa-arrow-circle-right {
      top: 2px; }
    .button i.fa.fa-info-circle, .comment-respond input[type="submit"] i.fa.fa-info-circle, button i.fa.fa-info-circle {
      font-size: 130%;
      margin: 0 5px 0 0;
      top: 2px; }

.alignright .button, .alignright .comment-respond input[type="submit"], .comment-respond .alignright input[type="submit"], .alignright button {
  margin: 0;
  min-width: 60%; }

.alignright .button + .button.dimmed, .alignright .comment-respond input[type="submit"] + .button.dimmed, .comment-respond .alignright input[type="submit"] + .button.dimmed, .alignright .comment-respond .button + input.dimmed[type="submit"], .comment-respond .alignright .button + input.dimmed[type="submit"], .alignright .comment-respond input[type="submit"] + input.dimmed[type="submit"], .comment-respond .alignright input[type="submit"] + input.dimmed[type="submit"] {
  min-width: 35%;
  float: right; }

.apply_button br {
  display: none; }

body a.button:hover {
  color: #000; }

.callout {
  width: 100%;
  padding: 16px; }
  .callout .close-button {
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: none;
    padding: 0;
    margin: 0 0;
    border: none;
    background: none;
    box-shadow: none;
    overflow: initial; }
    .callout .close-button span:after {
      content: '\f057';
      font-family: "FontAwesome", Arial, sans-serif;
      color: #646464; }
  .callout.callout-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 9999; }
    .callout.callout-cookies p {
      font-size: 15px; }

.callout-cookies {
  border-top: 1px solid #DCDCDC;
  background: rgba(255, 255, 255, 0.95); }
  .callout-cookies p {
    font-family: Georgia, serif;
    font-size: 17px;
    margin-right: 40px;
    margin-bottom: 0; }

.card {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 20px; }
  .card > p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 30rem) {
    .card {
      width: 100%;
      margin-bottom: 48px; } }
  .card__label {
    position: absolute;
    top: 10px;
    left: -13px;
    text-decoration: none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-family: Helvetica, Arial, sans-serif; }
    .card__label:after {
      left: -13px;
      top: 33px;
      border: solid transparent;
      content: " ";
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-right-color: #521435;
      border-width: 13px;
      margin-top: -15px;
      z-index: 1; }
    .card__label span {
      background: #A4286A;
      line-height: 32px;
      color: #FFF;
      padding: 0 17px;
      text-decoration: none;
      display: block;
      position: relative;
      z-index: 2; }
    .card__label--sale:after {
      border-right-color: #bf8a01; }
    .card__label--sale span {
      background: #fec228;
      color: #000;
      text-transform: uppercase;
      font-weight: 600; }
  .card__image .icon svg {
    max-width: 150px;
    margin: 20px auto 0;
    max-height: 167.48px; }
  .card__image img, .card__image svg {
    display: block;
    width: auto;
    margin: 0 auto; }
  .card__content {
    padding: 20px;
    line-height: 24px;
    flex-grow: 1; }
    .card__content a {
      text-decoration: none; }
    .card__content h2 {
      font-size: 24px;
      font-weight: 400;
      line-height: 1.4; }
    .card__content p {
      margin-bottom: 0;
      font-size: 16px; }
    .card__content .list--usp {
      font-family: Georgia, serif; }
  .card__actions {
    padding: 20px 20px 0;
    border-top: 1px solid #D8D8D8;
    text-align: center; }
    .card__actions > *, .card__actions .plugin-buy-button {
      margin-bottom: 16px;
      display: block; }
      .card__actions > * a, .card__actions .plugin-buy-button a {
        margin-bottom: 8px; }
  .card .button, .card .comment-respond input[type="submit"], .comment-respond .card input[type="submit"] {
    display: block;
    margin-bottom: 8px; }
  .card .readMore {
    font-size: 16px;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif; }

.redesign-2018.category .category-intro .text p:last-of-type {
  margin-bottom: 0; }

body.tag-ask-yoast .redesign-2018.category .category-intro p {
  margin: 0; }

body.tag-ask-yoast .redesign-2018.category .category-intro button {
  display: block;
  margin: 16px 0 0 0; }

body.tag-ask-yoast .redesign-2018.category hr {
  margin-top: 32px;
  padding-bottom: 32px; }

ol.comment-list {
  list-style: none;
  max-width: 600px;
  color: #282828; }
  ol.comment-list > li.comment {
    background: #f9f7f9; }
    ol.comment-list > li.comment .comment_group {
      margin-bottom: 32px; }
    ol.comment-list > li.comment.parent .comment_group {
      border-bottom: 1px solid #ccc; }
    ol.comment-list > li.comment:last-of-type .comment_group {
      border-bottom: none; }
  ol.comment-list ul.children {
    background: #FFF;
    list-style: none;
    padding: 0 0 16px 55px;
    margin: 0;
    font-size: 16px; }
    ol.comment-list ul.children .media .img {
      width: 40px;
      margin-left: 0; }
    ol.comment-list ul.children .reply_by_author:not(.reply_by_post_author):before {
      content: "^ "; }
    ol.comment-list ul.children ul.children {
      border-bottom: none;
      padding: 0 0 0 24px; }
  ol.comment-list .reply {
    display: flex;
    justify-content: flex-end;
    padding: 0 16px 16px 0; }
    ol.comment-list .reply a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      font-family: Helvetica, Arial, sans-serif;
      padding: 0px 16px;
      border-radius: 3px; }
    ol.comment-list .reply .comment-reply-link {
      background: #fec228;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
      color: #000;
      margin-left: 10px;
      border-bottom: 2px solid #f2ae01; }
    ol.comment-list .reply .comment-edit-link {
      border: 1px solid #000;
      color: #000; }
  ol.comment-list .comment-content {
    font-family: Georgia, serif; }
  ol.comment-list .comment-author {
    font-size: 14px;
    line-height: 24px; }
  ol.comment-list .post_author {
    color: #5d237a;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 12px; }
  ol.comment-list .media {
    padding: 16px 16px 0 0;
    margin-bottom: 0; }
    ol.comment-list .media .img {
      margin-left: 16px;
      width: 80px;
      float: left; }
  ol.comment-list .meta {
    margin: 0; }

.comment-respond label {
  margin: 0; }

.comment-respond input[type="submit"] {
  color: #FFF; }

.comment-respond .comment-form-comment textarea {
  height: 12em; }

#commentform p {
  margin-bottom: 0; }

#commentform .comment-form-cookies-consent {
  clear: both;
  display: flex;
  align-items: baseline; }

@media (min-width: 63.25rem) {
  #commentform {
    width: 62rem; }
    #commentform .comment-form-comment {
      float: left;
      width: 32rem; }
      #commentform .comment-form-comment textarea {
        height: 14.1em; }
    #commentform .comment-form-author {
      float: right;
      clear: right;
      width: 28rem; }
    #commentform .comment-form-email {
      float: right;
      clear: right;
      width: 28rem; }
    #commentform .comment-form-url {
      float: right;
      clear: right;
      width: 28rem; }
    #commentform .form-submit {
      clear: both; } }

@media (min-width: 640px) and (max-width: 63.24rem) {
  #commentform {
    width: 600px; }
    #commentform .comment-form-author {
      float: left;
      width: 290px; }
    #commentform .comment-form-email {
      float: right;
      width: 290px; }
    #commentform .comment-form-url {
      clear: both; } }

.entry-comments {
  clear: both; }
  .entry-comments h3 {
    line-height: 40px; }

@media only screen and (max-width: 30rem) {
  table.compare-free-premium {
    width: 100%; }
    table.compare-free-premium tr:first-of-type {
      display: none; }
    table.compare-free-premium tr td {
      display: block;
      width: 100%;
      border: none;
      padding: .47rem 0; }
      table.compare-free-premium tr td i {
        margin-right: 10px; }
      table.compare-free-premium tr td:first-of-type p:before {
        content: 'Yoast SEO Premium:';
        display: block;
        font-size: 1em;
        margin-bottom: .47rem;
        color: #000;
        font-weight: 700;
        font-family: Helvetica, Arial, sans-serif; }
      table.compare-free-premium tr td:last-of-type {
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 1rem;
        margin-bottom: .47rem; }
        table.compare-free-premium tr td:last-of-type:before {
          content: 'Yoast SEO Free:';
          margin-bottom: .47rem;
          display: block;
          font-size: 1em;
          color: #000;
          font-weight: 700; }
      table.compare-free-premium tr td p {
        margin-bottom: 0;
        padding-bottom: 0; }
    table.compare-free-premium tr:last-of-type td:last-of-type {
      text-align: center; }
      table.compare-free-premium tr:last-of-type td:last-of-type:before {
        display: none;
        content: ""; }
  table.compare-seo-beginners tr td {
    padding-left: 0 !important; }
    table.compare-seo-beginners tr td i {
      display: inline-block; }
    table.compare-seo-beginners tr td:first-of-type i {
      display: block;
      margin-left: 0; }
      table.compare-seo-beginners tr td:first-of-type i:after {
        content: 'Basic SEO';
        display: inline-block;
        font-weight: 600;
        padding-left: 10px;
        font-family: Helvetica, Arial, sans-serif;
        color: #000; }
    table.compare-seo-beginners tr td:last-of-type {
      padding-left: 0; }
      table.compare-seo-beginners tr td:last-of-type:before {
        content: 'SEO for beginners';
        display: inline-block; }
      table.compare-seo-beginners tr td:last-of-type i {
        margin-left: 5px; }
  table.compare-seo-beginners tr:last-of-type td:last-of-type {
    text-align: left;
    padding-left: 0; }
    table.compare-seo-beginners tr:last-of-type td:last-of-type:before {
      content: 'SEO for beginners';
      display: inline-block; }
    table.compare-seo-beginners tr:last-of-type td:last-of-type i {
      margin-left: 5px; } }

div.conference-banner {
  margin-bottom: 2em;
  margin-top: -0.9em; }
  div.conference-banner .row, div.conference-banner .comment-respond, div.conference-banner .hosting-partners--container {
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #cce9fe;
    border: 1px solid #084a67;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 56rem) {
      div.conference-banner .row, div.conference-banner .comment-respond, div.conference-banner .hosting-partners--container {
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around; } }
  div.conference-banner .conference--logo--container {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    -o-flex-basis: 30%;
    flex-basis: 30%; }
    @media only screen and (max-width: 56rem) {
      div.conference-banner .conference--logo--container {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; } }
    @media only screen and (max-width: 56rem) {
      div.conference-banner .conference--logo--container {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around; } }
    div.conference-banner .conference--logo--container .logo {
      display: inline-block; }
      @media only screen and (min-width: 56rem) {
        div.conference-banner .conference--logo--container .logo {
          display: block; } }
      @media only screen and (max-width: 30rem) {
        div.conference-banner .conference--logo--container .logo {
          margin-bottom: 1rem; } }
      div.conference-banner .conference--logo--container .logo .conference--logo {
        height: 65px;
        width: auto;
        max-width: inherit;
        min-height: 50px;
        display: block;
        margin: 0 0 0 20px; }
    div.conference-banner .conference--logo--container .conference--info {
      display: inline-block; }
      @media only screen and (min-width: 56rem) {
        div.conference-banner .conference--logo--container .conference--info {
          display: block; } }
      @media only screen and (max-width: 30rem) {
        div.conference-banner .conference--logo--container .conference--info {
          display: none; } }
      div.conference-banner .conference--logo--container .conference--info .date {
        display: block;
        text-align: left;
        padding-right: 10px;
        font-size: 1rem;
        max-width: 249px;
        margin: 1rem 0 0 20px;
        font-weight: 600; }
  div.conference-banner .conference--usps {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    -o-flex-basis: 40%;
    flex-basis: 40%; }
    @media only screen and (min-width: 56rem) {
      div.conference-banner .conference--usps {
        margin-left: 5%; } }
    @media only screen and (max-width: 56rem) {
      div.conference-banner .conference--usps {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -o-flex-basis: 50%;
        flex-basis: 50%;
        text-align: center; } }
    @media only screen and (max-width: 30rem) {
      div.conference-banner .conference--usps {
        display: none; } }
    div.conference-banner .conference--usps h4 {
      color: #074967;
      font-family: Georgia, serif;
      font-size: 1.7em;
      font-weight: 800;
      line-height: 1.2;
      display: block;
      max-width: 249px;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 56rem) {
        div.conference-banner .conference--usps h4 {
          margin: 0 auto; } }
    div.conference-banner .conference--usps .list--usp {
      display: none;
      margin-bottom: 0; }
    @media only screen and (min-width: 56rem) {
      div.conference-banner .conference--usps ul.list--usp {
        display: block; } }
  div.conference-banner .conference--btn {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    -o-flex-basis: 25%;
    flex-basis: 25%;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -o-align-self: flex-end;
    align-self: flex-end; }
    @media only screen and (max-width: 56rem) {
      div.conference-banner .conference--btn {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -o-flex-basis: 50%;
        flex-basis: 50%;
        text-align: center; } }
    div.conference-banner .conference--btn .button, div.conference-banner .conference--btn .comment-respond input[type="submit"], .comment-respond div.conference-banner .conference--btn input[type="submit"] {
      margin-bottom: 0;
      position: absolute;
      bottom: 20px;
      right: 20px; }
      div.conference-banner .conference--btn .button:active, div.conference-banner .conference--btn .comment-respond input:active[type="submit"], .comment-respond div.conference-banner .conference--btn input:active[type="submit"] {
        top: auto; }
      @media only screen and (max-width: 56rem) {
        div.conference-banner .conference--btn .button, div.conference-banner .conference--btn .comment-respond input[type="submit"], .comment-respond div.conference-banner .conference--btn input[type="submit"] {
          margin-top: 0.5rem;
          position: relative;
          bottom: initial;
          right: initial; } }
      @media only screen and (max-width: 56rem) {
        div.conference-banner .conference--btn .button, div.conference-banner .conference--btn .comment-respond input[type="submit"], .comment-respond div.conference-banner .conference--btn input[type="submit"] {
          margin-right: 0; } }
    @media only screen and (max-width: 30rem) {
      div.conference-banner .conference--btn {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%; } }
  div.conference-banner .conference--icon {
    max-height: 77px;
    min-height: 50px;
    max-width: 100px;
    vertical-align: bottom;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    position: absolute;
    right: 40px;
    top: 20px; }
    @media only screen and (min-width: 56rem) and (max-width: 63.25rem) {
      div.conference-banner .conference--icon {
        bottom: 80px; } }
    @media only screen and (max-width: 56rem) {
      div.conference-banner .conference--icon {
        display: none; } }

.content p:empty {
  display: none; }

.content--full-width {
  width: 100%;
  margin-right: 0; }
  .content--full-width > * {
    max-width: 600px; }
  .content--full-width > table.compare-free-premium {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }
    @media only screen and (max-width: 30rem) {
      .content--full-width > table.compare-free-premium tr td:last-of-type {
        padding-top: 0; } }
  .content--full-width > p,
  .content--full-width > ul {
    font-family: Helvetica, Arial, sans-serif; }
  .content--full-width img.aligncenter {
    margin-left: auto;
    margin-right: auto; }

.content .pro-tip,
.entry__content .pro-tip {
  border-left: 2px solid #A4286A;
  display: block;
  padding-left: 24px;
  position: relative;
  margin-left: 24px; }
  .content .pro-tip:before,
  .entry__content .pro-tip:before {
    content: "\f0eb";
    font-family: FontAwesome,Arial,sans-serif;
    position: absolute;
    left: -30px;
    font-style: initial;
    font-size: 25px;
    top: -7px;
    color: #A4286A; }

@media only screen and (min-width: 63.25rem) {
  .no-usps .content--full-width {
    margin-top: -8em; } }

@media only screen and (min-width: 56rem) and (max-width: 63.25rem) {
  .no-usps .content--full-width {
    margin-top: -2em; } }

.countdown {
  max-width: 300px;
  width: 100%;
  position: absolute;
  right: 0; }
  @media only screen and (max-width: 63.25rem) {
    .countdown {
      display: none; } }
  .countdown.hide-days .countdown--item {
    width: 30%; }
  .countdown--timers {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
    width: 100%; }
    .countdown--timers .countdown--item {
      width: 22%;
      background: #fefeff;
      background: -moz-linear-gradient(-45deg, #fefeff 0%, #bfddec 100%);
      background: -webkit-linear-gradient(-45deg, #fefeff 0%, #bfddec 100%);
      background: linear-gradient(135deg, #fefeff 0%, #bfddec 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefeff', endColorstr='#bfddec', GradientType=1);
      border: 2px solid #084A67;
      color: #0075B3;
      font-family: Helvetica, Arial, sans-serif; }
      .countdown--timers .countdown--item .countdown--number {
        display: block;
        font-size: 44px;
        font-weight: 700;
        line-height: 58px;
        border-bottom: 2px solid #084A67; }
      .countdown--timers .countdown--item .countdown--type {
        text-transform: uppercase;
        color: #084A67;
        font-size: 16px;
        font-weight: 700; }
  .countdown--availability {
    display: block;
    width: 100%;
    color: #084A67;
    font-family: Georgia, serif;
    font-style: italic;
    text-align: center;
    line-height: 28px;
    margin: 10px 0; }
  .countdown .button, .countdown .comment-respond input[type="submit"], .comment-respond .countdown input[type="submit"] {
    width: 100%;
    margin: 10px 0; }

.fill {
  color: #FFF;
  /* Explicit theming */ }
  .fill a, .fill a.more {
    color: #FFF;
    text-decoration: none; }
    .fill a:hover, .fill a:focus, .fill a.more:hover, .fill a.more:focus {
      color: #FFF;
      text-decoration: underline; }
  .fill h1, .fill h2, .fill h3, .fill h4 {
    color: #FFF; }
  .fill p, .fill .p {
    color: #FFF; }
  .theme-courses .fill {
    background-color: #D5345E;
    color: #FFF;
    border-color: #D5345E; }
    .theme-courses .fill::after {
      border-top-color: #D5345E; }
    .theme-courses .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .theme-courses .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .theme-courses .fill.fill--secondary {
    background-color: #D5345E;
    border-color: #6d1f8f; }
    .theme-courses .fill.fill--secondary::after {
      border-top-color: #D5345E; }
    .theme-courses .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .theme-courses .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .theme-courses .fill.fill--tertiary {
    background-color: #6d1f8f;
    border-color: #D5345E; }
    .theme-courses .fill.fill--tertiary::after {
      border-top-color: #6d1f8f; }
    .theme-courses .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .theme-courses .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .theme-courses .fill.fill--transparent {
    background-color: rgba(213, 52, 94, 0.7);
    border-color: #FFF; }
    .theme-courses .fill.fill--transparent::after {
      border-top-color: rgba(213, 52, 94, 0.7); }
  .theme-plugins .fill {
    background-color: #0075B3;
    color: #FFF;
    border-color: #0075B3; }
    .theme-plugins .fill::after {
      border-top-color: #0075B3; }
    .theme-plugins .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .theme-plugins .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .theme-plugins .fill.fill--secondary {
    background-color: #0075B3;
    border-color: #64a60b; }
    .theme-plugins .fill.fill--secondary::after {
      border-top-color: #0075B3; }
    .theme-plugins .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #64a60b); }
    .theme-plugins .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #64a60b); }
  .theme-plugins .fill.fill--tertiary {
    background-color: #64a60b;
    border-color: #0075B3; }
    .theme-plugins .fill.fill--tertiary::after {
      border-top-color: #64a60b; }
    .theme-plugins .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .theme-plugins .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .theme-plugins .fill.fill--transparent {
    background-color: rgba(0, 117, 179, 0.7);
    border-color: #FFF; }
    .theme-plugins .fill.fill--transparent::after {
      border-top-color: rgba(0, 117, 179, 0.7); }
  .theme-seo-blog .fill {
    background-color: #6d1f8f;
    color: #FFF;
    border-color: #6d1f8f; }
    .theme-seo-blog .fill::after {
      border-top-color: #6d1f8f; }
    .theme-seo-blog .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .theme-seo-blog .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .theme-seo-blog .fill.fill--secondary {
    background-color: #6d1f8f;
    border-color: #D5345E; }
    .theme-seo-blog .fill.fill--secondary::after {
      border-top-color: #6d1f8f; }
    .theme-seo-blog .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .theme-seo-blog .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .theme-seo-blog .fill.fill--tertiary {
    background-color: #D5345E;
    border-color: #6d1f8f; }
    .theme-seo-blog .fill.fill--tertiary::after {
      border-top-color: #D5345E; }
    .theme-seo-blog .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .theme-seo-blog .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .theme-seo-blog .fill.fill--transparent {
    background-color: rgba(109, 31, 143, 0.7);
    border-color: #FFF; }
    .theme-seo-blog .fill.fill--transparent::after {
      border-top-color: rgba(109, 31, 143, 0.7); }
  .theme-home .fill {
    background-color: #A4286A;
    color: #FFF;
    border-color: #A4286A; }
    .theme-home .fill::after {
      border-top-color: #A4286A; }
    .theme-home .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #A4286A); }
    .theme-home .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #A4286A); }
  .theme-home .fill.fill--secondary {
    background-color: #A4286A;
    border-color: #0075B3; }
    .theme-home .fill.fill--secondary::after {
      border-top-color: #A4286A; }
    .theme-home .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .theme-home .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .theme-home .fill.fill--tertiary {
    background-color: #0075B3;
    border-color: #A4286A; }
    .theme-home .fill.fill--tertiary::after {
      border-top-color: #0075B3; }
    .theme-home .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #A4286A); }
    .theme-home .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #A4286A); }
  .theme-home .fill.fill--transparent {
    background-color: rgba(164, 40, 106, 0.5);
    border-color: #FFF; }
    .theme-home .fill.fill--transparent::after {
      border-top-color: rgba(164, 40, 106, 0.5); }
  .theme-faq .fill {
    background-color: #008578;
    color: #FFF;
    border-color: #008578; }
    .theme-faq .fill::after {
      border-top-color: #008578; }
    .theme-faq .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #008578); }
    .theme-faq .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #008578); }
  .theme-faq .fill.fill--secondary {
    background-color: #008578;
    border-color: #0075B3; }
    .theme-faq .fill.fill--secondary::after {
      border-top-color: #008578; }
    .theme-faq .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .theme-faq .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .theme-faq .fill.fill--tertiary {
    background-color: #0075B3;
    border-color: #008578; }
    .theme-faq .fill.fill--tertiary::after {
      border-top-color: #0075B3; }
    .theme-faq .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #008578); }
    .theme-faq .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #008578); }
  .theme-faq .fill.fill--transparent {
    background-color: rgba(0, 133, 120, 0.7);
    border-color: #FFF; }
    .theme-faq .fill.fill--transparent::after {
      border-top-color: rgba(0, 133, 120, 0.7); }
  .fill.theme-courses {
    background-color: #D5345E;
    color: #FFF;
    border-color: #D5345E; }
    .fill.theme-courses::after {
      border-top-color: #D5345E; }
    .fill.theme-courses.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .fill.theme-courses.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .fill.theme-courses.fill--secondary {
    background-color: #D5345E;
    border-color: #6d1f8f; }
    .fill.theme-courses.fill--secondary::after {
      border-top-color: #D5345E; }
    .fill.theme-courses.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .fill.theme-courses.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .fill.theme-courses.fill--tertiary {
    background-color: #6d1f8f;
    border-color: #D5345E; }
    .fill.theme-courses.fill--tertiary::after {
      border-top-color: #6d1f8f; }
    .fill.theme-courses.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .fill.theme-courses.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .fill.theme-courses.fill--transparent {
    background-color: rgba(213, 52, 94, 0.7);
    border-color: #FFF; }
    .fill.theme-courses.fill--transparent::after {
      border-top-color: rgba(213, 52, 94, 0.7); }
  .fill.theme-plugins {
    background-color: #0075B3;
    color: #FFF;
    border-color: #0075B3; }
    .fill.theme-plugins::after {
      border-top-color: #0075B3; }
    .fill.theme-plugins.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .fill.theme-plugins.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .fill.theme-plugins.fill--secondary {
    background-color: #0075B3;
    border-color: #64a60b; }
    .fill.theme-plugins.fill--secondary::after {
      border-top-color: #0075B3; }
    .fill.theme-plugins.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #64a60b); }
    .fill.theme-plugins.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #64a60b); }
  .fill.theme-plugins.fill--tertiary {
    background-color: #64a60b;
    border-color: #0075B3; }
    .fill.theme-plugins.fill--tertiary::after {
      border-top-color: #64a60b; }
    .fill.theme-plugins.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .fill.theme-plugins.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .fill.theme-plugins.fill--transparent {
    background-color: rgba(0, 117, 179, 0.7);
    border-color: #FFF; }
    .fill.theme-plugins.fill--transparent::after {
      border-top-color: rgba(0, 117, 179, 0.7); }
  .fill.theme-seo-blog {
    background-color: #6d1f8f;
    color: #FFF;
    border-color: #6d1f8f; }
    .fill.theme-seo-blog::after {
      border-top-color: #6d1f8f; }
    .fill.theme-seo-blog.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .fill.theme-seo-blog.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .fill.theme-seo-blog.fill--secondary {
    background-color: #6d1f8f;
    border-color: #D5345E; }
    .fill.theme-seo-blog.fill--secondary::after {
      border-top-color: #6d1f8f; }
    .fill.theme-seo-blog.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .fill.theme-seo-blog.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .fill.theme-seo-blog.fill--tertiary {
    background-color: #D5345E;
    border-color: #6d1f8f; }
    .fill.theme-seo-blog.fill--tertiary::after {
      border-top-color: #D5345E; }
    .fill.theme-seo-blog.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .fill.theme-seo-blog.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .fill.theme-seo-blog.fill--transparent {
    background-color: rgba(109, 31, 143, 0.7);
    border-color: #FFF; }
    .fill.theme-seo-blog.fill--transparent::after {
      border-top-color: rgba(109, 31, 143, 0.7); }
  .fill.theme-home {
    background-color: #A4286A;
    color: #FFF;
    border-color: #A4286A; }
    .fill.theme-home::after {
      border-top-color: #A4286A; }
    .fill.theme-home.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #A4286A); }
    .fill.theme-home.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #A4286A); }
  .fill.theme-home.fill--secondary {
    background-color: #A4286A;
    border-color: #0075B3; }
    .fill.theme-home.fill--secondary::after {
      border-top-color: #A4286A; }
    .fill.theme-home.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .fill.theme-home.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .fill.theme-home.fill--tertiary {
    background-color: #0075B3;
    border-color: #A4286A; }
    .fill.theme-home.fill--tertiary::after {
      border-top-color: #0075B3; }
    .fill.theme-home.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #A4286A); }
    .fill.theme-home.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #A4286A); }
  .fill.theme-home.fill--transparent {
    background-color: rgba(164, 40, 106, 0.5);
    border-color: #FFF; }
    .fill.theme-home.fill--transparent::after {
      border-top-color: rgba(164, 40, 106, 0.5); }
  .fill.theme-faq {
    background-color: #008578;
    color: #FFF;
    border-color: #008578; }
    .fill.theme-faq::after {
      border-top-color: #008578; }
    .fill.theme-faq.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #008578); }
    .fill.theme-faq.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #008578); }
  .fill.theme-faq.fill--secondary {
    background-color: #008578;
    border-color: #0075B3; }
    .fill.theme-faq.fill--secondary::after {
      border-top-color: #008578; }
    .fill.theme-faq.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .fill.theme-faq.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .fill.theme-faq.fill--tertiary {
    background-color: #0075B3;
    border-color: #008578; }
    .fill.theme-faq.fill--tertiary::after {
      border-top-color: #0075B3; }
    .fill.theme-faq.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #008578); }
    .fill.theme-faq.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #008578); }
  .fill.theme-faq.fill--transparent {
    background-color: rgba(0, 133, 120, 0.7);
    border-color: #FFF; }
    .fill.theme-faq.fill--transparent::after {
      border-top-color: rgba(0, 133, 120, 0.7); }

.event {
  display: grid;
  grid-template-columns: 96px minmax(auto, 600px) 250px;
  grid-auto-rows: auto 1fr auto auto;
  grid-column-gap: 32px;
  grid-template-areas: "title title title" "logo categories info" "logo content info" ". employees .";
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px; }
  .event__heading {
    grid-area: title;
    margin-bottom: 16px; }
  .event__title {
    font-size: 22px !important; }
  .event__date {
    font-size: 16px;
    color: #A4286A;
    font-family: Helvetica, Arial, sans-serif; }
  .event__logo {
    grid-area: logo;
    border: 1px solid #ccc;
    align-self: start;
    display: inline-grid; }
  .event__activities {
    grid-area: categories; }
  .event__excerpt {
    grid-area: content; }
  .event__location-tickets {
    grid-area: info; }
  .event__employees {
    grid-area: employees; }
  @media screen and (max-width: 56rem) {
    .event {
      grid-template-columns: 96px minmax(auto, 600px);
      grid-auto-rows: auto auto auto auto auto;
      grid-template-areas: "title title" "logo categories" "content content" "info info" "employees employees"; } }

.event__activities {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 0; }

.event__activity {
  margin-right: 20px;
  position: relative;
  width: 144px;
  padding-left: 30px; }
  @media screen and (max-width: 56rem) {
    .event__activity {
      width: auto; } }
  .event__activity svg {
    max-height: 16px;
    max-width: 16px;
    position: absolute;
    left: 0;
    top: 7px; }

.event__employees-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  transform: translateX(-10px); }

.event__employee {
  width: 87px;
  margin-right: 8px;
  text-overflow: ellipsis;
  font-size: 13px;
  list-style: none; }
  .event__employee-link {
    display: block;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 20px; }

.event__employee-name {
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  text-align: center;
  display: block; }

.event__employee-avatar {
  width: 64px;
  margin: 0 auto 8px auto;
  display: block; }

.event__employee-activities {
  list-style: none;
  padding-top: 8px;
  margin-bottom: 16px; }

.event__employee-activity {
  line-height: 24px; }
  .event__employee-activity svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    fill: #b6b6b6;
    margin: 5px 5px 0 0;
    vertical-align: top; }
  .event__employee-activity-name {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif; }
  .event__employee-activity-no-icon {
    width: 19px;
    display: inline-block; }

.event__employee-all {
  text-decoration: none; }
  .event__employee-all:hover {
    text-decoration: none; }

.event__show-all {
  background: #e6e6e6;
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  .event__show-all:hover {
    background: #ccc; }
  .event__show-all-dot {
    display: inline-block;
    background: #b6b6b6;
    border-radius: 50%;
    height: 8px;
    width: 8px; }
    .event__show-all-dot:nth-of-type(2) {
      margin: 0 5px; }

.event__location-tickets {
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px; }

.event__location {
  display: block; }

.event__tickets {
  position: relative;
  padding-left: 20px;
  margin-top: 8px;
  display: block;
  padding-top: 0; }
  .event__tickets svg {
    position: absolute;
    top: 9px;
    left: 0;
    fill: #b6b6b6; }

.event__type + .event__type:before {
  content: ",";
  margin-right: 5px; }

fieldset {
  padding: 0;
  margin: 0 0 0.85rem 0;
  border: none;
  font-family: Georgia, serif; }

input, textarea {
  width: 100%;
  border: 1px solid;
  padding: 0.5rem;
  margin-bottom: 1rem;
  color: #000;
  font-family: Helvetica, Arial, sans-serif; }
  input.size-s, textarea.size-s {
    width: 5em; }
  input.size-m, textarea.size-m {
    width: 6em; }
    @media only screen and (min-width: 63.25rem) {
      input.size-m, textarea.size-m {
        width: 7em; } }

textarea {
  display: block; }

span.error, small.error, label.error.error-message {
  display: block;
  background: #E23132;
  color: #FFF;
  font-style: italic;
  margin-bottom: 1rem;
  margin-top: -1rem;
  padding: 0.25rem 0.5rem; }
  span.error a, span.error a:hover, small.error a, small.error a:hover, label.error.error-message a, label.error.error-message a:hover {
    color: #FFF;
    font-weight: bold; }

label.error {
  color: #E23132; }
  label.error input, label.error textarea {
    border-color: #E23132; }

input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 0.75rem 0;
  width: auto; }

input[type="number"], select {
  margin-left: 0.5rem; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin: 0 0.75rem 0 0.5rem;
  vertical-align: baseline; }

label {
  cursor: pointer;
  display: block;
  margin-bottom: 0; }
  @media only screen and (max-width: 56rem) {
    label {
      margin: 1.7rem 0; } }

input.valid {
  border: 5px solid #64A60A !important; }

/**************** Gravityforms specific styles ************/
.gform_button {
  color: #FFF; }

.fill {
  color: #FFF;
  /* Explicit theming */ }
  .fill a, .fill a.more {
    color: #FFF;
    text-decoration: none; }
    .fill a:hover, .fill a:focus, .fill a.more:hover, .fill a.more:focus {
      color: #FFF;
      text-decoration: underline; }
  .fill h1, .fill h2, .fill h3, .fill h4 {
    color: #FFF; }
  .fill p, .fill .p {
    color: #FFF; }
  .theme-courses .fill {
    background-color: #D5345E;
    color: #FFF;
    border-color: #D5345E; }
    .theme-courses .fill::after {
      border-top-color: #D5345E; }
    .theme-courses .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .theme-courses .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .theme-courses .fill.fill--secondary {
    background-color: #D5345E;
    border-color: #6d1f8f; }
    .theme-courses .fill.fill--secondary::after {
      border-top-color: #D5345E; }
    .theme-courses .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .theme-courses .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .theme-courses .fill.fill--tertiary {
    background-color: #6d1f8f;
    border-color: #D5345E; }
    .theme-courses .fill.fill--tertiary::after {
      border-top-color: #6d1f8f; }
    .theme-courses .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .theme-courses .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .theme-courses .fill.fill--transparent {
    background-color: rgba(213, 52, 94, 0.7);
    border-color: #FFF; }
    .theme-courses .fill.fill--transparent::after {
      border-top-color: rgba(213, 52, 94, 0.7); }
  .theme-plugins .fill {
    background-color: #0075B3;
    color: #FFF;
    border-color: #0075B3; }
    .theme-plugins .fill::after {
      border-top-color: #0075B3; }
    .theme-plugins .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .theme-plugins .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .theme-plugins .fill.fill--secondary {
    background-color: #0075B3;
    border-color: #64a60b; }
    .theme-plugins .fill.fill--secondary::after {
      border-top-color: #0075B3; }
    .theme-plugins .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #64a60b); }
    .theme-plugins .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #64a60b); }
  .theme-plugins .fill.fill--tertiary {
    background-color: #64a60b;
    border-color: #0075B3; }
    .theme-plugins .fill.fill--tertiary::after {
      border-top-color: #64a60b; }
    .theme-plugins .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .theme-plugins .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .theme-plugins .fill.fill--transparent {
    background-color: rgba(0, 117, 179, 0.7);
    border-color: #FFF; }
    .theme-plugins .fill.fill--transparent::after {
      border-top-color: rgba(0, 117, 179, 0.7); }
  .theme-seo-blog .fill {
    background-color: #6d1f8f;
    color: #FFF;
    border-color: #6d1f8f; }
    .theme-seo-blog .fill::after {
      border-top-color: #6d1f8f; }
    .theme-seo-blog .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .theme-seo-blog .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .theme-seo-blog .fill.fill--secondary {
    background-color: #6d1f8f;
    border-color: #D5345E; }
    .theme-seo-blog .fill.fill--secondary::after {
      border-top-color: #6d1f8f; }
    .theme-seo-blog .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .theme-seo-blog .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .theme-seo-blog .fill.fill--tertiary {
    background-color: #D5345E;
    border-color: #6d1f8f; }
    .theme-seo-blog .fill.fill--tertiary::after {
      border-top-color: #D5345E; }
    .theme-seo-blog .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .theme-seo-blog .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .theme-seo-blog .fill.fill--transparent {
    background-color: rgba(109, 31, 143, 0.7);
    border-color: #FFF; }
    .theme-seo-blog .fill.fill--transparent::after {
      border-top-color: rgba(109, 31, 143, 0.7); }
  .theme-home .fill {
    background-color: #A4286A;
    color: #FFF;
    border-color: #A4286A; }
    .theme-home .fill::after {
      border-top-color: #A4286A; }
    .theme-home .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #A4286A); }
    .theme-home .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #A4286A); }
  .theme-home .fill.fill--secondary {
    background-color: #A4286A;
    border-color: #0075B3; }
    .theme-home .fill.fill--secondary::after {
      border-top-color: #A4286A; }
    .theme-home .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .theme-home .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .theme-home .fill.fill--tertiary {
    background-color: #0075B3;
    border-color: #A4286A; }
    .theme-home .fill.fill--tertiary::after {
      border-top-color: #0075B3; }
    .theme-home .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #A4286A); }
    .theme-home .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #A4286A); }
  .theme-home .fill.fill--transparent {
    background-color: rgba(164, 40, 106, 0.5);
    border-color: #FFF; }
    .theme-home .fill.fill--transparent::after {
      border-top-color: rgba(164, 40, 106, 0.5); }
  .theme-faq .fill {
    background-color: #008578;
    color: #FFF;
    border-color: #008578; }
    .theme-faq .fill::after {
      border-top-color: #008578; }
    .theme-faq .fill.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #008578); }
    .theme-faq .fill.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #008578); }
  .theme-faq .fill.fill--secondary {
    background-color: #008578;
    border-color: #0075B3; }
    .theme-faq .fill.fill--secondary::after {
      border-top-color: #008578; }
    .theme-faq .fill.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .theme-faq .fill.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .theme-faq .fill.fill--tertiary {
    background-color: #0075B3;
    border-color: #008578; }
    .theme-faq .fill.fill--tertiary::after {
      border-top-color: #0075B3; }
    .theme-faq .fill.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #008578); }
    .theme-faq .fill.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #008578); }
  .theme-faq .fill.fill--transparent {
    background-color: rgba(0, 133, 120, 0.7);
    border-color: #FFF; }
    .theme-faq .fill.fill--transparent::after {
      border-top-color: rgba(0, 133, 120, 0.7); }
  .fill.theme-courses {
    background-color: #D5345E;
    color: #FFF;
    border-color: #D5345E; }
    .fill.theme-courses::after {
      border-top-color: #D5345E; }
    .fill.theme-courses.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .fill.theme-courses.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .fill.theme-courses.fill--secondary {
    background-color: #D5345E;
    border-color: #6d1f8f; }
    .fill.theme-courses.fill--secondary::after {
      border-top-color: #D5345E; }
    .fill.theme-courses.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .fill.theme-courses.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .fill.theme-courses.fill--tertiary {
    background-color: #6d1f8f;
    border-color: #D5345E; }
    .fill.theme-courses.fill--tertiary::after {
      border-top-color: #6d1f8f; }
    .fill.theme-courses.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .fill.theme-courses.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .fill.theme-courses.fill--transparent {
    background-color: rgba(213, 52, 94, 0.7);
    border-color: #FFF; }
    .fill.theme-courses.fill--transparent::after {
      border-top-color: rgba(213, 52, 94, 0.7); }
  .fill.theme-plugins {
    background-color: #0075B3;
    color: #FFF;
    border-color: #0075B3; }
    .fill.theme-plugins::after {
      border-top-color: #0075B3; }
    .fill.theme-plugins.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .fill.theme-plugins.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .fill.theme-plugins.fill--secondary {
    background-color: #0075B3;
    border-color: #64a60b; }
    .fill.theme-plugins.fill--secondary::after {
      border-top-color: #0075B3; }
    .fill.theme-plugins.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #64a60b); }
    .fill.theme-plugins.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #64a60b); }
  .fill.theme-plugins.fill--tertiary {
    background-color: #64a60b;
    border-color: #0075B3; }
    .fill.theme-plugins.fill--tertiary::after {
      border-top-color: #64a60b; }
    .fill.theme-plugins.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .fill.theme-plugins.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .fill.theme-plugins.fill--transparent {
    background-color: rgba(0, 117, 179, 0.7);
    border-color: #FFF; }
    .fill.theme-plugins.fill--transparent::after {
      border-top-color: rgba(0, 117, 179, 0.7); }
  .fill.theme-seo-blog {
    background-color: #6d1f8f;
    color: #FFF;
    border-color: #6d1f8f; }
    .fill.theme-seo-blog::after {
      border-top-color: #6d1f8f; }
    .fill.theme-seo-blog.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .fill.theme-seo-blog.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .fill.theme-seo-blog.fill--secondary {
    background-color: #6d1f8f;
    border-color: #D5345E; }
    .fill.theme-seo-blog.fill--secondary::after {
      border-top-color: #6d1f8f; }
    .fill.theme-seo-blog.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #D5345E); }
    .fill.theme-seo-blog.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #D5345E); }
  .fill.theme-seo-blog.fill--tertiary {
    background-color: #D5345E;
    border-color: #6d1f8f; }
    .fill.theme-seo-blog.fill--tertiary::after {
      border-top-color: #D5345E; }
    .fill.theme-seo-blog.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
    .fill.theme-seo-blog.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #6d1f8f); }
  .fill.theme-seo-blog.fill--transparent {
    background-color: rgba(109, 31, 143, 0.7);
    border-color: #FFF; }
    .fill.theme-seo-blog.fill--transparent::after {
      border-top-color: rgba(109, 31, 143, 0.7); }
  .fill.theme-home {
    background-color: #A4286A;
    color: #FFF;
    border-color: #A4286A; }
    .fill.theme-home::after {
      border-top-color: #A4286A; }
    .fill.theme-home.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #A4286A); }
    .fill.theme-home.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #A4286A); }
  .fill.theme-home.fill--secondary {
    background-color: #A4286A;
    border-color: #0075B3; }
    .fill.theme-home.fill--secondary::after {
      border-top-color: #A4286A; }
    .fill.theme-home.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .fill.theme-home.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .fill.theme-home.fill--tertiary {
    background-color: #0075B3;
    border-color: #A4286A; }
    .fill.theme-home.fill--tertiary::after {
      border-top-color: #0075B3; }
    .fill.theme-home.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #A4286A); }
    .fill.theme-home.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #A4286A); }
  .fill.theme-home.fill--transparent {
    background-color: rgba(164, 40, 106, 0.5);
    border-color: #FFF; }
    .fill.theme-home.fill--transparent::after {
      border-top-color: rgba(164, 40, 106, 0.5); }
  .fill.theme-faq {
    background-color: #008578;
    color: #FFF;
    border-color: #008578; }
    .fill.theme-faq::after {
      border-top-color: #008578; }
    .fill.theme-faq.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #008578); }
    .fill.theme-faq.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #008578); }
  .fill.theme-faq.fill--secondary {
    background-color: #008578;
    border-color: #0075B3; }
    .fill.theme-faq.fill--secondary::after {
      border-top-color: #008578; }
    .fill.theme-faq.fill--secondary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #0075B3); }
    .fill.theme-faq.fill--secondary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #0075B3); }
  .fill.theme-faq.fill--tertiary {
    background-color: #0075B3;
    border-color: #008578; }
    .fill.theme-faq.fill--tertiary::after {
      border-top-color: #0075B3; }
    .fill.theme-faq.fill--tertiary.announcement--pointer::after {
      filter: drop-shadow(0 1px 0 #008578); }
    .fill.theme-faq.fill--tertiary.announcement--pointer-top::before {
      filter: drop-shadow(0 1px 0 #008578); }
  .fill.theme-faq.fill--transparent {
    background-color: rgba(0, 133, 120, 0.7);
    border-color: #FFF; }
    .fill.theme-faq.fill--transparent::after {
      border-top-color: rgba(0, 133, 120, 0.7); }

.full-banner {
  position: relative;
  z-index: -1;
  width: 100%;
  min-height: 20rem;
  height: 20rem;
  background-color: #efb0a5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .full-banner img {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: none;
    height: 100%; }
  .full-banner .announcement {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .full-banner--home {
    position: absolute;
    top: 0;
    left: 0;
    background: #efb0a5 url(./../images/banners/home-small.jpg) no-repeat 50% 50%/cover; }
    @media only screen and (max-width: 56rem) {
      .full-banner--home {
        top: 4em; } }
    @media only screen and (min-width: 500px) {
      .full-banner--home {
        background-image: url(./../images/banners/home.jpg); } }
    @media only screen and (min-width: 63.25rem) {
      .full-banner--home {
        background-image: url(./../images/banners/home-large.jpg);
        top: 0;
        left: 0; } }
  .full-banner.academy {
    background-image: url("./../images/banners/academy-small.jpg"); }
    @media only screen and (min-width: 500px) {
      .full-banner.academy {
        background-image: url("./../images/banners/academy.jpg"); } }
    @media only screen and (min-width: 63.25rem) {
      .full-banner.academy {
        background-image: url("./../images/banners/academy-large.jpg"); } }
  .full-banner.reviews {
    background-image: url("./../images/banners/reviews-small.jpg"); }
    @media only screen and (min-width: 500px) {
      .full-banner.reviews {
        background-image: url("./../images/banners/reviews.jpg"); } }
    @media only screen and (min-width: 63.25rem) {
      .full-banner.reviews {
        background-image: url("./../images/banners/reviews-large.jpg"); } }

.hamburger {
  width: 50px;
  height: 40px;
  padding: 10px;
  display: block;
  position: relative; }
  .hamburger span {
    background: #fff;
    display: block;
    height: 4px;
    border-radius: 6px;
    width: 30px;
    position: absolute;
    transition: all 100ms ease-out; }
  .hamburger .bar1 {
    top: 10px; }
  .hamburger .bar2 {
    top: 18px; }
  .hamburger .bar3 {
    top: 26px; }
  [aria-expanded=true] .hamburger .bar1 {
    transform: rotate(45deg);
    top: 18px; }
  [aria-expanded=true] .hamburger .bar2 {
    opacity: 0; }
  [aria-expanded=true] .hamburger .bar3 {
    transform: rotate(-45deg);
    top: 18px; }

body #redesign-2018 .homepage-cta {
  padding: 24px 0; }
  @media screen and (max-width: 30rem) {
    body #redesign-2018 .homepage-cta {
      padding: 0; } }
  @media screen and (max-width: 30rem) {
    body #redesign-2018 .homepage-cta .row, body #redesign-2018 .homepage-cta .comment-respond, body #redesign-2018 .homepage-cta .hosting-partners--container {
      padding: 0; } }
  @media screen and (max-width: 30rem) {
    body #redesign-2018 .homepage-cta .row .content-block, body #redesign-2018 .homepage-cta .comment-respond .content-block, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block {
      padding: 24px;
      margin-bottom: 0; }
      body #redesign-2018 .homepage-cta .row .content-block:first-of-type, body #redesign-2018 .homepage-cta .comment-respond .content-block:first-of-type, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block:first-of-type {
        border-bottom: 1px solid #fff; } }
  body #redesign-2018 .homepage-cta .row .content-block h2, body #redesign-2018 .homepage-cta .comment-respond .content-block h2, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block h2 {
    font-weight: 400; }
    @media screen and (max-width: 30rem) {
      body #redesign-2018 .homepage-cta .row .content-block h2, body #redesign-2018 .homepage-cta .comment-respond .content-block h2, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block h2 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 32px; } }
  body #redesign-2018 .homepage-cta .row .content-block:first-of-type h2, body #redesign-2018 .homepage-cta .comment-respond .content-block:first-of-type h2, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block:first-of-type h2 {
    color: #084a67; }
  body #redesign-2018 .homepage-cta .row .content-block:last-of-type h2, body #redesign-2018 .homepage-cta .comment-respond .content-block:last-of-type h2, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block:last-of-type h2 {
    color: #d93f69; }
  body #redesign-2018 .homepage-cta .row .content-block ul, body #redesign-2018 .homepage-cta .comment-respond .content-block ul, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block ul {
    margin-bottom: 24px;
    font-family: Georgia, serif; }
    @media screen and (max-width: 30rem) {
      body #redesign-2018 .homepage-cta .row .content-block ul, body #redesign-2018 .homepage-cta .comment-respond .content-block ul, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block ul {
        display: none; } }
  body #redesign-2018 .homepage-cta .row .content-block p:first-of-type, body #redesign-2018 .homepage-cta .comment-respond .content-block p:first-of-type, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block p:first-of-type {
    margin-bottom: 0; }
    @media screen and (max-width: 30rem) {
      body #redesign-2018 .homepage-cta .row .content-block p:first-of-type, body #redesign-2018 .homepage-cta .comment-respond .content-block p:first-of-type, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block p:first-of-type {
        display: none; } }
  body #redesign-2018 .homepage-cta .row .content-block p:last-of-type, body #redesign-2018 .homepage-cta .comment-respond .content-block p:last-of-type, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block p:last-of-type {
    display: none; }
    @media screen and (max-width: 30rem) {
      body #redesign-2018 .homepage-cta .row .content-block p:last-of-type, body #redesign-2018 .homepage-cta .comment-respond .content-block p:last-of-type, body #redesign-2018 .homepage-cta .hosting-partners--container .content-block p:last-of-type {
        display: block;
        margin-bottom: 16px; } }
  body #redesign-2018 .homepage-cta .button, body #redesign-2018 .homepage-cta .comment-respond input[type="submit"], .comment-respond body #redesign-2018 .homepage-cta input[type="submit"] {
    width: 280px; }

.schema-how-to-total-time {
  font-style: italic; }

ul.schema-how-to-steps,
ol.schema-how-to-steps {
  counter-reset: rowNumber;
  margin-left: 0; }

li.schema-how-to-step {
  position: relative;
  padding-left: 48px;
  list-style-type: none;
  line-height: 1.7; }
  li.schema-how-to-step:not(:empty):before {
    display: inline-block;
    position: absolute;
    width: 30px;
    left: 0;
    content: counter(rowNumber);
    counter-increment: rowNumber;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 1;
    padding: 8px;
    background: #008578;
    border-radius: 100%; }
  li.schema-how-to-step img {
    display: block; }

hr {
  position: relative;
  clear: both;
  padding-bottom: 1.7rem;
  background-color: #FFF; }
  .supports-filter hr::after {
    content: '';
    border: none;
    border-top: 20px solid #FFF;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    top: -2px;
    left: 50%;
    z-index: 1;
    height: 0;
    line-height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  hr.row, hr.comment-respond, hr.hosting-partners--container {
    padding: 1em 0; }
  hr.hr--no-pointer:after {
    content: none; }
  hr.tight {
    padding-bottom: 0;
    margin-bottom: 0.85rem; }

.iceberg {
  padding-bottom: 1.7rem; }

.iceberg--small {
  padding-bottom: 0.85rem; }

.text-icon {
  font-family: "FontAwesome", Arial, sans-serif; }
  .text-icon--social {
    font-size: 1.8em;
    vertical-align: middle;
    margin: 0 0.1rem;
    line-height: 1em; }
  .text-icon--twitter {
    color: #55acee; }
    .text-icon--twitter:hover, .text-icon--twitter:focus {
      color: #83bde9; }
  .text-icon--linkedin {
    color: #008cc9; }
    .text-icon--linkedin:hover, .text-icon--linkedin:focus {
      color: #4fb4e0; }
  .text-icon--facebook {
    color: #3B5998; }
    .text-icon--facebook:hover, .text-icon--facebook:focus {
      color: #8f98aa; }
  .text-icon--pinterest {
    color: #BD081C; }
    .text-icon--pinterest:hover, .text-icon--pinterest:focus {
      color: #d75463; }
  .text-icon--instagram {
    color: #c13584; }
    .text-icon--instagram:hover, .text-icon--instagram:focus {
      color: #c498b1; }
  .text-icon--whatsapp {
    color: #075E54; }
    .text-icon--whatsapp:hover, .text-icon--whatsapp:focus {
      color: #2d9e91; }
  .text-icon--email {
    color: #646464; }
    .text-icon--email:hover, .text-icon--email:focus {
      color: #979797; }

.fa.fa-bank-transfer {
  background: url(../images/shop/BankTransfer.svg) top left no-repeat transparent; }
  .fa.fa-bank-transfer.fa-icon {
    width: 1.5em;
    height: 1.2em;
    margin-top: 2px; }

.fa.fa-icon {
  font-size: 2.5em;
  float: left;
  margin: 0 10px 0 0; }
  .fa.fa-icon:last-child {
    margin-right: 0; }

.fa.fa-cc-paypal {
  color: #05305c; }

.fa.fa-cc-mastercard {
  color: #ec1d23; }

.fa.fa-cc-visa {
  color: #0f60a2; }

.fa.fa-cc-amex {
  color: #0053c7; }

.icon-image svg {
  height: 125px; }

.icon-image--small svg {
  height: 90px; }

.island, .comment-respond {
  padding-top: 1.7rem; }

.kb-search-big #kb-main-search .searchbar-big {
  margin-bottom: 40px; }
  .kb-search-big #kb-main-search .searchbar-big .search-trigger label.fa {
    margin-top: 6px; }
    @media screen and (max-width: 56rem) {
      .kb-search-big #kb-main-search .searchbar-big .search-trigger label.fa {
        display: none; } }
  @media screen and (max-width: 56rem) {
    .kb-search-big #kb-main-search .searchbar-big form {
      display: flex; }
      .kb-search-big #kb-main-search .searchbar-big form input {
        margin-bottom: 0; } }
  @media screen and (max-width: 30rem) {
    .kb-search-big #kb-main-search .searchbar-big form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-weight: 400;
      font-size: 16px;
      opacity: 1 !important;
      color: white; }
    .kb-search-big #kb-main-search .searchbar-big form input::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: 400;
      font-size: 16px;
      opacity: 1 !important;
      color: white; }
    .kb-search-big #kb-main-search .searchbar-big form input:-ms-input-placeholder {
      /* IE 10+ */
      font-weight: 400;
      font-size: 16px;
      opacity: 1 !important;
      color: white; }
    .kb-search-big #kb-main-search .searchbar-big form input:-moz-placeholder {
      /* Firefox 18- */
      font-weight: 400;
      font-size: 16px;
      opacity: 1 !important;
      color: white; } }
  @media screen and (min-width: 56rem) {
    .kb-search-big #kb-main-search .searchbar-big form button {
      position: absolute;
      right: -6px;
      top: 13px;
      width: 150px; } }
  @media screen and (max-width: 56rem) {
    .kb-search-big #kb-main-search .searchbar-big form button {
      margin-left: 1rem;
      width: 130px;
      margin-right: 0; } }

.table--invite-overview {
  text-align: left;
  width: 100%;
  font-family: Georgia, serif; }
  .table--invite-overview th, .table--invite-overview td {
    border-left: 0;
    border-right: 0;
    padding-left: 0; }
  .table--invite-overview tr:first-of-type th, .table--invite-overview tr:first-of-type td {
    border-top: 0; }
  .table--invite-overview thead th {
    border-bottom: 1px solid #E6E6E6; }
  .table--invite-overview .fa-check-square {
    margin: 0 .75rem 0 0;
    color: #64A60A; }
  .table--invite-overview .fa-arrow-circle-right {
    color: #646464; }

.manage-invites__form {
  display: flex; }
  .manage-invites__form label {
    padding-right: 15px;
    flex-grow: 100; }

.manage-invites__add-email {
  font-family: Georgia, serif; }
  .yoast_academy .manage-invites__add-email:hover, .yoast_academy .manage-invites__add-email:focus {
    background: none;
    color: #000; }
  .manage-invites__add-email .fa {
    color: #DCDCDC;
    position: relative;
    top: 4px;
    font-size: 170%; }
  .manage-invites__add-email:hover .fa, .manage-invites__add-email:focus .fa {
    color: #CDCDCD; }

.manage-invites__remaining {
  color: #D93F69; }

.media {
  margin-bottom: 1.7rem; }
  .media .img img {
    display: block; }
  .media p:last-child {
    margin-bottom: 0; }
  .media .imgExt, .media .img--right {
    float: right;
    margin-left: 15px; }
    .media .imgExt img, .media .img--right img {
      border: 1px solid #DCDCDC; }
    .media .imgExt img.noborder, .media .img--right img.noborder {
      border: none; }
  .media .img {
    float: left;
    margin-right: 15px; }
  .media .img--large {
    margin-right: 3.4rem; }
  .media .vid {
    float: left;
    margin-right: 30px;
    width: 300px; }
  @media only screen and (max-width: 56rem) {
    .media--nofloat img {
      min-width: 20%;
      height: auto; }
    .media--nofloat .imgExt, .media--nofloat .img--right, .media--nofloat .img {
      float: none;
      display: inline-block;
      margin-left: 0; }
    .media--nofloat .img--large {
      margin-right: 0; }
    .media--nofloat .vid {
      float: none;
      width: 100%;
      margin-bottom: 1.7rem; } }

.category .media:first-child {
  margin-bottom: 0; }

.media, .media-right, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.archive .bd .button + p, .archive .bd .comment-respond input[type="submit"] + p, .comment-respond .archive .bd input[type="submit"] + p, .archive .bd button + p {
  font-size: 0.9em; }

.meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px; }

.meta--full .meta__categories span,
.meta--full .meta__tags span {
  display: block; }

@media only screen and (max-width: 63.25rem) {
  .meta--full .meta__categories,
  .meta--full .meta__tags,
  .meta--full .meta__authorpic,
  .meta--full hr {
    display: none; }
  .meta--full > * {
    display: inline-block; }
    .meta--full > *:after {
      content: ' | '; }
  .meta--full .meta__author {
    padding-bottom: 0; }
    .meta--full .meta__author:after {
      content: ''; } }

.meta__icon {
  font-size: 18px;
  margin: 0; }

.meta__author {
  position: relative;
  padding-bottom: 16px; }

.meta__authorpic {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  max-width: 90px; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2147483647;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }
  .blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em; }
  .blocker.behind {
    background-color: transparent; }

.modal {
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 650px;
  background: #fff;
  box-shadow: 0 0 10px #000;
  text-align: left; }
  .modal h1.h3, .modal h3 {
    background-color: #0075B3;
    color: #FFF !important;
    padding: 20px 30px; }
    .modal h1.h3 i, .modal h3 i {
      margin-right: 10px; }
  .modal .content {
    padding: 15px 20px;
    margin: 0; }
    .modal .content strong {
      color: #0075B3; }
    .modal .content p, .modal .content form {
      padding: 0 10px; }
  .modal .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    line-height: inherit;
    color: #FFF; }
    .modal .close-modal i.fa {
      font-size: inherit;
      margin: 0; }
  .modal .edd_price_options li {
    list-style-type: none;
    margin-left: 0; }
    .modal .edd_price_options li input {
      margin-right: 10px; }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

.prices-modal, #video-modal {
  display: none; }

.prices-modal.modal, #video-modal.modal {
  display: inline-block; }

#video-modal h3 {
  margin-bottom: 0; }

#video-modal iframe {
  border: 0; }

#free-plugin-download-modal {
  display: block;
  border-radius: 5px;
  border: 1px solid #A4286A;
  max-width: 800px; }
  #free-plugin-download-modal .content {
    width: 100%; }
    #free-plugin-download-modal .content.content-downloading {
      border-bottom: 1px solid #A4286A; }
      #free-plugin-download-modal .content.content-downloading > * {
        width: auto; }
      #free-plugin-download-modal .content.content-downloading .hourglass {
        width: 70px; }
        #free-plugin-download-modal .content.content-downloading .hourglass i.fa-hourglass-end {
          position: relative;
          top: 18px;
          left: 10px;
          color: #646464;
          font-size: 2.3em;
          -webkit-animation: spin 3s linear infinite;
          -moz-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite; }
      #free-plugin-download-modal .content.content-downloading .notification {
        flex-grow: 1; }
        #free-plugin-download-modal .content.content-downloading .notification h2 {
          font-weight: 600;
          font-size: 1.5em;
          color: #000;
          margin: 0; }
        #free-plugin-download-modal .content.content-downloading .notification p {
          padding-left: 0; }
          #free-plugin-download-modal .content.content-downloading .notification p:first-of-type {
            margin-bottom: 0; }
    #free-plugin-download-modal .content p, #free-plugin-download-modal .content ul {
      font-family: Helvetica, Arial, sans-serif; }
  #free-plugin-download-modal > h3 {
    background: #A4286A;
    color: #FFF;
    padding: 10px 20px;
    font-weight: 400; }
  #free-plugin-download-modal .close-modal {
    top: 9px;
    font-size: 1.1em; }
  #free-plugin-download-modal .content-usps p {
    margin-bottom: 1rem; }
    #free-plugin-download-modal .content-usps p strong {
      color: #A4286A; }
  #free-plugin-download-modal .content-usps ul li {
    margin-left: 1em; }
    #free-plugin-download-modal .content-usps ul li strong {
      color: #000; }
  #free-plugin-download-modal form input {
    border-color: #c3c3c3; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.more {
  position: relative;
  margin-bottom: 0.75em;
  font-size: .9em;
  text-decoration: none;
  display: flex;
  align-items: stretch;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 56rem) {
    .more {
      font-size: 1.25em; } }
  .more--naked {
    margin-bottom: 0; }
  .more:hover, .more:focus {
    text-decoration: none; }
    .more:hover .more__holder, .more:hover .more__pointer, .more:focus .more__holder, .more:focus .more__pointer {
      text-decoration: underline; }

.more__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  flex: 0 1 auto;
  width: 100%;
  border: 1px solid;
  padding: 0.55rem 0.8rem; }
  .supports-filter .more__holder {
    min-height: 2.75em; }
  .more__holder + .more__img,
  .more__holder + .more__plug {
    margin: 0 0 0 1rem; }
  .more__holder--naked {
    border: 0; }
    @media only screen and (min-width: 56rem) {
      .more__holder--naked {
        padding: 0.2rem 0 0.55rem; } }
  .more__holder--left {
    justify-content: flex-start; }
  @media only screen and (max-width: 56rem) {
    .arrowed-medium .more__holder {
      padding: 0; } }

.more__save {
  display: none; }
  @media only screen and (min-width: 30rem) {
    .more__save {
      display: inline-block;
      border: 1px solid;
      border-radius: 10px;
      border-bottom-right-radius: 0;
      flex: 0 0 55px;
      font-family: Helvetica, Arial, sans-serif;
      height: 55px;
      width: 55px;
      font-size: 0.6em;
      line-height: 1em;
      margin-right: 1rem;
      text-align: center;
      padding: 0.2rem 0.2rem; }
      .more__save span {
        font-size: 1.5em;
        line-height: 1.1em; }
      .more__save--alone {
        font-size: 1.1em;
        margin-bottom: 1.7rem; } }

.more__logo {
  vertical-align: middle;
  margin-left: 1rem; }

@media only screen and (min-width: 56rem) {
  .more__title {
    margin-right: 1rem;
    align-self: center; }
  .more__subtitle {
    font-family: Georgia, serif;
    font-weight: normal;
    color: #000;
    font-size: 0.8em;
    align-self: center; }
  .more__supertitle {
    font-weight: 300;
    font-size: 1.2em;
    margin-right: 1rem; }
  .more__img {
    border: 1px solid;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    flex: 0 0 55px;
    height: 55px;
    margin-right: 1rem; }
  .more__link {
    max-width: 40%;
    line-height: 1.4em;
    text-align: right;
    font-weight: 400;
    text-decoration: underline;
    align-self: center; }
  .more__superlink {
    font-weight: 300;
    margin-top: 0.3em; }
  .more__sublink {
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 0.8em;
    margin-top: 0.7em; } }

.more__pointer {
  margin-left: 0.85rem; }

.more__icon,
.more__plug {
  display: none; }
  @media only screen and (min-width: 63.25rem) {
    .more__icon,
    .more__plug {
      flex: 0 0 55px;
      display: inline-block;
      margin-right: 1rem;
      height: 55px;
      width: 55px;
      font-size: 2.4rem;
      line-height: 1.45em;
      text-align: center;
      vertical-align: middle; }
      .more__icon--small,
      .more__plug--small {
        height: 40px;
        width: 40px;
        font-size: 1.8rem;
        line-height: 1.4em;
        margin-right: 1rem; } }

.more--category {
  margin-bottom: 0;
  line-height: initial; }
  .more--category .more__supertitle {
    font-size: 1.1em;
    margin-right: .5em; }
    .more--category .more__supertitle i.fa {
      margin-left: .5em; }
  .more--category .more__holder {
    min-height: 2em;
    display: flex;
    align-items: center; }
  .more--category .more__superlink {
    font-size: 0.9em;
    font-family: Georgia, serif; }
  @media only screen and (min-width: 63.25rem) {
    .more--category .more__plug {
      font-size: 1.5rem;
      margin-right: .5rem;
      line-height: 1.3em;
      height: 1.1em;
      flex: 0 0 30px;
      text-align: left;
      padding-top: 4px; }
      .more--category .more__plug svg {
        display: inline-block;
        height: 24px;
        width: 25px;
        fill: #D5345E; } }
  .more--category .more__plug ~ .arrowed {
    color: #DC5C04; }

.plugins-home {
  margin-bottom: 2rem; }
  .plugins-home__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-bottom: 1.88rem;
    line-height: 1.5;
    text-decoration-color: #646464 !important; }
    @media only screen and (min-width: 63.25rem) {
      .plugins-home__link {
        margin-bottom: 0;
        flex-basis: 12.5%; } }
    @media only screen and (min-width: 30rem) and (max-width: 63.25rem) {
      .plugins-home__link {
        flex-basis: 30%; } }
    @media only screen and (max-width: 30rem) {
      .plugins-home__link {
        flex-basis: 45%; } }
  .plugins-home__title {
    margin-bottom: 1rem;
    text-decoration: underline;
    min-height: 54px; }
  .plugins-home__icon {
    margin-bottom: 0.75rem;
    max-width: 150px;
    flex-grow: 1; }
  .plugins-home__microcopy {
    font-family: Georgia, serif;
    color: #646464;
    min-height: 3em; }

.newsletter {
  color: #000;
  border: none; }
  .newsletter--2017 .row, .newsletter--2017 .comment-respond, .newsletter--2017 .hosting-partners--container {
    padding-top: 32px;
    padding-bottom: 40px; }
  .newsletter--2017 .button.button--homepage, .newsletter--2017 .comment-respond input.button--homepage[type="submit"], .comment-respond .newsletter--2017 input.button--homepage[type="submit"] {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }
  .newsletter--2017 p {
    display: none;
    margin-bottom: 24px; }
    @media screen and (max-width: 30rem) {
      .newsletter--2017 p {
        display: block; } }
  .newsletter--2017 form fieldset {
    margin-bottom: 0; }
    .newsletter--2017 form fieldset input {
      box-shadow: inset 1px 0 12px rgba(0, 0, 0, 0.3);
      border: none;
      height: 48px;
      padding: 16px; }
      @media screen and (min-width: 56rem) {
        .newsletter--2017 form fieldset input {
          margin-bottom: 0; } }
  .newsletter--2017.hr-bottom .row, .newsletter--2017.hr-bottom .comment-respond, .newsletter--2017.hr-bottom .hosting-partners--container {
    border-bottom: 1px solid #ccc; }
  .newsletter--2017.hr-top .row, .newsletter--2017.hr-top .comment-respond, .newsletter--2017.hr-top .hosting-partners--container {
    border-top: 1px solid #ccc; }
  .newsletter .list--usp {
    font-family: Georgia, serif;
    margin-bottom: 24px;
    display: block; }
    @media screen and (max-width: 30rem) {
      .newsletter .list--usp {
        display: none; } }
  .newsletter .privacy-policy {
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 14px;
    color: #000 !important; }
    .newsletter .privacy-policy a {
      display: inline;
      padding-left: 0; }
  .newsletter .flex {
    display: flex; }
    .newsletter .flex > :first-of-type {
      margin-right: 20px; }
    @media screen and (max-width: 56rem) {
      .newsletter .flex {
        display: block; }
        .newsletter .flex .one-half {
          width: 100%;
          max-width: 100%; }
        .newsletter .flex > :first-of-type {
          margin-right: 0px; } }

.newsletter_yoastcon {
  display: flex !important; }
  .newsletter_yoastcon label {
    visibility: hidden;
    display: none; }
  .newsletter_yoastcon button {
    width: 309px;
    margin-left: 10px;
    margin-bottom: 0; }
  .newsletter_yoastcon input {
    margin-bottom: 0;
    height: 47px; }
  .newsletter_yoastcon + .privacy-policy {
    font-size: 12px;
    margin-bottom: 32px;
    margin-top: 16px; }
  @media screen and (max-width: 56rem) {
    .newsletter_yoastcon {
      display: block !important; }
      .newsletter_yoastcon button {
        margin-left: 0;
        margin-top: 16px; } }

.inline_newsletter label {
  display: none; }

.inline_newsletter button {
  margin-bottom: 0; }

body.no-navigation main hr:last-child {
  display: none; }

.nowrap {
  white-space: nowrap; }

#algolia-pagination,
.pagination {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 1.7rem; }
  #algolia-pagination ul,
  .pagination ul {
    list-style-type: none;
    margin: 0; }
    #algolia-pagination ul li,
    .pagination ul li {
      display: inline-block;
      padding: 0 8px;
      font-size: 16px; }
      #algolia-pagination ul li:first-of-type,
      .pagination ul li:first-of-type {
        padding-left: 0; }
        #algolia-pagination ul li:first-of-type a,
        .pagination ul li:first-of-type a {
          padding-left: 0; }
      #algolia-pagination ul li span.current,
      .pagination ul li span.current {
        color: #646464;
        padding: 8px; }
      #algolia-pagination ul li a,
      .pagination ul li a {
        padding: 8px; }
      #algolia-pagination ul li.current a,
      .pagination ul li.current a {
        font-weight: normal;
        color: #646464;
        text-decoration: none;
        padding: 8px; }
      #algolia-pagination ul li.disabled,
      .pagination ul li.disabled {
        display: none; }

.populair-products {
  padding: 24px 0 0px; }
  @media screen and (max-width: 63.25rem) {
    .populair-products {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .populair-products h2 {
    display: inline-block;
    margin-right: 20px; }
  .populair-products > a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 24px; }
  .populair-products ul {
    margin-bottom: 0; }
    .populair-products ul li {
      list-style: none;
      margin-bottom: 24px; }
      .populair-products ul li a {
        text-decoration: none;
        display: block;
        text-align: center; }
        .populair-products ul li a .populair-products-img {
          position: relative;
          display: inline-block; }
          .populair-products ul li a .populair-products-img > * {
            display: block;
            margin: 0 auto; }
          .populair-products ul li a .populair-products-img svg {
            height: 120px; }
          .populair-products ul li a .populair-products-img .icon {
            max-height: 120px; }
        .populair-products ul li a h3 {
          text-align: left;
          margin-bottom: 0 !important; }

.product-on-sale {
  position: relative;
  overflow: hidden; }
  .product-on-sale:before {
    position: absolute;
    left: -60px;
    bottom: 18px;
    background: #D93F69;
    color: #fff;
    content: " ";
    height: 50px;
    transform: rotate(45deg);
    width: 200px;
    text-align: center;
    z-index: 87; }
  .product-on-sale:after {
    position: absolute;
    left: -60px;
    bottom: 23px;
    color: #fff;
    content: "SALE!";
    padding: 0px;
    font-weight: 600;
    transform: rotate(45deg);
    width: 200px;
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 2;
    font-size: 25px;
    line-height: 37px;
    font-family: Helvetica, Arial, sans-serif;
    z-index: 89; }

.show-off .product-on-sale {
  display: block; }

.progress {
  border-top: 1px solid #A4286A;
  border-bottom: 1px solid #A4286A;
  margin: 0.85rem 0 1.7rem 0; }

.list--steps {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 0; }
  .old-ie .list--steps {
    text-align: justify; }
    .old-ie .list--steps::after {
      content: '';
      display: inline-block;
      width: 100%; }
    .old-ie .list--steps > * {
      display: inline-block;
      text-align: left; }
  .list--steps li {
    position: relative;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    margin-left: 1%;
    padding: 0 0.425rem; }
    .list--steps li:first-child {
      margin-left: 0; }
  .list--steps li:not(.step--current) + li:not(.step--current) {
    padding-left: 1.7rem; }
    .list--steps li:not(.step--current) + li:not(.step--current)::before {
      content: '';
      height: 0;
      border-left: 0.85rem solid #FFF;
      border-top: 0.85rem solid transparent;
      border-bottom: 0.85rem solid transparent;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-filter: drop-shadow(1px 0 0 #A4286A);
      -moz-filter: drop-shadow(1px 0 0 #A4286A);
      -ms-filter: drop-shadow(1px 0 0 #A4286A);
      -o-filter: drop-shadow(1px 0 0 #A4286A);
      filter: drop-shadow(1px 0 0 #A4286A); }
  .list--steps .step--current {
    background-color: #A4286A;
    color: #FFF;
    padding-left: 1.7rem;
    margin-right: 1.7rem; }
    .list--steps .step--current::before {
      content: '';
      height: 0;
      border-left: 0.85rem solid #FFF;
      border-top: 0.85rem solid transparent;
      border-bottom: 0.85rem solid transparent;
      position: absolute;
      left: 0;
      top: 0; }
    .list--steps .step--current::after {
      content: '';
      height: 0;
      border-left: 0.85rem solid #A4286A;
      border-top: 0.85rem solid transparent;
      border-bottom: 0.85rem solid transparent;
      position: absolute;
      left: 100%;
      top: 0; }
  .list--steps a {
    color: inherit;
    text-decoration: inherit; }
    .list--steps a:hover, .list--steps a:focus {
      color: inherit; }

.promo-home {
  font-family: Georgia, serif; }
  .promo-home p, .promo-home ul {
    margin-bottom: 0; }
  .promo-home svg {
    float: left;
    margin: 0 10px 10px 0; }
  .promo-home h2 {
    font-size: 1.7em; }
    .promo-home h2 a.theme-plugins {
      color: #0075B3 !important; }
    .promo-home h2 a.theme-courses {
      color: #D5345E !important; }
    .promo-home h2 a.theme-seo-blog {
      color: #6d1f8f !important; }
    .promo-home h2 a.theme-hire-us {
      color: #008578 !important; }
  .promo-home p + a {
    font-weight: 600;
    color: #A4286A; }
    .promo-home p + a:hover {
      color: #D5345E; }

.promoblock {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 1.7rem;
  font-family: Georgia, serif;
  background-color: #F9F7F9; }
  .promoblock p {
    color: #000; }
  .promoblock p:last-of-type {
    margin-bottom: 0; }
  .promoblock i.blockicon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0 0 0 .5em;
    font-size: 2.25em; }
  .promoblock a img {
    border: 1px solid #DCDCDC; }
  .promoblock p a {
    font-weight: 600 !important;
    text-decoration: underline; }
  .promoblock form a {
    font-weight: 400 !important;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif; }
  .promoblock h4, .promoblock .h4 {
    margin-bottom: 0.7rem; }
  .promoblock.link a, .promoblock.link a:hover {
    color: #DC5C04; }
  .promoblock.theme-courses a {
    color: #D5345E !important; }
  .promoblock.theme-seo-blog a {
    color: #6d1f8f !important; }
  .promoblock.theme-courses.secondary a {
    color: #D5345E !important; }
  .promoblock.theme-plugins a {
    color: #0075B3 !important; }
  .promoblock.theme-faq a {
    color: #008578 !important; }
  .product .promoblock {
    overflow: hidden; }
  .promoblock--hometitle {
    max-width: 16em;
    height: 11em;
    margin: 16px auto 32px;
    margin: 1rem auto 2rem;
    display: flex;
    align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    background-color: rgba(164, 40, 106, 0.25); }
    @media only screen and (max-width: 30rem) {
      .promoblock--hometitle::after {
        content: none !important; } }
  .promoblock--imageholder {
    padding: 0;
    margin-bottom: 0; }
  .promoblock--imageholdersmall {
    position: absolute; }
    .promoblock--imageholdersmall:first-child {
      left: 4rem; }
    .promoblock--imageholdersmall:last-child {
      top: 4rem; }
  @media only screen and (max-width: 56rem) {
    .promoblock h2 {
      margin-bottom: 0; } }
  @media only screen and (max-width: 30rem) {
    .promoblock {
      padding: 10px; } }

a.promoblock {
  text-decoration: none;
  color: #000; }
  a.promoblock:hover {
    text-decoration: none; }

.promoblockimage__holder {
  width: 240px;
  height: 295px;
  position: relative; }

@media only screen and (min-width: 56rem) {
  [class*="promoblock--icon"]::before {
    font-family: "FontAwesome", Arial, sans-serif;
    position: absolute;
    bottom: 0.425rem;
    right: 0.425rem;
    font-size: 2.2rem;
    line-height: 1; }
  body.theme-home [class*="promoblock--icon"]::before {
    color: #A4286A; }
  body.theme-home .promoblock a.color-cta {
    color: #008578 !important; }
  body.theme-courses [class*="promoblock--icon"]::before {
    color: #D5345E; }
  body.theme-plugins [class*="promoblock--icon"]::before {
    color: #0075B3; }
  .promoblock--icon-academy::before {
    content: "\f19d"; }
  .promoblock--icon-blog::before {
    content: "\f1ea"; }
  .promoblock--icon-book::before {
    content: "\f02d"; }
  .promoblock--icon-calendar::before {
    content: "\f073"; }
  .promoblock--icon-check::before {
    content: "\f046"; }
  .promoblock--icon-drupal::before {
    content: "\f1a9"; }
  .promoblock--icon-gears::before {
    content: "\f085"; }
  .promoblock--icon-pencil::before {
    content: "\f040"; }
  .promoblock--icon-plug::before {
    content: "\f1e6"; }
  .promoblock--icon-video::before {
    content: "\f008"; }
  .promoblock--icon-wordpress::before {
    content: "\f19a"; } }

.promolink {
  border: 1px solid;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  display: block;
  margin-bottom: 1.7rem;
  padding: 10px 20px;
  letter-spacing: 0.05em;
  text-decoration: none !important; }
  .promolink.fill {
    border-color: #FFF; }
  .promolink--icon {
    padding: 0.28333rem;
    font-size: 1.5em; }

.rating-wrapper {
  line-height: 15px;
  width: 90px;
  height: 15px;
  max-height: 15px;
  padding: 0;
  background: url("../images/stars-sprite-2.png") no-repeat 0 0;
  background-size: 90px 30px;
  margin: 5px 0 0 0; }

.rating-wrapper .rating {
  display: block;
  height: 100%;
  max-height: 100%;
  padding: 0;
  background: url("../images/stars-sprite-2.png") no-repeat 0 -15px; }

.show-off {
  margin-top: 0 !important; }
  @media screen and (max-width: 600px) {
    .show-off {
      float: none;
      display: block;
      margin-left: 0; }
      .show-off a.button.default {
        margin-right: 8px; } }
  .show-off p {
    margin-bottom: 0.5em; }
  .show-off .edd_download_purchase_form {
    padding-bottom: 5px; }
  .show-off img {
    margin: 0; }
  @media screen and (max-width: 30rem) {
    .show-off a.button.dimmed.flat {
      display: inline-block;
      float: none; } }

.product-block {
  display: block;
  float: right;
  width: 420px;
  max-width: 100%;
  padding-top: 16px;
  margin: 12px -120px 24px 24px !important;
  border-top: 1px solid #D93F69; }
  @media screen and (max-width: 56rem) {
    .product-block {
      float: none;
      margin: 24px auto !important;
      padding-bottom: 16px;
      border-bottom: 1px solid #D93F69; }
      .product-block a.button.default {
        margin-right: 8px; } }
  @media screen and (max-width: 600px) {
    .product-block .icon {
      display: none !important; } }
  .product-block .link--naked {
    color: #0075B3; }
  .product-block p {
    margin-bottom: 0.5em; }
  .product-block .icon {
    float: left;
    display: block;
    margin: 0 20px 0 0;
    width: 100px; }
    .product-block .icon img {
      border: 0;
      margin: 0; }
  .product-block .plugin-buy-button {
    margin-right: 10px; }
    .product-block .plugin-buy-button a {
      overflow: initial; }
  .product-block .text-dimmed {
    color: #777;
    font-size: .8em; }
  .product-block .list--usp {
    width: 300px;
    display: block;
    float: left;
    font-size: 0.8em;
    font-family: Helvetica, Arial, sans-serif; }
    .product-block .list--usp li {
      margin: 0 0 2px 0;
      line-height: 1.4em; }

.social.promoblock {
  margin-top: 0.85rem;
  position: relative;
  z-index: 2;
  border-color: #fff;
  padding: 10px; }
  .social.promoblock span, .social.promoblock a {
    vertical-align: middle; }
  @media only screen and (max-width: 30rem) {
    .social.promoblock span {
      display: block; } }
  .social.promoblock a {
    display: inline-block;
    position: relative;
    margin-left: 0.425rem; }
  .social.promoblock a.fa {
    font-size: 48px;
    text-decoration: none; }
  .social.promoblock a.fa.fa-facebook-square {
    color: #3B5998; }
  .social.promoblock a.fa.fa-twitter-square {
    color: #55ACEE; }
  .social.promoblock a.fa.fa-linkedin-square {
    color: #0077b5; }
  .social.promoblock a.fa.fa-instagram {
    color: #3f729b; }
  .social.promoblock a.fa.fa-pinterest-square {
    color: #BD081C; }
  .social.promoblock a.fa.fa-youtube-square {
    color: #e52d27; }
  .social.promoblock a span:first-child {
    display: none; }
  .social.promoblock a span:nth-child(n+1) {
    position: absolute;
    bottom: -5px;
    right: -7px;
    z-index: 1;
    padding: 0 .4em;
    font-size: 10px;
    line-height: 1.2;
    color: #000;
    border: 1px solid #000;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    background: #FFF; }
  .page-template-software .social.promoblock {
    margin: 0; }

.social-top {
  text-align: right;
  margin-top: -1.5em;
  margin-bottom: -1.4em; }
  @media only screen and (max-width: 56rem) {
    .social-top {
      display: none; } }

@media only screen and (max-width: 55.9375rem) {
  .searchbar {
    display: none;
    position: fixed;
    background-color: #FFF;
    width: 100%;
    z-index: 90;
    left: 0;
    border-bottom: 1px solid #E6E6E6; }
    .searchbar form {
      width: 100%;
      display: flex; }
    .searchbar .algolia-autocomplete {
      display: inline;
      margin-right: 20px;
      flex-grow: 1; }
    .searchbar .search-button {
      width: 40px;
      height: 44px;
      margin: 0;
      font-size: 1.5em; }
    .searchbar .search-button:hover, .searchbar .search-button:focus {
      text-decoration: none;
      background-color: transparent;
      color: #fec228; }
    [data-show-mobile-search] .searchbar {
      display: block;
      padding: 1.2em; } }

.search-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-pack: justify;
  margin-bottom: 1em; }
  @media only screen and (max-width: 55.9375rem) {
    .search-header {
      flex-wrap: wrap; } }
  .old-ie .search-header {
    text-align: justify; }
    .old-ie .search-header::after {
      content: '';
      display: inline-block;
      width: 100%; }
    .old-ie .search-header > * {
      display: inline-block;
      text-align: left; }
  .search-header h1 {
    width: 30%; }
    @media only screen and (max-width: 55.9375rem) {
      .search-header h1 {
        margin-bottom: 0; } }
  .search-header #algolia-search-box {
    min-width: 300px;
    margin-bottom: 0; }
    @media only screen and (max-width: 55.9375rem) {
      .search-header #algolia-search-box {
        width: 100%;
        margin-left: .7em; } }
    @media only screen and (min-width: 56rem) {
      .search-header #algolia-search-box {
        width: 70%;
        margin-left: 0; } }

.aa-dropdown-menu .suggestion-post-title {
  font-size: 1.2em; }

.aa-dropdown-menu .suggestion-post-thumbnail {
  height: 49px;
  width: 64px; }

.searchform-global button:hover {
  color: #fec228;
  text-decoration: none; }

.plugin-buy-button {
  display: inline-block; }
  .plugin-buy-button .button, .plugin-buy-button .comment-respond input[type="submit"], .comment-respond .plugin-buy-button input[type="submit"] {
    margin-bottom: 0;
    margin-right: 0;
    color: #000; }
  .plugin-buy-button a.microcopy,
  .plugin-buy-button span.microcopy {
    display: block;
    text-align: left;
    font-size: 90%;
    color: #666666;
    line-height: 1.4;
    margin-bottom: 1em; }
  .plugin-buy-button + h2 {
    margin-top: 1em; }
  .plugin-buy-button + .free-plugin-download__container {
    position: absolute;
    left: 315px;
    vertical-align: top;
    margin-top: 0.6em;
    margin-left: 1em;
    display: inline-block; }
    .plugin-buy-button + .free-plugin-download__container a.free-plugin-download {
      display: inline-block;
      margin-left: 1em;
      text-decoration: underline; }
    @media only screen and (max-width: 63.25rem) {
      .plugin-buy-button + .free-plugin-download__container {
        left: 330px; } }
    @media only screen and (max-width: 56rem) {
      .plugin-buy-button + .free-plugin-download__container {
        position: initial; }
        .plugin-buy-button + .free-plugin-download__container a.free-plugin-download {
          margin-left: 5px; } }
    @media only screen and (max-width: 30rem) {
      .plugin-buy-button + .free-plugin-download__container {
        margin-top: 0; } }
    @media only screen and (max-width: 655px) {
      .plugin-buy-button + .free-plugin-download__container {
        margin-left: 0;
        margin-top: 0; } }

span.sale_original_price {
  font-size: 80%;
  text-decoration: line-through; }

span.sale_sale_price {
  font-weight: bold; }
  span.sale_sale_price .woocommerce-Price-taxLabel {
    font-weight: normal; }

.plugin-buy-button-top {
  display: inline-block; }
  .plugin-buy-button-top i.microcopy {
    display: block; }

footer#redesign-2018 {
  display: block; }
  footer#redesign-2018 .footer_navigation_ul {
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 56rem) {
      footer#redesign-2018 .footer_navigation_ul {
        margin-bottom: 24px; } }
    footer#redesign-2018 .footer_navigation_ul:after {
      clear: both;
      display: table;
      content: ""; }
    footer#redesign-2018 .footer_navigation_ul .footer_navigation_li {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media screen and (max-width: 56rem) {
        footer#redesign-2018 .footer_navigation_ul .footer_navigation_li {
          width: 50%;
          line-height: 40px; }
          footer#redesign-2018 .footer_navigation_ul .footer_navigation_li:nth-of-type(2n+1) {
            clear: both; } }
      @media screen and (max-width: 30rem) {
        footer#redesign-2018 .footer_navigation_ul .footer_navigation_li {
          width: 100%; } }
      footer#redesign-2018 .footer_navigation_ul .footer_navigation_li a {
        color: #A4286A;
        text-decoration: none;
        font-size: 15px;
        font-family: Helvetica, Arial, sans-serif; }
        footer#redesign-2018 .footer_navigation_ul .footer_navigation_li a:hover, footer#redesign-2018 .footer_navigation_ul .footer_navigation_li a:focus {
          color: #A4286A;
          text-decoration: underline; }
      footer#redesign-2018 .footer_navigation_ul .footer_navigation_li > a {
        font-size: 17px;
        font-weight: 700; }
      footer#redesign-2018 .footer_navigation_ul .footer_navigation_li ul li {
        list-style: none;
        padding-left: 16px;
        position: relative; }
        footer#redesign-2018 .footer_navigation_ul .footer_navigation_li ul li:before {
          width: 5px;
          height: 5px;
          border-radius: 5px;
          background: #A4286A;
          display: inline-block;
          content: '';
          position: absolute;
          left: 0;
          top: 14px; }

footer.sitefooter {
  padding: 0.85rem;
  position: relative;
  background: #A4286A;
  color: #FFF; }
  footer.sitefooter p {
    margin-bottom: 0; }
  footer.sitefooter a {
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
    color: #FFF; }
    footer.sitefooter a:hover, footer.sitefooter a:focus {
      text-decoration: underline;
      color: #FFF; }
  footer.sitefooter li {
    display: block;
    padding-bottom: .5rem;
    line-height: 1;
    font-weight: 300; }
    @media only screen and (min-width: 30rem) {
      footer.sitefooter li {
        display: inline-block;
        border-left: 1px solid #FFF;
        padding: 0 0.85rem; } }
    footer.sitefooter li:first-of-type {
      padding-left: 0;
      border-left: none; }
  footer.sitefooter .footer-content {
    float: left; }
  footer.sitefooter .social_footer {
    float: right;
    margin-top: -31px; }
    footer.sitefooter .social_footer .social-intro {
      display: block;
      margin-bottom: 5px; }
    footer.sitefooter .social_footer a {
      font-size: 1.5rem;
      margin-left: 5px; }
      footer.sitefooter .social_footer a:first-of-type {
        margin-left: 0; }
      footer.sitefooter .social_footer a:hover {
        color: #cccccc;
        text-decoration: none; }
      footer.sitefooter .social_footer a svg {
        height: 24px;
        width: 24px;
        fill: #FFF;
        transform: scale(1.4); }
        footer.sitefooter .social_footer a svg:hover {
          fill: #cccccc; }
    @media only screen and (max-width: 63.25rem) {
      footer.sitefooter .social_footer {
        float: left;
        width: 100%;
        margin-top: 1rem; }
        footer.sitefooter .social_footer .social-intro {
          display: inline-block;
          margin-right: 9px;
          margin-bottom: 0; } }
    @media only screen and (max-width: 56rem) {
      footer.sitefooter .social_footer .social-intro {
        display: block;
        margin-right: 0;
        margin-bottom: 5px; } }

@media only screen and (min-width: 63.25rem) {
  html {
    height: 100%; }
  body {
    min-height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
  .site {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -o-flex-grow: 2;
    flex-grow: 2; } }

@media only screen and (max-width: 55.9375rem) {
  body {
    padding-top: 3em; } }

@media only screen and (min-width: 56rem) {
  .home .siteheader {
    margin-bottom: 2rem; } }

.siteheader {
  position: relative;
  width: 100%;
  margin-bottom: 1rem; }
  .siteheader--empty .navigation-header ul.controls {
    margin-right: 0; }
  @media only screen and (max-width: 55.9375rem) {
    .siteheader .row, .siteheader .comment-respond, .siteheader .hosting-partners--container {
      position: fixed;
      top: 0;
      z-index: 99;
      background-color: #A4286A;
      border-bottom: 1px solid #FFF;
      height: 60px; }
      .admin-bar .siteheader .row, .admin-bar .siteheader .comment-respond, .admin-bar .siteheader .hosting-partners--container {
        top: 46px; } }
    @media only screen and (max-width: 55.9375rem) and (min-width: 783px) {
      .admin-bar .siteheader .row, .admin-bar .siteheader .comment-respond, .admin-bar .siteheader .hosting-partners--container {
        top: 32px; } }
  .siteheader h1 {
    margin-bottom: 0; }
  .siteheader__title {
    width: 358px;
    height: 95px;
    display: flex;
    align-items: center; }
    .siteheader__title picture {
      height: 66px;
      width: 100%; }
    @media only screen and (max-width: 55.9375rem) {
      .siteheader__title {
        height: 60px; }
        .siteheader__title picture {
          height: 50px;
          width: 105px; } }

.social.promoblock {
  margin-top: 0.85rem;
  position: relative;
  z-index: 2;
  border-color: #fff;
  padding: 10px; }
  .social.promoblock span, .social.promoblock a {
    vertical-align: middle; }
  @media only screen and (max-width: 30rem) {
    .social.promoblock span {
      display: block; } }
  .social.promoblock a {
    display: inline-block;
    position: relative;
    margin-left: 0.425rem; }
  .social.promoblock a.fa {
    font-size: 48px;
    text-decoration: none; }
  .social.promoblock a.fa.fa-facebook-square {
    color: #3B5998; }
  .social.promoblock a.fa.fa-twitter-square {
    color: #55ACEE; }
  .social.promoblock a.fa.fa-linkedin-square {
    color: #0077b5; }
  .social.promoblock a.fa.fa-instagram {
    color: #3f729b; }
  .social.promoblock a.fa.fa-pinterest-square {
    color: #BD081C; }
  .social.promoblock a.fa.fa-youtube-square {
    color: #e52d27; }
  .social.promoblock a span:first-child {
    display: none; }
  .social.promoblock a span:nth-child(n+1) {
    position: absolute;
    bottom: -5px;
    right: -7px;
    z-index: 1;
    padding: 0 .4em;
    font-size: 10px;
    line-height: 1.2;
    color: #000;
    border: 1px solid #000;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    background: #FFF; }
  .page-template-software .social.promoblock {
    margin: 0; }

.social-top {
  text-align: right;
  margin-top: -1.5em;
  margin-bottom: -1.4em; }
  @media only screen and (max-width: 56rem) {
    .social-top {
      display: none; } }

.social-share {
  display: inline-block;
  float: right;
  width: 292px;
  padding: 8px 0;
  margin-bottom: 32px;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 63.25rem) {
    .social-share {
      display: none; } }
  .social-share.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9); }
  .social-share ul {
    list-style: none;
    margin: 0; }
  .social-share li {
    display: inline-block;
    margin-right: 12px; }
    .social-share li:last-of-type {
      margin-right: 0; }
  .social-share .fa-print {
    color: #646464; }
  .social-share.grayscale .fa {
    font-size: 24px;
    color: #787878; }
  .social-share.grayscale .fa.fa-facebook-square:hover {
    color: #3B5998; }
  .social-share.grayscale .fa.fa-twitter-square:hover {
    color: #55ACEE; }
  .social-share.grayscale .fa.fa-linkedin-square:hover {
    color: #0077b5; }
  .social-share.grayscale .fa.fa-instagram:hover {
    color: #3f729b; }
  .social-share.grayscale .fa.fa-pinterest-square:hover {
    color: #BD081C; }
  .social-share.grayscale .fa.fa-youtube-square:hover {
    color: #e52d27; }

.social-share__intro {
  float: left;
  margin-right: 10px; }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  will-change: transform; }
  .old-ie .sticky.is-sticky {
    position: absolute; }

.admin-bar .sticky.is-sticky {
  top: 32px; }

.sticky-purchase-button__container {
  position: fixed;
  z-index: 2;
  width: 100%;
  color: white;
  bottom: 0;
  padding: 12px;
  text-align: center;
  background-color: #0075B3;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0, 100%);
  transition: transform 0.2s ease-out; }
  .sticky-purchase-button__container .button, .sticky-purchase-button__container .comment-respond input[type="submit"], .comment-respond .sticky-purchase-button__container input[type="submit"] {
    margin: 0;
    overflow: inherit;
    border-bottom: none;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.8);
    padding: 8px 1em 10px; }
  .sticky-purchase-button__container.active {
    transform: translate(0, 0); }

.sticky-purchase-button__label {
  margin-left: 12px; }
  .sticky-purchase-button__label::before {
    content: '\2190';
    margin-right: 4px;
    font-weight: 900; }

@media screen and (max-width: 480px) {
  .sticky-purchase-button__label {
    display: block;
    margin-left: 0; }
    .sticky-purchase-button__label::before {
      display: none; } }

.sticky-purchase-button__container .free-plugin-download__container {
  margin-top: 0;
  vertical-align: baseline; }
  .sticky-purchase-button__container .free-plugin-download__container a.link--download.free-plugin-download {
    color: #fff;
    margin-bottom: 0;
    text-decoration: underline !important;
    display: inline-block; }

.support-blocks {
  font-family: Georgia, serif; }
  .support-blocks svg {
    max-height: 94px;
    display: block;
    margin: 0 auto 24px; }
  .support-blocks a {
    text-decoration: none; }
    .support-blocks a:hover {
      text-decoration: underline; }

.syntaxhighlighter {
  overflow: auto; }

table.compare-free-premium {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  width: 100%; }
  table.compare-free-premium tr:first-of-type td {
    text-align: center; }
    table.compare-free-premium tr:first-of-type td:last-of-type {
      padding-top: .47rem; }
    table.compare-free-premium tr:first-of-type td h3 {
      margin-bottom: 10px;
      font-weight: 400; }
  table.compare-free-premium tr td {
    padding: 10px 10px 10px 33px;
    vertical-align: top; }
    table.compare-free-premium tr td p {
      margin-bottom: 0;
      font-family: Helvetica, Arial, sans-serif; }
    table.compare-free-premium tr td h4 a {
      text-decoration: underline; }
    table.compare-free-premium tr td b {
      color: #0075B3; }
    table.compare-free-premium tr td i {
      margin-right: 3px;
      margin-left: -21px; }
      table.compare-free-premium tr td i:before {
        width: 19px;
        display: inline-block; }
    table.compare-free-premium tr td .plugin-buy-button .button, table.compare-free-premium tr td .plugin-buy-button .comment-respond input[type="submit"], .comment-respond table.compare-free-premium tr td .plugin-buy-button input[type="submit"] {
      margin-top: 1em; }
    table.compare-free-premium tr td .plugin-buy-button span.microcopy {
      text-align: left; }
  table.compare-free-premium.usps-paymentmethods {
    margin-bottom: 1.88rem; }
    table.compare-free-premium.usps-paymentmethods td {
      border: none; }
      table.compare-free-premium.usps-paymentmethods td i:not(:first-of-type) {
        margin-left: 30px; }
      table.compare-free-premium.usps-paymentmethods td img {
        border: none; }

.tabs__container {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 40px; }

.tabs {
  display: flex;
  justify-content: center;
  border-bottom: 3px solid #ccc; }
  .tabs__tab {
    padding: 10px 24px;
    border-bottom: 3px solid #ccc;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    transform: translateY(3px);
    list-style: none; }
    @media screen and (max-width: 56rem) {
      .tabs__tab {
        font-size: 17px; } }
    .tabs__tab--active, .tabs__tab:hover {
      border-color: #A4286A;
      cursor: initial;
      text-decoration: none; }
      .tabs__tab--active .tabs__link, .tabs__tab:hover .tabs__link {
        color: #A4286A !important; }
  .tabs__link, .tabs__link:hover {
    display: block;
    width: 100%;
    text-decoration: none !important;
    color: #000 !important; }

.takeout {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-99%);
  -moz-transform: translateY(-99%);
  -ms-transform: translateY(-99%);
  -o-transform: translateY(-99%);
  transform: translateY(-99%); }

.testimonial .img--right {
  float: right; }
  .testimonial .img--right img {
    margin: 8px 0 0 16px;
    border-radius: 10px;
    border-bottom-right-radius: 0; }
    @media only screen and (max-width: 56rem) {
      .testimonial .img--right img {
        margin-left: 4.5rem; } }

.testimonial blockquote p {
  font-size: 18px; }

.testimonial blockquote::before, .testimonial blockquote::after {
  font-size: 11.5em; }

.testimonial blockquote::before {
  top: 4.3rem; }

.testimonial blockquote::after {
  bottom: -0.1rem;
  top: auto; }

@media screen and (max-width: 30rem) {
  .testimonial-homepage {
    display: none; } }

.testimonial-homepage .row, .testimonial-homepage .comment-respond, .testimonial-homepage .hosting-partners--container {
  border-bottom: 1px solid #ccc;
  padding: 16px 0 32px; }

.testimonial-homepage ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .testimonial-homepage ul li {
    max-width: 432px;
    width: 45%;
    list-style: none; }
    @media screen and (max-width: 56rem) {
      .testimonial-homepage ul li {
        width: 100%; }
        .testimonial-homepage ul li:first-of-type {
          margin-bottom: 24px; } }
    .testimonial-homepage ul li h3 {
      display: inline-block; }
    .testimonial-homepage ul li .rating {
      display: inline-block;
      color: #f7a600; }
    .testimonial-homepage ul li .message > * {
      font-size: 16px;
      line-height: 24px;
      font-family: Georgia, serif; }
    .testimonial-homepage ul li .message i {
      color: #bebebe; }
    .testimonial-homepage ul li .message .image {
      width: 57px;
      float: left;
      margin-right: 20px; }
    .testimonial-homepage ul li .message blockquote {
      width: calc(100% - 77px);
      padding: 0; }
    .testimonial-homepage ul li .message .person {
      margin-left: 77px; }
      .testimonial-homepage ul li .message .person span {
        font-style: italic;
        position: relative;
        padding-left: 16px;
        color: #646464; }
        .testimonial-homepage ul li .message .person span:before {
          display: block;
          width: 8px;
          height: 1px;
          background: #000;
          content: "";
          position: absolute;
          top: 8px; }

.utility-menu {
  color: #a6286b;
  list-style: none;
  display: flex;
  height: 44px;
  float: right;
  margin-top: -64px;
  margin-bottom: 0; }
  @media screen and (max-width: 56rem) {
    .utility-menu {
      margin-top: -50px; } }
  .utility-menu .fa {
    font-size: 20px;
    margin-right: 5px;
    display: inline-block; }
    @media screen and (max-width: 56rem) {
      .utility-menu .fa {
        font-size: 28px;
        color: #FFF; }
        .utility-menu .fa:hover, .utility-menu .fa:focus, .utility-menu .fa:active {
          color: #FFF; } }
    .utility-menu .fa-user {
      width: 15px; }
    @media screen and (min-width: 56rem) {
      .utility-menu .fa-shop, .utility-menu .fa-search {
        width: 19px; } }
  .utility-menu li {
    align-self: center;
    margin-left: 24px; }
    .utility-menu li span.num-items {
      top: -6px;
      width: 20px;
      text-align: center;
      position: absolute;
      display: block;
      font-size: .8rem; }
      @media screen and (max-width: 56rem) {
        .utility-menu li span.num-items {
          top: -10px;
          left: 3px; } }
    .utility-menu li span.num-items-plus {
      top: -10px;
      left: 24px;
      position: absolute;
      display: block;
      font-size: .8rem; }
    @media screen and (min-width: 56rem) {
      .utility-menu li.search {
        width: 150px; } }
  .utility-menu .checkout {
    position: relative; }
  .utility-menu .burger {
    margin-left: 16px;
    margin-top: 8px; }
  .utility-menu a {
    color: #A4286A;
    text-decoration: none;
    font-weight: 400;
    display: inline-block; }
    @media screen and (max-width: 56rem) {
      .utility-menu a {
        color: #FFF; } }
  .utility-menu .search-trigger {
    font-weight: 600;
    float: left;
    margin-top: 6px; }
    .utility-menu .search-trigger span {
      margin-right: 0; }
  .utility-menu .searchbar {
    background: #fff;
    display: flex;
    position: absolute;
    right: 0;
    top: 30px; }
    @media screen and (max-width: 56rem) {
      .utility-menu .searchbar {
        display: none;
        top: 60px; }
        .utility-menu .searchbar .fa-search {
          color: #000; } }
    [data-show-mobile-search] .utility-menu .searchbar {
      display: flex;
      padding: 1.2em; }
    .utility-menu .searchbar button {
      margin-left: 10px; }
  .utility-menu form {
    overflow: hidden;
    float: right;
    margin-left: 0; }
  .utility-menu input {
    transition: all 200ms ease-in-out;
    width: 100px;
    border-color: #fff !important;
    padding-left: 0;
    margin-bottom: 0; }
    .utility-menu input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-weight: 400;
      font-size: 16px;
      opacity: 1 !important;
      color: #a6286b; }
    .utility-menu input::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: 400;
      font-size: 16px;
      opacity: 1 !important;
      color: #a6286b; }
    .utility-menu input:-ms-input-placeholder {
      /* IE 10+ */
      font-weight: 400;
      font-size: 16px;
      opacity: 1 !important;
      color: #a6286b; }
    .utility-menu input:-moz-placeholder {
      /* Firefox 18- */
      font-weight: 400;
      font-size: 16px;
      opacity: 1 !important;
      color: #a6286b; }
    .utility-menu input:focus {
      width: 443px;
      border: 1px solid;
      padding-left: 0.65rem; }
      .utility-menu input:focus::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-weight: 400;
        font-size: 16px;
        opacity: 1 !important;
        color: gray; }
      .utility-menu input:focus::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 400;
        font-size: 16px;
        opacity: 1 !important;
        color: gray; }
      .utility-menu input:focus:-ms-input-placeholder {
        /* IE 10+ */
        font-weight: 400;
        font-size: 16px;
        opacity: 1 !important;
        color: gray; }
      .utility-menu input:focus:-moz-placeholder {
        /* Firefox 18- */
        font-weight: 400;
        font-size: 16px;
        opacity: 1 !important;
        color: gray; }
      @media screen and (max-width: 56rem) {
        .utility-menu input:focus {
          width: 100%; } }
    .utility-menu input.active {
      width: 443px;
      padding-left: 0.65rem; }
      @media screen and (max-width: 56rem) {
        .utility-menu input.active {
          width: 100%; } }
    @media screen and (max-width: 56rem) {
      .utility-menu input {
        border: 1px solid #ccc !important;
        padding-left: 16px;
        width: 100%; } }

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0; }
  .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 56rem) {
  iframe.wp-embedded-content {
    display: none !important; }
  blockquote.wp-embedded-content {
    display: block !important; } }

#main-menu {
  background-color: #A4286A;
  z-index: 2147483645; }
  #main-menu ul {
    background: #FFF;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 63.25rem;
    width: 100%;
    margin: 0 auto; }
  #main-menu li {
    flex-grow: 1;
    position: relative;
    border-right: 2px solid white; }
    #main-menu li:hover {
      background: #A4286A !important; }
    #main-menu li:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #64a60b;
      border-width: 10px;
      margin-left: -10px;
      display: none; }
    @media only screen and (min-width: 56rem) {
      #main-menu li:first-of-type {
        border-left: 2px solid #fff; } }
    #main-menu li .fa {
      display: inline-block;
      font-size: 22px;
      width: 22px;
      margin-top: -5px;
      margin-right: 5px; }
    #main-menu li.home {
      background: #477608; }
      #main-menu li.home.active:after {
        border-top-color: #477608; }
    #main-menu li.yoast-seo {
      background: #0075B3; }
      #main-menu li.yoast-seo.active:after {
        border-top-color: #0075B3; }
    #main-menu li.plugins {
      background: #084A67; }
      #main-menu li.plugins.active:after {
        border-top-color: #084A67; }
    #main-menu li.courses {
      background: #D5345E; }
      #main-menu li.courses.active:after {
        border-top-color: #D5345E; }
    #main-menu li.seo-blog {
      background: #5D237A; }
      #main-menu li.seo-blog.active:after {
        border-top-color: #5D237A; }
    #main-menu li.support {
      background: #008578; }
      #main-menu li.support.active:after {
        border-top-color: #008578; }
    @media only screen and (min-width: 56rem) {
      #main-menu li.active {
        transform: translateY(-4px); } }
    #main-menu li.active:after {
      display: block; }
    #main-menu li.active:hover:after {
      border-top-color: #A4286A; }
  #main-menu a {
    color: #FFF;
    display: block;
    padding: 8px 13px;
    text-align: center;
    text-decoration: none; }
  @media only screen and (max-width: 55.9375rem) {
    #main-menu ul {
      display: none;
      position: fixed;
      top: 3em;
      bottom: 0;
      right: -70%;
      z-index: 91;
      width: 70%;
      overflow: hidden;
      background-color: #FFF;
      margin: 0; }
      #main-menu ul li {
        display: block;
        width: 100%;
        border-bottom: 2px solid #fff; }
        #main-menu ul li.active:after {
          display: none; }
        #main-menu ul li a {
          text-decoration: none;
          color: #fff;
          text-align: left;
          padding: 16px; } }

[data-show-mobile-nav]::after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.5); }

[data-show-mobile-nav] #main-menu ul {
  display: block;
  right: -1%; }

.inline_tabs {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  border-bottom: 3px solid #ccc;
  list-style: none;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 56rem) {
    .inline_tabs {
      display: none; } }
  .inline_tabs > li {
    padding: 10px 24px;
    border-bottom: 3px solid #ccc;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    transform: translateY(3px);
    margin: 0 !important;
    list-style-type: none !important; }
    .inline_tabs > li a, .inline_tabs > li a:visited {
      display: block;
      width: 100%;
      text-decoration: none;
      color: #A4286A; }
      .inline_tabs > li a:hover, .inline_tabs > li a:visited:hover {
        color: #A4286A; }
    .inline_tabs > li.active, .inline_tabs > li:hover {
      border-color: #A4286A;
      cursor: initial;
      color: #A4286A; }

/*------------------------------------*\
    #PAGES
\*------------------------------------*/
/**
 * Dedicated css for pages
 */
/*------------------------------------*\
    #PAGES
\*------------------------------------*/
/**
 * Dedicated css for a certain page or template.
 */
.about-us-video .text > p:last-of-type {
  margin-bottom: 0; }

.about-us-video .text ul.list--usp {
  font-family: Helvetica, Arial, sans-serif; }

@media screen and (min-width: 56rem) {
  .about-us-video .video {
    margin-top: 64px; } }

.about-us-video .video iframe {
  max-width: 100%;
  width: 100%;
  height: 273px; }

@media screen and (min-width: 56rem) {
  .courses-intro ul {
    margin-top: 72px;
    margin-bottom: 0; } }

.single-course {
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  padding: 0 !important; }
  @media screen and (max-width: 63.25rem) {
    .single-course {
      display: block; } }
  .single-course img {
    display: block; }
  @media screen and (max-width: 63.25rem) {
    .single-course .icon {
      display: none; } }
  .single-course__content {
    padding: 20px 0 20px 20px;
    font-family: Georgia, serif;
    line-height: 1.4; }
    @media screen and (max-width: 63.25rem) {
      .single-course__content {
        padding-right: 20px; }
        .single-course__content.has-label {
          padding-top: 50px; } }
    .single-course__content h2 {
      margin-bottom: 4px; }
    .single-course__content p {
      margin-bottom: 0;
      font-size: 16px; }
  .single-course__actions {
    padding: 20px; }
  .single-course .readmore {
    font-size: 16px;
    display: block;
    margin-top: 8px;
    font-family: Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 63.25rem) {
    .single-course .plugin-buy-button {
      display: block; } }
  .single-course .plugin-buy-button a {
    display: block;
    margin-bottom: 8px; }
  .single-course .microcopy {
    font-family: Georgia, serif;
    line-height: 1.4;
    margin-bottom: 0 !important; }
  .single-course__label {
    position: absolute;
    top: 10px;
    left: -13px;
    text-decoration: none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }
    .single-course__label:after {
      left: -13px;
      top: 33px;
      border: solid transparent;
      content: " ";
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-right-color: #521435;
      border-width: 13px;
      margin-top: -15px;
      z-index: 1; }
    .single-course__label span {
      background: #A4286A;
      line-height: 32px;
      color: #FFF;
      padding: 0 17px;
      text-decoration: none;
      display: block;
      position: relative;
      z-index: 2; }
    .single-course__label--sale:after {
      border-right-color: #bf8a01; }
    .single-course__label--sale span {
      background: #fec228;
      color: #000;
      text-transform: uppercase;
      font-weight: 600; }

.archive-premium-video > a {
  text-decoration: none; }

.archive-premium-video h2 {
  clear: both; }

.archive-premium-video .link-to-premium {
  color: #646464;
  display: block;
  text-decoration: none; }
  .archive-premium-video .link-to-premium i {
    margin-right: 7px; }

.archive-premium-video .video {
  float: right;
  width: 100%;
  margin-left: 20px;
  position: relative;
  z-index: 10; }
  .archive-premium-video .video > a {
    border: 1px solid #000;
    display: block;
    position: relative; }
  .archive-premium-video .video img, .archive-premium-video .video svg {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block; }
  .archive-premium-video .video .play-button {
    width: 100px;
    height: 60px;
    border: 1px solid #FFF;
    border-radius: 15px;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    left: calc(50% - 50px);
    top: calc(50% - 30px);
    z-index: 1; }
    .archive-premium-video .video .play-button i {
      position: absolute;
      left: calc(50% - 10px);
      top: calc(50% - 15px);
      color: #FFF;
      font-size: 30px;
      line-height: 30px;
      z-index: 2; }
  .archive-premium-video .video:hover .play-button {
    background: rgba(0, 0, 0, 0.8); }
    .archive-premium-video .video:hover .play-button i {
      color: #0075B3; }
  .archive-premium-video .video .microcopy-video {
    margin-top: 0.2rem;
    color: #D93F69; }
    .archive-premium-video .video .microcopy-video i {
      font-weight: 600;
      font-family: Georgia, serif; }

.archive-premium-video .video {
  max-width: 300px; }
  @media only screen and (max-width: 56rem) {
    .archive-premium-video .video {
      float: none;
      margin-left: 0;
      margin-bottom: 1rem; } }
  .archive-premium-video .video img {
    max-height: 300px; }

.archive-premium-video .icon,
.archive-premium-video .image,
.archive-premium-video svg {
  max-width: 200px;
  float: right;
  width: 100%;
  margin-left: 20px;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 56rem) {
    .archive-premium-video .icon,
    .archive-premium-video .image,
    .archive-premium-video svg {
      float: none;
      margin-left: 0;
      margin-bottom: 1rem; } }

.more-plugins {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch; }
  .more-plugins .promoblock {
    height: calc(100% - 1.88rem);
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
    .more-plugins .promoblock .video {
      float: right;
      width: 100%;
      margin-left: 20px;
      position: relative;
      z-index: 10; }
      .more-plugins .promoblock .video > a {
        border: 1px solid #000;
        display: block;
        position: relative; }
      .more-plugins .promoblock .video img, .more-plugins .promoblock .video svg {
        margin-bottom: 0;
        padding-bottom: 0;
        display: block; }
      .more-plugins .promoblock .video .play-button {
        width: 100px;
        height: 60px;
        border: 1px solid #FFF;
        border-radius: 15px;
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.4);
        left: calc(50% - 50px);
        top: calc(50% - 30px);
        z-index: 1; }
        .more-plugins .promoblock .video .play-button i {
          position: absolute;
          left: calc(50% - 10px);
          top: calc(50% - 15px);
          color: #FFF;
          font-size: 30px;
          line-height: 30px;
          z-index: 2; }
      .more-plugins .promoblock .video:hover .play-button {
        background: rgba(0, 0, 0, 0.8); }
        .more-plugins .promoblock .video:hover .play-button i {
          color: #0075B3; }
      .more-plugins .promoblock .video .microcopy-video {
        margin-top: 0.2rem;
        color: #D93F69; }
        .more-plugins .promoblock .video .microcopy-video i {
          font-weight: 600;
          font-family: Georgia, serif; }
    .more-plugins .promoblock .video {
      margin-left: 0;
      margin-bottom: 1.88rem; }
    .more-plugins .promoblock .image {
      margin-bottom: 1.88rem; }
    .more-plugins .promoblock img, .more-plugins .promoblock svg {
      width: auto;
      height: auto;
      display: block;
      margin: 0 auto;
      border: none; }
      .more-plugins .promoblock img.icon, .more-plugins .promoblock svg.icon {
        max-height: 150px; }
    .more-plugins .promoblock svg {
      max-height: 150px; }
    .more-plugins .promoblock > a {
      text-decoration: none; }
    .more-plugins .promoblock .list--usp {
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-grow: 2;
      -o-flex-grow: 2;
      flex-grow: 2; }
    .more-plugins .promoblock .plugin-buy-button {
      display: block; }
      .more-plugins .promoblock .plugin-buy-button a {
        display: block;
        margin-bottom: 10px; }
    .more-plugins .promoblock .more-about-plugin {
      color: #646464;
      font-family: Helvetica, Arial, sans-serif; }
      .more-plugins .promoblock .more-about-plugin:hover {
        color: #0075B3; }

.hosting-partners--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 50rem) {
    .hosting-partners--container {
      display: block; } }

.hosting-partner {
  flex-basis: 48%;
  margin: 0 0 2em 0;
  min-width: 280px; }
  .hosting-partner img {
    border: none;
    margin: 0; }
  .hosting-partner--title {
    border-radius: 30px 30px 0 0;
    padding: 1.5em 2em 1em; }
    .hosting-partner--title h2 {
      margin: 0; }
  .hosting-partner h3 {
    color: black;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0; }
  .hosting-partner--content {
    border: 1px solid #6d1f8f;
    border-top: none;
    padding: 1em 2em;
    border-radius: 0 0 0 30px;
    overflow: hidden; }
  .hosting-partner--introduction p:last-child {
    margin-bottom: 0; }
  .hosting-partner--introduction, .hosting-partner--features, .hosting-partner--support-languages {
    margin-bottom: 1em; }
  .hosting-partner--feature-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none; }
  .hosting-partner--feature {
    padding-left: 1.1em;
    list-style: none; }
  .hosting-partner-feature-present {
    margin-left: -1.3em;
    position: absolute; }
    .hosting-partner-feature-present__yes {
      color: green; }
    .hosting-partner-feature-present__no {
      color: red; }
  .hosting-partner--support-languages .flag-icon {
    border-radius: 50%; }
  .hosting-partner--support-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 350px;
    list-style: none; }
    .hosting-partner--support-list--item {
      flex-basis: 50%; }
  .hosting-partner--price-range {
    float: left; }
    .hosting-partner--price-range__faded {
      color: #aaa; }
  .hosting-partner--cta {
    float: right; }
    .hosting-partner--cta .button, .hosting-partner--cta .comment-respond input[type="submit"], .comment-respond .hosting-partner--cta input[type="submit"] {
      margin: 0.5em 0 0 0; }

.reasons-to-upgrade-position-image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 200px; }
  .reasons-to-upgrade-position-image img {
    border: none; }

.page-template-page-template-shop .site .products {
  display: none; }

.page-template-page-template-shop .site .plugins, .page-template-page-template-shop .site .courses, .page-template-page-template-shop .site .bundles, .page-template-page-template-shop .site .products {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1em;
  margin-bottom: 2em; }
  .page-template-page-template-shop .site .plugins .product-image, .page-template-page-template-shop .site .courses .product-image, .page-template-page-template-shop .site .bundles .product-image, .page-template-page-template-shop .site .products .product-image {
    margin-right: 1.8em;
    width: 200px; }
    @media screen and (max-width: 63.25rem) {
      .page-template-page-template-shop .site .plugins .product-image, .page-template-page-template-shop .site .courses .product-image, .page-template-page-template-shop .site .bundles .product-image, .page-template-page-template-shop .site .products .product-image {
        margin-right: 0; } }
  .page-template-page-template-shop .site .plugins .content, .page-template-page-template-shop .site .courses .content, .page-template-page-template-shop .site .bundles .content, .page-template-page-template-shop .site .products .content {
    margin-bottom: 2em; }
  .page-template-page-template-shop .site .plugins .promoblocks, .page-template-page-template-shop .site .courses .promoblocks, .page-template-page-template-shop .site .bundles .promoblocks, .page-template-page-template-shop .site .products .promoblocks {
    clear: both; }
    .page-template-page-template-shop .site .plugins .promoblocks:after, .page-template-page-template-shop .site .courses .promoblocks:after, .page-template-page-template-shop .site .bundles .promoblocks:after, .page-template-page-template-shop .site .products .promoblocks:after {
      content: "";
      clear: both;
      display: table; }
    .page-template-page-template-shop .site .plugins .promoblocks .promoblock, .page-template-page-template-shop .site .courses .promoblocks .promoblock, .page-template-page-template-shop .site .bundles .promoblocks .promoblock, .page-template-page-template-shop .site .products .promoblocks .promoblock {
      float: left;
      width: 100%; }
      .page-template-page-template-shop .site .plugins .promoblocks .promoblock:first-of-type, .page-template-page-template-shop .site .courses .promoblocks .promoblock:first-of-type, .page-template-page-template-shop .site .bundles .promoblocks .promoblock:first-of-type, .page-template-page-template-shop .site .products .promoblocks .promoblock:first-of-type {
        margin-right: 3.5em; }
        @media screen and (max-width: 56rem) {
          .page-template-page-template-shop .site .plugins .promoblocks .promoblock:first-of-type, .page-template-page-template-shop .site .courses .promoblocks .promoblock:first-of-type, .page-template-page-template-shop .site .bundles .promoblocks .promoblock:first-of-type, .page-template-page-template-shop .site .products .promoblocks .promoblock:first-of-type {
            margin-right: 0; } }
      @media screen and (max-width: 56rem) {
        .page-template-page-template-shop .site .plugins .promoblocks .promoblock, .page-template-page-template-shop .site .courses .promoblocks .promoblock, .page-template-page-template-shop .site .bundles .promoblocks .promoblock, .page-template-page-template-shop .site .products .promoblocks .promoblock {
          max-width: 100%;
          width: 100%; } }

.page-template-page-template-shop .site .intro {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 2em; }

.single-event article {
  max-width: 600px; }

.single-event__date {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #A4286A;
  font-weight: 600; }

.single-event__information > * {
  display: inline-block;
  vertical-align: top; }

.single-event__information img {
  border: 1px solid #ccc;
  align-self: start;
  display: inline-grid;
  width: 96px;
  margin: 0 32px 32px 0; }

.single-yoast_plugins .svg_icon,
.single-yoast_courses .svg_icon {
  display: block; }
  .single-yoast_plugins .svg_icon svg,
  .single-yoast_courses .svg_icon svg {
    width: 100%;
    max-width: 175px;
    display: block; }

.content_blocks {
  position: relative; }
  .content_blocks .block {
    padding-top: 80px;
    margin-top: -80px; }
  .content_blocks .content li {
    line-height: 1.8; }

.sticky_tabs {
  position: sticky;
  top: 1px;
  background: #fff;
  z-index: 999;
  font-family: Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 63.25rem) {
    .sticky_tabs {
      display: none; } }

.page-template-page-template-rich-page article .content {
  width: 600px;
  margin-right: 20px; }

.page-template-page-template-rich-page .extra.alignright {
  width: 360px;
  max-width: 360px; }

.single-yoast_courses .content iframe {
  max-width: 100%; }

@media screen and (max-width: 30rem) {
  .single-yoast_courses .imgExt {
    display: none; } }

@media screen and (min-width: 30rem) {
  .single-yoast_courses .backup-buy-button .plugin-buy-button {
    margin-left: 157px; } }

.complete-package {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0; }

.columns2.packages .package__button {
  text-align: center; }

.package {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0; }
  .package .h4 {
    color: #FFF;
    background: #D5345E;
    text-align: center;
    margin-bottom: 0;
    padding: 8px 16px; }
  .package__recommended {
    height: 90px;
    position: relative;
    font-family: Helvetica, Arial, sans-serif; }
    .package__recommended svg {
      height: 80px;
      margin-left: 16px;
      margin-top: 11px;
      z-index: 2;
      position: relative; }
  .package__price {
    padding: 10px;
    text-align: center;
    font-size: 28px;
    border-bottom: 1px solid #DCDCDC;
    font-family: Helvetica, Arial, sans-serif; }
  .package__feature {
    padding: 16px;
    border-bottom: 1px solid #DCDCDC;
    font-family: Georgia, serif;
    flex-grow: 2; }
    .package__feature ul {
      list-style: none;
      margin-bottom: 0; }
    .package__feature li {
      padding-left: 30px; }
    .package__feature .fa {
      margin-left: -30px;
      width: 30px; }
      .package__feature .fa-check {
        color: #64A60A; }
      .package__feature .fa-times {
        color: #ed261f; }
  .package__button {
    padding: 16px; }
    .package__button .plugin-buy-button {
      display: block; }
    .package__button .button, .package__button .comment-respond input[type="submit"], .comment-respond .package__button input[type="submit"] {
      display: block; }
    .package__button .microcopy {
      text-align: center !important;
      margin-top: 8px; }
    .package__button .read-more {
      display: inline-block;
      font-size: 16px;
      line-height: 1.4; }
  .package__label {
    position: absolute;
    top: 21px;
    right: -11px;
    text-decoration: none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }
    .package__label:after {
      right: -11px;
      top: 44px;
      border: solid transparent;
      content: " ";
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-left-color: #bf8a01;
      border-width: 11px;
      margin-top: -15px;
      z-index: 1; }
    .package__label span {
      line-height: 32px;
      background: #fec228;
      color: #000;
      padding: 4px 24px;
      text-decoration: none;
      display: block;
      position: relative;
      z-index: 2; }
  .package .sale_sale_price {
    font-weight: 400; }

/*------------------------------------*\
    #TRUMPS
\*------------------------------------*/
/**
 * These are helper classes and overrides that should take precedence over all
 * other styles, e.g. `.float--left {}`.
 */
/*------------------------------------*\
    #TRUMPS
\*------------------------------------*/
/**
 * Pull in all our trumps and overrides.
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.color-cta {
  color: #DC5C04 !important; }

.color-white {
  color: #FFF !important; }

.color-black {
  color: #000 !important; }

.border-color-cta {
  border-color: #DC5C04 !important; }

.border-color-white {
  border-color: #FFF !important; }

a.color-white:hover, a.color-white:focus, button.color-white:hover, button.color-white:focus, input.color-white:hover, input.color-white:focus {
  color: white !important; }

.wp-embedded-content {
  max-width: 100% !important; }

.pull-left {
  float: left; }

.pull-right {
  float: right;
  margin-left: 0.85rem; }

@media only screen and (min-width: 56rem) {
  .bottom-right {
    position: absolute;
    bottom: 0.85rem;
    right: 2.6rem;
    margin: 0; } }

.show-on-mobile-only {
  display: none !important; }
  @media only screen and (max-width: 30rem) {
    .show-on-mobile-only {
      display: block !important; } }

@media only screen and (max-width: 30rem) {
  .hide-on-mobile {
    display: none !important; } }

@media only screen and (max-width: 56rem) {
  .hide-on-tablet {
    display: none !important; } }

@media only screen and (min-width: 56rem) {
  .hide-on-desktop {
    display: none !important; } }

@media only screen and (max-width: 63.25rem) {
  .show-on-desktop {
    display: none !important; } }

.font-default {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: normal !important; }

.font-body {
  font-family: Georgia, serif; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.mt-8 {
  margin-top: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.pt-8 {
  padding-top: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.pt-16 {
  padding-top: 16px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.pt-24 {
  padding-top: 24px !important; }

.pb-24 {
  padding-bottom: 24px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pb-32 {
  padding-bottom: 32px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.bg-grey {
  background: #F9F7F9; }

.columns {
  display: grid;
  grid-column-gap: 48px;
  grid-row-gap: 32px; }
  .columns.columns4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    @media screen and (max-width: 56rem) {
      .columns.columns4 {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 30rem) {
      .columns.columns4 {
        grid-template-columns: 1fr; } }
  .columns.columns3 {
    grid-template-columns: 1fr 1fr 1fr; }
    @media screen and (max-width: 56rem) {
      .columns.columns3 {
        grid-template-columns: 1fr; } }
  .columns.columns2 {
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 56rem) {
      .columns.columns2 {
        grid-template-columns: 1fr; } }
  .columns > * {
    list-style: none; }
    .columns > * > *:last-child:not(.button) {
      margin-bottom: 0; }
  .columns.columns-two-third {
    grid-template-columns: 1fr 1fr 360px; }
    .columns.columns-two-third > :first-child {
      grid-column-start: 1;
      grid-column-end: 3; }
      @media screen and (max-width: 56rem) {
        .columns.columns-two-third > :first-child {
          grid-column-start: 1;
          grid-column-end: 2; } }
    .columns.columns-two-third > :last-child {
      grid-column-start: 3;
      grid-column-end: 4; }
      @media screen and (max-width: 56rem) {
        .columns.columns-two-third > :last-child {
          grid-column-start: 1;
          grid-column-end: 2; } }
    .columns.columns-two-third > :first-child:last-child {
      grid-column-start: 1;
      grid-column-end: 3; }
      @media screen and (max-width: 56rem) {
        .columns.columns-two-third > :first-child:last-child {
          grid-column-start: 1;
          grid-column-end: 2; } }
    @media screen and (max-width: 56rem) {
      .columns.columns-two-third {
        grid-template-columns: 1fr; } }

.border--bottom {
  border-bottom: 1px solid #DCDCDC; }

.border--top {
  border-top: 1px solid #DCDCDC; }

.row-holder {
  width: 100%;
  padding: 32px 0;
  margin-bottom: 32px; }
  .row-holder .row, .row-holder .comment-respond, .row-holder .hosting-partners--container {
    margin-bottom: 0 !important; }

.no-underline {
  text-decoration: none; }

.underline-on-hover:hover {
  text-decoration: underline; }
