body {
  margin: 0;
  padding: 0;
}

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

header {
  display: block;
  margin: 0 0 20px 0;
}

body.x-navbar-fixed-top-active .x-navbar-wrap {
  height: 70px;
  margin-bottom: 1px;
}

.x-navbar {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: visible;
  z-index: 1030;
}

.x-navbar-inner {
  min-height: 70px;
}

.x-container.max {
  max-width: 1200px;
}

.x-container.width {
  width: 85%;
}

.x-navbar .x-container {
  position: relative;
}

.x-container {
  margin: 0 auto;
}

.x-container:before {
  content: " ";
  display: table;
}

header.masthead h1 {
  color: rgb(92, 92, 92);
  letter-spacing: -0.001em;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 400%;
  line-height: 1.1;
  text-rendering: optimizelegibility;
}

.x-brand {
  margin-top: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.035em;
  color: #272727;
}

.x-brand {
  display: block;
  float: left;
  line-height: 1;
  text-decoration: none;
}

.masthead img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.masthead a.x-btn-navbar,
a.x-btn-navbar.collapsed {
  margin-top: 11px;
}

.x-btn-navbar,
.x-btn-navbar.collapsed {
  font-size: 24px;
}

.x-btn-navbar.collapsed {
  color: #b7b7b7;
  background-color: #fff;
  box-shadow: inset 0 0 0 transparent, 0 1px 5px rgba(0, 0, 0, 0.25);
}

.x-btn-navbar {
  padding: 0.458em 0.625em;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  transition: box-shadow 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}

.x-btn-navbar {
  display: none;
  line-height: 1;
}

