/*
Theme Name: Studio Wombat
Theme URI: https://studiowombat.com/
Author: Maarten Belmans
Author URI: https://maartenbelmans.com/
Version: 1.0
Text Domain: studiowombat
*/

/*@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);*/

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

/*@font-face {
    font-family: 'CircularStd';
    src: url(fonts/CircularStd-BlackItalic.eot);
    src: url('fonts/CircularStd-BlackItalic.eot?#iefix') format('embedded-opentype'),url(fonts/CircularStd-BlackItalic.woff) format('woff'),url(fonts/CircularStd-BlackItalic.ttf) format('truetype'),url('fonts/CircularStd-BlackItalic.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
    font-weight: 800;
    font-style: italic
}*/

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

/*@font-face {
    font-family: 'CircularStd';
    src: url(fonts/CircularStd-BoldItalic.eot);
    src: url('fonts/CircularStd-BoldItalic.eot?#iefix') format('embedded-opentype'),url(fonts/CircularStd-BoldItalic.woff) format('woff'),url(fonts/CircularStd-BoldItalic.ttf) format('truetype'),url('fonts/CircularStd-BoldItalic.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
    font-weight: 600;
    font-style: italic
}

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

@font-face {
    font-family: 'CircularStd';
    src: url(fonts/CircularStd-MediumItalic.eot);
    src: url('fonts/CircularStd-MediumItalic.eot?#iefix') format('embedded-opentype'),url(fonts/CircularStd-MediumItalic.woff) format('woff'),url(fonts/CircularStd-MediumItalic.ttf) format('truetype'),url('fonts/CircularStd-MediumItalic.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
    font-weight: 500;
    font-style: italic
}*/

