@charset "UTF-8";
html, html * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  background: none;
  background-repeat: no-repeat;
  background-position: left top;
  border: 0;
  outline: 0;
}
/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  vertical-align: top;
}
a[name]:empty {
  display: block;
}
a {
  text-decoration: none;
  color: #35b1df;
}
a:hover {
  text-decoration: underline;
  color: #127cde;
}
a:active {
  color: #00f;
}
body {
  font-size: 16px;
  line-height: 26px;
  color: #728186;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 100;
}
h1, h2, h3, h4, h5 {
  font-family: "Source Sans Pro", "brandon-grotesque", sans-serif;
  font-weight: 400;
  color: #535353;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
  font-weight: 300;
  font-size: 1em;
}
h1 {
  color: #535353;
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 24px;
}
h1 small {
  font-size: 1em;
}
h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 10px;
}
h3 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}
h4 {
  font-size: 1em;
}
h5 {
  margin-bottom: 10px;
}
p, ul, ol, blockquote, code, address {
  margin-bottom: 16px;
}
blockquote {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f7f7f7;
  border-left: 3px solid #127cde;
  padding: 30px 30px 16px;
  margin-bottom: 24px;
}
hr {
  width: 100%;
  clear: both;
  border: 0;
  outline: 0;
  background-color: #ccc;
  height: 1px;
  display: block;
  margin: 30px 0;
}
b, strong {
  font-weight: 600;
}
i, em {
  font-style: italic;
}
small {
  font-size: 0.8em;
}
big {
  font-size: 1.2em;
}
.content ::selection {
  color: #fff;
  background: #007;
  /* WebKit/Blink Browsers */
}
.content ::-moz-selection {
  color: #fff;
  background: #007;
  /* Gecko Browsers */
}
.content h1 {
  color: #127cde;
}
.content h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 38px;
}
.content h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 12px;
}
.content h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 22px;
}
.content h6 {
  font-size: 14px;
  line-height: 22px;
}
.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a, .content h1 a:visited, .content h2 a:visited, .content h3 a:visited, .content h4 a:visited, .content h5 a:visited, .content h6 a:visited {
  color: inherit;
}
.content p, .content ul, .content ol, .content code, .content address {
  margin-bottom: 1em;
}
.content ul:before, .content ul:after {
  content: " ";
  display: table;
}
.content ul:after {
  clear: both;
}
.content ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
.content ol {
  margin-bottom: 30px;
  counter-reset: item;
}
.content ol li {
  padding-left: 14px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
.content ol li:before {
  color: #127cde;
  position: absolute;
  left: 0;
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 600;
  font-size: 11px;
  top: 1px;
}
.content hr {
  width: 100%;
  clear: both;
  border: 0;
  outline: 0;
  height: 1px;
}
.content b, .content strong {
  font-weight: 600;
}
.content.side-content h1 {
  color: #535353;
}
.content.side-content ul li {
  position: relative;
  padding-left: 14px;
}
.content.side-content ul li:before {
  width: 5px;
  height: 5px;
  background: #127cde;
  content: '';
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="telephone"], input[type="tel"], textarea, select {
  background: #f7f7f7;
  display: block;
  width: 100%;
  color: #728186;
  margin: 0;
  padding: 11px 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="telephone"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  border: 1px solid #35b1df;
  background: #efefef;
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, input[type="telephone"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
  border: 1px solid #e74c3c;
}
textarea {
  height: 100px;
  resize: none;
}
input[type='hidden'] {
  speak: none;
}
label {
  vertical-align: top;
}
input[type=button], input[type=submit] {
  padding: 0.2em;
  color: #000;
  background: #ccc;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type=button]:hover, input[type=submit]:hover, a.button:hover, .button:hover, input[type=button]:focus, input[type=submit]:focus, a.button:focus, .button:focus {
  background: #ccc;
  background: #000;
  text-decoration: none !important;
}
::-webkit-input-placeholder {
  color: #728186;
  font-style: italic;
  font-size: 14px;
}
:-moz-placeholder {
  color: #728186;
  font-style: italic;
  font-size: 14px;
}
::-moz-placeholder {
  color: #728186;
  font-style: italic;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #728186;
  font-style: italic;
  font-size: 14px;
}
.footer-icon a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.footer-icon a:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: 0%;
  top: 0%;
}
.arrow-btn span.arrow span, .current-menu span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.arrow-btn span.arrow span:before, .current-menu span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -200%;
}
.posts-pagination .prev span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.posts-pagination .prev span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1300%;
  top: -200%;
}
.posts-pagination .prev:hover span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.posts-pagination .prev:hover span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1100%;
  top: -300%;
}
.posts-pagination .next span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.posts-pagination .next span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1400%;
  top: -200%;
}
.posts-pagination .next:hover span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.posts-pagination .next:hover span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -300%;
}
.owl-prev span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.owl-prev span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1300%;
  top: -200%;
}
.owl-prev:hover span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.owl-prev:hover span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1100%;
  top: -300%;
}
.owl-next span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.owl-next span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1400%;
  top: -200%;
}
.owl-next:hover span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.owl-next:hover span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -300%;
}
.plus-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.plus-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -700%;
  top: -200%;
}
.gray-tick span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.gray-tick span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1500%;
  top: -300%;
}
.blue-tick span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.blue-tick span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1500%;
  top: -200%;
}
.icon-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 74.62687%;
}
.icon-1:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 350.74627%;
  height: 320%;
  left: 0%;
  top: -100%;
}
.icon-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 74.62687%;
}
.icon-2:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 350.74627%;
  height: 320%;
  left: -104.47761%;
  top: -100%;
}
.icon-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 74.62687%;
}
.icon-3:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 350.74627%;
  height: 320%;
  left: -208.95522%;
  top: -100%;
}
.icon-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 74.62687%;
}
.icon-4:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 350.74627%;
  height: 320%;
  left: 0%;
  top: -200%;
}
.icon-5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 74.62687%;
}
.icon-5:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 350.74627%;
  height: 320%;
  left: -104.47761%;
  top: -200%;
}
.icon-6 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 74.62687%;
}
.icon-6:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 350.74627%;
  height: 320%;
  left: -208.95522%;
  top: -200%;
}
.pencil-paper-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.pencil-paper-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -900%;
  top: 0%;
}
.cardboard-box-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.cardboard-box-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1000%;
  top: 0%;
}
.puzzle-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.puzzle-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1100%;
  top: 0%;
}
.speech-bubble-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.speech-bubble-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: 0%;
}
.web-cursor-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.web-cursor-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1300%;
  top: 0%;
}
.list-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.list-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -900%;
  top: -100%;
}
.paintbrush-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.paintbrush-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1000%;
  top: -100%;
}
.web-code-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.web-code-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1100%;
  top: -100%;
}
.file-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.file-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -100%;
}
.desktop-menu-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.desktop-menu-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1600%;
  top: -200%;
}
.mobile-menu-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.mobile-menu-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1600%;
  top: -300%;
}
/*!
 Function to return the width of a column.  Calculates the size in pixels of the outer container, and of the column and returns a percentage
 *//*!
 Sets up the outer container for the site container divs
 *//*! 
 Sets up an element to take up space in the grid.
 ex: @include span-columns(4) - span 4 columns of the base grid
 ex: @incluse span-columns(4, 9) - span 4 columns of a container that already spans 9 itself.
 *//*!
 Sets up an element to span a certain number of itself across, rather than a certain number of columns
 ex: n-across(3) - elements will display with 3 across the page width
 ex: n-across(3,9) - elements will display 3 across an element that is already spanning 9 columns
 *//*!
 Removes right hand margin if it is spuriously present - should *mostly* be unnecessary;
 ex: @include span-last;
 *//*!
 Removes right hand margin of every nth item
 *//*!
 Resets original omega settings
 */.item {
  margin-bottom: 38px;
}
.columns-6 .column, .columns-6 .item {
  float: left;
  width: 13.62763%;
  margin-right: 3.64683%;
}
.columns-6 .column:last-child, .columns-6 .item:last-child {
  margin-right: 0;
}
.columns-6 .column:nth-child(6n), .columns-6 .item:nth-child(6n) {
  margin-right: 0;
}
.columns-6 .column:nth-child(6n+1), .columns-6 .item:nth-child(6n+1) {
  clear: both;
}
.columns-5 .column, .columns-5 .item {
  float: left;
  width: 17.08252%;
  margin-right: 3.64683%;
}
.columns-5 .column:last-child, .columns-5 .item:last-child {
  margin-right: 0;
}
.columns-5 .column:nth-child(5n), .columns-5 .item:nth-child(5n) {
  margin-right: 0;
}
.columns-5 .column:nth-child(5n+1), .columns-5 .item:nth-child(5n+1) {
  clear: both;
}
.columns-5 .column:nth-child(5n), .columns-5 .item:nth-child(5n) {
  margin-right: 0;
}
.columns-5 .column:nth-child(5n+1), .columns-5 .item:nth-child(5n+1) {
  clear: both;
}
.columns-4 .column, .columns-4 .item {
  float: left;
  width: 22.26487%;
  margin-right: 3.64683%;
}
.columns-4 .column:last-child, .columns-4 .item:last-child {
  margin-right: 0;
}
.columns-4 .column:nth-child(4n), .columns-4 .item:nth-child(4n) {
  margin-right: 0;
}
.columns-4 .column:nth-child(4n+1), .columns-4 .item:nth-child(4n+1) {
  clear: both;
}
.columns-3 .column, .columns-3 .item {
  float: left;
  width: 30.9021%;
  margin-right: 3.64683%;
}
.columns-3 .column:last-child, .columns-3 .item:last-child {
  margin-right: 0;
}
.columns-3 .column:nth-child(3n), .columns-3 .item:nth-child(3n) {
  margin-right: 0;
}
.columns-3 .column:nth-child(3n+1), .columns-3 .item:nth-child(3n+1) {
  clear: both;
}
.columns-2 .column, .columns-2 .item {
  float: left;
  width: 48.17657%;
  margin-right: 3.64683%;
}
.columns-2 .column:last-child, .columns-2 .item:last-child {
  margin-right: 0;
}
.columns-2 .column:nth-child(2n), .columns-2 .item:nth-child(2n) {
  margin-right: 0;
}
.columns-2 .column:nth-child(2n+1), .columns-2 .item:nth-child(2n+1) {
  clear: both;
}
.columns-8-4 .column:nth-child(n), .columns-8-4 .item:nth-child(n) {
  float: left;
  width: 65.45105%;
  margin-right: 3.64683%;
}
.columns-8-4 .column:nth-child(n):last-child, .columns-8-4 .item:nth-child(n):last-child {
  margin-right: 0;
}
.columns-8-4 .column:nth-child(2n), .columns-8-4 .item:nth-child(2n) {
  float: left;
  width: 30.9021%;
  margin-right: 3.64683%;
  margin-right: 0 !important;
}
.columns-8-4 .column:nth-child(2n):last-child, .columns-8-4 .item:nth-child(2n):last-child {
  margin-right: 0;
}
.columns-8-4 .column:nth-child(2n+1), .columns-8-4 .item:nth-child(2n+1) {
  clear: both;
}
.columns-9-3 .column:nth-child(n), .columns-9-3 .item:nth-child(n) {
  float: left;
  width: 74.08828%;
  margin-right: 3.64683%;
}
.columns-9-3 .column:nth-child(n):last-child, .columns-9-3 .item:nth-child(n):last-child {
  margin-right: 0;
}
.columns-9-3 .column:nth-child(2n), .columns-9-3 .item:nth-child(2n) {
  float: left;
  width: 22.26487%;
  margin-right: 3.64683%;
  margin-right: 0 !important;
}
.columns-9-3 .column:nth-child(2n):last-child, .columns-9-3 .item:nth-child(2n):last-child {
  margin-right: 0;
}
.columns-9-3 .column:nth-child(2n+1), .columns-9-3 .item:nth-child(2n+1) {
  clear: both;
}
.columns-10-2 .column:nth-child(n), .columns-10-2 .item:nth-child(n) {
  float: left;
  width: 82.72552%;
  margin-right: 3.64683%;
}
.columns-10-2 .column:nth-child(n):last-child, .columns-10-2 .item:nth-child(n):last-child {
  margin-right: 0;
}
.columns-10-2 .column:nth-child(2n), .columns-10-2 .item:nth-child(2n) {
  float: left;
  width: 13.62763%;
  margin-right: 3.64683%;
  margin-right: 0 !important;
}
.columns-10-2 .column:nth-child(2n):last-child, .columns-10-2 .item:nth-child(2n):last-child {
  margin-right: 0;
}
.columns-10-2 .column:nth-child(2n+1), .columns-10-2 .item:nth-child(2n+1) {
  clear: both;
}
.columns-4-8 .column:nth-child(n), .columns-4-8 .item:nth-child(n) {
  float: left;
  width: 30.9021%;
  margin-right: 3.64683%;
}
.columns-4-8 .column:nth-child(n):last-child, .columns-4-8 .item:nth-child(n):last-child {
  margin-right: 0;
}
.columns-4-8 .column:nth-child(2n), .columns-4-8 .item:nth-child(2n) {
  float: left;
  width: 65.45105%;
  margin-right: 3.64683%;
  margin-right: 0 !important;
}
.columns-4-8 .column:nth-child(2n):last-child, .columns-4-8 .item:nth-child(2n):last-child {
  margin-right: 0;
}
.columns-4-8 .column:nth-child(2n+1), .columns-4-8 .item:nth-child(2n+1) {
  clear: both;
}
.columns-3-9 .column:nth-child(n), .columns-3-9 .item:nth-child(n) {
  float: left;
  width: 22.26487%;
  margin-right: 3.64683%;
}
.columns-3-9 .column:nth-child(n):last-child, .columns-3-9 .item:nth-child(n):last-child {
  margin-right: 0;
}
.columns-3-9 .column:nth-child(2n), .columns-3-9 .item:nth-child(2n) {
  float: left;
  width: 74.08828%;
  margin-right: 3.64683%;
  margin-right: 0 !important;
}
.columns-3-9 .column:nth-child(2n):last-child, .columns-3-9 .item:nth-child(2n):last-child {
  margin-right: 0;
}
.columns-3-9 .column:nth-child(2n+1), .columns-3-9 .item:nth-child(2n+1) {
  clear: both;
}
.columns-2-10 .column:nth-child(n), .columns-2-10 .item:nth-child(n) {
  float: left;
  width: 13.62763%;
  margin-right: 3.64683%;
}
.columns-2-10 .column:nth-child(n):last-child, .columns-2-10 .item:nth-child(n):last-child {
  margin-right: 0;
}
.columns-2-10 .column:nth-child(2n), .columns-2-10 .item:nth-child(2n) {
  float: left;
  width: 82.72552%;
  margin-right: 3.64683%;
  margin-right: 0 !important;
}
.columns-2-10 .column:nth-child(2n):last-child, .columns-2-10 .item:nth-child(2n):last-child {
  margin-right: 0;
}
.columns-2-10 .column:nth-child(2n+1), .columns-2-10 .item:nth-child(2n+1) {
  clear: both;
}
html, body {
  height: 100%;
}
body {
  max-width: 2000px;
  margin: 0 auto;
}
.fa:before {
  margin-right: 10px;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* IE6 support */
}
.wrapper-spacer {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.tablet-view {
  display: none;
}
.inner-cc {
  max-width: 700px;
  margin: 0 auto;
}
header {
  width: 100%;
}
header .cc {
  padding: 0;
}
.center, .cc, .center-content {
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 1104px;
  padding: 0 20px;
}
.center:before, .cc:before, .center-content:before, .center:after, .cc:after, .center-content:after {
  content: " ";
  display: table;
}
.center:after, .cc:after, .center-content:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
  text-align: right;
}
.responsive-button {
  display: none;
  float: right;
}
.visuallyhidden, .visually-hidden, .vh, .ht {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.visuallyshown, .visually-shown, .vs {
  clip: auto;
  clip: rect(auto auto auto auto);
  position: static;
  overflow: visible;
  margin: inherit;
  width: auto;
  height: auto;
}
.hide-text {
  font-size: 0;
  line-height: inherit;
  color: transparent;
}
.home .banner {
  height: 330px;
}
.home .banner .cc {
  position: relative;
  height: 330px;
}
.home .banner .cc h1 {
  display: none;
  text-align: center;
  max-width: 700px;
  margin: 80px auto 0;
  font-size: 40px;
  line-height: 50px;
}
.home .banner .menu-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1040px;
  height: 274px;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  width: 100%;
}
.home .banner .menu-container .mmm-menu {
  position: absolute;
  top: 100px;
  width: 100%;
  max-width: calc(100% - 160px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.home .banner .menu-container .main-img {
  position: absolute;
  background-image: url(../images/browser-on-white-center.svg);
  background-size: 772px 256px;
  background-position: center top;
  background-repeat: no-repeat;
  width: calc(100% - 40px);
  max-width: 772px;
  height: 360px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.home .banner .menu-container .left-img, .home .banner .menu-container .right-img {
  position: absolute;
  height: 360px;
  width: 120px;
  z-index: 2;
}
.home .banner .menu-container .left-img {
  left: 20px;
  background-image: url(../images/mmm-browsers-svg.svg);
  background-size: 1420px 720px;
  background-position: 0 -360px;
  background-repeat: no-repeat;
  z-index: 3;
}
.home .banner .menu-container .right-img {
  right: 20px;
  background-image: url(../images/mmm-browsers-svg.svg);
  background-size: 1420px 720px;
  background-position: -890px -360px;
  background-repeat: no-repeat;
}
.home .banner .menu-container .try-demo {
  background-image: url(../images/mmm-svg-20.svg);
  background-size: 940px 640px;
  background-position: -800px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  right: 20px;
  height: 108px;
  width: 120px;
  z-index: 4;
  -webkit-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home .banner .menu-container.mobile-view {
  max-width: 450px;
}
.home .banner .menu-container.mobile-view .mmm-menu {
  max-width: calc(100% - 120px);
}
.home .banner .menu-container.mobile-view .main-img {
  background-image: url(../images/mmm-browsers-svg.svg);
  background-size: 1420px 720px;
  background-position: -1020px -360px;
  background-repeat: no-repeat;
  width: 392px;
}
.home .banner .menu-container.mobile-view .left-img, .home .banner .menu-container.mobile-view .right-img {
  display: none;
}
.home .banner .menu-container.mobile-view .try-demo {
  top: 12px;
  right: -80px;
}
.home .banner .banner-btn {
  position: absolute;
  top: 180px;
  height: 50px;
  width: 100%;
  z-index: 5;
  text-align: center;
}
.home .banner .banner-btn a.arrow-btn {
  margin: 0;
}
.home .banner .banner-btn a.arrow-btn:hover {
  background: #fff;
  color: #35b1df !important;
}
.home .banner .banner-btn a.arrow-btn:hover span span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.home .banner .banner-btn a.arrow-btn:hover span span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -200%;
}
.footer {
  z-index: 3;
  position: relative;
  text-align: center;
  padding: 60px 0;
  background: #f7f7f7;
}
.footer p {
  margin-bottom: 0;
}
.footer .footer-icon {
  width: 50px;
  margin: 0 auto 20px;
}
.footer .footer-icon a {
  display: block;
}
.home .header {
  height: 85px;
  /*.main-menu {
 ul li {
 a {
 color: #99cdfc;
 &:hover {
 color: $white;
 }
 }
 &.current-menu-item a, &.current_page_item a, &.current-page-ancestor a,
 &.current-menu-parent a, &.current-page-parent a, &.current_page_parent a {
 color:                $white;
 }
 }
 }*/
}
.home .header .header-upper .inner {
  border-bottom: 0;
}
.home .header .main-menu-icon:before, .home .header .main-menu-icon:after, .home .header .main-menu-icon span {
  background: #fff;
}
.home .banner {
  height: 548px;
  background: #fff;
  padding-top: 0;
}
.home .banner .cc {
  height: 548px;
}
.home .banner .cc h1 {
  display: block;
}
.home .banner .menu-container {
  bottom: 60px;
  /*.main-img {
 background-image: url(../images/browser-on-blue-center.svg);
 }
 .left-img {
 @include svg_demo(0, 0);
 }
 .right-img {
 @include svg_demo(-890px, 0);
 }
 .try-demo {
 @include svg_icons_main(-680px, 0);
 }
 &.mobile-view .main-img {
 @include svg_demo(-1020px, 0);
 }*/
}
.banner {
  background: #f7f7f7;
  padding: 70px 0;
  position: relative;
}
.banner .title h1 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
}
section {
  padding: 50px 0;
  position: relative;
}
section .page-title {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center;
}
section .page-title h1 {
  font-size: 34px;
  line-height: 40px;
}
section .page-title h2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #728186;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
section .page-title a {
  color: #127cde;
}
section .button-container {
  text-align: center;
  margin: 0;
}
section .button-container a.arrow-btn {
  min-width: 260px;
  margin: 10px;
}
section .button-container a.arrow-btn:last-child {
  background: #35b1df;
  color: #fff;
}
section .button-container a.arrow-btn:last-child span span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
section .button-container a.arrow-btn:last-child span span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -300%;
}
section .button-container a.arrow-btn:last-child:hover {
  background: #127cde;
  border-color: #127cde;
}
article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
article h2 {
  margin-bottom: 10px;
}
article h2 a[href] {
  color: #535353;
}
article h2 a[href]:hover {
  color: inherit;
}
article .meta p {
  font-size: 14px;
}
article .meta p span {
  font-weight: 700;
}
article .meta p a {
  font-weight: 700;
  text-decoration: underline;
}
article .meta.share-links {
  padding-top: 40px;
}
article .meta.share-links a.fb-share, article .meta.share-links a.twitter-share, article .meta.share-links a.gplus-share {
  font-weight: 400;
  text-decoration: underline;
}
article .meta.share-links a.fb-share {
  color: #3b5998;
}
article .meta.share-links a.twitter-share {
  color: #55acee;
}
article .meta.share-links a.gplus-share {
  color: #dd4b39;
}
article img.attachment-post-thumb {
  margin: 0 0 20px 0;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
article .featured-img {
  overflow: hidden;
  margin: 20px 0;
  position: relative;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ccc;
}
article .featured-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
article .featured-img img.attachment-post-thumb {
  display: block;
  -webkit-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  z-index: 1;
  margin: 0;
  width: 100%;
  border: none;
}
article .featured-img:hover .overlay {
  opacity: 1;
}
article .featured-img:hover img.attachment-post-thumb {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
article .post-pagination {
  margin-top: 0;
}
.post-pagination {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-top: 40px;
}
.post-pagination:before, .post-pagination:after {
  content: " ";
  display: table;
}
.post-pagination:after {
  clear: both;
}
.post-pagination ul li {
  padding: 0;
  float: left;
  margin-right: 20px;
}
.post-pagination ul li:before {
  display: none;
}
.post-pagination ul li a {
  border: 2px solid #35b1df;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  padding: 10px 60px 10px 60px;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post-pagination ul li a.highlight {
  opacity: 0.4;
  pointer-events: none;
}
.post-pagination ul li a:hover {
  background: #35b1df;
  color: #fff;
  text-decoration: none;
}
.post-pagination ul li.all a {
  background: none;
  border: none;
  padding: 10px 0;
}
.post-pagination ul li.all a:hover {
  text-decoration: underline;
  color: #35b1df;
}
.posts-pagination .page-numbers {
  display: inline-block;
  height: 26px;
  text-align: center;
  margin: 0 6px;
  color: #728186;
}
.posts-pagination .page-numbers:first-child {
  margin-left: 0;
}
.posts-pagination .page-numbers.current {
  color: #127cde;
}
.posts-pagination a.next, .posts-pagination a.prev {
  height: 50px;
  width: 50px;
  padding: 18px;
  display: inline-block;
  background: #e5e5e5;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.posts-pagination a.next span, .posts-pagination a.prev span {
  display: block;
}
.posts-pagination a.next:hover, .posts-pagination a.prev:hover {
  background: #35b1df;
}
.posts-pagination a.prev {
  margin-right: 14px;
}
.posts-pagination a.next {
  margin-left: 14px;
}
.add-animation {
  opacity: 0;
}
.add-animation.played {
  opacity: 1;
}
.side-item.box-bg {
  background: #f7f7f7;
  padding: 12%;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 40px;
}
.side-item.box-bg ul {
  margin-bottom: 0;
}
.side-item.box-bg ul li {
  margin-bottom: 16px;
}
.side-item.box-bg ul li p {
  margin-bottom: 0;
  line-height: 20px;
}
.side-item.box-bg ul li p a[href] {
  text-decoration: underline;
}
.side-item.box-bg ul li span {
  font-weight: 700;
  font-size: 14px;
}
.side-item.box-bg ul li:last-child {
  margin-bottom: 0;
}
.side-item.box-bg ul.side-menu {
  font-family: "Source Sans Pro", "brandon-grotesque", sans-serif;
}
.side-item.box-bg ul.side-menu > li {
  position: relative;
}
.side-item.box-bg ul.side-menu > li span {
  display: block;
  width: 12px;
  position: absolute;
  right: 0;
  top: 13px;
}
.side-item.box-bg ul.side-menu > li span span {
  top: 0;
}
.side-item.box-bg ul.side-menu > li > a {
  color: #535353;
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding: 6px 18px 6px 0;
  position: relative;
  z-index: 2;
}
.side-item.box-bg ul.side-menu > li > a:hover {
  text-decoration: none;
}
.side-item.box-bg ul.side-menu > li.open span.plus-icon span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.side-item.box-bg ul.side-menu > li.open span.plus-icon span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -800%;
  top: -200%;
}
.side-item.box-bg ul.side-menu li {
  margin-bottom: 0;
}
.side-item.box-bg ul.side-menu li ul.children {
  display: none;
  padding: 10px 0;
}
.side-item.box-bg ul.side-menu li ul.children li a {
  display: block;
  padding: 4px 0;
  color: #535353;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
}
.side-item.box-bg ul.side-menu li ul.children li a span {
  opacity: 0;
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.side-item.box-bg ul.side-menu li ul.children li a span span {
  top: 0;
}
.side-item.box-bg ul.side-menu li ul.children li a:hover, .side-item.box-bg ul.side-menu li ul.children li.current_page_item a {
  color: #35b1df;
  padding-left: 24px;
  text-decoration: none;
}
.side-item.box-bg ul.side-menu li ul.children li a:hover span, .side-item.box-bg ul.side-menu li ul.children li.current_page_item a span {
  opacity: 1;
}
.side-item.box-bg ul.side-menu li.open ul.children {
  display: block;
}
.side-item h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.features .feature-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.features .feature-row:before, .features .feature-row:after {
  content: " ";
  display: table;
}
.features .feature-row:after {
  clear: both;
}
.features .feature-row:last-child {
  border-bottom: 0;
}
.features .single-feature {
  width: 33.33%;
  float: left;
  border-right: 1px solid #ccc;
  padding: 20px 4%;
}
.features .single-feature:last-child {
  border-right: 0;
}
.features .single-feature .icon-container {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
}
.features .single-feature h3 {
  margin-bottom: 24px;
}
.features .single-feature span.pro-btn {
  color: #127cde;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0 8px;
  font-family: "Source Sans Pro", "brandon-grotesque", sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 700;
  border: 1px solid #ccc;
  padding: 2px 16px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.features .single-feature ul {
  margin-bottom: 0;
}
.features .single-feature ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.features .single-feature ul li span {
  position: absolute;
  width: 14px;
  left: 0;
  top: 5px;
}
.features .single-feature ul li span span {
  top: 0;
}
#fadewrapper {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
}
.menu-demo-menu-container table#wp-calendar {
  font-weight: 600;
  width: 100%;
}
.menu-demo-menu-container table#wp-calendar th, .menu-demo-menu-container table#wp-calendar tbody td {
  border: 1px solid #d2d2d2;
  text-align: center;
}
.menu-demo-menu-container table#wp-calendar tfoot td {
  border: 0;
}
.menu-demo-menu-container table#wp-calendar tbody td {
  color: #127cde;
  padding: 5px;
}
.menu-demo-menu-container table#wp-calendar th {
  background: #f4f4f4;
  padding: 5px;
}
.menu-demo-menu-container table#wp-calendar caption {
  display: none;
}
.menu-demo-menu-container table#wp-calendar tfoot {
  display: none;
}
.menu-demo-menu-container table#wp-calendar tfoot #prev {
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.menu-demo-menu-container .form {
  margin: 0;
}
.menu-demo-menu-container .form .form-item {
  margin-bottom: 8px;
}
.menu-demo-menu-container .form .form-item.submit-form {
  color: #35b1df;
  padding-left: 80px;
  text-transform: uppercase;
  font-weight: bold;
}
.menu-demo-menu-container .form .form-item label {
  width: 80px;
}
.menu-demo-menu-container .form .form-item input[type="text"], .menu-demo-menu-container .form .form-item input[type="email"], .menu-demo-menu-container .form .form-item textarea {
  padding: 7px 10px;
}
.menu-demo-menu-container .form .form-item .input {
  width: calc(100% - 80px);
}
.form {
  margin: 20px 0;
}
.form .form-item {
  margin-bottom: 8px;
}
.form .form-item:before, .form .form-item:after {
  content: " ";
  display: table;
}
.form .form-item:after {
  clear: both;
}
.form .form-item label {
  float: left;
  width: 120px;
  font-weight: 700;
  position: relative;
  top: 10px;
}
.form .form-item .input {
  width: calc(100% - 130px);
  float: right;
  display: block;
}
.form .form-item .blue-text {
  color: #127cde;
  font-weight: 700;
}
.form .wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7-response-output {
  border: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #e74c3c;
  margin: 20px 0;
  padding: 10px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.sent div.wpcf7-response-output {
  background: #127cde;
border: 0;
}
.alert {
  position: fixed;
  z-index: 99999999;
  background: #35b1df;
  width: 100%;
  bottom: 0;
  line-height: 70px;
  text-align: center;
  color: white;
  font-weight: bold;
}
body .crayon-theme-github {
  background: white !important;
}
.arrow-btn {
  position: relative;
  border: 1px solid #35b1df;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 70px 10px 40px;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 20px 0 0;
  font-family: "Source Sans Pro", "brandon-grotesque", sans-serif;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none ! important;
}
.arrow-btn.prev {
  padding: 10px 40px;
}
.arrow-btn span {
  position: absolute;
  width: 14px;
  right: 40px;
  display: block;
  top: 8px;
  -webkit-transition: right 0.2s linear;
  -ms-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.arrow-btn span span {
  right: 0;
}
.arrow-btn.prev span {
  display: none;
}
.arrow-btn:hover {
  background: #35b1df;
  color: #fff !important;
  text-decoration: none !important;
}
.arrow-btn:hover span.arrow {
  right: 30px;
}
.arrow-btn:hover span.arrow span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  right: 0;
}
.arrow-btn:hover span.arrow span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -300%;
}
.arrow-btn.blue-arrow-btn {
  background: #35b1df;
  color: #fff;
}
.arrow-btn.blue-arrow-btn span span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.arrow-btn.blue-arrow-btn span span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -300%;
}
.arrow-btn.blue-arrow-btn:hover {
  background: #127cde;
  border-color: #127cde;
}
.arrow-btn.white-arrow-btn {
  background: #fff;
  color: #35b1df;
}
.arrow-btn.white-arrow-btn span span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.arrow-btn.white-arrow-btn span span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -200%;
}
.arrow-btn.white-arrow-btn:hover {
  background: #127cde;
  border-color: #127cde;
}
.arrow-btn.red-arrow-btn {
  background: #e74c3c;
  color: #fff;
  border-color: #e74c3c;
}
.arrow-btn.red-arrow-btn span span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.arrow-btn.red-arrow-btn span span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -300%;
}
.arrow-btn.red-arrow-btn:hover {
  background: #127cde;
  border-color: #127cde;
}
.pricing:before, .pricing:after {
  content: " ";
  display: table;
}
.pricing:after {
  clear: both;
}
.pricing .column {
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pricing .column h1 {
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  padding: 20px;
  background: #127cde;
}
.pricing .column .content {
  padding: 20px 45px;
}
.pricing .column .content .arrow-btn {
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
}
.pricing .column .content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.pricing .column .content ul li span {
  position: absolute;
  width: 14px;
  left: 0;
  top: 5px;
}
.pricing .column .content ul li span span {
  top: 0;
}
.pricing .column .content ul li:last-child {
  margin-bottom: 0;
}
.pricing .column.gray-col h1 {
  background: #9ba9b6;
}
.pricing .column.gray-col .content {
  padding: 20px 14%;
}
.pricing .column .pricing-container {
  margin-left: -4%;
  margin-right: -4%;
}
.pricing .column .pricing-container:before, .pricing .column .pricing-container:after {
  content: " ";
  display: table;
}
.pricing .column .pricing-container:after {
  clear: both;
}
.pricing .column .pricing-container .pricing-item {
  width: 33.33%;
  padding: 0 4%;
  float: left;
  border-right: 1px solid #ccc;
  text-align: center;
  margin-bottom: 40px;
}
.pricing .column .pricing-container .pricing-item h3 {
  margin-bottom: 0;
}
.pricing .column .pricing-container .pricing-item:nth-child(3n) {
  border-right: 0;
}
.pricing .column .pricing-container .pricing-item p {
  margin-bottom: 0;
}
.pricing .column .pricing-container .pricing-item p.item-price {
  color: #127cde;
  font-family: "Source Sans Pro", "brandon-grotesque", sans-serif;
  font-size: 74px;
  line-height: 64px;
  margin-bottom: 10px;
}
.pricing .column .pricing-container .pricing-item p.item-price sup {
  vertical-align: super;
  font-size: 30px;
  font-weight: 700;
  top: -4px;
  position: relative;
}
.pricing .column .pricing-container .pricing-item .arrow-btn {
  text-align: left;
  padding: 10px 30px;
  font-size: 16px;
}
.pricing .column .pricing-container .pricing-item .arrow-btn span {
  right: 14px;
}
.pricing .column .pricing-container .pricing-item .arrow-btn:hover span {
  right: 10px;
}
.pricing .column p.price-disc {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}
.pricing .column .pricing-pro-feat {
  border-top: 1px solid #ccc;
  padding: 24px 0 10px;
}
.pricing .column .pricing-pro-feat .icon-title {
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  padding-top: 5px;
  margin-bottom: 10px;
  min-height: 36px;
}
.pricing .column .pricing-pro-feat .icon-title span {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  left: 0;
  top: 0;
}
.pricing .column .pricing-pro-feat .blue-text {
  color: #127cde;
}
.pricing .column .pricing-pro-feat .blue-text strong {
  color: #127cde;
}
.pricing .column .pricing-pro-feat ul li {
  float: left;
  width: 48.17657%;
  margin-right: 3.64683%;
}
.pricing .column .pricing-pro-feat ul li:last-child {
  margin-right: 0;
}
.pricing .column .pricing-pro-feat ul li:nth-child(2n) {
  margin-right: 0;
}
.pricing .column .pricing-pro-feat ul li:nth-child(2n+1) {
  clear: both;
}
.icon-blocks:before, .icon-blocks:after {
  content: " ";
  display: table;
}
.icon-blocks:after {
  clear: both;
}
.icon-blocks .block-item {
  margin-bottom: 30px;
}
.icon-blocks .block-item .icon-title {
  font-weight: 700;
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  margin-bottom: 10px;
  min-height: 45px;
}
.icon-blocks .block-item .icon-title span {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  left: 0;
  top: 0;
}
.center-col {
  text-align: center;
}
.center-col .single-feature .icon-container {
  position: relative;
  width: 100%;
  margin: 0 auto 28px;
  max-width: 280px;
}
.center-col .single-feature h3 {
  margin-bottom: 24px;
}
.stats-containter {
  margin-top: 60px;
}
.stats-containter:before, .stats-containter:after {
  content: " ";
  display: table;
}
.stats-containter:after {
  clear: both;
}
.stats-containter .single-stat {
  width: 33.33%;
  float: left;
  border-right: 1px solid #ccc;
  padding: 40px;
  text-align: center;
}
.stats-containter .single-stat:last-child {
  border-right: 0;
  border-bottom: 0;
}
.stats-containter .single-stat h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 25px;
}
.stats-containter .single-stat h3 {
  margin-bottom: 0;
}
.test-slide-cont {
  padding: 0 80px;
}
.test-slide-cont .testimonial-slideshow {
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  padding: 5%;
  position: relative;
  margin-bottom: 0;
}
.test-slide-cont .testimonial-slideshow .single .inner p {
  font-style: italic;
}
.test-slide-cont .testimonial-slideshow .single .inner p.author {
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.test-slide-cont .testimonial-slideshow .single .inner p.author span {
  display: inline-block;
  margin-right: 2px;
  width: 18px;
  position: relative;
  top: 2px;
}
.test-slide-cont .testimonial-slideshow .single .inner p.author span span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-right: 0;
  top: 0;
}
.test-slide-cont .testimonial-slideshow .single .inner p.author span span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -300%;
  top: -100%;
}
.test-slide-cont .testimonial-slideshow .single .inner p.author span:last-child {
  margin-right: 12px;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-five p.author span span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-five p.author span span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -200%;
  top: -100%;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-four p.author span:nth-child(-n+4) span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-four p.author span:nth-child(-n+4) span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -200%;
  top: -100%;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-three p.author span:nth-child(-n+3) span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-three p.author span:nth-child(-n+3) span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -200%;
  top: -100%;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-two p.author span:nth-child(-n+2) span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-two p.author span:nth-child(-n+2) span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -200%;
  top: -100%;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-one p.author span:nth-child(-n+1) span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.test-slide-cont .testimonial-slideshow .single .inner.star-one p.author span:nth-child(-n+1) span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -200%;
  top: -100%;
}
.test-slide-cont .testimonial-slideshow .owl-controls .owl-nav {
  position: absolute;
  left: -80px;
  right: -80px;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-prev, .test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  padding: 18px;
  position: absolute;
  background: #e5e5e5;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-prev span, .test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-next span {
  display: block;
}
.test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-prev:hover, .test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-next:hover {
  background: #35b1df;
}
.test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-next {
  right: 0;
}
.test-slide-cont .slideshow-footer {
  max-width: 776px;
  margin: 0 auto;
  position: relative;
  top: -3px;
  z-index: 2;
  display: block;
}
.test-slide-cont .slideshow-footer span {
  display: block;
  width: 53px;
  height: 37px;
  background-image: url(../images/speech.jpg);
  background-repeat: no-repeat;
  margin-left: 40px;
}
.ht-kb section {
  padding-top: 40px;
}
section.breadcrumbs {
  padding: 15px 0;
}
section.accreditations {
  position: relative;
  z-index: 2;
  padding: 48px 0;
}
section.accreditations .acc {
  margin-bottom: 0;
}
section.accreditations .acc .inner {
  position: relative;
  min-height: 70px;
}
section.accreditations .acc .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.faqs h4 {
  margin-top: 34px;
}
.center, .cc, .center-content {
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 1104px;
  padding: 0 20px;
}
.center:before, .cc:before, .center-content:before, .center:after, .cc:after, .center-content:after {
  content: " ";
  display: table;
}
.center:after, .cc:after, .center-content:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
  text-align: right;
}
.responsive-button {
  display: none;
  float: right;
}
.visuallyhidden, .visually-hidden, .vh, .ht {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.visuallyshown, .visually-shown, .vs {
  clip: auto;
  clip: rect(auto auto auto auto);
  position: static;
  overflow: visible;
  margin: inherit;
  width: auto;
  height: auto;
}
.hide-text {
  font-size: 0;
  line-height: inherit;
  color: transparent;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/*
 *  Owl Carousel - Animate Plugin
 */.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel.owl-animated-in {
  z-index: 0;
}
.owl-carousel.owl-animated-out {
  z-index: 1;
}
.owl-carousel.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-stage-outer .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage-outer .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Core Owl Carousel CSS File
 */.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */.no-js .owl-carousel {
  display: block;
}
/*
 *     Owl Carousel - Lazy Load Plugin
 */.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 *     Owl Carousel - Video Plugin
 */.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/** EDD **/.edd-checkout .page-header {
  background: #f7f7f7;
}
.edd-checkout .banner {
  background: white;
}
.edd-checkout #edd_final_total_wrap {
  display: none;
}
.edd-checkout .widget {
  margin-bottom: 40px;
}
.edd-checkout #edd_checkout_login_register {
  display: none;
}
.edd-checkout .page-header .column {
  padding: 10px 0;
}
.edd-checkout .page-header .column.right {
  text-align: right;
}
.edd-checkout section.main {
  padding: 0;
}
.edd-checkout .edd-cancel {
  display: none;
}
#edd_checkout_cart_wrap {
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
#edd_checkout_form_wrap input[type=checkbox] {
  vertical-align: middle;
}
#edd_checkout_form_wrap input[type=checkbox] + label {
  vertical-align: middle;
  font-size: 0.9em;
}
#edd_checkout_form_wrap #edd_checkout_user_info legend {
  float: left;
}
#edd_checkout_form_wrap #edd_checkout_user_info #edd-first-name-wrap {
  width: 48%;
  float: left;
  margin-right: 4%;
}
#edd_checkout_form_wrap #edd_checkout_user_info #edd-last-name-wrap {
  width: 48%;
  float: left;
}
#edd_checkout_cart {
  margin: 0;
}
#edd_checkout_cart td, #edd_checkout_cart th {
  border: 0;
  padding: 14px 20px;
}
#edd_checkout_cart .edd_cart_header_row th {
  background: #f7f7f7;
  padding: 14px 20px;
  font-weight: 400;
  color: #535353;
}
#edd_checkout_form_wrap .edd-payment-icons, 
#edd_checkout_form_wrap #edd_sl_renewal_form {
  display: none;
}
#edd_checkout_form_wrap legend {
  font-weight: 700;
  color: #535353;
  font-family: "Source Sans Pro", "brandon-grotesque", sans-serif;
  font-size: 22px;
  line-height: 24px;
}
#edd_checkout_form_wrap fieldset {
  border: 0;
  padding: 0;
}
#edd_checkout_form_wrap label {
  font-weight: 700;
  font-size: 16px;
}
#edd_checkout_form_wrap span.edd-required-indicator {
  color: #35b1df;
  font-weight: 700;
}
#edd_checkout_form_wrap span.edd-description {
  font-size: 13px;
  color: #535353;
}
#edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap textarea {
  padding: 11px 20px;
  width: 100%;
  margin-bottom: 20px;
}
#edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount, #edd_checkout_form_wrap .edd-cart-adjustment {
  background: #f7f7f7;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 20px;
  margin: 16px 0;
}
#edd_show_terms, .edd-terms-agreement {
  margin-bottom: 10px;
}
#edd-purchase-button, .edd-submit, input[type=submit].edd-submit {
  position: relative;
  border: 2px solid #35b1df;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 40px;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 20px 0 0;
  font-family: "Source Sans Pro", "brandon-grotesque", sans-serif;
  font-size: 17px;
  cursor: pointer;
  background: #35b1df;
  color: #fff;
}
#edd-purchase-button span, .edd-submit span, input[type=submit].edd-submit span {
  position: absolute;
  width: 14px;
  right: 40px;
  display: block;
  top: 8px;
  -webkit-transition: right 0.2s linear;
  -ms-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