[data-x-icon],
[class*="x-icon-"] {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.masthead .bt-search-btn {
  display: none;
}

[data-x-icon],
[class*="x-icon-"] {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.masthead .bt-search-overlay {
  display: none;
}

#x-sum-search {
  padding: 18px 0 0 20px;
}

.masthead .form-search {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

.masthead form {
  margin: 0 0 1.313em;
}

.masthead label {
  display: block;
}

.masthead label {
  font-size: 100%;
  line-height: 1.7;
}

#x-sum-search .form-search .search-query {
  padding-left: 10px;
  border-radius: 0;
  box-shadow: none;
}

.masthead .form-search .search-query {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #4d4d4d;
}

.masthead input[type="text"] {
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.masthead input[type="text"] {
  display: inline-block;
  height: 42px;
  border: 1px solid #ddd;
  padding: 0 0.65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
}

.masthead input {
  font-family: "Open Sans", sans-serif;
}

.masthead input {
  margin: 0;
  vertical-align: middle;
}

#x-sum-search .form-search .x-header-search-button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: 0;
  height: 35px;
  text-shadow: initial;
  line-height: 16px;
}

.masthead [type="submit"] {
  color: #81d742;
}

.masthead [type="submit"] {
  border-radius: 0.25em;
}

@media (min-width: 1200px) {
  .masthead [type="submit"] {
    font-size: 1.1vw;
  }
}

.masthead [type="submit"] {
  display: inline-block;
  padding: 0.563em 1.125em 0.813em;
  cursor: pointer;
  font-weight: inherit;
  text-align: center;
  vertical-align: middle;
  transition: all 0.15s linear;
}

.masthead button {
  font-family: "Open Sans", sans-serif;
}

.masthead button {
  -webkit-appearance: button;
}

.masthead button {
  margin: 0;
}

.x-header-search-button .x-icon-search {
  content: "\f002";
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #4d4d4d;
  text-shadow: initial;
}

[data-x-icon],
[class*="x-icon-"] {
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

[class*="x-icon-"] {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.x-wrap-topnav .x-nav-wrap.desktop {
  float: right;
}

.x-nav-wrap.desktop {
  display: block;
}

.masthead-inline .desktop .x-nav {
  display: block;
  float: right;
}

.x-navbar .desktop .x-nav {
  margin: 0;
}

.x-nav {
  list-style: none;
}

.masthead ul {
  padding: 0;
}

.x-navbar .desktop .x-nav > li {
  float: left;
}

.desktop .menu-item {
  position: relative;
}

.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
  padding-left: 20px;
  padding-right: 20px;
}

.x-navbar .desktop .x-nav > li > a {
  box-shadow: inset 0 4px 0 0 #ffffff;
}

.x-navbar .desktop .x-nav > li > a {
  font-size: 16px;
}

.x-navbar .x-nav-wrap .x-nav > li > a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.x-navbar .desktop .x-nav > li > a {
  height: 70px;
  padding-top: 25px;
}

.x-navbar .desktop .x-nav > li.btl-join > a {
  background-color: #270;
  box-shadow: none;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 15px;
  height: 43px;
  padding-top: 13px;
  margin-left: 20px;
}

.x-navbar .desktop .x-nav > li.btl-join > a:hover {
  background-color: #134400;
  color: #fff;
  box-shadow: none;
}

.x-navbar .desktop .x-nav > li > a {
  color: #4d4d4d;
}

.x-navbar .desktop .x-nav > li > a {
  float: none;
  line-height: 1;
  text-decoration: none;
}

.x-navbar .x-nav a {
  transition: none;
}

.desktop .menu-item > a {
  position: relative;
}

.x-nav > li > a {
  display: block;
}

.x-navbar .desktop .x-nav > li > a > span {
  margin-right: -0.06em;
}

.x-navbar .x-nav > li > a > span {
  display: inline-block;
}

.x-navbar.x-navbar .desktop .x-nav > li ul {
  top: 70px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.masthead-inline .x-navbar .desktop .sub-menu {
  left: auto;
  right: 0;
}

.desktop .sub-menu {
  position: absolute;
  display: none;
  float: left;
  min-width: 200px;
  margin: 0;
  padding: 0.75em 0;
  font-size: 12px;
  list-style: none;
  background-color: #fff;
  z-index: 1000;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.desktop .menu-item {
  position: relative;
}

.x-navbar .desktop .sub-menu a {
  color: #4d4d4d;
}

.x-navbar .x-nav a {
  transition: none;
}

.desktop .sub-menu a {
  display: block;
  clear: both;
  padding: 0.5em 1.6em;
  line-height: 1.7;
  white-space: nowrap;
}

.desktop .menu-item > a {
  position: relative;
}

.x-wrap-topnav .x-brand-search {
  float: right;
  margin: 0 10px 0 0;
}

.x-brand-search {
  width: 250px;
  height: 70px;
}

#x-sum-search {
  padding: 13px 0 0 20px;
}

.masthead .form-search {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

.masthead form {
  margin: 0 0 1.313em;
}

.visually-hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}

.masthead label {
  display: block;
}

.masthead label {
  font-size: 100%;
  line-height: 1.7;
}

#x-sum-search .form-search .search-query {
  padding-left: 10px;
  border-radius: 0;
  box-shadow: none;
}

.masthead .form-search .search-query {
  width: 100%;
  margin-bottom: 0;
}

.masthead input[type="text"] {
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.masthead input[type="text"] {
  display: inline-block;
  height: 2.65em;
  border: 1px solid #ddd;
  padding: 0 0.65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
}

.masthead input {
  font-family: "Open Sans", sans-serif;
}

.masthead input {
  margin: 0;
  vertical-align: middle;
}

#x-sum-search .form-search .x-header-search-button {
  position: absolute;
  right: 0;
  top: 4px;
  background: transparent;
  border: 0;
  height: 35px;
  text-shadow: initial;
  line-height: 16px;
}

.masthead [type="submit"] {
  color: #81d742;
}

.masthead [type="submit"] {
  border-radius: 0.25em;
}

@media (min-width: 1200px) {
  .masthead [type="submit"] {
    font-size: 1.1vw;
  }
}

.masthead [type="submit"] {
  display: inline-block;
  padding: 0.563em 1.125em 0.813em;
  cursor: pointer;
  font-weight: inherit;
  text-align: center;
  vertical-align: middle;
  transition: all 0.15s linear;
}

.masthead button {
  font-family: "Open Sans", sans-serif;
}

.masthead button {
  -webkit-appearance: button;
}

.masthead button {
  margin: 0;
}

.x-header-search-button .x-icon-search {
  content: '\f002';
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #4d4d4d;
  text-shadow: initial;
}

[data-x-icon],
[class*="x-icon-"] {
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

[data-x-icon]:before,
[class*="x-icon-"]:before {
  content: attr(data-x-icon);
  line-height: 1;
}

.x-nav-wrap.mobile {
  clear: both;
  overflow: hidden;
}

.x-navbar .mobile .x-nav {
  margin: 25px 0;
}

.x-nav {
  list-style: none;
}

.masthead ul {
  padding: 0;
}

.menu-item-has-children {
  position: relative;
  min-width: 188px;
  text-align: center;
}

.menu-item-has-children .sub-menu {
  text-align: left;
}

.x-navbar .x-nav-wrap .x-nav > li > a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.x-navbar .mobile .x-nav li > a {
  color: #4d4d4d;
}

.x-navbar .mobile .x-nav li>a {
  margin: 0 0 -1px;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  background-color: transparent;
}

.x-navbar .mobile .x-nav li>a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal;
}

.x-navbar .x-nav a {
  transition: none;
}

.x-navbar .x-nav>li>a>span {
  display: inline-block;
}

.x-sub-toggle {
  width: 35px;
}

.x-sub-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.x-sub-toggle>span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
}

[data-x-icon],
[class*="x-icon-"] {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.x-navbar .mobile .x-nav ul {
  margin: 0 0 0 2.25em;
  list-style: none;
}

.masthead ul {
  padding: 0;
}

.x-navbar .mobile .x-nav li > a {
  color: #4d4d4d;
}

.x-navbar .mobile .x-nav li>a {
  margin: 0 0 -1px;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  background-color: transparent;
}

.x-navbar .mobile .x-nav li>a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal;
}

.x-navbar .x-nav a {
  transition: none;
}

.x-container:after {
  clear: both;
}

.x-container:after {
  content: " ";
  display: table;
}

.x-navbar.x-navbar .desktop .x-nav li.menu-item-has-children > a > span:after {
  /* Just to initiate for testing "FontAwesome" is the classic string for family */
  font-family: "Font Awesome 5 Free";
  content: "\f107";
}

.x-navbar .desktop .x-nav li.menu-item-has-children > a > span:after {
  content: "\f103";
  margin-left: 0.35em;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #4d4d4d;
}

.x-navbar .desktop .x-nav > li > a:hover {
  box-shadow: inset 0 4px 0 0 #66cc00;
}

.menu-item-has-children {
  position: relative;
  display: inline-block;
}

.masthead .sub-menu {
  display: none;
  min-width: 160px;
  z-index: 1;
}

.masthead .sub-menu a {
  display: block;
  text-decoration: none;
  font-size: 105%;
}

@media (min-width: 979px) {
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

@media (max-width: 979px) {
  .masthead-inline .x-btn-navbar {
    display: block;
    float: right;
  }
  .menu-item-has-children {
    width: 100%;
  }
  .menu-item-has-children {
    text-align: left;
  }
}

@media (max-width: 979px) {
  .x-nav-wrap.desktop {
    display: none;
  }
}

@media (max-width: 979px) {
  .x-brand-search {
    width: 200px;
  }
}

@media (max-width: 543px) {
  .masthead .bt-search-btn {
    display: inline-block;
    float: right;
    padding: 0.458em 0.625em;
    margin: 16px 16px 0 0;
    cursor: pointer;
  }
}

@media (max-width: 543px) {
  .masthead .x-container .bt-search-overlay {
    position: absolute;
    z-index: 999;
    width: 0;
    height: 100%;
    background: #fff;
    opacity: 0;
    display: block;
    transition: opacity 0.2s ease-in-out;
  }
}

@media (max-width: 543px) {
  .masthead .x-container .bt-search-overlay #x-sum-search {
    opacity: 0;
  }
}

@media (max-width: 543px) {
  .bt-search-overlay #x-sum-search {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 543px) {
  .masthead .x-container .bt-search-overlay .bt-search-close {
    opacity: 0;
  }
}

@media (max-width: 543px) {
  .bt-search-close {
    position: absolute;
    top: 0;
    right: -15px;
    cursor: pointer;
  }
}

@media (max-width: 543px) {
  .x-wrap-topnav {
    overflow: inherit;
  }
}

@media (max-width: 543px) {
  .x-wrap-topnav .x-brand-search {
    width: 100%;
    float: left;
    margin: 0;
    display: none;
  }
}

@media (max-width: 543px) {
  .x-wrap-topnav .x-brand-search #x-sum-search {
    padding-left: 0;
    padding-right: 0;
  }
}

