.wf-active body,
html body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22.5px; }

.wf-active p, .wf-active span, .wf-active a,
html p,
html span,
html a {
  font-weight: 300; }

.wf-active .site-title,
html .site-title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.wf-active .menu,
html .menu {
  font-family: 'Roboto'; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000; }

.h1, h1 {
  line-height: 35px;
  font-size: 28px;
  text-transform: uppercase; }

.h2, h2 {
  line-height: 30px;
  font-size: 24px;
  text-transform: uppercase; }

.h3, h3 {
  line-height: 26.25px;
  font-size: 21px;
  text-transform: none; }

.h4, h4 {
  line-height: 22.5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: none; }

body {
  position: relative; }

@media (max-width: 767px) {
  p {
    font-size: 15px; } }

.error-404 {
  padding: 26px 0; }
  .error-404 .search-form {
    padding: 0; }
    .error-404 .search-form input[type=text] {
      width: 80%; }
    .error-404 .search-form .searchsubmit {
      width: auto; }

.module.widget-handle i {
  color: #606060;
  opacity: 1; }
  .module.widget-handle i.fa-search {
    color: #000;
    font-size: 22px; }

.search-results .no-header aside {
  padding-top: 1rem; }

.widget.widget_search .search-form:after {
  color: #fff;
  font-size: 22px;
  right: -41px;
  z-index: 1; }

.widget.widget_search .search-form > .searchsubmit {
  right: -53px; }

#breadcrumbs {
  font-size: 13px; }
  #breadcrumbs a {
    font-weight: bold;
    color: #606060; }

.content-breadcrumb {
  margin-bottom: 30px;
  margin-top: 10px; }

.col-center {
  vertical-align: top;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.section-title {
  font-weight: 600;
  line-height: 35px; }

.ess-share-text {
  display: none !important; }

.inline-block {
  display: inline-block; }

.no-list-style {
  list-style-type: none;
  margin-left: 0; }

.left {
  float: left; }

.bold {
  font-weight: 600; }

.wf-active span.small-bold,
.wf-active p.small-bold {
  font-weight: 700; }

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

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

.small {
  font-size: 13px; }

.post-meta {
  color: #8c979e; }

.number {
  background-color: #606060;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 600 !important;
  margin-right: 15px;
  text-align: center;
  padding-top: 6px;
  height: 50px;
  width: 50px; }

h4 .number {
  background-color: #000; }

.numbered-list {
  list-style-type: none;
  margin: 0; }

.get-started-content {
  vertical-align: middle; }

.support-txt {
  color: #8c979e;
  font-size: 13px; }

.affix {
  position: fixed;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.code-container {
  position: relative; }
  .code-container pre {
    padding-top: 25px; }
  .code-container .btn-copy {
    position: absolute;
    top: 0;
    right: 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post-content .entry-content h3.post-title {
  font-size: 21px;
  line-height: 26.25px; }

h3.post-title a {
  font-size: 21px;
  line-height: 26.25px; }

.post-content .entry-content h2.post-title {
  font-size: 24px;
  line-height: 30px; }

h2.post-title a {
  font-size: 24px;
  line-height: 30px; }

@media (min-width: 1200px) {
  .container {
    width: 1200px; }
  .affix {
    position: fixed; } }

@media (min-width: 768px) {
  .page-title-section h1 {
    padding-right: 18rem; } }

.custom-box-link,
.custom-box-link:visited {
  border: 1px solid #eee;
  color: #606060;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.74);
  -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.74);
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.74);
  padding: 15px 25px;
  min-height: 200px;
  display: block; }
  .custom-box-link:hover,
  .custom-box-link:visited:hover {
    color: #606060;
    text-decoration: none;
    background-color: #f0f0f0; }

.bg-secondary {
  background-color: #F9F9F9; }

.custom-box-container {
  padding: 15px; }

.back-to-top {
  bottom: 20px; }

.page-title-section {
  height: auto;
  padding: 30px 0;
  margin-bottom: 3rem; }

@supports (display: flex) {
  .site {
    display: flex;
    min-height: 100vh;
    flex-direction: column; }
  .main-container {
    flex: 1; }
  .logged-in .site {
    min-height: calc(100vh - 32px); } }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent; }

.logo {
  height: 35px; }

.menu li a {
  font-size: 15px;
  font-weight: 300; }

.nav-bar {
  height: 70px;
  max-height: 70px;
  line-height: 73px; }
  .nav-bar a {
    height: 70px; }

#site-navigation .module.left {
  padding-left: 0; }

.nav-open #main-menu-container {
  display: block !important; }

.site-header {
  z-index: 3; }

/* Header menu */
.menu {
  height: 70px; }
  .menu li.current-menu-item a, .menu li.current_page_parent a {
    color: #1b6985; }
  .menu li.dropdown::after {
    color: #1b6985; }
  .menu li a {
    letter-spacing: normal;
    opacity: 1;
    text-transform: none; }
    .menu li a:hover {
      color: #1b6985;
      text-decoration: none; }

#main-menu-container {
  float: left;
  padding: 0;
  margin-bottom: 25px; }

@supports (display: flex) {
  #menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    width: 100%; }
  @media (min-width: 992px) {
    #main-menu-container {
      width: 65%; } } }

@media (min-width: 992px) {
  #main-menu-container {
    float: right;
    margin-bottom: 0; }
  .menu > li > a {
    position: relative;
    top: 8px; }
  .menu li.dropdown::after {
    top: 8px; }
  .search {
    position: relative;
    top: 8px;
    right: -15px; }
  #site-navigation .search-widget-handle {
    padding-left: 15px; } }