#edd-purchase-button span span, .edd-submit span span, input[type=submit].edd-submit span span {
  right: 0;
}
#edd-purchase-button:hover, .edd-submit:hover, input[type=submit].edd-submit:hover {
  background: #127cde;
  border-color: #127cde;
  color: #fff !important;
  text-decoration: none !important;
}
#edd-purchase-button:hover span.arrow, .edd-submit:hover span.arrow, input[type=submit].edd-submit:hover span.arrow {
  right: 30px;
}
#edd-purchase-button:hover span.arrow span, .edd-submit:hover span.arrow span, input[type=submit].edd-submit:hover span.arrow span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  right: 0;
}
#edd-purchase-button:hover span.arrow span:before, .edd-submit:hover span.arrow span:before, input[type=submit].edd-submit:hover span.arrow span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -300%;
}
.edd-checkout .page-header {
  padding: 0;
}
.edd-success h3 {
  margin: 40px 0;
}
.edd_hint {
  padding-left: 130px;
  font-style: italic;
  font-size: 14px;
}
.content p.edd-login-username, .content p.edd-login-password {
  margin-bottom: 3px;
}
#edd_user_history, .edd_sl_table, .edd-table {
  width: 100%;
}
#edd_user_history th, .edd_sl_table th, .edd-table th {
  background: #f5f5f5;
  text-align: left;
  padding: 3px 5px;
  border-bottom: 1px solid #f0f0f0;
  border-top: none;
  font-weight: 700;
}
#edd_user_history tr:nth-child(even), .edd_sl_table tr:nth-child(even), .edd-table tr:nth-child(even) {
  background-color: #fff;
}
#edd_user_history td, .edd_sl_table td, .edd-table td, #edd_user_history th, .edd_sl_table th, .edd-table th {
  padding: 14px 20px;
  border-bottom: 1px solid #ccc;
}
table#edd_purchase_receipt_products li {
  margin: 10px 0;
}
#edd_login_form legend {
  display: none;
}
#edd_login_form p:before, #edd_login_form p:after {
  content: " ";
  display: table;
}
#edd_login_form p:after {
  clear: both;
}
#edd_login_form label {
  float: left;
  width: 120px;
  font-weight: 700;
  position: relative;
  top: 10px;
}
#edd_login_form .edd-input {
  width: calc(100% - 130px);
  float: right;
  display: block;
}
#edd_login_form .edd_submit {
  position: relative;
  border: 2px solid #35b1df;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 20px 0 0;
  font-family: "Source Sans Pro", "brandon-grotesque", sans-serif;
  font-size: 17px;
  cursor: pointer;
  background: #35b1df;
  color: #fff;
}
#edd_login_form .edd_submit span {
  position: absolute;
  width: 14px;
  right: 40px;
  display: block;
  top: 8px;
  -webkit-transition: right 0.2s linear;
  -ms-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
