/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

figure { margin: 0; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* start */
.form-group {
 margin-bottom: 24px;
}
.inline {
 display: inline-block;
 margin-right: 10px;
}
input, select, textarea {
 padding: 8px;
 display: inline-block;
 background: white;
 margin-bottom: 3px;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 border: 2px solid #dddddd;
}
input.invalid, select.invalid, textarea.invalid {
 border-color: indianred;
}
input.valid, select.valid, textarea.valid {
 border-color: limegreen;
}
input.has-requirement:invalid:not(:focus):not(:placeholder-shown) {
 border-color: indianred;
}
input.has-requirement:invalid:not(:focus):not(:placeholder-shown) ~ .form-element-requirement {
 max-height: 100px;
}
.form-element-requirement {
 max-height: 0;
 overflow: hidden;
 transition: all 200ms ease;
 font-size: 14px;
 font-style: italic;
 color: #d9534f;
}
select:focus, textarea:focus, input:focus {
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(100, 175, 230, 0.5);
 border-color: #66afe9;
 outline: 0;
}
select {
 -webkit-appearance: menulist-button;
 height: 42px;
 background: white;
 width: 100%;
}
input[type="radio"], input[type="checkbox"] {
 margin-right: 8px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
 width: 100%;
}
label {
 display: block;
 margin-bottom: 2px;
 font-weight: bold;
}
input[type="submit"], button, .button, a.button, a.wp-element-button {
 background: #0073CC;
 padding: 12px 24px;
 display: inline-block;
 color: white;
 font-size: 16px;
 text-decoration: none;
 line-height: 100%;
 margin: 0;
 border-radius: 0.4rem;
 border: 0;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus, .button:hover, .button:focus, .wp-element-button:hover {
 background: #005699;
}
input[type="submit"].button-secondary, button.button-secondary, .button.button-secondary, .is-style-outline .wp-element-button {
 background: rgb(112, 112, 112);
}
input[type="submit"].button-secondary:hover, input[type="submit"].button-secondary:focus, button.button-secondary:hover, button.button-secondary:focus, .button.button-secondary:hover, .button.button-secondary:focus, .is-style-outline .wp-element-button:hover {
 background: rgb(96, 96, 96);
}
input[type="submit"].button-tertiary, button.button-tertiary, .button.button-tertiary {
 background: #999;
}
input[type="submit"].button-tertiary:hover, input[type="submit"].button-tertiary:focus, button.button-tertiary:hover, button.button-tertiary:focus, .button.button-tertiary:hover, .button.button-tertiary:focus {
 background: #858585;
}
input[type="submit"].button-small, button.button-small, .button.button-small {
 padding: 0.25rem 0.5rem;
 font-size: 14px;
}
input[type="submit"].button-big, button.button-big, .button.button-big {
 padding: 1rem 2rem;
 font-size: 18px;
}
input[type="submit"].button-warning, button.button-warning, .button.button-warning {
 color: #fff;
 background-color: #f0ad4e;
}
input[type="submit"].button-warning:hover, input[type="submit"].button-warning:focus, button.button-warning:hover, button.button-warning:focus, .button.button-warning:hover, .button.button-warning:focus {
 color: #fff;
 background-color: #ec971f;
}
input[type="submit"].button-danger, button.button-danger, .button.button-danger {
 color: #fff;
 background-color: #d9534f;
}
input[type="submit"].button-danger:hover, input[type="submit"].button-danger:focus, button.button-danger:hover, button.button-danger:focus, .button.button-danger:hover, .button.button-danger:focus {
 color: #fff;
 background-color: #c9302c;
}
input[disabled], button[disabled] {
 opacity: 0.7;
 cursor: not-allowed;
}
.form-element {
 position: relative;
}
.form-element-icon {
 position: absolute;
 top: 6px;
 padding: 8px;
 right: 8px;
 color: #666;
}
.table {
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
 border: 1px solid #eee;
}
.table.row-scoped th {
 width: 160px;
}
.table th, .table td {
 text-align: left;
 padding: 6px 12px;
 border: 1px solid #eee;
 border-left: 0;
 border-right: 0;
 vertical-align: middle;
}
.no-js .hide-if-no-js {
 display: none;
}
.js .hide-if-js {
 display: none;
}
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}
.bordered {
 border: 1px solid #eee;
 padding: 6px;
}

h1 small,
h2 small,
h3, small,
.muted {
 color: #888;
 font-weight: normal;
}
.small {
 font-size: 80%;
}
.big {
 font-size: 120%;
}
.strong {
 font-weight: bold;
}
.medium-padding {
 padding: 20px;
}
.small-padding {
 padding: 10px;
}
.big-margin {
 margin-top: 80px;
 margin-bottom: 80px;
}
.medium-margin {
 margin-top: 50px;
 margin-bottom: 50px;
}
.small-margin {
 margin-top: 20px;
 margin-bottom: 20px;
}
.tiny-margin {
 margin-top: 10px;
 margin-bottom: 10px;
}
.no-margin {
 margin: 0 !important;
}
.pull-left {
 float: left;
}
.pull-right {
 float: right;
}
.unstyled {
 border: 0;
 text-decoration: inherit;
 font-weight: inherit;
 color: inherit;
 padding: initial;
}
.slashes:before {
 content: "//";
 color: #999;
 margin-right: 15px;
}
.help {
 font-size: 85%;
 font-style: italic;
 color: #888;
}
.red {
 color: #cc0300;
}
.text-center, .text-centered {
 text-align: center;
}
.center {
 margin: 0 auto;
}
.divider {
 clear: both;
 display: block;
 height: 1px;
 background: #eee;
 border: 0;
}
.hide-on-mobile {
 display: none;
}
.jumbotron {
 color: white;
 background: #0073CC url("../img/jumbotron.jpg");
 background-size: cover;
}
.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron p {
 color: white;
 text-shadow: 1px 1px 2px #222;
}
.jumbotron a {
 color: white;
}
.jumbotron .header {
 background: none;
}
.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;
}