@media (min-width: 1200px) {
  #main-menu-container {
    margin-right: 30px; } }

@media (max-width: 991px) {
  .mobile-toggle i {
    position: relative;
    top: 18px; } }

.btn,
.btn:visited {
  border-radius: 25px;
  border-width: 2px;
  font-weight: 300;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none; }

.mb_hero_video .btn.btn-filled:hover {
  background-color: #1b6985 !important;
  color: #fff !important; }

input[type="submit"],
input[type="reset"] {
  border-radius: 25px !important;
  border: 2px solid;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  line-height: 1.42857143;
  max-width: 250px;
  padding: 6px 12px;
  text-transform: uppercase;
  width: auto;
  min-width: auto; }

footer {
  width: 100%;
  padding: 32px 0 22px 0; }
  footer #menu-footer-menu {
    margin: 0 0 25px 0;
    padding: 0;
    height: 100%; }
    footer #menu-footer-menu .menu-item {
      border-bottom: none !important;
      display: block;
      list-style-type: none;
      margin-right: 50px;
      text-align: center; }
      footer #menu-footer-menu .menu-item:last-child {
        margin-right: 0; }
  @supports (display: flex) {
    @media (min-width: 768px) {
      footer #menu-footer-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around; }
        footer #menu-footer-menu .menu-item {
          margin-right: 0; } } }
  footer #social {
    float: none; }

@media (min-width: 768px) {
  footer #menu-footer-menu {
    margin-bottom: 0; }
    footer #menu-footer-menu li {
      display: inline-block;
      text-align: left; } }

@media (min-width: 992px) {
  footer #social {
    float: right; } }

#social li a[href*="mailto:"] .fa:before {
  content: '\f0e0'; }

#social li a[href*="bugs-and-help"] .fa:before {
  content: '\f188'; }

#menu-social-items {
  position: relative;
  top: 9px; }

.menu-anchors {
  list-style-type: none;
  margin-left: 0;
  margin-top: 2rem; }
  .menu-anchors .submenu-anchors {
    margin-left: 0; }
  .menu-anchors.small-screen {
    margin-top: 0;
    max-height: calc(100vh - 72px);
    overflow-y: scroll; }
  .menu-anchors li {
    position: relative; }
    .menu-anchors li .menu-anchor-item,
    .menu-anchors li .menu-anchor-subitem {
      color: #606060;
      display: block;
      font-weight: 400; }
      .menu-anchors li .menu-anchor-item:focus, .menu-anchors li .menu-anchor-item.active, .menu-anchors li .menu-anchor-item:hover,
      .menu-anchors li .menu-anchor-subitem:focus,
      .menu-anchors li .menu-anchor-subitem.active,
      .menu-anchors li .menu-anchor-subitem:hover {
        border-color: #1b6985;
        font-weight: 700; }
    .menu-anchors li a {
      border-left: 2px solid #eee;
      padding: 3px 10px; }
      .menu-anchors li a:hover {
        background-color: transparent; }
    .menu-anchors li .menu-anchor-subitem {
      padding-left: 20px; }
    .menu-anchors li.active a.menu-anchor-item,
    .menu-anchors li.active a.menu-anchor-subitem, .menu-anchors li:hover a.menu-anchor-item,
    .menu-anchors li:hover a.menu-anchor-subitem {
      border-color: #1b6985;
      font-weight: 700; }

