/*
Master Stylesheet
*/
/*
Variables here.
*/
/* 
    Created on : Jul 29, 2015, 11:28:32 AM
    Author     : Jason Russo
*/
/*
Master Stylesheet
*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/*
Master Stylesheet
*/
@font-face {
  font-display: swap;
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.svg") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat-ExtraBold.otf") format("opentype"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.svg") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.svg") format("svg");
}
.menuTrigger {
  left: 0;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  background: #000009;
  border: 1px dashed red;
  border-radius: 10px;
  color: #FFFFFF;
  left: 65px;
  padding: 5px;
  top: 65px;
  width: 200px;
  height: auto;
  overflow: visible;
  z-index: 99999999;
}

ul {
  margin: 0;
}

.column2 li {
  float: left;
  width: 50%;
}

a:active, a:focus, button:active, button:focus {
  border: none;
  outline: none;
}

a {
  color: #8d949b;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a:active, a:focus, a:hover {
  color: #000009;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat-ExtraBold", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000009;
}

h1 {
  font-size: 3.5rem;
}
@media (max-width: 1480px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 35px;
}
@media (max-width: 1480px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 1480px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 1.75rem;
}

strong {
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
}

p {
  margin: 0 0 10px;
}

small {
  font-size: 0.75rem;
}

address {
  margin-bottom: 0;
}

iframe {
  max-width: 700px;
  width: 100%;
}

textarea {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.size-large, .size-full {
  height: auto;
}
@media (max-width: 770px) {
  .size-large, .size-full {
    max-width: 100%;
  }
}

hr {
  height: 3px !important;
}

input:-moz-placeholder, input:focus {
  box-shadow: none !important;
}

.alignleft {
  float: left;
  margin: 0 15px 0 0;
}

.alignright {
  float: right;
  margin: 0 0 0 15px;
}

.verticalMiddle {
  align-self: center;
}

.aligncenter {
  display: block;
  margin: auto;
}

.padding50 {
  padding: 50px 100px;
}

.wp-caption {
  max-width: 100%;
}

.maxWidth {
  margin: auto !important;
  max-width: 1500px;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}

.bounce {
  animation: bounce 2s infinite;
}

.search-excerpt {
  background: #dfe0e1;
  color: #FFFFFF;
}

.fix {
  clear: both;
}

.row-eq-height {
  display: flex;
}

/** Anchors **/
.anchorlink {
  left: 0;
  height: 2px;
  margin: -190px 0 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/** ToolTips **/
.toolWrap {
  font-size: 1.35rem;
}
.noBorder {
  border: 0px solid transparent !important;
}

.minHeight {
  max-height: 550px;
  height: 100%;
}

@media (max-width: 951px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }
}

/** Bottom anchor **/
#backtoTop {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 50%;
  box-shadow: 1px 2px 4px #ccc;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 65px;
  height: 50px;
  text-align: center;
  width: 50px;
  opacity: 0;
  right: 15px;
}
#backtoTop i {
  color: #000009;
  font-size: 40px;
  line-height: normal;
}
#backtoTop.active {
  opacity: 1;
}

.blueText, a.blueText {
  color: #3295f7 !important;
}
.blueText:hover, .blueText:active, .blueText:focus, a.blueText:hover, a.blueText:active, a.blueText:focus {
  color: inherit;
}

.greyText {
  color: #eaeaea;
}

.brownBg {
  background-color: #dfe0e1;
}

.greenBg {
  background-color: #3A4F0D;
  color: #E9A71B;
}

.greyBg {
  background-color: #eaeaea;
  padding: 25px;
  position: relative;
}

*:focus {
  outline: none;
}

body {
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-size: 1.125rem;
  color: #000009;
  line-height: 1.45rem;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0.75em;
}

.navbar-light .navbar-toggler {
  color: #FFFFFF;
}
@media (max-width: 985px) {
  .navbar-light .navbar-toggler {
    color: inherit;
  }
}

.site-logo img {
  max-width: 100px;
}

.nogutter {
  --bs-gutter-x: 0;
}

.btn-primary {
  background-color: #3A4F0D;
  border-color: #3A4F0D;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #000009;
  border-color: #000009;
}

.fas::before {
  color: #3A4F0D;
}

.radialg {
  background: rgb(111, 127, 78);
  background: radial-gradient(circle, rgb(111, 127, 78) 0%, rgb(58, 79, 13) 40%);
  color: #E9A71B;
  position: relative;
}
.radialg:before {
  background-color: #3A4F0D;
  content: "";
  height: 2px;
  width: 100%;
  margin: 0 0 0;
  position: absolute;
  top: -10px;
  left: 0;
}
.radialg:after {
  background-color: #3A4F0D;
  content: "";
  height: 2px;
  width: 100%;
  margin: 0 0 0;
  position: absolute;
  bottom: -10px;
  left: 0;
}