@font-face {
    font-family: 'CircularStd';
    src: url(fonts/CircularStd-Book.eot);
    src: url('fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),url(fonts/CircularStd-Book.woff) format('woff'),url(fonts/CircularStd-Book.ttf) format('truetype'),url('fonts/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
    font-weight: 400;
    font-style: normal
}
/*
@font-face {
    font-family: 'CircularStd';
    src: url(fonts/CircularStd-BookItalic.eot);
    src: url('fonts/CircularStd-BookItalic.eot?#iefix') format('embedded-opentype'),url(fonts/CircularStd-BookItalic.woff) format('woff'),url(fonts/CircularStd-BookItalic.ttf) format('truetype'),url('fonts/CircularStd-BookItalic.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
    font-weight: 400;
    font-style: italic
}*/

/*@import url(https://fonts.googleapis.com/css?family=Montserrat:300,500,600,700,800,900);*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}
code {
  font-weight: 300;
}
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 90%;
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 25px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.333333%;
}
.pull-2 {
  right: 16.666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.333333%;
}
.pull-5 {
  right: 41.666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.333333%;
}
.pull-8 {
  right: 66.666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.333333%;
}
.pull-11 {
  right: 91.666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.333333%;
}
.push-2 {
  left: 16.666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333%;
}
.push-5 {
  left: 41.666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333%;
}
.push-8 {
  left: 66.666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.333333%;
}
.push-11 {
  left: 91.666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.row [class*="col-"] + [class*="col-"] {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .row [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .row [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}
body {
  font-family: 'CircularStd', 'Segoe UI', 'Open Sans', sans-serif;
  color: #404a50;
  font-weight: 400;
  background: #f6f9fc;
  font-size: 17px;
  letter-spacing: .5px;
}
body p,
body span {
  line-height: 1.85;
}
article.post-172 div.header {
  background-size: 55px !important;
}
@font-face {
  font-family: 'icons';
  src: url('fonts/icomoon.eot?x4zosw');
  src: url('fonts/icomoon.eot?x4zosw#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?x4zosw') format('truetype'), url('fonts/icomoon.woff?x4zosw') format('woff'), url('fonts/icomoon.svg?x4zosw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-download:before {
  content: "\e90b";
}
.icon-pencil:before {
  content: "\e90c";
}
.icon-menu:before {
  content: "\e90a";
}
.icon-switch:before {
  content: "\e909";
}
.icon-file:before {
  content: "\e908";
}
.icon-woocommerce .path1:before {
  content: "\e900";
}
.icon-woocommerce .path2:before {
  content: "\e901";
  margin-left: -2.2em;
  color: #ffffff;
}
.icon-wordpress:before {
  content: "\e902";
}
.icon-star-half-o:before {
  content: "\e903";
}
.icon-star-o:before {
  content: "\e904";
}
.icon-question-circle-o:before {
  content: "\e905";
}
.icon-star:before {
  content: "\e906";
}
.icon-question-circle:before {
  content: "\e907";
}
.icon-lifebuoy:before {
  content: "\e941";
}
.icon-history:before {
  content: "\e94d";
}
.icon-code:before {
  content: "\ea80";
}
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 15px;
}
.pt-3 {
  padding-top: 20px;
}
.pt-4 {
  padding-top: 25px;
}
.text-center {
  text-align: center;
}
.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}
i.hide-mobile,
span.hide-mobile {
  display: inline-block;
}
.fixed {
  position: fixed !important;
  top: 0;
  z-index: 99999;
}
.mobile-indicator {
  height: 0px;
}
@media (max-width: 768px) {
  .mobile-indicator {
    display: block !important;
  }
  .show-mobile {
    display: block;
  }
  i.show-mobile,
  span.show-mobile {
    display: inline-block !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
.section.stats {
  text-align: center;
}
.section.stats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.stats ul li {
  font-size: 1rem;
  padding: 25px;
  font-weight: 300;
  display: inline-block;
}
.section.stats ul li div {
  font-size: 3em;
  color: #3cd5e6;
}
.section.stats ul li div.stars {
  font-size: 2.7em;
}
.section.plugin-reviews,
.section.plugin-showcase {
  background-color: #f6f9fc;
}
.reviews-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.reviews-wrapper .review {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: column;
  flex-flow: column;
  width: 31.5%;
  padding: 25px;
  margin-top: 15px;
}
.reviews-wrapper .review:after {
  position: absolute;
  right: 17%;
  bottom: -25px;
  display: block;
  width: 0;
  content: "";
  border-width: 25px 25px 0 0;
  border-style: solid;
  border-color: #fff transparent;
}
.reviews-wrapper .review .description p {
  font-style: italic;
  text-align: center;
}
.reviews-wrapper .review .rating {
  padding-bottom: 15px;
  text-align: center;
}
.reviews-wrapper .review .rating i {
  font-size: 1.4rem;
  color: #FFCC4D;
}
.reviews-wrapper .review .review-author {
  font-size: 14px;
  text-align: center;
  padding-top: 0;
  position: relative;
}
.reviews-wrapper .review .review-author span {
  color: #20292f;
  font-weight: 400;
}
.reviews-wrapper .review .review-author span a {
  font-style: italic;
  color: #20292f;
  font-weight: 400;
}
@media (max-width: 990px) {
  .reviews-wrapper .review {
    width: 48.5%;
  }
}
@media (max-width: 768px) {
  .reviews-wrapper .review {
    display: block;
    width: auto;
  }
  .reviews-wrapper .review:after {
    content: none;
  }
}
.page-block .content {
  padding: 25px;
}
article .article-content {
  padding: 25px;
}
article .article-content img {
  max-width: 100%;
}
article ul li,
article ol li {
  padding-bottom: 20px;
  line-height: 1.6;
}
article ul li img,
article ol li img {
  margin-top: 15px;
  max-width: 100%;
  border: 1px solid #eee;
  padding: 20px;
  height: auto;
  background: #F9F9F9;
  display: block;
}
.page-id-120 .page-block.block {
  background: none;
  box-shadow: none;
}
.feature {
  box-sizing: border-box;
}
.feature h2 {
  padding-left: 26px;
  font-size: 1.2em;
  position: relative;
  color: #20292f;
  padding-bottom: 15px;
}
.feature h2:before {
  position: absolute;
  color: #3cd5e6;
  font-size: 20px;
  left: -3px;
  font-family: 'icons';
}
.feature h2.updates:before {
  content: '\e94d';
}
.feature h2.code:before {
  content: '\ea80';
}
.feature h2.support:before {
  content: '\e941';
}
.feature p {
  margin-left: 26px;
}
.single-plugin article .header,
.single-plugin .article .header {
  height: 160px;
}
.plugin-buttons a.btn {
  width: 48%;
}
.plugin-sidebar {
  padding: 2rem 2.5rem;
  margin-top: 15px;
}
.plugin-sidebar:first-child {
  margin-top: 0;
}
.plugin-sidebar h3 {
  color: #20292f;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.plugin-sidebar .packages div.free-link {
  margin-top: 15px;
  text-align: center;
}
.plugin-sidebar .packages ul {
  list-style: none;
}
.plugin-sidebar .packages .package-info{
	text-align:center;
	font-size:90%;
	line-height:1.5;
}
.plugin-sidebar .packages ul li {
  padding: 13px 0;
}
.plugin-sidebar .packages ul li:first-child{
	padding-top:0;
}
.plugin-sidebar .packages ul li label {
  color: #20292f;
  font-size:1rem;
}
.plugin-sidebar .versions-info {
  display: flex;
  padding-top: 20px;
}
.plugin-sidebar .versions-info > div {
  font-size: .832em;
  flex-grow: 1;
  text-align: center;
  opacity:.8;
}
.single-plugin form[name=purchase-form] ul li label span {
  text-decoration: line-through;
  font-size: 13px;
}

div#epkb-main-page-container div.epkb-doc-search-container {
  background-color: transparent !important;
  padding: 0 !important;
  border-bottom: none !important;
}
div#epkb-main-page-container div.epkb-doc-search-container h2 {
  display: none !important;
}
div#epkb-main-page-container div.epkb-doc-search-container .epkb-search-box input[type=text] {
  font-size: 1rem !important;
  border-radius: 3px !important;
  border: 1px solid  #ddd !important;
  color: #404a50 !important;
}
div#epkb-main-page-container div.epkb-doc-search-container .epkb-search-box button[type=submit]#epkb-search-kb {
  background-color: #40BAF5 !important;
  border-color: #40BAF5 !important;
  text-shadow: none !important;
  font-size: 1rem !important;
}
#epkb-main-page-container.epkb-css-full-reset span {
  color: #20292f !important;
  margin-left: 20px;
  display: block;
  line-height: 1.6;
  font-weight: 300;
}
#epkb-main-page-container.epkb-basic-template #epkb-content-container section {
  width: 47%;
  box-sizing: border-box;
}
#epkb-main-page-container.epkb-basic-template .epkb-article-title i {
  float: left;
  padding-top: 4px !important;
  color: #989898 !important;
}
ul li span.eckb-breadcrumb-link a {
  font-weight: bold;
}
div.eckb-breadcrumb {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px !important;
}
.eckb-breadcrumb-link-icon {
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  #epkb-main-page-container.epkb-basic-template #epkb-content-container section {
    display: block !important;
    width: 100% !important;
  }
}
a,
a:hover,
a:visited,
a:focus,
a:active {
  color: #40BAF5;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: #125DA9;
}
.site-header {
  position: relative;
  background: #40BAF5;
  background-image: -webkit-gradient(45deg, #125DA9 0%, #1e88e5 64%, #40BAF5 95%);
  background-image: -o-linear-gradient(45deg, #125DA9 0%, #1e88e5 64%, #40BAF5 95%);
  background-image: -moz-linear-gradient(45deg, #125DA9 0%, #1e88e5 64%, #40BAF5 95%);
  background-image: linear-gradient(45deg, #125DA9 0%, #1e88e5 64%, #40BAF5 95%);
}
.site-header .header-inside {
  padding: 15px 4% 15px 4%;
  overflow: hidden;
}
.site-header .header-inside .header-bar-wrapper {
  overflow: hidden;
}
.site-header .logo-wrapper {
  position: relative;
  vertical-align: top;
  display: inline-block;
  float: left;
  max-width: 25%;
}
.site-header .logo-wrapper .logo {
  background: url(images/logo-white.png);
  background-size: 45px;
  width: 44px;
  height: 44px;
}
.site-header .hero-title,
.site-header .hero-page-title {
  padding: 2rem;
  text-align: center;
  color: white;
}
.site-header .hero-title {
  padding: 3%;
  padding-top: 8%;
}
.site-header .hero-title a {
  margin: 4% 5px 0 5px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 1em 1.2em;
  border-radius: 3px;
  display: inline-block;
}
.site-header .hero-title a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.site-header .hero-title h1 {
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
}
.site-header .hero-title h1 span {
  opacity: .3;
}
.site-header .hero-title p {
  font-weight: 100;
  font-size: 20px;
  padding-top: 10px;
  opacity: .7;
}
.footer {
  background: black;
  color: white;
  font-size: .8125rem;
  padding: 2rem 0;
  font-weight: 300;
}
.footer a {
  color: white;
  padding: 10px;
  font-weight: 400;
}
.footer a:hover {
  color: #40BAF5;
}
nav.main-navigation {
  width: 75%;
  float: right;
}
nav.main-navigation ul.menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
nav.main-navigation ul.menu li {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
}
nav.main-navigation ul.menu li a {
  font-size: 15px;
  font-weight: bold;
  outline: none;
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  opacity: .85;
  letter-spacing: 1px;
}
nav.main-navigation ul.menu li a:hover {
  opacity: 1;
}
a.m-m-o {
  float: right;
  font-size: 2rem;
  color: white;
  display: none;
}
@media (max-width: 768px) {
  a.m-m-o {
    display: block;
  }
  nav.main-navigation {
    background: #125DA9;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 1000;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  nav.main-navigation ul.menu {
    margin-top: 15px !important;
  }
  nav.main-navigation ul.menu li {
    display: block;
  }
  nav.main-navigation.active {
    -webkit-transition: transform .2s;
    transition: transform .2s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
nav .logo {
  padding: 15px 0;
  background: url(images/logo-white.png);
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
}
.section {
  background: white;
  padding: 4rem 0;
}
.section.light-blue {
  background: #f6f9fc;
}
.section h1.section-title {
  text-align: center;
  margin-bottom: 4rem;
}
.block {
  margin-bottom: 4%;
  background: white;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.block:last-child {
  margin-right: 0 !important;
}
.block .block-inner {
  padding: 25px;
}
.three-blocks {
  width: 30.4% !important;
  margin-right: 4%;
}
form label {
  cursor: pointer;
}
input[type=radio] {
  border-radius: 2px;
  background: #d0d0d0;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 18px;
  margin: -3px 4px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  min-width: 18px;
  border-radius: 50%;
  -webkit-appearance: none;
  transition: 0.125s ease-in-out;
}
input[type=radio]:checked {
  background-color: #40BAF5;
}
input[type=radio]:hover {
  transform: scale(1.13);
}
label[for]:hover ~ input[type=radio] {
  transform: scale(1.13);
}
form h3 {
  color: #20292f;
  margin-top: 3rem;
  margin-bottom: 0;
}
form label {
  display: block;
  font-weight: 600;
  color: #20292f;
  padding-bottom: 7px;
  font-size: .8125em;
}
input[type=text],
input[type=number],
input[type=tel],
.StripeElement,
input[type=email],
select,
input[type=password] {
  border: none;
  border-radius: 3px;
  background: #ebf0f7 !important;
  color: #20292f;
  height: 42px;
  padding: 0 15px;
  outline: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
.StripeElement:focus,
input[type=email]:focus,
select:focus,
input[type=password]:focus {
  outline-style: none;
  outline: none;
}
.StripeElement {
  padding: 15px !important;
  height: auto !important;
}
textarea {
  border: none;
  border-radius: 3px;
  background: #ebf0f7;
  color: #20292f;
  padding: 15px;
  width: 100%;
  height: 200px;
}
textarea:focus {
  outline-style: none;
  outline: none;
}
input[type=text][disabled],
input[type=email][disabled] {
  background: white !important;
  padding-left: 0 !important;
}
a.btn,
button,
.btn,
input[type=submit] {
  font-weight: bold;
  color: white;
  background: #40BAF5;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 15px 20px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .125s ease 0s;
  transition: all 0.125s ease 0s;
}
a.btn.btn-block,
button.btn-block,
.btn.btn-block,
input[type=submit].btn-block {
  width: 100%;
  display: block;
}
a.btn:hover,
button:hover,
.btn:hover,
input[type=submit]:hover {
  opacity: .85;
}
@media (max-width: 550px) {
  .btn.block-mobile {
    display: block !important;
    width: 100% !important;
    margin-top: 15px;
  }
  .btn.block-mobile:first-child {
    margin-top: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 2px solid #f7f7f7;
  padding: 20px 10px;
  font-size: .8125em;
  letter-spacing: .5px;
  text-align: left;
}
table td {
  padding: 20px 10px;
  border-bottom: 2px solid #f7f7f7;
  line-height: 1.6;
}
table tr:last-child td {
  border-bottom: none;
}
.article-excerpt .post-thumbnail {
  height: 320px;
  background-size: cover;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.article-excerpt h1 {
  margin: 30px;
  margin-bottom: 0;
  font-size: 1.7rem;
}
.article-excerpt .meta {
  padding: 5px 0px 0px 30px;
  opacity: .8;
  font-size: 90%;
  display: inline-block;
}
.article-excerpt a.btn {
  margin: 30px;
}
.article-header {
  background-position: center;
  background-size: cover;
  height: 350px;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.article-header h1 {
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
article .rating,
.article .rating {
  margin: 15px 0;
  text-align: center;
  color: #71818c;
}
article .rating i,
.article .rating i {
  font-size: 23px;
}
article .rating i.colored,
.article .rating i.colored {
  color: #FFCC4D;
}
article .rating span,
.article .rating span {
  font-size: .8em;
  vertical-align: top;
}
article .rating span a,
.article .rating span a {
  color: #71818c;
  text-decoration: underline;
  vertical-align: top;
}
article .article-content,
.article .article-content {
  padding: 2rem 2.5rem;
}
article .article-content img,
.article .article-content img {
  max-height: 550px;
  width: auto;
  display: block;
  max-width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin: 40px auto;
}
article .article-content h2,
.article .article-content h2 {
  color: #20292f;
  font-size: 1.4rem;
  margin-top: 3.5rem;
  margin-bottom: 1.2rem;
}
article .article-content ul li,
.article .article-content ul li {
  padding: 10px 0;
}
section.cta,
div.cta {
  background: #40BAF5;
  background: linear-gradient(to right, #244e7b -30%, #2482e6 69%, #244e7b 113%);
  color: white;
}
section.cta .row,
div.cta .row {
  padding-top: 0;
}
section.cta h1,
div.cta h1,
section.cta p,
div.cta p {
  margin: 0;
  text-align: center;
}
section.cta p,
div.cta p {
  padding-top: 10px;
}
section.cta .btn,
div.cta .btn {
  background-color: transparent;
  border: 2px solid white;
}
section.cta .btn:hover,
div.cta .btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
div.gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.gallery ul li {
  display: inline-block;
  margin: 10px;
}
div.gallery ul li a img {
  width: 55px;
  height: 55px;
  border-radius: 3px;
  border: 3px solid #20292f;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  transition: 0.125s ease-in-out;
}
div.gallery ul li a img:hover {
  transform: scale(1.15);
}
code,
pre {
  background-color: rgba(153, 159, 201, 0.16);
  border: 1px solid rgba(153, 159, 201, 0.26);
  border-radius: 3px;
  font-size: 90%;
}
pre {
  padding: 10px;
  line-height: 1.6;
  white-space: pre-wrap;
}
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}
@media (max-width: 768px) {
  code {
    white-space: pre-wrap;
  }
}
.sidebar .sidebar-widget:first-child h2 {
  margin-top: 0;
  padding-top: 0;
}
.sidebar-widget .sidebar-widget-title {
  font-size: 19px;
  padding-top: 15px;
}
.widget_categories ul {
  list-style: disc;
  padding-left: 20px;
}
.widget_categories ul a {
  color: #20292f;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
}
.widget_search span.screen-reader-text {
  display: none;
}
.widget_search form {
  position: relative;
}
.widget_search form input[type=search] {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  outline: 0;
  letter-spacing: 0.05rem;
  height: 40px;
  padding-left: 12px;
}
.widget_search form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 0 3px 3px 0;
  font-size: 1rem;
}
.wrapper-mabel-gsu {
  position: relative;
}
.wrapper-mabel-gsu input[type="text"] {
  display: inline-block;
  border-radius: 6px;
  height: 55px;
  border: 2px solid #ddd;
  background: white;
  padding-right: 115px;
}
.wrapper-mabel-gsu button {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
  padding: 0 30px;
}
.wrapper-mabel-gsu textarea {
  background: white;
  border: 2px solid #ddd;
  border-radius: 6px;
}
div.callout {
  box-sizing: border-box;
  padding: 10px 15px;
  background: #40BAF5;
  margin-top: 50px;
  color: white;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(60, 213, 230, 0.25), 0 2px 40px 0 rgba(60, 213, 230, 0.25);
}
div.callout h4 {
  font-size: 18px;
  letter-spacing: .3px;
  text-align: center;
  font-weight: 300;
}
div.callout a {
  font-weight: 300;
  color: white !important;
  text-decoration: underline;
}
div.promo-bar {
  background: #1b1f4c;
  margin: 0;
  padding: 0;
  height: 60px;
}
div.promo-bar h4 {
  font-weight: 300;
  line-height: 60px;
  margin: 0;
  padding: 0;
  letter-spacing: .4px;
  color: white;
  text-align: center;
  font-size: 20px;
}
.software-card a .header .price{
	font-size:20px !important;
	letter-spacing:1px;
}
.software-card .software-card-footer a.btn{
	display: block;
	font-weight: normal;
}
div.ssp-software-feature h3{
	font-weight:bold;
	letter-spacing: 1px;
}

.ssp-kb__parent-category{
	padding-top:30px;
}
.ssp-kb__parent-category:first-child {
	padding-top:0;
}

.ssp-kb__child-list a {
	padding: 20px;
    border-radius: 4px;
    border: 1px solid #61ccff59;
    display: inline-block;
    box-sizing: border-box;
    color: #404a50;
    box-shadow: 0 4px 8px 0 #3ab1f21c;
	text-align:center;
	background: #fcfdff;
	transition: all .2s;
	width: 31%;
	margin-left: 2%;
	margin-bottom:20px;
	position:relative;
}

.ssp-kb__child-list a:hover{
	box-shadow: 0 8px 16px 0 #3ab1f21c;
	background: white;
	transform:translateY(-5px);
}
.ssp-kb__child-list a h3{
	margin:10px 0;
	font-weight:normal;
}
.ssp-kb__child-list a p{
	color:#40BAF5;
	margin:10px 0;
}

.ssp-kb__main-container,.ssp-kb__taxonomy-container{padding: 2rem 2.5rem;}

ul.ssp-kb__article-list li{
	margin: 1.5em 0;
    padding-left: 25px;
	list-style:none;
}
ul.ssp-kb__category-list{
	padding:0;
}
ul.ssp-kb__category-list li{
	list-style: none;
	margin:1em 0;
	padding:0;
}
ul.ssp-kb__category-list li a{
	transition: all .2s;
	color: #858f95;
}
ul.ssp-kb__category-list li a:hover,ul.ssp-kb__category-list li a.active{
	color:#404a50;
}
.ssp-kb__breadcrumb{
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
ul.ssp-kb__breadcrumb-list{
	padding:0;
	margin:0;
}
ul.ssp-kb__breadcrumb-list li{
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0;
}
ul.ssp-kb__breadcrumb-list li a,ul.ssp-kb__breadcrumb-list li span{
	color: #858f95;
	font-size:14px;
}
@media all and (max-width:1000px){
	
	.ssp-kb__child-list a {
		width: 47%;
	}
}
@media all and (max-width:768px){
	
	.ssp-kb__child-list a {
		width: 100%;
		display:block;
		margin: 25px 0;
	}
}

.prev_next__container{
	overflow:hidden;
	padding:2rem 1rem;
}
.prev_next__item{
	width:50%;
	float:left;
	margin:0;
	padding:0;
}
.prev_next__item.prev{
	padding-right:10px;
}
.prev_next__item.next{
	text-align:right;
	padding-left:10px;
}
.prev_next__item div:first-child{
	color:#858f95;
	padding-bottom:10px;
}

.sidebar_kb__entry div:first-child{
	float:left;
	padding-top:1px;
}
.sidebar_kb__entry div:last-child{
	padding-left:20px;
}