.entry-sidebar {
  max-width: 290px; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-fixed {
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .table-fixed .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1170px; }
  .table-fixed.affix {
    padding-top: 20px; }

.post-template-board-technical-specs .table-fixed {
  top: 55px; }

.post-template-board-technical-specs.scroll-up .table-fixed {
  top: 125px; }

.table-header-fixed {
  width: 100%;
  table-layout: fixed; }
  .table-header-fixed td:nth-child(1), .table-header-fixed th:nth-child(1) {
    min-width: 20%; }
  .table-header-fixed thead tr {
    display: block;
    position: relative; }
  .table-header-fixed tbody {
    display: block;
    overflow: auto;
    height: 70vh;
    width: 100%; }

.warning {
  position: relative;
  display: block;
  padding: .75rem 1.5rem .75rem 3.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .warning:before {
    content: '\f071';
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    top: .75rem;
    left: .75rem; }

.info {
  position: relative;
  display: block;
  padding: .75rem 1.5rem .75rem 3.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .info:before {
    content: '\f129';
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    top: .75rem;
    left: .75rem; }

.error {
  position: relative;
  display: block;
  padding: .75rem 1.5rem .75rem 3.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .error:before {
    content: '\f00d';
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    top: .75rem;
    left: .75rem; }

.success {
  position: relative;
  display: block;
  padding: .75rem 1.5rem .75rem 3.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .success:before {
    content: '\f00c';
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    top: .75rem;
    left: .75rem; }

aside {
  font-size: 13px;
  max-width: 290px;
  float: right; }
  aside .sidebar-title {
    color: #8c979e;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
  aside .aside-more-details {
    border-top: 1px solid #eee;
    margin-top: 2rem;
    padding-top: 2rem; }
  aside .affix {
    max-width: 290px;
    top: 20px;
    position: fixed !important; }

.toc-container {
  margin-top: 3rem; }

.post-content .post-meta li a {
  color: #1b6985; }
  .post-content .post-meta li a:visted {
    color: #1b6985; }
  .post-content .post-meta li a:hover {
    color: #1aa3ca; }

.post-grid-small.mb_news .post-title {
  margin-top: 0; }

.post-grid-small .entry-header img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.post-grid-small .entry-header:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.widget .widget-title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.widget h2.widget-title {
  font-size: 24px;
  line-height: 30px; }

.widget.mb-grid section {
  padding: 25px 0; }

.widget.widget_nav_menu > div ul li {
  border-bottom: none; }

.widget.widget_nav_menu .menu > li a {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.widget_jal_widget .widget-title {
  margin-top: 0; }

.widget_jal_widget .jaw_symbol {
  color: transparent;
  position: relative; }
  .widget_jal_widget .jaw_symbol::before {
    font-family: FontAwesome;
    content: '\f054';
    color: #606060;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 10px; }

.widget_jal_widget .expanded > ul {
  display: block; }

.widget_jal_widget .expanded > .jaw_months .jaw_symbol::before,
.widget_jal_widget .expanded > .jaw_years .jaw_symbol::before {
  content: '\f078'; }

.jaw_widget {
  margin-left: 0;
  list-style-type: none; }
  .jaw_widget ul {
    display: none;
    list-style-type: none; }
    .jaw_widget ul a.jaw_months:hover,
    .jaw_widget ul a.jaw_years:hover {
      text-decoration: none;
      cursor: pointer; }

.social-net {
  list-style-type: none;
  font-size: 28px;
  margin-left: 0; }
  .social-net a {
    color: #606060; }

#lure-community {
  border-top: 1px solid #eee; }

.tags-list {
  margin-left: 0;
  list-style-type: none; }
  .tags-list li {
    display: inline-block;
    margin-right: 15px; }
    .tags-list li:last-child {
      margin-right: 0; }

.btn.btn-shopping,
.btn.btn-shopping:visited {
  min-width: auto;
  padding: 3px 8px;
  border-radius: 5px;
  border-width: 1px;
  background-color: transparent; }

.list-layout .post-grid-small {
  border-bottom: 1px solid #eee; }
  .list-layout .post-grid-small h3 {
    margin-top: 0; }

.list-layout .entry-header {
  float: none;
  display: inline-block;
  vertical-align: top; }

.list-layout .entry-content {
  display: inline-block;
  vertical-align: top;
  width: 74%;
  text-align: left; }

.post-grid-small .post-meta {
  font-size: 13px; }

.single-mb_tutorial h1,
.post-template-board-tutorials h1 {
  margin-top: 0; }

.single-mb_tutorial *:target:before,
.post-template-board-tutorials *:target:before {
  content: "";
  display: block;
  height: 50px;
  /* fixed header height*/
  margin: -50px 0 0;
  /* negative fixed header height */ }

.single-mb_tutorial .entry-sidebar-header,
.post-template-board-tutorials .entry-sidebar-header {
  background-color: #F9FBFF;
  padding-bottom: 4rem; }

.single-mb_tutorial .numbered-list-title,
.post-template-board-tutorials .numbered-list-title {
  margin-bottom: 30px; }

.single-mb_tutorial section,
.post-template-board-tutorials section {
  padding: 0;
  outline: none; }

.single-mb_tutorial section,
.post-template-board-tutorials section {
  padding-top: 15px;
  margin-top: -10px; }

.single-mb_tutorial .subsection-title,
.post-template-board-tutorials .subsection-title {
  color: #8c979e; }

.single-mb_tutorial .component-name,
.post-template-board-tutorials .component-name {
  width: 100%; }

.single-mb_tutorial .support-txt p,
.post-template-board-tutorials .support-txt p {
  margin-bottom: 0; }

.single-mb_tutorial aside .item-compatibility li,
.post-template-board-tutorials aside .item-compatibility li {
  margin-bottom: 40px; }

.single-mb_tutorial .tutorial-reference-container,
.post-template-board-tutorials .tutorial-reference-container {
  margin-top: 25px; }

.single-mb_tutorial .tutorial-reference,
.post-template-board-tutorials .tutorial-reference {
  margin-left: 10px; }

.single-mb_tutorial .component-thumbnail,
.post-template-board-tutorials .component-thumbnail {
  width: 10%; }

.logged-in.post-template-board-tutorials .affix, .logged-in.single-mb_tutorial .affix {
  top: 70px; }

.logged-in.post-template-board-tutorials.scroll-up .affix, .logged-in.single-mb_tutorial.scroll-up .affix {
  top: 140px; }

#instructions .tutorial-step {
  margin: 15px 0;
  padding: 15px 0;
  outline: none; }

#instructions .number {
  padding-top: 15px; }

.post-grid-small .tutorial-title a {
  color: #606060;
  font-weight: 300; }

/* tutorials archive */
.grid-controls {
  position: relative;
  margin-bottom: 2rem; }

.view-elements {
  margin-bottom: 1rem;
  text-align: right;
  position: absolute;
  top: 0;
  right: -15px;
  width: auto; }
  .view-elements .btn-link {
    color: #8c979e; }
    .view-elements .btn-link.active, .view-elements .btn-link:hover {
      color: #1b6985; }

.post-content.post-grid-small .shapely-category {
  width: 50%; }

.post-content .shapely-category {
  background: rgba(255, 255, 255, 0.5);
  height: 30px; }
  .post-content .shapely-category:hover {
    background: white; }
  .post-content .shapely-category a,
  .post-content .shapely-category a:visited {
    color: #606060;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 4px;
    padding-bottom: 0;
    text-transform: none; }
    .post-content .shapely-category a:after,
    .post-content .shapely-category a:visited:after {
      display: none; }
  .post-content .shapely-category a:hover {
    color: #1aa3ca; }

/* Board tutorials */
.post-template-board-tutorials aside {
  padding-top: 25px; }

.tutorial-actions {
  list-style-type: none;
  margin-left: 0;
  margin-top: 2rem; }
  .tutorial-actions li {
    display: inline-block;
    vertical-align: top; }
  .tutorial-actions .btn {
    min-width: auto; }
    .tutorial-actions .btn:hover {
      opacity: 0.9; }

.single-mb_tutorial .section-title {
  border-bottom: 1px solid #eee; }

.single-mb_lure.post-grid-small .entry-content {
  float: none; }

.single-mb_lure .header-callout h1 {
  text-align: center; }

.single-mb_lure .header-callout .post-summary {
  text-align: center; }

.single-mb_lure .lure-detail {
  padding: 0 15px; }

.single-mb_lure .post-featured-image img {
  max-height: 200px;
  width: auto; }

.section-description {
  margin-bottom: 6rem; }

.post-type-archive-mb_lure .widget .textwidget {
  max-width: 100%; }

.single-mb_lure .lure-list,
.post-type-archive-mb_lure .lure-list {
  margin-top: -25px; }

.single-mb_lure aside,
.post-type-archive-mb_lure aside {
  font-size: 13px;
  max-width: 290px; }
  .single-mb_lure aside .item-compatibility li,
  .post-type-archive-mb_lure aside .item-compatibility li {
    margin-bottom: 40px; }
  .single-mb_lure aside .sidebar-title,
  .post-type-archive-mb_lure aside .sidebar-title {
    color: #8c979e;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
  .single-mb_lure aside .affix,
  .post-type-archive-mb_lure aside .affix {
    max-width: 290px;
    top: 70px;
    position: fixed !important; }

.single-mb_lure.scroll-up .affix,
.post-type-archive-mb_lure.scroll-up .affix {
  top: 140px; }

.single-mb_lure section,
.post-type-archive-mb_lure section {
  padding: 25px 0; }

.single-mb_lure .section-title,
.post-type-archive-mb_lure .section-title {
  font-weight: 600;
  border-bottom: 1px solid #eee;
  line-height: 35px; }

.single-mb_lure .subsection-title,
.post-type-archive-mb_lure .subsection-title {
  color: #8c979e; }

.logged-in #secondary-nav.affix {
  top: 31px; }

.logged-in .table-fixed {
  top: 81px; }

.logged-in.scroll-up #secondary-nav.affix {
  top: 118px; }
  @media (min-width: 992px) {
    .logged-in.scroll-up #secondary-nav.affix {
      top: 102px; } }

.logged-in.scroll-up .table-fixed {
  top: 150px; }

@media (min-width: 768px) {
  .social-networks {
    position: absolute;
    right: 0;
    top: 46px; } }

#secondary-nav {
  background-color: #F0F0E2;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
  min-height: 50px; }
  #secondary-nav a,
  #secondary-nav a:visited {
    color: #606060; }
    #secondary-nav a:hover,
    #secondary-nav a:visited:hover {
      color: #0E1213; }
  #secondary-nav .custom-breadcrumb {
    margin-top: 13px;
    text-align: center;
    display: block; }
  #secondary-nav #nav-title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none; }
    #secondary-nav #nav-title.navbar-open .fa:before {
      content: '\f077'; }
    #secondary-nav #nav-title .fa {
      display: inline-block; }
      @media (min-width: 992px) {
        #secondary-nav #nav-title .fa {
          display: none !important; } }
  #secondary-nav .navbar-nav {
    display: none; }
    @media (min-width: 992px) {
      #secondary-nav .navbar-nav {
        display: block !important;
        float: right; } }
  #secondary-nav .general-breadcrumb {
    display: none; }
  @media (min-width: 992px) {
    #secondary-nav .container {
      position: relative; } }
  #secondary-nav .navbar-container li {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase; }
  #secondary-nav .navbar-container .active,
  #secondary-nav .navbar-container li:hover {
    background-color: #D0D0C1; }
    #secondary-nav .navbar-container .active a,
    #secondary-nav .navbar-container li:hover a {
      font-weight: 400;
      color: #0E1213;
      background-color: transparent; }
  @media (min-width: 992px) {
    #secondary-nav .navbar-container {
      float: right;
      width: 100%;
      position: absolute; }
      #secondary-nav .navbar-container .navbar-nav {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        width: 100%; } }
  #secondary-nav.affix {
    position: fixed;
    top: 0;
    z-index: 2; }
    @media (min-width: 992px) {
      #secondary-nav.affix .custom-breadcrumb {
        text-align: left;
        display: inline-block !important;
        float: left; } }
    #secondary-nav.affix .general-breadcrumb {
      display: inline-block; }
  #secondary-nav .social-networks {
    top: 12px; }

.scroll-up #secondary-nav.affix {
  top: 70px; }