.x-topnav {
  overflow: hidden;
}

.x-topnav {
  display: none;
}

.x-topnav .icon {
  display: none;
}

.x-subnav {
  overflow: hidden;
}

.x-subnav {
  display: none;
}

.x-subnav .icon {
  display: none;
}

.x-mynav {
  overflow: hidden;
}

.x-mynav {
  display: none;
}

.x-mynav .icon {
  display: none;
}

@media screen and (max-width: 979px) {
  .x-topnav {
    display: none;
  }
  .x-topnav a.icon {
    display: block;
  }
  .x-subnav {
    display: none;
  }
  .x-subnav a.icon {
    display: block;
  }
  .x-mynav {
    display: none;
  }
  .x-mynav a.icon {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .x-topnav.responsive {
    position: relative;
  }
  .x-topnav.responsive {
    display: block;
  }
  .x-subnav.responsive {
    position: relative;
  }
  .x-subnav.responsive {
    display: block;
  }
  .x-mynav.responsive {
    position: relative;
  }
  .x-mynav.responsive {
    display: block;
  }
}

@media (max-width: 543px) {
  .masthead .x-container.x-container-bt-search .bt-search-overlay .bt-search-close {
    opacity: 1;
  }
}

@media (max-width: 543px) {
  .bt-search-close .x-icon-close:before {
    content: "\f00d";
    font-size: 14px;
    display: inline-block;
  }
}

.desktop .sub-menu {
  min-width: 188px;
  width: 188px;
}

.desktop .sub-menu a {
  padding: 0.5em 1.2em;
}

.x-navbar .desktop .x-nav > li > a:hover {
  color: #272727;
}

.x-navbar .desktop .sub-menu a:hover {
  color: #272727;
}

.desktop .sub-menu a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.0175);
}