#edd_login_form .edd_submit span span {
  right: 0;
}
#edd_login_form .edd_submit:hover {
  border-color: #127cde;
  background: #127cde;
  color: #fff !important;
  text-decoration: none !important;
}
#edd_login_form .edd_submit:hover span.arrow {
  right: 30px;
}
#edd_login_form .edd_submit:hover span.arrow span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  right: 0;
}
#edd_login_form .edd_submit:hover span.arrow span:before {
  position: absolute;
  display: inline-block;
  content: ' ';
  background-image: url("../images/mmm-svg-20.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2350%;
  height: 1600%;
  left: -1200%;
  top: -300%;
}
#edd_login_form .edd-lost-password {
  display: inline-block;
}
table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
  font-style: normal;
  font-weight: normal;
  margin-top: 30px;
  text-transform: none;
}
body .su-spoiler-style-fancy, body .su-spoiler-style-fancy > .su-spoiler-title {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .su-spoiler-style-fancy > .su-spoiler-title {
  background: #f7f7f7;
  font-weight: 300;
  font-size: 16px;
}
.page-id-558 iframe {
  border: 1px solid #ccc;
}
.page-id-558 .fa-check:before {
  color: green;
}
body {
  color: #555;
}
#hkb .hkb-article__content h4 {
  font-size: 18px;
}
body #gallery-1 img {
  border: 1px solid #cfcfcf;
}
#mega-menu-wrap-documentation_navigation #mega-menu-documentation_navigation:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.page-id-558 h1 {
  font-weight: 300;
}
.page-id-558 .edd-submit.button.white {
  color: white;
  background: #35b1df;
  border-color: #35b1df;
  outline: none;
}
.page-id-558 .edd-submit.button.white:hover {
  background: #127cde;
  border-color: #127cde;
}
.page-id-558 .edd-submit.edd_go_to_checkout {
  padding-right: 60px;
}
.page-id-558 h3 {
  margin-bottom: 25px;
}
.page-id-558 h4 {
  margin-bottom: 2px;
  margin-top: 10px;
  display: inline-block;
}
.page-id-558 .edd_download_purchase_form .edd_price_options ul li label .details {
  margin-left: 23px;
  font-size: 0.8em;
}
.page-id-558 .edd_download_purchase_form .edd_price_options span {
  margin: 0 0 0 6px;
  font-weight: 400;
}
.page-id-558 .edd_download_purchase_form .edd_price_options ul li {
  margin-bottom: 10px;
  border: 2px solid #ddd;
  border-radius: 3px;
  -webkit-transition: background 0.2s linear, border 0.2s linear;
  -moz-transition: background 0.2s linear, border 0.2s linear;
  -ms-transition: background 0.2s linear, border 0.2s linear;
  -o-transition: background 0.2s linear, border 0.2s linear;
  transition: background 0.2s linear, border 0.2s linear;
}
.page-id-558 .edd_download_purchase_form .edd_price_options ul li.selected, .page-id-558 .edd_download_purchase_form .edd_price_options ul li:hover {
  border-color: #147bde;
}
.page-id-558 .edd_download_purchase_form .edd_price_options ul li label {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 6px 10px;
}
.page-id-558 .edd_download_purchase_form .edd_price_options ul li label .edd_price_option_price {
  float: right;
  font-size: 1.5em;
  font-weight: 300;
  font-weight: bold;
}
.page-id-558 .edd_download_purchase_form .edd_price_options ul li label .edd_price_option_price:first-letter {
  font-size: 0.6em;
  margin-right: 2px;
  font-weight: normal;
}
.home .banner .banner-btn a.arrow-btn {
  margin-top: 60px;
}
@media screen and (max-width: 1070px) {
  .columns-4-8.pricing .column.gray-col {
    display: none;
  }
  .pricing .column .pricing-container .pricing-item .arrow-btn {
    margin: 20px auto;
    text-align: center;
  }
}
#hkb .hkb-article__content h3:before {
  display: block;
  content: " ";
  margin-top: -140px;
  height: 140px;
  visibility: hidden;
}
#hkb .hkb-category .hkb-article-list a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.edd-checkout .page-header {
  padding: 0;
}
.edd-success h3 {
  margin: 40px 0;
}
#hkb .hkb-article__content p {
  line-height: 1.7em;
}
#hkb .hkb-article__content ul {
  margin-left: 50px;
}
#hkb .hkb-article__content ul li {
  list-style-position: outside;
}
#hkb .hkb-article-related {
  clear: both;
}
#hkb .hkb-entry-content ol li::before {
  margin-right: 12px;
}
#hkb .hkb-entry-content ol {
  margin-left: 10px;
}
#hkb .hkb-entry-content ol li {
  line-height: 1.9em;
}
#hkb.hkb-template-category .hkb-article::before, #hkb.hkb-template-search .hkb-article::before {
  font-family: "Font Awesome 5 Free";
    content: "\f15c";
  color: #6d6d6d;
  font-size: 90%;
  top: 2px;
  bottom: 0;
  left: 0;
}
#hkb.hkb-template-category .hkb-article .hkb-article__title, #hkb.hkb-template-search .hkb-article .hkb-article__title {
  display: inline;
  padding-left: 10px;
}
#hkb .hkb-article__content {
  margin: 0;
}
body .crayon-theme-github {
  background: white !important;
}
.edd-submit.button:focus, input[type=submit].edd-submit:focus {
  outline: none;
}
.edd-checkout .page-header .column {
  padding: 0;
  line-height: 50px;
  font-size: 0.8em;
}
.edd-checkout .page-header .column img {
  vertical-align: middle;
  max-height: 35px !important;
  position: relative;
  top: -2px;
}
.edd_download_file {
  background: #35b1df;
  float: left;
  padding: 10px 30px;
  border-radius: 40px;
}
.edd_download_file > a {
  color: white;
}
.edd_download_file > a:before {
  content: "Download: ";
}
.edd_license_keys td {
  border-bottom: 0 !important;
}
@media screen and (max-width: 1070px) {
  .columns-4-8.pricing .column {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 40px;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .columns-4-8.pricing .column.gray-col {
    height: auto !important;
  }
  .columns-4-8.pricing .column.gray-col .content {
    padding: 20px 45px;
  }
  .columns-4-8.pricing .column.gray-col .content ul {
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -ms-column-gap: 40px;
    -moz-column-gap: 40px;
    -o-column-gap: 40px;
    column-gap: 40px;
  }
  .columns-4-8.pricing .column.gray-col .content ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .columns-4-8.pricing .column:last-child {
    margin-bottom: 0;
  }
  .stats-containter .single-stat h2 {
    font-size: 34px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tablet-view {
    display: block;
  }
  .columns-3.center-col .single-feature {
    float: left;
    width: 99.99999%;
    margin-right: 3.64683%;
    text-align: left;
    padding-left: 210px;
    position: relative;
    min-height: 140px;
  }
  .columns-3.center-col .single-feature:last-child {
    margin-right: 0;
  }
  .columns-3.center-col .single-feature .icon-container {
    position: absolute;
    left: 0;
    width: 200px;
    top: -20px;
  }
  .columns-3.center-col .single-feature:last-child {
    margin-bottom: 0;
  }
  .columns-3.center-col .single-feature h3 {
    margin-bottom: 10px;
  }
  .columns-4-8 .column:nth-child(n), .columns-4-8 .item:nth-child(n) {
    float: left;
    width: 99.99999%;
    margin-right: 3.64683%;
    clear: both;
    margin-bottom: 40px;
  }
  .columns-4-8 .column:nth-child(n):last-child, .columns-4-8 .item:nth-child(n):last-child {
    margin-right: 0;
  }
  .columns-4-8 .column:nth-child(2n), .columns-4-8 .item:nth-child(2n) {
    float: left;
    width: 99.99999%;
    margin-right: 3.64683%;
    margin-right: 0 !important;
    marign-bottom: 0;
  }
  .columns-4-8 .column:nth-child(2n):last-child, .columns-4-8 .item:nth-child(2n):last-child {
    margin-right: 0;
  }
  .side-item.box-bg {
    padding: 14px 20px;
  }
  .blog-menu-mobile {
    margin-top: 40px;
  }
  .columns-4 .item {
    float: left;
    width: 48.17657%;
    margin-right: 3.64683%;
    margin-bottom: 20px;
  }
  .columns-4 .item:last-child {
    margin-right: 0;
  }
  .columns-4 .item:nth-child(2n) {
    margin-right: 0;
  }
  .columns-4 .item:nth-child(2n+1) {
    clear: both;
  }
  .features .single-feature {
    width: 50%;
    border-top: 1px solid #ccc;
  }
  .features .single-feature:nth-child(2n) {
    border-right: 0;
  }
  .features .single-feature:nth-child(2n+1) {
    clear: both;
  }
  .features .single-feature:nth-child(-n+2) {
    border-top: 0;
  }
  .stats-containter .single-stat {
    padding: 40px 20px;
  }
  .stats-containter .single-stat h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .stats-containter .single-stat h3 {
    font-size: 18px;
  }
  .columns-4-8.pricing .column.gray-col .content {
    padding: 20px;
  }
  .columns-4-8.pricing .column.gray-col .content ul {
    -webkit-column-count: 1;
    -ms-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
  .columns-4-8.pricing .column .content {
    padding: 20px;
  }
  .columns-4-8.pricing .column .content ul li {
    float: left;
    width: 99.99999%;
    margin-right: 3.64683%;
  }
  .columns-4-8.pricing .column .content ul li:last-child {
    margin-right: 0;
  }
  .columns-4-8.pricing .column .content ul li:nth-child(1n) {
    margin-right: 0;
  }
  .columns-4-8.pricing .column .content ul li:nth-child(1n+1) {
    clear: both;
  }
  .columns-4-8.pricing .column .content .pricing-container {
    margin-left: 0;
    margin-right: 0;
  }
  .columns-4-8.pricing .column .content .pricing-container .pricing-item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
  }
  .columns-4-8.pricing .column .content .pricing-container .pricing-item a.arrow-btn {
    width: auto;
    margin: 20px auto 0;
    max-width: 180px;
  }
  .columns-4-8.pricing .column .content .pricing-container .pricing-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .home .banner .menu-container, .page-template-demo .banner .menu-container {
    max-width: 450px;
  }
  .home .banner .menu-container .left-img, .page-template-demo .banner .menu-container .left-img, .home .banner .menu-container .right-img, .page-template-demo .banner .menu-container .right-img {
    display: none;
  }
  .home .banner .menu-container .main-img, .page-template-demo .banner .menu-container .main-img {
    background-image: url(../images/mmm-browsers-svg.svg);
    background-size: 1420px 720px;
    background-position: -1020px -360px;
    background-repeat: no-repeat;
    width: 392px;
  }
  .home .banner .menu-container .mmm-menu, .page-template-demo .banner .menu-container .mmm-menu {
    max-width: calc(100% - 120px);
  }
  .home .banner .menu-container .try-demo, .page-template-demo .banner .menu-container .try-demo {
    top: 48px;
    right: 10px;
    height: 44px;
    width: 100px;
    background-image: url(../images/mmm-svg-20.svg);
    background-size: 940px 640px;
    background-position: -780px -120px;
    background-repeat: no-repeat;
  }
  .home .banner .menu-toggle, .page-template-demo .banner .menu-toggle {
    display: none;
  }
  .home .banner .menu-container {
    bottom: 20px;
  }
  .home .banner .menu-container .main-img {
    background-image: url(../images/mmm-browsers-svg.svg);
    background-size: 1420px 720px;
    background-position: -1020px 0;
    background-repeat: no-repeat;
  }
  .home .banner .menu-container .try-demo {
    display: none;
    background-image: url(../images/mmm-svg-20.svg);
    background-size: 940px 640px;
    background-position: -680px -120px;
    background-repeat: no-repeat;
  }
  .test-slide-cont {
    padding: 0;
  }
  .test-slide-cont .testimonial-slideshow .single .inner p {
    font-size: 18px;
    line-height: 28px;
  }
  .test-slide-cont .testimonial-slideshow .owl-controls .owl-nav {
    top: 110%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-prev, .test-slide-cont .testimonial-slideshow .owl-controls .owl-nav .owl-next {
    display: inline-block;
    margin: 10px;
    position: static;
  }
  .stats-containter {
    margin-top: 100px;
  }
}
@media screen and (max-width: 560px) {
  .home .banner {
    height: 200px;
  }
  .home .banner .menu-container {
    max-width: 450px;
    height: 200px;
  }
  .home .banner .menu-container .left-img, .home .banner .menu-container .right-img, .home .banner .menu-container .main-img {
    display: none;
  }
  .home .banner .menu-container .mmm-menu {
    max-width: calc(100% - 40px) !important;
  }
  .home .banner .cc {
    height: 200px;
  }
  .home .banner .cc h1 {
    font-size: 32px;
    line-height: 42px;
    margin: 40px auto 0;
  }
  .home .banner {
    height: 428px;
  }
  .home .banner .menu-container {
    height: 274px;
  }
  .home .banner .cc {
    height: 428px;
  }
  section {
    padding: 80px 0 60px;
  }
  section:after, section:before {
    height: 26px;
    width: 26px;
    bottom: -13px;
  }
  section.main:before {
    top: -13px;
  }
  .columns-2 .column, .columns-4 .column, .columns-2 .item, .columns-4 .item {
    float: left;
    width: 99.99999%;
    margin-right: 3.64683%;
  }
  .columns-2 .column:last-child, .columns-4 .column:last-child, .columns-2 .item:last-child, .columns-4 .item:last-child {
    margin-right: 0;
  }
  .columns-3.center-col .single-feature {
    text-align: center;
    padding-left: 0;
    min-height: auto;
  }
  .columns-3.center-col .single-feature .icon-container {
    position: static;
    width: 200px;
  }
  .columns-3.center-col .single-feature:last-child {
    margin-bottom: 38px;
  }
  .icon-blocks .item.block-item {
    float: left;
    width: 99.99999%;
    margin-right: 3.64683%;
  }
  .icon-blocks .item.block-item:last-child {
    margin-right: 0;
  }
  .icon-blocks .item.block-item:last-child {
    margin-bottom: 0;
  }
  .stats-containter .single-stat {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .stats-containter .single-stat h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 25px;
  }
  .stats-containter .single-stat h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .post-pagination ul li {
    float: none;
    margin-bottom: 10px;
  }
  .post-pagination ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .features .feature-row {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .features .feature-row .single-feature {
    float: left;
    width: 99.99999%;
    margin-right: 3.64683%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 40px;
    margin-bottom: 20px;
    height: auto !important;
  }
  .features .feature-row .single-feature:last-child {
    margin-right: 0;
  }
  .features .feature-row .single-feature .icon-container {
    max-width: 200px;
  }
  .form .form-item label, .form .form-item .input {
    float: left;
    width: 99.99999%;
    margin-right: 3.64683%;
    position: static;
    margin-bottom: 4px;
  }
  .form .form-item label:last-child, .form .form-item .input:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .home .banner .cc h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
/**
 * # Heroic Knowledge Base Plugin Styling
 *
 * This file  contains the default CSS for styling the knowledge base
 *//**
 * # Mixims & Variables
 *
 *//* SASS Variables */body #hkb-jquery-live-search {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
/* Clearfix */.hkb-site-search:after, #hkb .hkb-archive:after, #hkb .hkb-meta:after, #hkb .hkb-entry-content:after, .hkb_widget_articles .hkb-meta:after, .ht-voting:after, .ht-voting-comment:after {
  content: "";
  display: table;
  clear: both;
}
.tax-ht_kb_category .side-item.box-bg.widget_maxmegamenu, .single-ht_kb .side-item.box-bg.widget_maxmegamenu {
  padding: 0;
  background: transparent;
}
.tax-ht_kb_category .side-item.box-bg {
  padding: 8%;
}
.tax-ht_kb_category .side-item.box-bg ul li {
  margin: 0;
}
/* HKB-Meta Mixim (used in multiple places) */#hkb .hkb-entry-content ol li::before {
  margin-right: 12px;
}
#hkb .hkb-entry-content ol {
  margin-left: 10px;
}
#hkb .hkb-entry-content ol li {
  line-height: 1.9em;
}
#hkb.hkb-template-category .hkb-article::before, #hkb.hkb-template-search .hkb-article::before {
  color: #ccc;
  font-size: 90%;
  top: 2px;
  bottom: 0;
  left: 0;
}
#hkb.hkb-template-category .hkb-article .hkb-article__title, #hkb.hkb-template-search .hkb-article .hkb-article__title {
  display: inline;
  padding-left: 10px;
}
/* Global Classes *//* Screen readers only */.hkb-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/**
 * # HKB - Breadcrumbs
 *
 */.hkb-breadcrumbs {
  margin: 0;
  list-style: none;
}
.hkb-breadcrumbs a:hover {
  text-decoration: none;
}
.hkb-breadcrumbs li {
  display: inline-block;
  margin: 0;
}
.hkb-breadcrumbs li:after {
  content: "/";
  color: #999;
}
.hkb-breadcrumbs li:last-child:after {
  content: "";
}
/**
 * # HKB - Search Box
 *
 */.hkb-site-search {
  margin: 40px 0 0 0;
  position: relative;
}
.hkb-site-search .hkb-site-search__field:focus {
  background: white;
}
.hkb-site-search .hkb-site-search__field {
  background: white;
  width: 80%;
  margin: 0 auto;
  min-height: 50px;
  padding-left: 1em;
  padding-right: 1em;
}
.hkb-site-search .hkb-site-search__field.live-search-loading {
  background: white url('/wp-content/plugins/ht-knowledge-base/img/loader.svg') no-repeat right 5px center;
}
.hkb-site-search .hkb-site-search__button {
  display: none;
  width: 20%;
  margin: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
/* Start #HKB */#hkb {
  /**
 * # HKB - Archive
 *
 */
  /**
 * # HKB - Category Block
 *
 */
  /**
 * # HKB - Sub-Categories
 *
 */
  /**
 * # HKB - Article List
 *
 */
  /**
 * # HKB - Article Meta
 *
 */
  /* Entry-Content Wrapper */
  /**
 * # HKB - Article (Single) Tags
 *
 */
  /**
 * # HKB - Article (Single) Related
 *
 */
  /**
 * # HKB - Article (Single) Author
 *
 */
  /**
 * # HKB - Article (Single) Attachments
 *
 */
}
#hkb img {
  border: 1px solid #ccc;
}
#hkb h2.hkb-template-category-title, #hkb .hkb-entry-content h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
#hkb ol {
  margin: 0;
}
#hkb ol li {
  counter-increment: step-counter;
}
#hkb ol li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 0.8em;
  background-color: #35b1df;
  color: white;
  font-weight: bold;
  padding: 2px 7px;
  border-radius: 50%;
}
#hkb .hkb-archive {
  list-style: none;
  padding: 0;
  margin: 0;
}
#hkb .hkb-archive .hkb-category__description {
  display: none;
}
#hkb .hkb-archive > li {
  margin: 0;
}
@media screen and (min-width: 550px) {
  #hkb .hkb-archive.hkb-archive--two-cols {
    margin: 0 -20px;
  }
  #hkb .hkb-archive.hkb-archive--two-cols > li {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
  #hkb .hkb-archive.hkb-archive--two-cols > li:nth-child(2n+3) {
    clear: left;
  }
  #hkb .hkb-archive.hkb-archive--three-cols {
    margin: 0 -20px;
  }
  #hkb .hkb-archive.hkb-archive--three-cols > li {
    float: left;
    width: 33.333%;
    padding: 0 20px;
  }
  #hkb .hkb-archive.hkb-archive--three-cols > li:nth-child(3n+4) {
    clear: left;
  }
  #hkb .hkb-archive.hkb-archive--four-cols {
    margin: 0 -20px;
  }
  #hkb .hkb-archive.hkb-archive--four-cols > li {
    float: left;
    width: 25%;
    padding: 0 20px;
  }
  #hkb .hkb-archive.hkb-archive--four-cols > li:nth-child(4n+5) {
    clear: left;
  }
}
#hkb .hkb-category {
  padding: 20px;
  margin: 0 0 2em;
}
#hkb .hkb-category .hkb-category__header {
  margin: 0 0 0.5em;
}
#hkb .hkb-category .hkb-category__title {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
#hkb .hkb-category .hkb-category__title a {
  color: inherit;
}
#hkb .hkb-category .hkb-category__count {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 2px;
}
#hkb .hkb-category .hkb-category__count:before {
  content: "(";
}
#hkb .hkb-category .hkb-category__count:after {
  content: ")";
}
#hkb .hkb-category .hkb-article-list a {
  color: inherit;
}
#hkb .hkb-category .hkb-category__view-all {
  display: block;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
  color: inherit;
  margin-top: 10px;
  font-weight: 400;
}
#hkb .hkb-category .hkb-category__view-all:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  color: #ccc;
  font-size: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#hkb .hkb-subcats {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 22px;
}
#hkb .hkb-subcats > li {
  margin: 0 0 5px;
}
#hkb .hkb-subcats a {
  color: inherit;
}
#hkb .hkb-subcats .hkb-subcats__cat {
  position: relative;
  padding-left: 20px;
}
#hkb .hkb-subcats .hkb-subcats__cat:before {
  font-family: FontAwesome;
  content: "\f07b";
  color: #ccc;
  font-size: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#hkb .hkb-subcats .hkb-subcats__cat .hkb-article-list {
  margin-top: 5px;
}
#hkb .hkb-subcats .hkb-subcats__cat-title {
  display: inline-block;
}
#hkb .hkb-subcats .hkb-subcats__cat-count {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 2px;
}
#hkb .hkb-subcats .hkb-subcats__cat-count:before {
  content: "(";
}
#hkb .hkb-subcats .hkb-subcats__cat-count:after {
  content: ")";
}
#hkb .hkb-article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#hkb .hkb-article-list > li {
  margin: 0 0 5px;
}
#hkb .hkb-article-list a {
  color: inherit;
}
#hkb .hkb-article-list .hkb-article-list__format-standard, #hkb .hkb-article-list .hkb-article-list__format-video {
  position: relative;
  padding-left: 20px;
}
#hkb .hkb-article-list .hkb-article-list__format-standard:before, #hkb .hkb-article-list .hkb-article-list__format-video:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  color: #ccc;
  font-size: 90%;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
}
#hkb .hkb-article-list .hkb-article-list__format-standard:before {
  content: "\f15c";
}
#hkb .hkb-article-list .hkb-article-list__format-video:before {
  content: "\f15c";
}
#hkb .hkb-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1;
}
#hkb .hkb-meta li {
  float: left;
  margin: 0 0 0 5px;
  background: #ededed;
  padding: 5px 5px;
  border-radius: 3px;
}
#hkb .hkb-meta li:first-child {
  margin-left: 0;
}
#hkb .hkb-meta .hkb-meta__views:before {
  content: "\f06e";
  color: #ccc;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px;
}
#hkb .hkb-meta .hkb-meta__usefulness {
  background: #9cc051;
  color: #fff;
}
#hkb .hkb-meta .hkb-meta__usefulness:before {
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px;
}
#hkb .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--good:before {
  content: "\f164";
  color: #fff;
}
#hkb .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad {
  background: #d26a40;
}
#hkb .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad:before {
  content: "\f165";
  color: #fff;
}
#hkb .hkb-meta .hkb-meta__comments:before {
  content: "\f075";
  color: #ccc;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px;
}
#hkb .hkb-article {
  margin: 0;
  position: relative;
}
#hkb .hkb-article .hkb-article__title {
  margin: 0 0 10px;
}
#hkb .hkb-article .hkb-article__title a {
  color: inherit;
}
#hkb .hkb-entry-content ol, #hkb .hkb-entry-content ul {
  margin: 0 0 2em 0;
}
#hkb .hkb-article__content {
  margin: 0;
  padding: 0;
}
#hkb .hkb-article__content ul li {
  list-style: disc;
  list-style-position: inside;
}
#hkb .hkb-article__content p {
  line-height: 1.7em;
  margin-bottom: 20px;
}
#hkb .hkb-article__content h3 {
  margin: 30px 0;
}
#hkb .hkb-article__content h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
#hkb .hkb-article__links {
  margin: -1em 0 2em;
}
#hkb .hkb-article-tags a {
  border: none;
  margin-left: 5px;
}
#hkb .hkb-article-tags a:after {
  content: ",";
}
#hkb .hkb-article-tags a:last-child:after {
  content: "";
}
#hkb .hkb-article-related {
  clear: both;
  margin: 0 0 1em;
}
#hkb .hkb-article-related .hkb-article-related__title {
  margin: 0 0 0.6em;
}
#hkb .hkb-article-related .hkb-meta {
  position: absolute;
  right: 0;
  top: 1px;
}
#hkb .hkb-article-author {
  padding: 30px 0 0;
}
#hkb .hkb-article-author .hkb-article-author__avatar {
  float: left;
  margin: 0 35px 0 0;
}
#hkb .hkb-article-author .hkb-article-author__name {
  margin: 0 0 15px;
  display: inline-block;
}
#hkb .hkb-article-author .hkb-article-author__bio {
  margin: 0 0 0 105px;
}
#hkb .hkb-article-attachments {
  margin: 0 0 2em;
}
#hkb .hkb-article-attachments .hkb-article-attachments__title {
  margin: 0 0 0.6em;
  padding: 0;
}
#hkb .hkb-article-attachments .hkb-article-attachments__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a {
  color: inherit;
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.doc'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.docx'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pps'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mov'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.avi'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wav'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.png'], 
hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.gif'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.js'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.css'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.html'],
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.php'],
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.zip'], 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.rar'] {
  position: relative;
  padding-left: 20px;
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.doc']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.docx']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pps']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mov']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.avi']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wav']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.png']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.gif']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.js']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.css']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.html']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.php']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.zip']:before, 
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.rar']:before {
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-size: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf']:before {
  content: "\f1c1";
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.doc']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.docx']:before {
  content: "\f1c2";
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pps']:before, #hkb 
.hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx']:before {
  content: "\f1c4";
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mov']:before, #hkb 
.hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.avi']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg']:before, #hkb 
.hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2']:before {
  content: "\f1c8";
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg']:before, #hkb 
.hkb-article-attachments .hkb-article-attachments__item a[href$='.wav']:before {
  content: "\f1c7";
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.png']:before, #hkb 
.hkb-article-attachments .hkb-article-attachments__item a[href$='.gif']:before {
  content: "\f1c5";
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.js']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.css']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.html']:before, #hkb 
.hkb-article-attachments .hkb-article-attachments__item a[href$='.php']:before {
  content: "\f1c9";
}
#hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.zip']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.rar']:before {
  content: "\f1c6";
}
/* End #HKB *//**
 * # Template Specific Element Styling
 *
 * Styling for elements in specific areas of the layout
 *//* Archive Element Styling *//* Category Element Styling */#hkb.hkb-template-category .hkb-article__excerpt {
  display: none;
}
#hkb.hkb-template-category .hkb-article {
  padding: 10px 0;
  border-bottom: 0;
  margin: 0;
}
#hkb.hkb-template-category .hkb-article .hkb-article__title {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0 90px 0 10px;
}
#hkb.hkb-template-category .hkb-article .hkb-meta {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
}
/* Single Element Styling *//* Search Element Styling */#hkb.hkb-template-search .hkb-article__excerpt {
  clear: both;
  display: block;
}
#hkb.hkb-template-search .hkb-article {
  padding: 10px 0;
  border-bottom: 1px solid #dfe4e6;
}
#hkb.hkb-template-search .hkb-article .hkb-article__title {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0 90px 0 10px;
}
#hkb.hkb-template-search .hkb-article .hkb-meta {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
}
/**
 * # Live search styling
 */#hkb-jquery-live-search {
  background: #fff;
  padding: 0;
  max-height: 400px;
  overflow: auto;
  position: absolute;
  z-index: 999999;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px 1px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-overflow-scrolling: touch;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