.post-template-board-technical-specs img[src$='.svg'].size-post-thumbnail,
.post-template-board-technical-specs img[src$='.png'].size-post-thumbnail {
  height: 90px;
  width: auto; }

.post-template-board-technical-specs #secondary-nav .custom-breadcrumb,
.post-template-board-no-sidebar #secondary-nav .custom-breadcrumb,
.post-template-board-full-width #secondary-nav .custom-breadcrumb {
  display: inline-block !important;
  float: left; }

.site-header {
  transition: all ease-in-out; }

.scroll-up .site-header {
  position: fixed;
  width: 100%;
  z-index: 3; }

.background-1 {
  background-color: #356992 !important;
  color: #fff; }
  .background-1 h1 {
    color: #fff; }
  .background-1 #breadcrumbs a,
  .background-1 #breadcrumbs a:hover,
  .background-1 #breadcrumbs a:visited {
    color: #fff; }

.background-2 {
  background-color: #98ca3c !important; }

.background-3 {
  background-color: #3b404c !important;
  color: #fff; }
  .background-3 h1 {
    color: #fff; }
  .background-3 #breadcrumbs a,
  .background-3 #breadcrumbs a:hover,
  .background-3 #breadcrumbs a:visited {
    color: #fff; }
  .background-3 .board-price {
    border-color: #fff; }

.background-4 {
  background-color: #1b6985 !important;
  color: #fff; }
  .background-4 h1 {
    color: #fff; }
  .background-4 .board-price {
    border-color: #fff; }
  .background-4 #breadcrumbs a,
  .background-4 #breadcrumbs a:hover,
  .background-4 #breadcrumbs a:visited {
    color: #fff; }

#board-hero {
  padding: 25px 0;
  background-color: #356992;
  color: #fff; }
  #board-hero h1, #board-hero h4 {
    color: #fff; }
  #board-hero #breadcrumbs a,
  #board-hero #breadcrumbs a:hover,
  #board-hero #breadcrumbs a:visited {
    color: #fff; }
  #board-hero .background-1 {
    background-color: #356992;
    color: #fff; }
    #board-hero .background-1 h1 {
      color: #fff; }
    #board-hero .background-1 #breadcrumbs a,
    #board-hero .background-1 #breadcrumbs a:hover,
    #board-hero .background-1 #breadcrumbs a:visited {
      color: #fff; }
  #board-hero.background-2 {
    background-color: #98ca3c; }
  #board-hero.background-3 {
    background-color: #3b404c;
    color: #fff; }
    #board-hero.background-3 h1 {
      color: #fff; }
    #board-hero.background-3 #breadcrumbs a,
    #board-hero.background-3 #breadcrumbs a:hover,
    #board-hero.background-3 #breadcrumbs a:visited {
      color: #fff; }
    #board-hero.background-3 .board-price {
      border-color: #fff; }
  #board-hero.background-4 {
    background-color: #1b6985;
    color: #fff; }
    #board-hero.background-4 h1 {
      color: #fff; }
    #board-hero.background-4 .board-price {
      border-color: #fff; }
    #board-hero.background-4 #breadcrumbs a,
    #board-hero.background-4 #breadcrumbs a:hover,
    #board-hero.background-4 #breadcrumbs a:visited {
      color: #fff; }
  #board-hero .board-feature {
    text-align: center; }
  #board-hero .banner-title {
    text-align: center; }
    #board-hero .banner-title h4 {
      font-weight: 300; }
  #board-hero .board-price p {
    margin: 0; }
  #board-hero .post-thumbnail {
    padding: 2rem 4rem; }
  @media (min-width: 992px) {
    #board-hero .col-md-4 {
      display: inline-block;
      float: none;
      vertical-align: middle;
      padding: 0;
      width: 33%; }
    #board-hero .board-price {
      display: inline-block;
      border-left: 1px solid #fff;
      float: none;
      padding-left: 25px;
      vertical-align: middle; }
    #board-hero .board-feature {
      display: inline-block;
      padding-right: 25px;
      float: none;
      text-align: right;
      vertical-align: middle;
      width: 65%; }
    #board-hero .banner-title {
      text-align: left; } }