/*
Master Stylesheet
*/
/**
 * Navigation for Fixed-top type menu
 **/
#mainNavWrap.fixed-top {
  background-color: #E9A71B;
  height: 120px;
  margin: 0px auto 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 770px) {
  #mainNavWrap.fixed-top {
    height: 80px;
    padding: 0;
  }
}
#mainNavWrap.fixed-top .custom-logo {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#mainNavWrap.fixed-top.active {
  height: 80px;
}
#mainNavWrap.fixed-top.active .navbar-brand, #mainNavWrap.fixed-top.active .custom-logo {
  height: auto;
  max-width: 175px;
}
#mainNavWrap.fixed-top.active .navbar-nav li {
  padding-top: 0;
}
#mainNavWrap.fixed-top.active .nbar {
  max-height: 20px;
}
#mainNavWrap.fixed-top.active .navbar-nav .homePage {
  padding-top: 0;
}
#mainNavWrap.fixed-top.active .navbar-nav .homePage a {
  height: 60px;
  width: 120px;
}
/*
Master Stylesheet
*/
.mainHeader {
  background: #FFFFFF;
}
@media (max-width: 770px) {
  .mainHeader {
    min-height: 80px;
  }
}
@media (max-width: 770px) {
  .mainHeader .col-lg-5 {
    text-align: center;
  }
}
@media (max-width: 770px) {
  .mainHeader .col-12 {
    padding: 0;
  }
}
.mainHeader .custom-logo-link {
  display: inline-block;
  z-index: 1;
}
@media (max-width: 770px) {
  .mainHeader .custom-logo-link {
    left: 15px;
    margin-top: 15px;
    position: absolute;
  }
}
.mainHeader .custom-logo {
  height: auto;
  max-width: 300px;
}
@media (max-width: 1100px) {
  .mainHeader .custom-logo {
    height: auto;
    max-width: 200px;
  }
}

.fa-bars::before {
  color: #000009;
}

.navbar-toggler {
  font-size: 1.65rem;
  min-height: 40px;
  margin-right: 15px;
  margin-top: 5px;
}
.navbar-toggler span {
  width: 40px;
  height: 4px;
  background-color: #000009;
  display: block;
  position: relative;
}
.navbar-toggler .l1 {
  top: -8px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: top 500ms ease 500ms, transform 500ms ease;
}
.navbar-toggler .l1.close {
  top: 5px;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  transition: top 500ms ease, transform 500ms ease 500ms;
}
.navbar-toggler .l2 {
  top: 0px;
  opacity: 1;
  transition: opacity 100ms ease 200ms;
}
.navbar-toggler .l2.close {
  opacity: 0;
}
.navbar-toggler .l3 {
  top: 8px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: top 500ms ease 500ms, transform 500ms ease;
}
.navbar-toggler .l3.close {
  top: -3px;
  transform: matrix(-0.7071, 0.7071, -0.7071, -0.7071, 0, 0);
  transition: top 500ms ease 500ms, transform 500ms ease;
}

.dropdown-toggle.show .fas::before {
  color: #E9A71B;
}
.dropdown-toggle.show .fas {
  transform: rotate(90deg);
}
@media (max-width: 770px) {
  .dropdown-toggle.show .fas {
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: middle;
  }
}
.dropdown-toggle:after {
  border: none;
  content: "";
  vertical-align: top;
}
.dropdown-toggle .fas {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media (max-width: 985px) {
  .dropdown-toggle .fas {
    float: right;
    padding-right: 10px;
    vertical-align: middle;
  }
}

#mainNav {
  margin-bottom: 0;
}
@media (max-width: 985px) {
  #mainNav .container-fluid {
    align-items: flex-start !important;
    justify-content: flex-end !important;
  }
}
@media (max-width: 985px) {
  #mainNav {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 985px) {
  #mainNav #main-menu {
    background-color: #eaeaea;
    margin-top: 15px;
  }
}
#mainNav li {
  padding: 0px;
  position: relative;
}
#mainNav li.dropdown::before {
  content: "";
  position: relative;
}
@media (max-width: 985px) {
  #mainNav li:first-child a {
    border-top: 1px solid #ccc;
  }
  #mainNav li a {
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
  }
}
#mainNav li a {
  color: #3A4F0D;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