.content img,
.stretch {
 width: 100%;
 max-width: 100%;
}
.label {
 display: inline-block;
 border-radius: 3px;
 padding: .2em .6em .3em;
 font-weight: 500;
 font-size: 80%;
}
.label.success {
 background: #5cb85c;
 color: white;
}
.label.warning {
 background: #f0ad4e;
 color: white;
}
.label.danger {
 background: #d9534f;
 color: white;
}
.success {
 color: #5cb85c;
}
.warning {
 color: #f0ad4e;
}
.danger {
 color: #d9534f;
}
.inline-children > * {
 display: inline-block;
 margin-right: 8px;
}
.page-content ul li {
 padding: 3px 0;
}
.page-content blockquote {
 margin: 20px 0;
 padding: 5px 20px;
 border-left: 6px solid #eee;
 font-style: italic;
}
.page-content blockquote cite {
 display: block;
 font-style: normal;
 margin-top: 12px;
 font-size: 14px;
}
.page-content blockquote cite:before {
 content: "\2013";
 margin-right: 6px;
}
.content h2, .content h3, .content h4 {
 margin-top: 40px;
}
.excerpt {
 margin: 30px 0;
 border-bottom: 1px dotted #eee;
 padding-bottom: 30px;
}
.excerpt h3 {
 margin-top: 0;
}
.meta {
 color: #999;
 font-style: italic;
 font-size: 90%;
}
@media (min-width: 520px) {
 .row {
     margin-left: -20px;
     margin-right: -20px;
     display: -ms-flexbox;
     display: flex;
     flex: 1;
     flex-wrap: wrap;
}
 .col {
     box-sizing: border-box;
     padding-left: 20px;
     padding-right: 20px;
}
 .col-1 {
     width: 16.6666666667%;
}
 .col-2 {
     width: 33.3333333333%;
}
 .col-3 {
     width: 50%;
}
 .col-4 {
     width: 66.6666666667%;
}
 .col-5 {
     width: 83.3333333333%;
}
 .col-6 {
     width: 100%;
}
 .hide-on-mobile {
     display: block;
}
}
@media (max-width: 680px) {
 .break-on-mobile {
     float: none !important;
     display: table;
}
 .hide-on-mobile {
     display: none !important;
}
 .scale-on-mobile {
     max-width: 50%;
     height: auto;
}
 .bottom-margin-on-mobile {
     margin-bottom: 20px !important;
}
 .row {
     display: block;
}
 .col {
     width: 100%;
     margin-bottom: 20px;
}
}
@media (min-width: 680px) {
 .hide-on-desktop {
     display: none !important;
}
}
body {
 font-family: system-ui, sans-serif;
 font-size: 16px;
 line-height: 1.4;
 color: #444;
 overflow-y: scroll;
 background-color: white;
}
a {
 color: #0073CC;
 cursor: pointer;
 text-decoration: underline;
}
a:hover, a:focus {
 text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
 color: #000;
 margin: 24px 0 12px;
}
h1 {
 font-size: 28px;
}
h2 {
 font-size: 24px;
}
h3 {
 font-size: 20px;
}
h4 {
 font-size: 18px;
}
h5, h6 {
 font-size: 16px;
}
img {
 max-width: 100%;
}
code {
 padding: 2px 4px;
 font-size: 90%;
 color: #c7254e;
 background-color: #f9f2f4;
}
.site-title, .site-title a {
 color: white;
 text-decoration: none;
 letter-spacing: -2px;
 font-size: 24px;
}
.container {
 max-width: 960px;
 padding: 0 1rem;
 margin: 0 auto;
}
.header {
    color: white;
    background: #0073CC url("../img/bg-pattern.png");
    padding: 1rem 0;
}
.header a {
 color: white;
 font-weight: bold;
 padding: 3px;
}
.header .site-title, .header .nav {
 margin: 0;
}
.header .site-title img {
 vertical-align: middle;
}
.header .nav a {
 font-size: 20px;
 text-decoration: none;
}
.footer {
 background: #333 url("../img/bg-pattern.png");
 color: #ddd;
 text-align: center;
}
.footer a {
 color: #eee;
}
.page-title {
 text-shadow: 1px 1px 1px #efefef;
}
.nav-inline {
 padding: 0;
 list-style: none;
}
.nav-inline li {
 display: inline-block;
 margin: 0 10px 0 0;
}
.nav a {
 padding: 3px;
 display: inline-block;
}