.post-template-board-full-width .page-title-section,
.post-template-where-to-buy .page-title-section {
  margin-bottom: 0; }

.specs-content {
  padding-top: 25px; }

.post-template-board-tutorials aside {
  max-width: 290px; }

.benefit-item {
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .benefit-item {
      margin-bottom: 0; } }

.benefit-icon img {
  height: 50px;
  width: auto; }

:target:before {
  content: "";
  display: block;
  height: 200px;
  /* fixed header height*/
  margin: -200px 0 0;
  /* negative fixed header height */ }

.post-template-board-sidebar-left aside {
  font-size: 13px;
  max-width: 290px; }

.post-template-board-sidebar-left .entry-content {
  float: right; }
  .post-template-board-sidebar-left .entry-content.specs-content {
    float: none; }

.post-template-board-sidebar-left.post-grid-small .entry-content {
  float: none; }

.post-template-board-sidebar-left .post-board-header {
  float: none; }

.post-template-board-sidebar-left section {
  padding: 25px 0; }

.post-template-board-sidebar-left .section-title {
  font-weight: 600;
  border-bottom: 1px solid #eee;
  line-height: 35px; }

.post-template-board-sidebar-left .subsection-title {
  color: #8c979e; }

.bv-container {
  float: none;
  margin: 0 auto; }

.widgets-board .menu-item {
  display: inline-block;
  border-bottom: none; }

#product-benefits {
  background-color: #F9F9F9; }

#product-benefits {
  padding: 40px 0; }