#mainNav li a:active, #mainNav li a:focus, #mainNav li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 985px) {
  #mainNav li a:active, #mainNav li a:focus, #mainNav li a:hover {
    color: #E9A71B;
  }
}
#mainNav li.active::before, #mainNav li.current-menu-ancestor::before {
  color: #E9A71B;
}
#mainNav li.active a, #mainNav li.current-menu-ancestor a {
  color: #FFFFFF;
}
@media (max-width: 985px) {
  #mainNav li.active a, #mainNav li.current-menu-ancestor a {
    color: #E9A71B;
  }
}
#mainNav li {
  /** Dropdown Menus action **/
}
#mainNav li:hover > .dropdown-menu {
  display: flex;
  flex-direction: row;
}
@media (max-width: 985px) {
  #mainNav li:hover > .dropdown-menu {
    display: none;
    flex-direction: column;
  }
}
#mainNav li .dropdown-menu {
  display: none;
}
#mainNav li .dropdown-menu.show {
  display: flex;
}
@media (max-width: 985px) {
  #mainNav li .dropdown-menu.show {
    flex-direction: column;
  }
}
#mainNav li {
  /** Dropdown caret action **/
}
#mainNav li:hover::before {
  color: #E9A71B;
}
#mainNav li:hover .dropdown-toggle .fas::before {
  color: #E9A71B;
}
#mainNav li:hover .dropdown-toggle .fas {
  transform: rotate(90deg);
}
@media (max-width: 985px) {
  #mainNav li:hover .dropdown-toggle .fas {
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: middle;
  }
}
#mainNav li .dropdown-menu {
  background-color: #FFFFFF;
  min-width: 22rem;
  border-radius: 0;
}
@media (max-width: 985px) {
  #mainNav li .dropdown-menu {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
#mainNav li .dropdown-menu a {
  color: #3A4F0D;
  padding-bottom: 0;
  padding-top: 0;
}
#mainNav li .dropdown-menu li {
  border-right: 2px solid #697946;
}
#mainNav li .dropdown-menu li.active a {
  background-color: #697946;
}
#mainNav li .dropdown-menu li:last-child {
  border-right: 2px solid transparent;
}
@media (max-width: 985px) {
  #mainNav li .dropdown-menu li {
    border-right: none;
  }
  #mainNav li .dropdown-menu li:first-child a {
    border-top: none;
  }
  #mainNav li .dropdown-menu li a {
    border-bottom: none;
  }
}
#mainNav li .dropdown-menu .dropdown-menu {
  border: none;
  display: block;
  padding-top: 0;
  position: relative;
}
@media (max-width: 985px) {
  #mainNav li .dropdown-menu .dropdown-menu {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
  }
}
#mainNav li .dropdown-menu .dropdown-menu a {
  background-color: transparent !important;
  color: #000009;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 20px;
  margin-right: 3px;
  text-transform: none;
}
#mainNav li .dropdown-menu .dropdown-menu a:hover, #mainNav li .dropdown-menu .dropdown-menu a:active, #mainNav li .dropdown-menu .dropdown-menu a:focus {
  background-color: #697946 !important;
}
#mainNav li .dropdown-menu .dropdown-menu li {
  border-right: none;
}
#mainNav li .dropdown-menu .dropdown-menu li.active a {
  background-color: #697946 !important;
}
#mainNav li .dropdown-menu .dropdown-menu li::before {
  content: "";
}
@media (max-width: 985px) {
  #mainNav li .dropdown-menu .dropdown-menu li {
    border-bottom: none;
    border-radius: 0;
  }
}

/************************************************ END MENU ******************************/
/**
 * Carousel Overrides
 **/
.lgx-carousel-section {
  border-bottom: 7px solid #3A4F0D;
  border-top: 7px solid #3A4F0D;
}

.lgx-carousel-section .lgx-carousel .lgx-item {
  padding: 0;
}

.lgx-carousel .owl-item {
  max-height: 568px;
  min-width: auto;
}

.owl-theme .owl-controls {
  position: absolute;
  margin-top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #3A4F0D;
}

.postHeader {
  margin-top: 15px;
}
.postHeader .post-title {
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .postHeader img {
    height: auto;
  }
}

/** Pagination Links Default **/
.pagination {
  justify-content: center;
}

.page-numbers {
  list-style-type: none outside none;
  margin: 0;
  padding: 0;
}
.page-numbers li {
  display: inline-block;
  font-size: 1.25rem;
}

.prevPost {
  float: left;
}

.nextPost {
  float: right;
}

/** Bootstrap Overrides **/
.page-item.active .page-link {
  background-color: #3A4F0D;
  border-color: #3A4F0D;
  color: #FFFFFF;
}

.page-link {
  color: #3A4F0D;
}
.page-link:hover, .page-link:active {
  color: #000009;
}
.page-link:focus {
  box-shadow: 0 0 0.25rem rgba(35, 31, 32, 0.6);
}

/*
Master Stylesheet
*/
/**
 * Sidebar
 **/
.sidebar ul {
  list-style: none outside none;
  padding-left: 0;
}