.main-container p,
.main-container table,
.main-container img,
.main-container video {
 margin: 0 0 20px 0;
}
.well {
 background: #eef5fa;
 border: 1px solid #dae9f4;
 padding: 20px;
 box-shadow: 0 0 1px 1px #eee;
}
.well > *:last-child {
 margin-bottom: 0;
}
.well-alt {
 background: #fcf8e3;
 border-color: #f7ecb5;
}
.current {
 font-weight: bold;
}
/* progress bar */
.progress {
 background: #aaa;
 height: 4px;
 width: 100%;
}
.progress-bar {
 background: lightgreen;
 height: 4px;
}
.notice, .bordered, input, select, textarea, .button, button, .dropdown-menu, code {
 border-radius: 3px;
}
.boxzilla {
 max-width: 380px;
 border: 1px solid #dedede;
 border-left: 10px solid #00A5E3;
 box-shadow: none;
}

/* wpkb search */
.wpkb-search-form {
    display: flex;
    flex-flow: row;
}
.wpkb-search-form input {
    margin: 0 0 1rem 0;
}
.wpkb-search-form input[type="text"] {
    margin-right: 0.5em;
}
.wpkb-search-form input[type="submit"] {
    border: 0;
}
@media (max-width: 576px) {
    .wpkb-search-form {
        display: block;
    }
}
 .wpkb-rating {
    margin-top: 40px;
    border-top: 1px solid #efefef;
    padding-top: 40px;
}

.wpkb-rating label {
    text-decoration: underline;
}

.testimonial {
    position: relative;
    min-height: 120px;
    padding-left: 150px;
    margin: 0;
}
.user {
    background-image: url('../img/testimonials.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    margin-right: 40px;
}

.user-graeme {
    width: 120px;
    height: 120px;
    background-position: -5px -5px;
}

.user-signe-dean {
    width: 120px;
    height: 121px;
    background-position: -5px -135px;
}

.user-vivek {
    width: 120px;
    height: 120px;
    background-position: -135px -135px;
}

@media(max-width: 680px) {
    .testimonial {
        padding-left: 0 !important;
    }
}