.single-mb_board .page-title-section {
  margin-bottom: 0; }

.single-mb_board section {
  padding: 80px 0; }
  .single-mb_board section .section-title {
    font-weight: 400;
    margin-bottom: 50px;
    border-bottom: none; }
  .single-mb_board section .section-subtitle {
    color: #8c979e;
    margin-bottom: 50px;
    margin-top: 0; }
  .single-mb_board section .spec-label {
    color: #8c979e;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px; }
  .single-mb_board section .spec-desc {
    font-size: 13px;
    margin-bottom: 15px; }

.single-mb_board .specs-summary {
  margin-top: 2rem; }

.single-mb_board #board-versions .post-title {
  margin-top: 10px;
  text-align: center; }
  @media (min-width: 992px) {
    .single-mb_board #board-versions .post-title {
      margin-top: 25px; } }

.single-mb_board #board-versions .post-content {
  margin-bottom: 5rem; }
  @media (min-width: 992px) {
    .single-mb_board #board-versions .post-content {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .single-mb_board .specs-summary {
    margin-top: 0;
    padding-left: 40px;
    float: right; } }

.single-mb_board .compare-boards {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 15px 0; }
  .single-mb_board .compare-boards a {
    text-transform: uppercase; }

.single-mb_board #tutorials {
  background-color: #F8F8F8; }

#board-versions {
  border-top: 1px solid #eee;
  padding-bottom: 0; }
  #board-versions .mb_board_version .wp-post-image {
    max-height: 200px;
    width: auto; }