.greyBgWS p::before, .greyBgWS p::after, .greyBgWS h1::before, .greyBgWS h1::after, .greyBgWS h2::before, .greyBgWS h2::after, .greyBgWS h3::before, .greyBgWS h3::after, .greyBgWS h4::before, .greyBgWS h4::after, .greyBgWS h5::before, .greyBgWS h5::after, .greyBgWS h6::before, .greyBgWS h6::after {
  content: " ";
  background: #eaeaea;
  display: inline-block;
  height: 60%;
  position: absolute;
  left: -185px;
  z-index: -1;
  margin-top: -25px;
  width: 200px;
  z-index: -1;
}
@media (max-width: 770px) {
  .greyBgWS p::before, .greyBgWS p::after, .greyBgWS h1::before, .greyBgWS h1::after, .greyBgWS h2::before, .greyBgWS h2::after, .greyBgWS h3::before, .greyBgWS h3::after, .greyBgWS h4::before, .greyBgWS h4::after, .greyBgWS h5::before, .greyBgWS h5::after, .greyBgWS h6::before, .greyBgWS h6::after {
    display: none;
  }
}
.greyBgWS p::after, .greyBgWS h1::after, .greyBgWS h2::after, .greyBgWS h3::after, .greyBgWS h4::after, .greyBgWS h5::after, .greyBgWS h6::after {
  left: auto;
  right: -172px;
}

/*
Master Stylesheet
*/
.main {
  margin: 1.5rem auto auto;
  max-width: 1500px;
}

.wrapper {
  margin-top: 120px;
}
@media (max-width: 770px) {
  .wrapper {
    margin-top: 90px;
  }
}

.home .wrapper {
  margin-top: 0;
}
.home .footer {
  margin-top: 0;
}
@media (max-width: 770px) {
  .home .main {
    margin: auto;
  }
}

.homeC {
  margin: 114px 0 0;
}
@media (max-width: 770px) {
  .homeC {
    margin: 60px 0 0;
  }
}

.pcontent h1, .pcontent h2, .pcontent h3, .pcontent h4, .pcontent h5 {
  color: #000009;
}

/** Home Page **/
.homePage .section {
  border-top: 1px solid #3A4F0D;
  display: flex;
  padding: 25px;
  flex-direction: row;
  flex-wrap: wrap;
}
.homePage .section .column img {
  height: auto;
}
@media (max-width: 770px) {
  .homePage .section .column {
    width: 100% !important;
  }
}
.homePage .section.even > .column {
  padding-right: 15px;
  width: 25%;
}
.homePage .section.even > .column:nth-child(2) {
  width: 75%;
}
@media (max-width: 770px) {
  .homePage .section.even > .column {
    padding-right: 0;
  }
}
.homePage .section.odd > .column {
  width: 75%;
}
.homePage .section.odd > .column:nth-child(2) {
  padding-left: 15px;
  width: 25%;
}
@media (max-width: 770px) {
  .homePage .section.odd > .column {
    order: 1;
  }
  .homePage .section.odd > .column:nth-child(2) {
    padding-left: 0;
    order: 0;
  }
}

/** Widgets **/
.aboutPotDevin {
  left: -15px;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  padding: 15px 25px;
  position: absolute;
  text-align: center;
  width: 300px;
  background: #3A4F0D;
  text-transform: uppercase;
  border-radius: 0px 8px 8px 0px;
  box-shadow: 1px 1px 1px #FFFFFF;
  color: #FFFFFF;
}
@media (max-width: 770px) {
  .aboutPotDevin {
    margin-bottom: 15px;
    position: relative;
  }
}

/** temp **/
.aboutus {
  max-width: 1200px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 50px;
}

.jlatest_posts {
  color: #FFFFFF;
}
.jlatest_posts .btn-primary {
  padding: 12px;
  width: 80%;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
}
.jlatest_posts .btn-primary .fas {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  left: 0;
  position: relative;
}
.jlatest_posts .btn-primary:hover .fas {
  left: 4px;
}
.jlatest_posts .btn-primary .fas:before {
  color: #FFFFFF;
}
.jlatest_posts .bg {
  background-color: rgba(35, 31, 32, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
}
.jlatest_posts .card-body {
  padding: 0;
  position: relative;
  position: relative;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: covoer;
  background-position: center center;
}
.jlatest_posts h1, .jlatest_posts h2, .jlatest_posts h3, .jlatest_posts h4, .jlatest_posts h5 {
  color: #FFFFFF;
}
.jlatest_posts .cardInfo {
  bottom: 0;
  padding: 25px;
  position: absolute;
}

/** Headers **/
.carousel-caption {
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption h1 {
  color: #FFFFFF;
  text-transform: uppercase;
}

/** Blog Posts **/
.postHeader.radialg {
  margin-left: -12px;
  margin-right: -12px;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}

.productFeaturedHeader {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 15px;
}
@media (min-width: 1270px) {
  .productFeaturedHeader img {
    width: 100%;
  }
}

.post {
  margin-bottom: 25px;
}
@media (max-width: 770px) {
  .post .mobilecolumn {
    flex-direction: column;
  }
}
.post .summary-title {
  border-bottom: 1px solid #eaeaea;
  max-width: 1000px;
}
.post .date {
  min-width: 10%;
}
.post .date.noabs {
  float: left;
  position: relative;
}
@media (max-width: 770px) {
  .post .date {
    min-width: 100%;
  }
}

.post-meta {
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  margin: 15px 0;
}

/**
 * Page Header Featured Images
 **/
#carouselFeatured .carousel-item {
  max-height: 368px;
}

/*
Master Stylesheet
*/
/**
 * Forms
 **/
.md-form {
  margin-top: 1.5rem;
  position: relative;
}

.wpcf7-form .wpcf7-checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.wpcf7-form .wpcf7-checkbox input {
  height: 25px;
  width: 25px;
}
.wpcf7-form .wpcf7-checkbox label {
  font-size: 1.5rem;
}
.wpcf7-form .container-fluid .form-control {
  background-color: transparent;
}
.wpcf7-form .container-fluid .wpcf7-form-control-wrap {
  z-index: 1;
}
.wpcf7-form .container-fluid label {
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 1rem;
  color: #000009;
  cursor: text;
  text-overflow: ellipsis;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform: translateY(12px);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
}
.wpcf7-form .container-fluid label.active {
  color: #3A4F0D;
  font-size: 1rem;
  transform: translateY(-20px) scale(0.8);
}
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
}