::-webkit-input-placeholder {
  color: #4d4d4d;
}

:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #4d4d4d;
}

::-ms-input-placeholder {
  color: #4d4d4d;
}

::placeholder {
  color: #4d4d4d;
}

@media (max-width: 430px) {
  .x-navbar a.x-btn-navbar,
  .x-navbar a.x-btn-navbar.collapsed {
    margin-top: 16px;
  }
  .x-navbar .x-btn-navbar {
    padding: 0.258em 0.425em;
  }
}

.x-btn-navbar.collapsed {
  color: #b7b7b7;
  background-color: #fff;
  box-shadow: inset 0 0 0 transparent, 0 1px 5px rgba(0, 0, 0, 0.25);
}

.bt-search-close {
  color: #4d4d4d;
  text-decoration: none;
}

.bt-search-btn {
  color: #4d4d4d;
  text-decoration: none;
}

.x-btn-navbar {
  text-decoration: none;
}

.x-brand .style-svg {
    width: 160px;
}

#bt-search-btn {
    text-decoration: none;
}

#x-btn-navbar-collapsed {
    text-decoration: none;
}

.masthead #searchform input[type="text"] {
    height: 42px;
    padding: 0 36px 0 12px;
}

.masthead #searchform [type="submit"] {
    padding: 0;
}

#x-sum-search .form-search .x-header-search-button {
    top: 12px;
    right: 10px;
    height: auto;
}