.specs-table-header {
  margin-bottom: 0; }
  .specs-table-header.table > thead > tr > th {
    vertical-align: top; }

.table-fixed {
  z-index: 1; }

.post-template-board-technical-specs .section-title {
  margin-bottom: 1rem; }

.post-template-board-technical-specs #main section {
  padding: 0;
  margin-bottom: 3rem; }

.post-template-board-technical-specs .board-content {
  padding-top: 30px; }

.board-content-full .post-content {
  margin-bottom: 0; }

#board-versions {
  margin-bottom: 8rem; }

.post-template-board-documentation section {
  padding: 0;
  outline: none; }

.post-template-board-documentation section {
  padding-top: 60px;
  margin-top: -60px; }

.post-template-board-documentation .section-title {
  border-bottom: 1px solid #eee;
  line-height: 35px; }

.post-template-board-documentation .subsection-title {
  color: #8c979e; }

.post-template-board-documentation .support-txt p {
  margin-bottom: 0; }

.post-template-board-documentation .docs-content {
  float: right;
  margin-top: -25px; }

.post-template-board-documentation aside {
  font-size: 13px;
  max-width: 290px; }
  .post-template-board-documentation aside .affix {
    width: 290px;
    top: 55px;
    position: fixed !important; }
  .post-template-board-documentation aside .sidebar-title {
    color: #8c979e;
    text-transform: uppercase;
    letter-spacing: 1.5px; }

.post-template-board-documentation .tutorial-reference-container {
  margin-top: 25px; }

.post-template-board-documentation .tutorial-reference {
  margin-left: 10px; }

.logged-in.post-template-board-documentation .affix {
  top: 80px; }

.logged-in.post-template-board-documentation.scroll-up .affix {
  top: 150px; }

.logged-in.post-template-board-documentation section {
  padding-top: 80px;
  margin-top: -80px; }

.logged-in.post-template-board-documentation .board-content {
  padding-top: 85px; }

.logged-in.post-template-board-documentation.scroll-up section {
  padding-top: 200px;
  margin-top: -200px; }

.logged-in.post-template-board-documentation.scroll-up .board-content {
  padding-top: 220px; }

.get-started .number {
  background-color: #fff;
  color: #606060;
  padding-top: 28px;
  height: 80px;
  width: 80px;
  font-size: 41px;
  border-radius: 40px; }
  .get-started .number:hover {
    background-color: #1b6985;
    color: #fff; }

#text-2,
#text-6 {
  background-color: #2D3237;
  padding: 96px 0;
  color: #fff; }
  #text-2 .widget-title,
  #text-6 .widget-title {
    color: #fff;
    text-align: center; }
  #text-2 .textwidget,
  #text-6 .textwidget {
    margin: 0 auto; }

/* Get started */
.widget .get-started {
  list-style-type: none;
  margin-top: 50px; }
  .widget .get-started a {
    color: #fff;
    font-weight: 600; }
    .widget .get-started a:hover {
      color: #fff; }
  .widget .get-started .col-sm-12 {
    margin-bottom: 1.5rem; }
  .widget .get-started .text-center {
    text-align: left; }
  .widget .get-started .text-right {
    text-align: left; }
  @media (min-width: 992px) {
    .widget .get-started .text-center {
      text-align: center; }
    .widget .get-started .text-right {
      text-align: right; } }

#text-4 .textwidget {
  margin: 0 auto; }

.page-template-support #main {
  padding-bottom: 50px; }

.page-template-support *:target:before {
  content: "";
  display: block;
  height: 50px;
  /* fixed header height*/
  margin: -50px 0 0;
  /* negative fixed header height */ }

.page-template-support h2 {
  padding: 0;
  outline: none; }

.page-template-support .affix {
  width: 290px;
  top: 55px;
  position: fixed !important; }

.page-template-support aside .menu-item {
  border-bottom: none !important;
  padding-bottom: 10px !important;
  margin-bottom: 5px !important; }
  .page-template-support aside .menu-item a,
  .page-template-support aside .menu-item a:visited {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 22.5px !important;
    color: #606060 !important;
    padding: 7px 10px !important; }
    .page-template-support aside .menu-item a:hover,
    .page-template-support aside .menu-item a:visited:hover {
      color: #1b6985 !important; }
  .page-template-support aside .menu-item a[target='_blank']::after {
    font-family: FontAwesome;
    content: '\f08e';
    display: inline-block;
    margin-left: 5px; }

.single-mb_docs .entry-content {
  float: right; }

.single-mb_docs #main {
  padding-bottom: 50px; }

.single-mb_docs *:target:before {
  content: "";
  display: block;
  height: 50px;
  /* fixed header height*/
  margin: -50px 0 0;
  /* negative fixed header height */ }