.form-control {
  border-color: #000009;
}
.form-control:focus {
  border-color: #3A4F0D;
  box-shadow: 0 0 0.25rem rgba(59, 79, 29, 0.8);
}

/*
Master Stylesheet
*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background-color: #3A4F0D;
  border-color: #3A4F0D;
  color: #FFFFFF;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:active {
  background-color: #000009;
  border-color: #000009;
  color: #FFFFFF;
}

.woocommerce-breadcrumb {
  display: none;
}

.downloadSpecs {
  padding: 15px 0;
}

.related.products {
  display: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  border: 1px solid #697946;
}

/** Pagination **/
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #3A4F0D;
  border-color: #3A4F0D;
  color: #FFFFFF;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  color: #3A4F0D;
  padding: 0.375rem 0.75rem;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:active, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span:active {
  color: #000009;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #dee2e6;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left: none;
}

/*
Master Stylesheet
*/
.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.grid-x {
  display: flex;
  flex-wrap: wrap;
}
.grid-x .small-6 {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .grid-x .small-6 {
    width: 100%;
  }
}

.faq-sidebar {
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 4px;
}
.faq-sidebar h3 {
  margin-bottom: 0.5rem;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
  font-weight: 700;
}

.faq-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-category-list li {
  margin-bottom: 0.5rem;
}
.faq-category-list li:last-child {
  margin-bottom: 0;
}
.faq-category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  transition: all 0.2s ease;
  color: #000009;
}
.faq-category-list li a:hover {
  background: rgba(23, 121, 186, 0.1);
  padding-left: 1rem;
  text-decoration: none;
}
.faq-category-list li.is-active a {
  font-weight: 700;
  color: #1779ba;
  background: rgba(23, 121, 186, 0.05);
}
.faq-category-list .badge {
  margin-left: auto;
  font-size: 0.75rem;
}

.accordion {
  list-style: none outside none;
  margin-left: 0;
}

.faq-item {
  border-bottom: 1px solid #e6e6e6;
  transition: background-color 0.2s ease;
}
.faq-item.is-active .accordion-title:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item.faq-featured {
  background: #fffbf0;
  border-left: 3px solid #f0b849;
}
.faq-item.faq-featured .accordion-title {
  font-weight: 600;
}
.faq-item.search-hidden {
  display: none;
}

.faq-star {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1rem;
  vertical-align: middle;
}