/* KB Search Results */#hkb.hkb-searchresults {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hkb.hkb-searchresults > li {
  position: relative;
  padding: 0 10px;
  margin: 0;
}
#hkb.hkb-searchresults > li:hover, #hkb.hkb-searchresults > li.hkb-searchresults__current {
  background: #f7f7f7;
}
#hkb.hkb-searchresults > li:nth-last-child(2) a {
  padding-bottom: 12px;
}
#hkb.hkb-searchresults > li.hkb-searchresults__article {
  padding-left: 30px;
}
#hkb.hkb-searchresults > li.hkb-searchresults__article a:before {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 90%;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
}
#hkb.hkb-searchresults > li.hkb-searchresults__article a:before {
  content: "\f0f6";
}
#hkb.hkb-searchresults > li.hkb-searchresults__showall, #hkb.hkb-searchresults > li.hkb-searchresults__noresults {
  background: #f7f7f7;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}
#hkb.hkb-searchresults > li.hkb-searchresults__showall a, #hkb.hkb-searchresults > li.hkb-searchresults__noresults a, #hkb.hkb-searchresults > li.hkb-searchresults__showall span, #hkb.hkb-searchresults > li.hkb-searchresults__noresults span {
  display: block;
  padding: 10px;
}
#hkb.hkb-searchresults > li a {
  padding: 6px 0px 6px 10px;
  display: block;
  color: inherit;
  text-decoration: none;
}
#hkb.hkb-searchresults > li .hkb-searchresults__title, #hkb.hkb-searchresults > li .hkb-searchresults__excerpt {
  display: block;
}
#hkb.hkb-searchresults > li .hkb-searchresults__title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding: 0 90px 0 0;
}
#hkb.hkb-searchresults > li .hkb-searchresults__excerpt {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 22px;
}
#hkb.hkb-searchresults > li .hkb-meta {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 11px;
}
/**
 * # Widget Styling
 *
 *//* KB Articles Widget */.hkb_widget_articles > ul > li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 25px;
}
.hkb_widget_articles > ul > li:before {
  font-family: FontAwesome;
  content: "\f0f6";
  color: #ccc;
  font-size: 100%;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
}
.hkb_widget_articles .hkb-widget__entry-title {
  margin: 0 1em 0 0;
}
.hkb_widget_articles .hkb-meta {
  list-style: none;
  margin: 2px 0 0 !important;
  padding: 0;
  font-size: 11px;
  line-height: 1;
}
.hkb_widget_articles .hkb-meta li {
  float: left;
  margin: 0 0 0 5px;
  background: #ededed;
  padding: 5px 5px;
  border-radius: 3px;
}
.hkb_widget_articles .hkb-meta li:first-child {
  margin-left: 0;
}
.hkb_widget_articles .hkb-meta .hkb-meta__views:before {
  content: "\f06e";
  color: #ccc;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px;
}
.hkb_widget_articles .hkb-meta .hkb-meta__usefulness {
  background: #9cc051;
  color: #fff;
}
.hkb_widget_articles .hkb-meta .hkb-meta__usefulness:before {
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px;
}
.hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--good:before {
  content: "\f164";
  color: #fff;
}
.hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad {
  background: #d26a40;
}
.hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad:before {
  content: "\f165";
  color: #fff;
}
.hkb_widget_articles .hkb-meta .hkb-meta__comments:before {
  content: "\f075";
  color: #ccc;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px;
}
/* KB Categories Widget */.hkb_widget_categories > ul > li {
  position: relative;
  padding-right: 30px;
  margin: 0 0 10px;
}
.hkb_widget_categories > ul > li span {
  position: absolute;
  right: 0;
}
/* KB Authors Widget */.hkb_widget_authors .hkb-widget-author__avatar {
  float: left;
  margin: 0 15px 0 0;
}
.hkb_widget_authors .hkb-widget-author__avatar a {
  display: block;
  line-height: 1;
}
.hkb_widget_authors .hkb-widget-author__postcount {
  font-size: 90%;
}
/* KB Search Widget *//**
 * # HT Voting CSS
 *
 *//* Start HT Voting CSS */.ht-voting .ht-voting-links .ht-voting-upvote, .ht-voting .ht-voting-links .ht-voting-downvote {
  display: inline-block;
  background: #919195;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1;
  border: 0;
  text-align: center;
  min-width: 70px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  transition: all 0.3s linear 0s;
}
.ht-voting .ht-voting-links .ht-voting-upvote span, .ht-voting .ht-voting-links .ht-voting-downvote span {
  right: 0;
  position: relative;
  transition: all 0.2s ease-out 0s;
}
.ht-voting .ht-voting-links .ht-voting-upvote i, .ht-voting .ht-voting-links .ht-voting-downvote i {
  width: 18px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -9px;
  line-height: 18px;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  display: inline-block;
  font-family: FontAwesome;
}
.ht-voting .ht-voting-links .ht-voting-upvote i:before, .ht-voting .ht-voting-links .ht-voting-downvote i:before {
  content: "\f164";
}
.ht-voting .ht-voting-links .ht-voting-upvote:hover, .ht-voting .ht-voting-links .ht-voting-downvote:hover {
  padding: 10px 16px;
}
.ht-voting .ht-voting-links .ht-voting-upvote:hover span, .ht-voting .ht-voting-links .ht-voting-downvote:hover span {
  right: -10px;
}
.ht-voting .ht-voting-links .ht-voting-upvote:hover i, .ht-voting .ht-voting-links .ht-voting-downvote:hover i {
  opacity: 1;
  left: 12px;
}
.ht-voting .ht-voting-links .ht-voting-upvote {
  background: #9cc051;
}
.ht-voting .ht-voting-links .ht-voting-upvote i:before {
  content: "\f164";
}
.ht-voting .ht-voting-links .ht-voting-downvote {
  background: #d26a40;
}
.ht-voting .ht-voting-links .ht-voting-downvote i:before {
  content: "\f165";
}
.ht-voting .ht-voting-login-required {
  background-color: red;
  color: white;
  margin: 2px;
  padding: 2px;
}
.ht-voting br {
  /* fix those annoying themes or other plugins that insist on adding wpautop filter to post shortcode content */
  display: none;
}
.ht-voting-comment {
  margin: 10px 0 0;
  max-width: 600px;
}
.ht-voting-comment .ht-voting-comment__textarea {
  margin: 0 0 10px;
  width: 100%;
}
.ht-voting-comment .ht-voting-comment__submit {
  float: right;
}
.hkb-feedback {
  background: #f7f7f7;
  padding: 20px 30px;
  margin: 0 0 40px;
  text-align: center;
}
@media print {
  .hkb-feedback {
    display: none;
  }
}
.hkb-feedback .hkb-feedback__title {
  margin: 0 0 10px;
  padding: 0;
}
.hkb_widget_toc ol {
  list-style: circle inside;
  margin: 0;
  padding: 0;
}
.hkb_widget_toc ol ol {
  margin-left: 25px;
}
.hkb_widget_toc ol li {
  margin: 0 0 5px;
}
.hkb_widget_toc ol li:last-of-type {
  margin-bottom: 0;
}
.hkb_widget_toc ol a {
  color: inherit;
}
.hkb_widget_exit__btn {
  margin-top: 20px;
  display: inline-block;
}
body.tax-ht_kb_category #hkb.hkb-template-category .hkb-article {
  padding: 3px 0;
}
body.tax-ht_kb_category #hkb.hkb-template-category .hkb-article .hkb-article__title {
  font-size: 16px;
}