.single-mb_docs h2 {
  padding: 0;
  outline: none; }

.single-mb_docs h2 {
  padding-top: 35px;
  margin-top: -10px; }

.single-mb_docs .affix {
  width: 290px;
  top: 55px;
  position: fixed !important; }

.single-mb_docs aside .sidebar-title {
  color: #8c979e;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.single-mb_docs aside .menu-item {
  border-bottom: none !important;
  padding-bottom: 10px !important;
  margin-bottom: 5px !important; }
  .single-mb_docs aside .menu-item a,
  .single-mb_docs aside .menu-item a:visited {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 22.5px !important;
    color: #606060 !important;
    padding: 7px 10px !important; }
    .single-mb_docs aside .menu-item a:hover,
    .single-mb_docs aside .menu-item a:visited:hover {
      color: #1b6985 !important; }
  .single-mb_docs aside .menu-item a[target='_blank']::after {
    font-family: FontAwesome;
    content: '\f08e';
    display: inline-block;
    margin-left: 5px; }

.post-type-archive-mb_docs .page-title-section {
  border-bottom: 1px solid #eee;
  height: auto;
  margin-bottom: 25px;
  padding: 15px 0 25px 0; }

.post-template-where-to-buy section,
.page-template-where-to-buy section {
  padding: 25px 0; }

.post-template-where-to-buy td,
.page-template-where-to-buy td {
  vertical-align: top; }

.post-template-where-to-buy .item-thumbnail,
.page-template-where-to-buy .item-thumbnail {
  width: 100px;
  padding-right: 15px; }

.post-template-where-to-buy .section-title,
.page-template-where-to-buy .section-title {
  font-weight: 600;
  line-height: 35px; }
  .post-template-where-to-buy .section-title .fa,
  .page-template-where-to-buy .section-title .fa {
    color: #8c979e;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    top: -2px; }

.post-template-where-to-buy .subsection-title,
.page-template-where-to-buy .subsection-title {
  color: #8c979e; }

.post-template-where-to-buy .size-thumbnail,
.page-template-where-to-buy .size-thumbnail {
  max-height: 90px;
  width: auto; }

@media (min-width: 1025px) {
  .post-template-where-to-buy .item-thumbnail,
  .page-template-where-to-buy .item-thumbnail {
    width: 6%; } }

.post-template-where-to-buy .size-thumbnail.wp-post-image[src*=svg],
.page-template-where-to-buy .size-thumbnail.wp-post-image[src*=svg] {
  width: 100%; }

.post-template-where-to-buy aside,
.page-template-where-to-buy aside {
  font-size: 13px;
  max-width: 290px; }
  .post-template-where-to-buy aside .affix,
  .page-template-where-to-buy aside .affix {
    width: 290px;
    top: 20px;
    position: fixed !important; }
  .post-template-where-to-buy aside .item-compatibility li,
  .page-template-where-to-buy aside .item-compatibility li {
    margin-bottom: 40px; }
  .post-template-where-to-buy aside .sidebar-title,
  .page-template-where-to-buy aside .sidebar-title {
    color: #8c979e;
    text-transform: uppercase;
    letter-spacing: 1.5px; }

.faq-question {
  border-bottom: 1px solid #eee;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 21px;
  line-height: 26.25px;
  padding: 10px 35px 10px 0;
  margin-bottom: 5rem; }
  .faq-question::after {
    font-family: FontAwesome;
    content: '\f078';
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #23CCFB;
    font-size: 15px; }
  .faq-question.expanded {
    font-weight: 600;
    margin-bottom: 0; }
    .faq-question.expanded::after {
      content: '\f077'; }
  .faq-question:hover {
    font-weight: 600; }

.faq-answer {
  margin-bottom: 5rem; }

.page-template-support .faq-answer {
  display: none;
  margin-bottom: 5rem; }

.wp-editor .faq-answer {
  display: block !important;
  margin-bottom: 5rem; }

.wp-editor .faq-question {
  margin-bottom: 0; }

.table-header {
  border-bottom: 2px solid #23CCFB;
  font-weight: 600;
  font-size: 18px; }

.table-documentation > tbody > tr:nth-of-type(odd) {
  background-color: transparent; }

.table-documentation a,
.table-documentation a:visited {
  color: #606060; }

.table-documentation > tbody > tr > td,
.table-documentation > tbody > tr > th,
.table-documentation > tfoot > tr > td,
.table-documentation > tfoot > tr > th {
  border: none;
  background-color: transparent; }

.table-documentation > tbody > tr > td.table-header,
.table-documentation > tbody > tr > th.table-header,
.table-documentation > tfoot > tr > td.table-header,
.table-documentation > tfoot > tr > th.table-header {
  border-bottom: 2px solid #23CCFB; }