.faq-category-badge {
  display: inline-block;
  font-size: 0.75rem;
  color: #ccc;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  background: rgba(108, 117, 125, 0.1);
  border-radius: 3px;
  margin-left: 0.5rem;
}
@media screen and (max-width: 639px) {
  .faq-category-badge {
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.faq-accordion .accordion-title,
.faq-shortcode-accordion .accordion-title,
.faq-widget-accordion .accordion-title {
  display: block;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  background: #ffffff;
  border: none;
  color: #000009;
  transition: all 0.2s ease;
  position: relative;
}
.faq-accordion .accordion-title:hover,
.faq-shortcode-accordion .accordion-title:hover,
.faq-widget-accordion .accordion-title:hover {
  background: #fafafa;
  color: #1779ba;
}
.faq-accordion .accordion-title:focus,
.faq-shortcode-accordion .accordion-title:focus,
.faq-widget-accordion .accordion-title:focus {
  background: #fafafa;
  outline: 2px solid #1779ba;
  outline-offset: -2px;
}
.faq-accordion .accordion-title::before,
.faq-shortcode-accordion .accordion-title::before,
.faq-widget-accordion .accordion-title::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
  color: #1779ba;
}
.is-active > .faq-accordion .accordion-title::before,
.is-active > .faq-shortcode-accordion .accordion-title::before,
.is-active > .faq-widget-accordion .accordion-title::before {
  transform: translateY(-50%) rotate(180deg);
}
.faq-accordion .accordion-content,
.faq-shortcode-accordion .accordion-content,
.faq-widget-accordion .accordion-content {
  padding: 1.5rem;
  background: #ffffff;
  border: none;
  color: #000009;
  line-height: 1.7;
}
.faq-accordion .accordion-content p,
.faq-shortcode-accordion .accordion-content p,
.faq-widget-accordion .accordion-content p {
  margin-bottom: 1rem;
}
.faq-accordion .accordion-content p:last-child,
.faq-shortcode-accordion .accordion-content p:last-child,
.faq-widget-accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-content ul, .faq-accordion .accordion-content ol,
.faq-shortcode-accordion .accordion-content ul,
.faq-shortcode-accordion .accordion-content ol,
.faq-widget-accordion .accordion-content ul,
.faq-widget-accordion .accordion-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.faq-accordion .accordion-content a:hover,
.faq-shortcode-accordion .accordion-content a:hover,
.faq-widget-accordion .accordion-content a:hover {
  color: rgb(17.3875598086, 91.4736842105, 140.6124401914);
}
.faq-accordion .accordion-content .faq-helpful,
.faq-shortcode-accordion .accordion-content .faq-helpful,
.faq-widget-accordion .accordion-content .faq-helpful {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e6e6e6;
}
.faq-accordion .accordion-content .faq-helpful small,
.faq-shortcode-accordion .accordion-content .faq-helpful small,
.faq-widget-accordion .accordion-content .faq-helpful small {
  color: #ccc;
}

.faq-search {
  margin-bottom: 1.5rem;
}
.faq-search .input-group {
  margin-bottom: 0;
}
.faq-search .input-group-field {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.faq-search .input-group-field:focus {
  border-color: #1779ba;
  box-shadow: 0 0 0 1px #1779ba;
}
.faq-search .input-group-button .button {
  margin-bottom: 0;
  border-radius: 0 4px 4px 0;
}
.faq-search .input-group-button .button .fa-search {
  font-size: 1rem;
}

.faq-no-results {
  animation: fadeIn 0.3s ease;
}
.faq-no-results h4 {
  color: #ffc107;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-related-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.faq-related-list li:last-child {
  border-bottom: none;
}
.faq-related-list a {
  display: block;
  transition: padding-left 0.2s ease;
  color: #000009;
}
.faq-related-list a:hover {
  padding-left: 0.5rem;
  color: #1779ba;
  text-decoration: none;
}
.faq-related-list a .fa-question-circle {
  margin-right: 0.5rem;
  color: #1779ba;
}

.gchh-faq-widget .widget-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.gchh-faq-widget .menu {
  margin-bottom: 1rem;
}
.gchh-faq-widget .menu li a {
  padding: 0.5rem 0;
}
.gchh-faq-widget .menu li a .fa-question-circle {
  margin-right: 0.5rem;
  color: #1779ba;
}
.gchh-faq-widget .menu li a small {
  display: block;
  margin-top: 0.25rem;
  color: #ccc;
}
.gchh-faq-widget .accordion {
  margin-bottom: 1rem;
}
.gchh-faq-widget .accordion .accordion-title {
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
.gchh-faq-widget .accordion .accordion-content {
  padding: 1rem;
  font-size: 0.9rem;
}
.gchh-faq-widget .button {
  margin-top: 1rem;
}

.faq-shortcode-wrapper {
  margin: 2rem 0;
}
.faq-shortcode-wrapper ul {
  list-style: none outside none;
  margin-left: 0;
}
.faq-shortcode-wrapper .faq-shortcode-list li a {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  transition: padding-left 0.2s ease;
}
.faq-shortcode-wrapper .faq-shortcode-list li a:hover {
  padding-left: 0.5rem;
  text-decoration: none;
}
.faq-shortcode-wrapper .faq-shortcode-list li a .fa-question-circle {
  margin-right: 0.5rem;
  color: #1779ba;
}
.faq-shortcode-wrapper .faq-shortcode-list li a small {
  display: block;
  margin-top: 0.25rem;
  color: #ccc;
}
.faq-shortcode-wrapper .grid-x .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.faq-shortcode-wrapper .grid-x .card.faq-featured {
  border-top: 3px solid #f0b849;
}
.faq-shortcode-wrapper .grid-x .card .card-section:first-child {
  flex: 1;
}
.faq-shortcode-wrapper .grid-x .card .card-section h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.faq-shortcode-wrapper .grid-x .card .card-section .badge {
  margin-right: 0.5rem;
}

.faq-content {
  font-size: 1.05rem;
  line-height: 1.8;
}
.faq-content h2, .faq-content h3, .faq-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.faq-content p {
  margin-bottom: 1.25rem;
}
.faq-content ul, .faq-content ol {
  margin-left: 2rem;
  margin-bottom: 1.25rem;
}
.faq-content ul li, .faq-content ol li {
  margin-bottom: 0.5rem;
}
.faq-content code {
  background: #f8f9fa;
  padding: 0.125rem 0.375rem;
  border-radius: 3px;
  font-size: 0.9em;
}
.faq-content pre {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
}

.breadcrumbs {
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
}
.breadcrumbs li {
  color: #ccc;
}
.breadcrumbs li:not(:last-child)::after {
  color: #ced4da;
}
.breadcrumbs li a {
  color: #1779ba;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.callout {
  padding: 20px;
}
.callout.primary {
  border-left: 4px solid #1779ba;
}
.callout.primary h3, .callout.primary h4, .callout.primary h5 {
  color: #1779ba;
}
.callout.secondary {
  border-left: 4px solid #6c757d;
}
.callout.warning {
  border-left: 4px solid #ffc107;
}

@media screen and (max-width: 639px) {
  .faq-sidebar {
    margin-bottom: 1.5rem;
  }
  .faq-accordion .accordion-title,
  .faq-shortcode-accordion .accordion-title {
    font-size: 1rem;
    padding: 0.875rem 3rem 0.875rem 1rem;
  }
  .faq-accordion .accordion-title::before,
  .faq-shortcode-accordion .accordion-title::before {
    right: 1rem;
  }
  .faq-accordion .accordion-content,
  .faq-shortcode-accordion .accordion-content {
    padding: 1rem;
  }
  .callout.primary .button {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .callout.primary .button:last-child {
    margin-bottom: 0;
  }
  .faq-search .input-group {
    flex-wrap: wrap;
  }
  .faq-search .input-group .input-group-field,
  .faq-search .input-group .input-group-button {
    width: 100%;
  }
  .faq-search .input-group .input-group-field {
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #ced4da;
  }
  .faq-search .input-group .input-group-button .button {
    border-radius: 0 0 4px 4px;
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .faq-category-badge {
    font-size: 0.7rem;
  }
  .faq-accordion .accordion-title {
    font-size: 1rem;
  }
}
@media print {
  .faq-sidebar,
  .faq-search,
  .button,
  .callout.primary,
  .faq-category-badge,
  .faq-star,
  .breadcrumbs {
    display: none !important;
  }
  .faq-accordion .accordion-content,
  .faq-shortcode-accordion .accordion-content {
    display: block !important;
    padding: 0 0 1rem 0;
  }
  .faq-accordion .accordion-title::before,
  .faq-shortcode-accordion .accordion-title::before {
    display: none !important;
  }
  .faq-accordion .accordion-title,
  .faq-shortcode-accordion .accordion-title {
    font-weight: 700;
    padding: 0.5rem 0;
    background: none !important;
  }
  .faq-item {
    page-break-inside: avoid;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
}
.faq-accordion .accordion-title:focus-visible,
.faq-shortcode-accordion .accordion-title:focus-visible {
  outline: 3px solid #1779ba;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (prefers-contrast: high) {
  .faq-item {
    border-bottom-width: 2px;
  }
  .faq-accordion .accordion-title:focus {
    outline-width: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.faq-archive-wrapper {
  margin-bottom: 2rem;
}

.faq-search-section {
  margin-bottom: 2rem;
}
.faq-search-section .input-group {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.faq-search-section .input-group .input-group-field {
  font-size: 1.05rem;
  padding: 0.875rem 1.25rem;
  border: 2px solid #e6e6e6;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.faq-search-section .input-group .input-group-field:focus {
  border-color: #1779ba;
  box-shadow: none;
}
.faq-search-section .input-group .input-group-field::-moz-placeholder {
  color: white;
}
.faq-search-section .input-group .input-group-field::placeholder {
  color: white;
}
.faq-search-section .input-group .input-group-button .button {
  font-size: 1.05rem;
  padding: 0.875rem 1.5rem;
  border-radius: 0 4px 4px 0;
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.faq-search-section .input-group .input-group-button .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(23, 121, 186, 0.3);
}
.faq-search-section .input-group .input-group-button .button .fa {
  margin-right: 0.25rem;
}

.faq-category-tabs {
  margin-bottom: 2rem;
}
.faq-category-tabs .tabs {
  border: none;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
}
.faq-category-tabs .tabs .tabs-title {
  margin-bottom: 0;
}
.faq-category-tabs .tabs .tabs-title a {
  padding: 0.875rem 1.5rem;
  background: #ffffff;
  color: #000009;
  border-bottom: 3px solid transparent;
  display: block;
  transition: all 0.2s ease;
  font-weight: 500;
}
.faq-category-tabs .tabs .tabs-title a:hover {
  background: #fafafa;
  color: #1779ba;
}
.faq-category-tabs .tabs .tabs-title a .badge {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  background: #1779ba;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
}
.faq-category-tabs .tabs .tabs-title.is-active a {
  background: #ffffff;
  color: #1779ba;
  border-bottom-color: #1779ba;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .faq-category-tabs .tabs .tabs-title a {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  .faq-category-tabs .tabs .tabs-title a .badge {
    font-size: 0.7rem;
  }
}

.faq-help-section {
  margin-top: 3rem;
  text-align: center;
}
.faq-help-section h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.faq-help-section p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.faq-help-section .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(23, 121, 186, 0.3);
}

.faq-single .faq-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e6e6e6;
}
.faq-single .faq-meta span {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  color: #ccc;
}
.faq-single .faq-meta span .fa {
  margin-right: 0.5rem;
  color: #1779ba;
}
.faq-single .faq-meta .faq-featured-badge {
  background: #fffbf0;
  color: #f0b849;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  font-weight: 600;
}
.faq-single .faq-question h1 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 639px) {
  .faq-single .faq-question h1 {
    font-size: 1.5rem;
  }
}
.faq-single .faq-answer {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.faq-related-section {
  margin: 1rem 0;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 8px;
}
.faq-related-section h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.faq-navigation {
  margin: 1rem 0;
}
.faq-navigation .button .fa {
  transition: transform 0.2s ease;
}
.faq-navigation .button:hover .fa-arrow-left {
  transform: translateX(-4px);
}
.faq-navigation .button:hover .fa-arrow-right {
  transform: translateX(4px);
}

.widget_indietech_faq_widget .widgettitle {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #1779ba;
}
.widget_indietech_faq_widget .faq-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_indietech_faq_widget .faq-widget-list li {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e6e6e6;
}
.widget_indietech_faq_widget .faq-widget-list li:last-child {
  border-bottom: none;
}
.widget_indietech_faq_widget .faq-widget-list li a {
  display: flex;
  align-items: center;
  transition: padding-left 0.2s ease;
}
.widget_indietech_faq_widget .faq-widget-list li a:hover {
  padding-left: 0.5rem;
  color: #1779ba;
  text-decoration: none;
}
.widget_indietech_faq_widget .faq-widget-card {
  margin-bottom: 1rem;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.widget_indietech_faq_widget .faq-widget-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.widget_indietech_faq_widget .faq-widget-card.faq-featured {
  border-top: 2px solid #f0b849;
}

.faq-shortcode-wrapper .faq-list-simple {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-shortcode-wrapper .faq-list-simple li a {
  display: flex;
  align-items: center;
  padding: 0.875rem 0;
  border-bottom: 1px solid #e6e6e6;
  transition: padding-left 0.2s ease;
}
.faq-shortcode-wrapper .faq-list-simple li a:hover {
  padding-left: 0.75rem;
  color: #1779ba;
  text-decoration: none;
}
.faq-shortcode-wrapper .faq-card {
  height: 100%;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.faq-shortcode-wrapper .faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.faq-shortcode-wrapper .faq-card.faq-featured {
  border-top: 4px solid #f0b849;
}

.faq-category-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  background: #1779ba;
  padding: 0.25rem 0.625rem;
  border-radius: 12px;
  margin-left: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 639px) {
  .faq-category-label {
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.faq-accordion .accordion-content,
.faq-widget-accordion .accordion-content {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-featured .fa-star {
  animation: pulse 2s ease-in-out infinite;
  color: #f0b849;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.faq-loading {
  text-align: center;
  padding: 2rem;
}
.faq-loading::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 3px solid #e6e6e6;
  border-top-color: #1779ba;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*
Master Stylesheet
*/
.footer {
  background-color: #E9A71B;
  margin-top: 15px;
  min-height: 100px;
  padding-top: 15px !important;
  position: relative;
}
.footer a {
  color: #000009;
}
.footer a:hover, .footer a:active, .footer a:focus {
  color: #3A4F0D;
}
.footer .maxWidth {
  padding: 0 0 20px;
}
.footer ul {
  clear: both;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin-bottom: 7px;
  margin-right: 15px;
}
.footer .mainFooter {
  justify-content: center;
  text-align: center;
}
.footer .mainFooter h3 {
  font-size: inherit;
  font-weight: bold;
}
.footer .mainFooter div.col-lg-4 {
  width: auto;
}
@media (max-width: 1100px) {
  .footer .mainFooter div.col-lg-4 {
    width: 33.333%;
  }
}
@media (max-width: 770px) {
  .footer .mainFooter div.col-lg-4 {
    width: inherit;
  }
}
.footer .copyrights {
  padding-top: 25px;
}
.footer .copyrights p {
  font-size: 0.75rem;
}
@media (max-width: 770px) {
  .footer .copyrights {
    padding-top: 15px;
  }
}