/* VENDOR - Default fall-backs and external files.
 ========================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* BASE - Base Variable file along with starting point Mixins and Placeholders.
 ========================================================================== */
body {
  overflow-x: hidden;
}
body.bodyBoxed {
  background-color: rgba(255, 255, 255, 1);
}
body.bodyBoxed #container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
body #body-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
body #body-background-gradient {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -999;
}
body #body-background-gradient.horizontal {
  background: linear-gradient(270deg, rgba(198, 198, 198, 1), "");
  -webkit-animation: gradientHorizontal 30s ease infinite;
  -moz-animation: gradientHorizontal 30s ease infinite;
  -o-animation: gradientHorizontal 30s ease infinite;
  animation: gradientHorizontal 30s ease infinite;
  background-size: 400% 400%;
}
@-webkit-keyframes gradientHorizontal {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes gradientHorizontal {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes gradientHorizontal {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientHorizontal {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body #body-background-gradient.vertical {
  background: linear-gradient(180deg, rgba(198, 198, 198, 1), "");
  -webkit-animation: gradientVertical 30s ease infinite;
  -moz-animation: gradientVertical 30s ease infinite;
  -o-animation: gradientVertical 30s ease infinite;
  animation: gradientVertical 30s ease infinite;
  background-size: 400% 400%;
}
@-webkit-keyframes gradientVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-moz-keyframes gradientVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-o-keyframes gradientVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes gradientVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
#container > header {
  background-color: rgba(66, 140, 106, 1);
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#container > header:before {
  content: '';
  background-color: rgba(66, 140, 106, 1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#container > header.static {
  position: absolute;
}
#container > header.sticky {
  /* .site-logo {
   img {
   &.logo-regular {
   visibility: hidden;
   opacity: 0;
   }
   &.logo-transparent {
   visibility: hidden;
   opacity: 0;
   }
   &.logo-sticky {
   visibility: visible;
   opacity: 1;
   }
   } 
   }*/
}
#container > header.sticky.sticky-shadow:before {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
#container > header #header-top {
  background: #fff;
  padding: 5px 0;
  margin-bottom: 0;
  text-align: right;
  z-index: 99;
  position: relative;
  font-size: 0.8em;
}
#container > header > .container > .row {
  display: flex;
}
#container > header .site-logo {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
#container > header .site-logo a {
  position: relative;
}
#container > header .site-logo img {
  width: auto;
  max-width: 100%;
  height: 50px;
  vertical-align: top;
  float: left;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* 
   &.logo-transparent,
   &.logo-sticky {
   visibility: hidden;
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
   } */
}
#container > header .site-logo img.logo-regular {
  visibility: visible;
  opacity: 1;
}
#container > header .site-logo a:hover {
  text-decoration: none;
}
#container > header .site-title {
  color: #fff;
  text-transform: "";
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.sticky #container > header .site-title {
  color: #fff;
}
#container > header.transparent {
  background-color: transparent;
}
#container > header.transparent:not(.sticky) {
  /* .site-logo {
   img {
   &.logo-regular {
   visibility: hidden;
   opacity: 0;
   }
   &.logo-transparent {
   visibility: visible;
   opacity: 1;
   }
   &.logo-sticky {
   visibility: hidden;
   opacity: 0;
   }
   }
   } */
}
#container > header.transparent:not(.sticky):before {
  top: -100%;
}
#container > header .site-search-open {
  display: inline-block;
  margin: 0 22px 0 0;
  color: #fff;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky #container > header .site-search-open {
  color: #fff;
}
#container > header .site-search-open:hover, #container > header .site-search-open:active {
  color: #fff;
}
.sticky #container > header .site-search-open:hover, .sticky #container > header .site-search-open:active {
  color: #fff;
}
nav#mainMenu {
  text-align: right;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
nav#mainMenu > * {
  display: inline-block;
}
nav#mainMenu > div {
  width: 100%;
}
nav#mainMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
}
nav#mainMenu ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 5px 0;
  margin: 0 0 0 22px;
}
@media (max-width: 1199px) {
  nav#mainMenu ul li {
    margin: 0 0 0 10px;
  }
}
nav#mainMenu ul li:first-child {
  margin: 0;
}
nav#mainMenu ul li ul.sub-menu {
  display: inline-block;
  position: absolute;
  top: 100%;
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 99;
  border: 0;
  min-width: 200px;
  max-width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: rgba(66, 140, 106, 1);
}
header.transparent:not(.sticky) nav#mainMenu ul li ul.sub-menu {
  background-color: transparent;
}
nav#mainMenu ul li ul.sub-menu .move {
  left: auto !important;
  right: 100%;
}
nav#mainMenu ul li ul.sub-menu > li {
  position: relative;
  display: block;
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
nav#mainMenu ul li ul.sub-menu > li ul.sub-menu {
  left: 100%;
  margin-left: 0;
  top: 0;
}
nav#mainMenu ul li ul.sub-menu > li > a {
  text-decoration: none;
  border: 0;
  transition: all 0.3s ease-in-out;
  padding: 6px 22px;
  margin: 0;
  /* border-left: 3px solid transparent; */
}
nav#mainMenu ul li ul.sub-menu > li > a:hover {
  padding-left: 27px;
  padding-right: 17px;
}
nav#mainMenu ul li ul.sub-menu > li > a:hover:active {
  /* border-left: 3px solid $navbar-bottom-link-color-hover; */
  color: #fff;
}
.sticky nav#mainMenu ul li ul.sub-menu > li > a:hover:active {
  color: #fff;
}
nav#mainMenu ul li .move {
  right: 0;
}
nav#mainMenu ul li .move ul.sub-menu {
  left: auto !important;
  right: 100%;
}
nav#mainMenu ul li:hover > a {
  border-bottom: 3px solid #fff;
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
}
.sticky nav#mainMenu ul li:hover > a {
  color: #fff;
}
nav#mainMenu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
nav#mainMenu ul li:hover > ul.sub-menu > li {
  margin: 0;
}
nav#mainMenu ul li:hover > ul.sub-menu > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
}
nav#mainMenu ul li a {
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  padding: 10px 0;
  text-transform: "";
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
.sticky nav#mainMenu ul li a {
  color: #fff;
}
nav#mainMenu ul li a:hover, nav#mainMenu ul li a:active {
  border-bottom: 3px solid #fff;
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
}
.sticky nav#mainMenu ul li a:hover, .sticky nav#mainMenu ul li a:active {
  color: #fff;
}
nav#mainMenu ul li.cta a {
  border: 3px #fff solid;
  padding: 8px 22px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sticky nav#mainMenu ul li.cta a {
  border-color: #fff;
}
nav#mainMenu ul li.cta a:hover, nav#mainMenu ul li.cta a:active {
  transform: scale(1.03, 1.03);
}
nav#mainMenu ul li .menu-item-has-children > a:after {
  content: '\e080';
  padding: 0 0 0 11px;
  position: relative;
  top: 1px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav#mainMenu .site-search-open {
  margin: 0 0 0 22px;
}
#site-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-top: 35vh;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#site-search:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: -1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#site-search.active {
  opacity: 1;
  visibility: visible;
}
#site-search.active:before {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
}
#site-search.active input.s, #site-search.active h6 {
  transform: scale(1, 1);
}
#site-search #site-search-close {
  position: absolute;
  top: 60px;
  right: 60px;
}
#site-search #site-search-close i {
  color: rgba(46, 59, 86, 1);
  font-size: 24px;
}
#site-search h6 {
  color: rgba(46, 59, 86, 1);
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  margin: 0 auto 44px auto;
  padding: 0;
  transform: scale(0.9, 0.9);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#site-search input.s {
  max-width: 80%;
  width: auto;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: rgba(46, 59, 86, 0.4) 1px solid;
  color: rgba(46, 59, 86, 1);
  margin: 0;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  line-height: 20px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(0.9, 0.9);
  /* .light-text & {
   border-bottom-color: transparentize($navbar-bottom-link-color-regular, .6);
   color: $navbar-bottom-link-color-regular;
   } */
}
#site-search input.s:focus {
  padding: 0;
  margin: 0 0 5px 0;
  border-bottom-color: #2e3b56;
  /* .light-text & {
   border-bottom-color: transparentize($navbar-bottom-link-color-regular, 0);
   } */
}
#site-search .button {
  display: none !important;
}
footer {
  background: #428c6a;
  color: #fff;
}
footer #footer-text {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
}
footer #footer-text.has-widgets {
  padding-top: 66px;
}
section {
  position: relative;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /*z-index: 1;*/
  line-height: 0;
  /*EBS styling */
}
section.parallax {
  background-attachment: fixed;
}
section.hentry, section.grid, section.page-index, section#section-index-post, section#section-index- {
  background-color: rgba(255, 255, 255, 1);
}
section.hentry, section.plain-content {
  padding: 24px 0 24px 0;
}
section.page-index, section#section-index-post, section#section-index- {
  padding: 66px 0 44px 0;
}
section .section-video {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
section .section-video video {
  height: auto;
  z-index: 1;
  background-size: cover;
  transition: 1s opacity;
  display: block;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  transform: translateX(-50%) translateY(-50%);
}
section .section-title {
  margin: 0;
  padding: 0 0 66px 0;
}
section .border {
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}
section .border.border-top {
  top: -79px;
}
section .border.border-top.wave {
  transform: scale(1, -1);
}
section .border.border-bottom {
  bottom: -79px;
  z-index: 2;
}
section .border.border-bottom.wave {
  transform: scale(-1, 1);
}
section .container.full-width {
  width: 100%;
}
section .panel, section .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
section .panel-heading h2, section .panel-heading h3, section .panel-heading h4 {
  margin-bottom: 0;
}
section .nav-tabs > li.active > a, section .nav-tabs > li.active > a:hover, section .nav-tabs > li.active > a:focus {
  border-radius: 0;
}
section .tab-content {
  margin-top: 10px;
  margin-bottom: 20px;
}
section .list-group-item {
  border-radius: 0 !important;
}
section .alert, section .dropdown-menu, section .label {
  border-radius: 0;
  box-shadow: none;
}
section .badge, section .progress {
  border-radius: 0;
}
/* MODULES - Re-usable site elements.
 ========================================================================== */
.breadcrumb-wrapper {
  padding: 12px 0 0 0;
  background-color: #eee;
}
.breadcrumb-wrapper #breadcrumbs span a {
  color: #f60;
  text-transform: capitalize;
  text-decoration: none;
}
.breadcrumb-wrapper #breadcrumbs span a:hover {
  color: #475d79;
  text-decoration: none;
}
.breadcrumb-wrapper strong.breadcrumb_last {
  font-weight: 400 !important;
}
/* input field styling */
label {
  font-weight: 400;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.select2-search__field), textarea {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  background: transparent;
  outline: none !important;
  border: none;
  border-radius: 0 !important;
  box-shadow: none !important;
  /* border-bottom: transparentize($body-dark-color, .6) 1px solid; */
  margin: 0 !important;
  padding: 5px 0 !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 22px;
}
input[type=checkbox], input[type=radio] {
  display: inline-block;
  background-color: rgba(91, 102, 112, 0);
  border: 1px solid #0a2230;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 16px;
  width: 16px;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: normal;
  -webkit-appearance: none;
  vertical-align: top;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.light-text input[type=checkbox], .light-text input[type=radio] {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.4);
}
input[type=checkbox]:checked, input[type=radio]:checked {
  background-color: #5b6670;
  border-color: #5b6670;
  outline: none;
}
.light-text input[type=checkbox]:checked, .light-text input[type=radio]:checked {
  background-color: #fff;
  border-color: #fff;
}
select {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  outline: none !important;
  border: none;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 7px 8px !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px !important;
  line-height: 22px !important;
  background-color: #edecec;
  color: #666;
  height: 32px;
}
/* Specific contact form 7 styling */
span.wpcf7-list-item {
  margin: 0 33px 0 0;
}
span.wpcf7-not-valid-tip {
  color: inherit;
  font-size: 0.8em;
  font-style: italic;
}
span.wpcf7-not-valid-tip:before {
  content: '*';
}
div.wpcf7-response-output {
  border: none;
  border-top: #5b6670 3px solid;
  border-bottom: #5b6670 3px solid;
  margin: 11px 0;
  padding: 11px 0;
}
.light-text div.wpcf7-response-output {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
input[type="submit"] {
  margin-top: 22px;
  font-family: 'Asul', serif !important;
  text-transform: none !important;
  font-size: 18px !important;
}
.wpcf7-form input[type="submit"] {
  margin-top: 22px;
}
/* Specific gravity form styling */
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: inhrit !important;
  padding-top: inherit !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important;
}
.gform_wrapper .validation_message {
  font-weight: inherit !important;
  color: inherit !important;
}
.gform_wrapper div.validation_error {
  color: inherit !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none !important;
  /*border-bottom: transparentize($body-dark-color, .6) 1px solid !important;*/
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
  margin: 0 !important;
}
/* Specific mailchimp styling */
.mc4wp-form-fields {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* border: transparentize($body-dark-color, .9) 2px solid; */
}
.light-text .mc4wp-form-fields {
  /* border-color: transparentize($body-light-color, .8); */
}
.mc4wp-form-fields input:not([type="submit"]) {
  width: 70% !important;
  padding: 8px 22px 0 22px !important;
  margin: 0 !important;
  border: none !important;
}
.mc4wp-form-fields input[type="submit"] {
  width: 30% !important;
  margin: 0 !important;
  vertical-align: top;
}
@media (max-width: 500px) {
  .mc4wp-form-fields input:not([type="submit"]) {
    width: 60% !important;
  }
  .mc4wp-form-fields input[type="submit"] {
    width: 40% !important;
  }
}
.site-content .gform_wrapper .gfield .gfield_label, .site-content .gform_wrapper.gravity-theme .gfield .gfield_label {
  margin-bottom: 0;
}
.site-content .gform_wrapper .gfield .gfield_label .gfield_required, .site-content .gform_wrapper.gravity-theme .gfield .gfield_label .gfield_required {
  color: #0a2230 !important;
}
.site-content .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-content .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-content .gform_wrapper .gfield textarea, .site-content .gform_wrapper.gravity-theme .gfield textarea {
  color: #0a2230;
}
.site-content .gform_wrapper .gfield select, .site-content .gform_wrapper.gravity-theme .gfield select {
  padding: 4px 8px;
  line-height: 22px;
}
.site-content .gform_wrapper .gfield input[type=checkbox], .site-content .gform_wrapper.gravity-theme .gfield input[type=checkbox] {
  border: 1px solid #0a2230;
  margin: 0 8px 0 0;
}
.site-content .gform_wrapper .gfield .gfield_consent_label, .site-content .gform_wrapper.gravity-theme .gfield .gfield_consent_label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}
.site-content .gform_wrapper .gform_footer, .site-content .gform_wrapper.gravity-theme .gform_footer {
  display: block;
  padding: 16px 0 30px;
}
.site-content .gform_wrapper .gform_footer input[type="submit"], .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  margin: 0;
  font-family: 'Asul', serif !important;
  font-size: 18px !important;
  padding: 12px 16px;
  text-transform: none !important;
}
.site-content .gform_wrapper .button_inline .gform_footer, .site-content .gform_wrapper.gravity-theme .button_inline .gform_footer {
  margin-top: -50px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.site-content .gform_wrapper .button_inline .gform_footer input[type="submit"], .site-content .gform_wrapper.gravity-theme .button_inline .gform_footer input[type="submit"] {
  margin-bottom: 0 !important;
}
.site-content .blue-bg-white-text .gform_wrapper .gfield .gfield_required, .site-content .bg-color-blue .gform_wrapper .gfield .gfield_required {
  color: white !important;
}
.site-content .blue-bg-white-text .gform_wrapper .gfield .gfield_label, .site-content .bg-color-blue .gform_wrapper .gfield .gfield_label {
  color: white;
}
.site-content .blue-bg-white-text .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-content .bg-color-blue .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-content .blue-bg-white-text .gform_wrapper .gfield textarea, .site-content .bg-color-blue .gform_wrapper .gfield textarea {
  background: #f7f7f7;
}
.site-content .blue-bg-white-text .gform_wrapper .gfield input[type=checkbox], .site-content .bg-color-blue .gform_wrapper .gfield input[type=checkbox] {
  border: 1px solid white;
}
@media (max-width: 991px) {
  .site-content .gform_wrapper .gform_footer {
    padding: 16px 0 30px;
  }
  .site-content .gform_wrapper .button_inline .gform_footer {
    overflow: hidden;
    margin-top: 0px;
  }
  .site-content .gform_wrapper .button_inline .gform_footer input[type="submit"] {
    float: none;
  }
}
.btn, input[type="submit"], .site-content .gform_wrapper .gform_footer input[type="submit"], .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #comments input[type="submit"], body.woocommerce #content #respond input#submit, body.woocommerce-page #content #respond input#submit, body.woocommerce #content a.button, body.woocommerce-page #content a.button, body.woocommerce #content button.button, body.woocommerce-page #content button.button, body.woocommerce #content input.button, body.woocommerce-page #content input.button, body.woocommerce #content #respond input#submit.alt, body.woocommerce-page #content #respond input#submit.alt, body.woocommerce #content a.button.alt, body.woocommerce-page #content a.button.alt, body.woocommerce #content button.button.alt, body.woocommerce-page #content button.button.alt, body.woocommerce #content input.button.alt, body.woocommerce-page #content input.button.alt, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a, .wp-block-button__link {
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: Work Sans;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 400;
  line-height: 20px;
  text-transform: "";
  border: none;
  white-space: normal;
  padding: 15pxpx 30pxpx 15pxpx 30pxpx;
}
.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), input[type="submit"]:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .site-content .gform_wrapper .gform_footer input[type="submit"]:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), #comments input[type="submit"]:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content #respond input#submit:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content #respond input#submit:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content a.button:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content a.button:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content button.button:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content button.button:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content input.button:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content input.button:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content #respond input#submit.alt:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content #respond input#submit.alt:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content a.button.alt:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content a.button.alt:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content button.button.alt:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content button.button.alt:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content input.button.alt:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content input.button.alt:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce .woocommerce-MyAccount-navigation ul li a:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .wp-block-button__link:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link) {
  background-color: #bf822a;
  color: #fff;
}
.btn.btn-link, input[type="submit"].btn-link, .site-content .gform_wrapper .gform_footer input[type="submit"].btn-link, .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"].btn-link, #comments input[type="submit"].btn-link, body.woocommerce #content #respond input#submit.btn-link, body.woocommerce-page #content #respond input#submit.btn-link, body.woocommerce #content a.button.btn-link, body.woocommerce-page #content a.button.btn-link, body.woocommerce #content button.button.btn-link, body.woocommerce-page #content button.button.btn-link, body.woocommerce #content input.button.btn-link, body.woocommerce-page #content input.button.btn-link, body.woocommerce #content #respond input#submit.alt.btn-link, body.woocommerce-page #content #respond input#submit.alt.btn-link, body.woocommerce #content a.button.alt.btn-link, body.woocommerce-page #content a.button.alt.btn-link, body.woocommerce #content button.button.alt.btn-link, body.woocommerce-page #content button.button.alt.btn-link, body.woocommerce #content input.button.alt.btn-link, body.woocommerce-page #content input.button.alt.btn-link, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span.btn-link, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span.btn-link, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a.btn-link, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a.btn-link, body.woocommerce .woocommerce-MyAccount-navigation ul li a.btn-link, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a.btn-link, .wp-block-button__link.btn-link {
  color: #bf822a;
}
.btn.btn-link .svg-inline--fa, input[type="submit"].btn-link .svg-inline--fa, .site-content .gform_wrapper .gform_footer input[type="submit"].btn-link .svg-inline--fa, .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"].btn-link .svg-inline--fa, #comments input[type="submit"].btn-link .svg-inline--fa, body.woocommerce #content #respond input#submit.btn-link .svg-inline--fa, body.woocommerce-page #content #respond input#submit.btn-link .svg-inline--fa, body.woocommerce #content a.button.btn-link .svg-inline--fa, body.woocommerce-page #content a.button.btn-link .svg-inline--fa, body.woocommerce #content button.button.btn-link .svg-inline--fa, body.woocommerce-page #content button.button.btn-link .svg-inline--fa, body.woocommerce #content input.button.btn-link .svg-inline--fa, body.woocommerce-page #content input.button.btn-link .svg-inline--fa, body.woocommerce #content #respond input#submit.alt.btn-link .svg-inline--fa, body.woocommerce-page #content #respond input#submit.alt.btn-link .svg-inline--fa, body.woocommerce #content a.button.alt.btn-link .svg-inline--fa, body.woocommerce-page #content a.button.alt.btn-link .svg-inline--fa, body.woocommerce #content button.button.alt.btn-link .svg-inline--fa, body.woocommerce-page #content button.button.alt.btn-link .svg-inline--fa, body.woocommerce #content input.button.alt.btn-link .svg-inline--fa, body.woocommerce-page #content input.button.alt.btn-link .svg-inline--fa, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span.btn-link .svg-inline--fa, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span.btn-link .svg-inline--fa, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a.btn-link .svg-inline--fa, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a.btn-link .svg-inline--fa, body.woocommerce .woocommerce-MyAccount-navigation ul li a.btn-link .svg-inline--fa, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a.btn-link .svg-inline--fa, .wp-block-button__link.btn-link .svg-inline--fa {
  color: inherit !important;
}
.btn-group .btn, .btn-group input[type="submit"], .btn-group .site-content .gform_wrapper .gform_footer input[type="submit"], .site-content .gform_wrapper .gform_footer .btn-group input[type="submit"], .btn-group .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"], .site-content .gform_wrapper.gravity-theme .gform_footer .btn-group input[type="submit"], .btn-group #comments input[type="submit"], #comments .btn-group input[type="submit"], .btn-group body.woocommerce #content #respond input#submit, body.woocommerce #content #respond .btn-group input#submit, .btn-group body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content #respond .btn-group input#submit, .btn-group body.woocommerce #content a.button, body.woocommerce #content .btn-group a.button, .btn-group body.woocommerce-page #content a.button, body.woocommerce-page #content .btn-group a.button, .btn-group body.woocommerce #content button.button, body.woocommerce #content .btn-group button.button, .btn-group body.woocommerce-page #content button.button, body.woocommerce-page #content .btn-group button.button, .btn-group body.woocommerce #content input.button, body.woocommerce #content .btn-group input.button, .btn-group body.woocommerce-page #content input.button, body.woocommerce-page #content .btn-group input.button, .btn-group body.woocommerce #content #respond input#submit.alt, body.woocommerce #content #respond .btn-group input#submit.alt, .btn-group body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content #respond .btn-group input#submit.alt, .btn-group body.woocommerce #content a.button.alt, body.woocommerce #content .btn-group a.button.alt, .btn-group body.woocommerce-page #content a.button.alt, body.woocommerce-page #content .btn-group a.button.alt, .btn-group body.woocommerce #content button.button.alt, body.woocommerce #content .btn-group button.button.alt, .btn-group body.woocommerce-page #content button.button.alt, body.woocommerce-page #content .btn-group button.button.alt, .btn-group body.woocommerce #content input.button.alt, body.woocommerce #content .btn-group input.button.alt, .btn-group body.woocommerce-page #content input.button.alt, body.woocommerce-page #content .btn-group input.button.alt, .btn-group body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .btn-group span, .btn-group body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .btn-group span, .btn-group body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .btn-group a, .btn-group body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .btn-group a, .btn-group body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce .woocommerce-MyAccount-navigation ul li .btn-group a, .btn-group body.woocommerce-page .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li .btn-group a, .btn-group .wp-block-button__link {
  margin-right: 11px;
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group .site-content .gform_wrapper .gform_footer input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .site-content .gform_wrapper .gform_footer .btn-group input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .site-content .gform_wrapper.gravity-theme .gform_footer .btn-group input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group #comments input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), #comments .btn-group input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content #respond input#submit:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content #respond .btn-group input#submit:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content #respond input#submit:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content #respond .btn-group input#submit:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content a.button:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group a.button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content a.button:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group a.button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content button.button:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group button.button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content button.button:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group button.button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content input.button:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group input.button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content input.button:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group input.button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content #respond input#submit.alt:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content #respond .btn-group input#submit.alt:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content #respond input#submit.alt:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content #respond .btn-group input#submit.alt:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content a.button.alt:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group a.button.alt:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content a.button.alt:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group a.button.alt:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content button.button.alt:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group button.button.alt:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content button.button.alt:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group button.button.alt:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content input.button.alt:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group input.button.alt:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content input.button.alt:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group input.button.alt:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .btn-group span:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .btn-group span:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .btn-group a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .btn-group a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce .woocommerce-MyAccount-navigation ul li a:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce .woocommerce-MyAccount-navigation ul li .btn-group a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:first-child:not(:last-child):not(.dropdown-toggle), body.woocommerce-page .woocommerce-MyAccount-navigation ul li .btn-group a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group .wp-block-button__link:first-child:not(:last-child):not(.dropdown-toggle), .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group .site-content .gform_wrapper .gform_footer input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .site-content .gform_wrapper .gform_footer .btn-group input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .site-content .gform_wrapper.gravity-theme .gform_footer .btn-group input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group #comments input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), #comments .btn-group input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content #respond input#submit:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content #respond .btn-group input#submit:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content #respond input#submit:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content #respond .btn-group input#submit:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content a.button:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group a.button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content a.button:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group a.button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content button.button:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group button.button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content button.button:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group button.button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content input.button:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group input.button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content input.button:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group input.button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content #respond input#submit.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content #respond .btn-group input#submit.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content #respond input#submit.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content #respond .btn-group input#submit.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content a.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group a.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content a.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group a.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content button.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group button.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content button.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group button.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content input.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content .btn-group input.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content input.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content .btn-group input.button.alt:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .btn-group span:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .btn-group span:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .btn-group a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .btn-group a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce .woocommerce-MyAccount-navigation ul li a:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce .woocommerce-MyAccount-navigation ul li .btn-group a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:not(:first-child):not(:last-child):not(.dropdown-toggle), body.woocommerce-page .woocommerce-MyAccount-navigation ul li .btn-group a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group .wp-block-button__link:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group .btn:last-child:not(:first-child), .btn-group input[type="submit"]:last-child:not(:first-child), .btn-group .site-content .gform_wrapper .gform_footer input[type="submit"]:last-child:not(:first-child), .site-content .gform_wrapper .gform_footer .btn-group input[type="submit"]:last-child:not(:first-child), .btn-group .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:last-child:not(:first-child), .site-content .gform_wrapper.gravity-theme .gform_footer .btn-group input[type="submit"]:last-child:not(:first-child), .btn-group #comments input[type="submit"]:last-child:not(:first-child), #comments .btn-group input[type="submit"]:last-child:not(:first-child), .btn-group body.woocommerce #content #respond input#submit:last-child:not(:first-child), body.woocommerce #content #respond .btn-group input#submit:last-child:not(:first-child), .btn-group body.woocommerce-page #content #respond input#submit:last-child:not(:first-child), body.woocommerce-page #content #respond .btn-group input#submit:last-child:not(:first-child), .btn-group body.woocommerce #content a.button:last-child:not(:first-child), body.woocommerce #content .btn-group a.button:last-child:not(:first-child), .btn-group body.woocommerce-page #content a.button:last-child:not(:first-child), body.woocommerce-page #content .btn-group a.button:last-child:not(:first-child), .btn-group body.woocommerce #content button.button:last-child:not(:first-child), body.woocommerce #content .btn-group button.button:last-child:not(:first-child), .btn-group body.woocommerce-page #content button.button:last-child:not(:first-child), body.woocommerce-page #content .btn-group button.button:last-child:not(:first-child), .btn-group body.woocommerce #content input.button:last-child:not(:first-child), body.woocommerce #content .btn-group input.button:last-child:not(:first-child), .btn-group body.woocommerce-page #content input.button:last-child:not(:first-child), body.woocommerce-page #content .btn-group input.button:last-child:not(:first-child), .btn-group body.woocommerce #content #respond input#submit.alt:last-child:not(:first-child), body.woocommerce #content #respond .btn-group input#submit.alt:last-child:not(:first-child), .btn-group body.woocommerce-page #content #respond input#submit.alt:last-child:not(:first-child), body.woocommerce-page #content #respond .btn-group input#submit.alt:last-child:not(:first-child), .btn-group body.woocommerce #content a.button.alt:last-child:not(:first-child), body.woocommerce #content .btn-group a.button.alt:last-child:not(:first-child), .btn-group body.woocommerce-page #content a.button.alt:last-child:not(:first-child), body.woocommerce-page #content .btn-group a.button.alt:last-child:not(:first-child), .btn-group body.woocommerce #content button.button.alt:last-child:not(:first-child), body.woocommerce #content .btn-group button.button.alt:last-child:not(:first-child), .btn-group body.woocommerce-page #content button.button.alt:last-child:not(:first-child), body.woocommerce-page #content .btn-group button.button.alt:last-child:not(:first-child), .btn-group body.woocommerce #content input.button.alt:last-child:not(:first-child), body.woocommerce #content .btn-group input.button.alt:last-child:not(:first-child), .btn-group body.woocommerce-page #content input.button.alt:last-child:not(:first-child), body.woocommerce-page #content .btn-group input.button.alt:last-child:not(:first-child), .btn-group body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:last-child:not(:first-child), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .btn-group span:last-child:not(:first-child), .btn-group body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:last-child:not(:first-child), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .btn-group span:last-child:not(:first-child), .btn-group body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:last-child:not(:first-child), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .btn-group a:last-child:not(:first-child), .btn-group body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:last-child:not(:first-child), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .btn-group a:last-child:not(:first-child), .btn-group body.woocommerce .woocommerce-MyAccount-navigation ul li a:last-child:not(:first-child), body.woocommerce .woocommerce-MyAccount-navigation ul li .btn-group a:last-child:not(:first-child), .btn-group body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:last-child:not(:first-child), body.woocommerce-page .woocommerce-MyAccount-navigation ul li .btn-group a:last-child:not(:first-child), .btn-group .wp-block-button__link:last-child:not(:first-child) {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn .glyphicon, input[type="submit"] .glyphicon, .site-content .gform_wrapper .gform_footer input[type="submit"] .glyphicon, .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"] .glyphicon, #comments input[type="submit"] .glyphicon, body.woocommerce #content #respond input#submit .glyphicon, body.woocommerce-page #content #respond input#submit .glyphicon, body.woocommerce #content a.button .glyphicon, body.woocommerce-page #content a.button .glyphicon, body.woocommerce #content button.button .glyphicon, body.woocommerce-page #content button.button .glyphicon, body.woocommerce #content input.button .glyphicon, body.woocommerce-page #content input.button .glyphicon, body.woocommerce #content #respond input#submit.alt .glyphicon, body.woocommerce-page #content #respond input#submit.alt .glyphicon, body.woocommerce #content a.button.alt .glyphicon, body.woocommerce-page #content a.button.alt .glyphicon, body.woocommerce #content button.button.alt .glyphicon, body.woocommerce-page #content button.button.alt .glyphicon, body.woocommerce #content input.button.alt .glyphicon, body.woocommerce-page #content input.button.alt .glyphicon, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span .glyphicon, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span .glyphicon, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a .glyphicon, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a .glyphicon, body.woocommerce .woocommerce-MyAccount-navigation ul li a .glyphicon, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a .glyphicon, .wp-block-button__link .glyphicon {
  font-size: 0.7em;
  overflow: hidden;
  text-indent: -40px;
  padding-left: 0;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.btn:hover:not(.current):not(.dots), input[type="submit"]:hover:not(.current):not(.dots), .site-content .gform_wrapper .gform_footer input[type="submit"]:hover:not(.current):not(.dots), .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover:not(.current):not(.dots), #comments input[type="submit"]:hover:not(.current):not(.dots), body.woocommerce #content #respond input#submit:hover:not(.current):not(.dots), body.woocommerce-page #content #respond input#submit:hover:not(.current):not(.dots), body.woocommerce #content a.button:hover:not(.current):not(.dots), body.woocommerce-page #content a.button:hover:not(.current):not(.dots), body.woocommerce #content button.button:hover:not(.current):not(.dots), body.woocommerce-page #content button.button:hover:not(.current):not(.dots), body.woocommerce #content input.button:hover:not(.current):not(.dots), body.woocommerce-page #content input.button:hover:not(.current):not(.dots), body.woocommerce #content #respond input#submit.alt:hover:not(.current):not(.dots), body.woocommerce-page #content #respond input#submit.alt:hover:not(.current):not(.dots), body.woocommerce #content a.button.alt:hover:not(.current):not(.dots), body.woocommerce-page #content a.button.alt:hover:not(.current):not(.dots), body.woocommerce #content button.button.alt:hover:not(.current):not(.dots), body.woocommerce-page #content button.button.alt:hover:not(.current):not(.dots), body.woocommerce #content input.button.alt:hover:not(.current):not(.dots), body.woocommerce-page #content input.button.alt:hover:not(.current):not(.dots), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:hover:not(.current):not(.dots), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:hover:not(.current):not(.dots), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:hover:not(.current):not(.dots), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:hover:not(.current):not(.dots), body.woocommerce .woocommerce-MyAccount-navigation ul li a:hover:not(.current):not(.dots), body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover:not(.current):not(.dots), .wp-block-button__link:hover:not(.current):not(.dots) {
  background-color: #428c6a !important;
  color: #fff !important;
}
.btn:hover:not(.current):not(.dots):not(.no-hover), input[type="submit"]:hover:not(.current):not(.dots):not(.no-hover), .site-content .gform_wrapper .gform_footer input[type="submit"]:hover:not(.current):not(.dots):not(.no-hover), .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover:not(.current):not(.dots):not(.no-hover), #comments input[type="submit"]:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content #respond input#submit:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content #respond input#submit:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content a.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content a.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content button.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content button.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content input.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content input.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content #respond input#submit.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content #respond input#submit.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content a.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content a.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content button.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content button.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content input.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content input.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce .woocommerce-MyAccount-navigation ul li a:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover:not(.current):not(.dots):not(.no-hover), .wp-block-button__link:hover:not(.current):not(.dots):not(.no-hover) {
  -webkit-box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.2);
  transform: scale(1.03, 1.03);
}
.btn:hover:not(.current):not(.dots) .glyphicon, input[type="submit"]:hover:not(.current):not(.dots) .glyphicon, .site-content .gform_wrapper .gform_footer input[type="submit"]:hover:not(.current):not(.dots) .glyphicon, .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover:not(.current):not(.dots) .glyphicon, #comments input[type="submit"]:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content #respond input#submit:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content #respond input#submit:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content a.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content a.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content button.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content button.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content input.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content input.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content #respond input#submit.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content #respond input#submit.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content a.button.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content a.button.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content button.button.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content button.button.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content input.button.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content input.button.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:hover:not(.current):not(.dots) .glyphicon, body.woocommerce .woocommerce-MyAccount-navigation ul li a:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover:not(.current):not(.dots) .glyphicon, .wp-block-button__link:hover:not(.current):not(.dots) .glyphicon {
  text-indent: 0px;
  padding-left: 3px;
}
.light-text .btn:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text input[type="submit"]:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text .site-content .gform_wrapper .gform_footer input[type="submit"]:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .site-content .gform_wrapper .gform_footer .light-text input[type="submit"]:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .site-content .gform_wrapper.gravity-theme .gform_footer .light-text input[type="submit"]:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text #comments input[type="submit"]:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), #comments .light-text input[type="submit"]:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content #respond input#submit:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content #respond .light-text input#submit:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content #respond input#submit:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content #respond .light-text input#submit:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content a.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content .light-text a.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content a.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content .light-text a.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content button.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content .light-text button.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content button.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content .light-text button.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content input.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content .light-text input.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content input.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content .light-text input.button:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content #respond input#submit.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content #respond .light-text input#submit.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content #respond input#submit.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content #respond .light-text input#submit.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content a.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content .light-text a.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content a.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content .light-text a.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content button.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content .light-text button.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content button.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content .light-text button.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content input.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content .light-text input.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content input.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content .light-text input.button.alt:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .light-text span:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .light-text span:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .light-text a:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .light-text a:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce .woocommerce-MyAccount-navigation ul li a:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce .woocommerce-MyAccount-navigation ul li .light-text a:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), body.woocommerce-page .woocommerce-MyAccount-navigation ul li .light-text a:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link), .light-text .wp-block-button__link:not(.btn-alt):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-link) {
  background-color: #bf822a;
  color: #fff;
}
.light-text .btn:not(.btn-alt):hover, .light-text input[type="submit"]:not(.btn-alt):hover, .light-text .site-content .gform_wrapper .gform_footer input[type="submit"]:not(.btn-alt):hover, .site-content .gform_wrapper .gform_footer .light-text input[type="submit"]:not(.btn-alt):hover, .light-text .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:not(.btn-alt):hover, .site-content .gform_wrapper.gravity-theme .gform_footer .light-text input[type="submit"]:not(.btn-alt):hover, .light-text #comments input[type="submit"]:not(.btn-alt):hover, #comments .light-text input[type="submit"]:not(.btn-alt):hover, .light-text body.woocommerce #content #respond input#submit:not(.btn-alt):hover, body.woocommerce #content #respond .light-text input#submit:not(.btn-alt):hover, .light-text body.woocommerce-page #content #respond input#submit:not(.btn-alt):hover, body.woocommerce-page #content #respond .light-text input#submit:not(.btn-alt):hover, .light-text body.woocommerce #content a.button:not(.btn-alt):hover, body.woocommerce #content .light-text a.button:not(.btn-alt):hover, .light-text body.woocommerce-page #content a.button:not(.btn-alt):hover, body.woocommerce-page #content .light-text a.button:not(.btn-alt):hover, .light-text body.woocommerce #content button.button:not(.btn-alt):hover, body.woocommerce #content .light-text button.button:not(.btn-alt):hover, .light-text body.woocommerce-page #content button.button:not(.btn-alt):hover, body.woocommerce-page #content .light-text button.button:not(.btn-alt):hover, .light-text body.woocommerce #content input.button:not(.btn-alt):hover, body.woocommerce #content .light-text input.button:not(.btn-alt):hover, .light-text body.woocommerce-page #content input.button:not(.btn-alt):hover, body.woocommerce-page #content .light-text input.button:not(.btn-alt):hover, .light-text body.woocommerce #content #respond input#submit.alt:not(.btn-alt):hover, body.woocommerce #content #respond .light-text input#submit.alt:not(.btn-alt):hover, .light-text body.woocommerce-page #content #respond input#submit.alt:not(.btn-alt):hover, body.woocommerce-page #content #respond .light-text input#submit.alt:not(.btn-alt):hover, .light-text body.woocommerce #content a.button.alt:not(.btn-alt):hover, body.woocommerce #content .light-text a.button.alt:not(.btn-alt):hover, .light-text body.woocommerce-page #content a.button.alt:not(.btn-alt):hover, body.woocommerce-page #content .light-text a.button.alt:not(.btn-alt):hover, .light-text body.woocommerce #content button.button.alt:not(.btn-alt):hover, body.woocommerce #content .light-text button.button.alt:not(.btn-alt):hover, .light-text body.woocommerce-page #content button.button.alt:not(.btn-alt):hover, body.woocommerce-page #content .light-text button.button.alt:not(.btn-alt):hover, .light-text body.woocommerce #content input.button.alt:not(.btn-alt):hover, body.woocommerce #content .light-text input.button.alt:not(.btn-alt):hover, .light-text body.woocommerce-page #content input.button.alt:not(.btn-alt):hover, body.woocommerce-page #content .light-text input.button.alt:not(.btn-alt):hover, .light-text body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:not(.btn-alt):hover, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .light-text span:not(.btn-alt):hover, .light-text body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:not(.btn-alt):hover, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .light-text span:not(.btn-alt):hover, .light-text body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:not(.btn-alt):hover, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .light-text a:not(.btn-alt):hover, .light-text body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:not(.btn-alt):hover, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .light-text a:not(.btn-alt):hover, .light-text body.woocommerce .woocommerce-MyAccount-navigation ul li a:not(.btn-alt):hover, body.woocommerce .woocommerce-MyAccount-navigation ul li .light-text a:not(.btn-alt):hover, .light-text body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:not(.btn-alt):hover, body.woocommerce-page .woocommerce-MyAccount-navigation ul li .light-text a:not(.btn-alt):hover, .light-text .wp-block-button__link:not(.btn-alt):hover {
  background-color: #428c6a !important;
  color: #fff !important;
}
.btn.no-hover, input[type="submit"].no-hover, .site-content .gform_wrapper .gform_footer input[type="submit"].no-hover, .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"].no-hover, #comments input[type="submit"].no-hover, body.woocommerce #content #respond input#submit.no-hover, body.woocommerce-page #content #respond input#submit.no-hover, body.woocommerce #content a.button.no-hover, body.woocommerce-page #content a.button.no-hover, body.woocommerce #content button.button.no-hover, body.woocommerce-page #content button.button.no-hover, body.woocommerce #content input.button.no-hover, body.woocommerce-page #content input.button.no-hover, body.woocommerce #content #respond input#submit.alt.no-hover, body.woocommerce-page #content #respond input#submit.alt.no-hover, body.woocommerce #content a.button.alt.no-hover, body.woocommerce-page #content a.button.alt.no-hover, body.woocommerce #content button.button.alt.no-hover, body.woocommerce-page #content button.button.alt.no-hover, body.woocommerce #content input.button.alt.no-hover, body.woocommerce-page #content input.button.alt.no-hover, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span.no-hover, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span.no-hover, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a.no-hover, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a.no-hover, body.woocommerce .woocommerce-MyAccount-navigation ul li a.no-hover, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a.no-hover, .wp-block-button__link.no-hover {
  cursor: default;
}
.btn svg:not(:root).svg-inline--fa, input[type="submit"] svg:not(:root).svg-inline--fa, .site-content .gform_wrapper .gform_footer input[type="submit"] svg:not(:root).svg-inline--fa, .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"] svg:not(:root).svg-inline--fa, #comments input[type="submit"] svg:not(:root).svg-inline--fa, body.woocommerce #content #respond input#submit svg:not(:root).svg-inline--fa, body.woocommerce-page #content #respond input#submit svg:not(:root).svg-inline--fa, body.woocommerce #content a.button svg:not(:root).svg-inline--fa, body.woocommerce-page #content a.button svg:not(:root).svg-inline--fa, body.woocommerce #content button.button svg:not(:root).svg-inline--fa, body.woocommerce-page #content button.button svg:not(:root).svg-inline--fa, body.woocommerce #content input.button svg:not(:root).svg-inline--fa, body.woocommerce-page #content input.button svg:not(:root).svg-inline--fa, body.woocommerce #content #respond input#submit.alt svg:not(:root).svg-inline--fa, body.woocommerce-page #content #respond input#submit.alt svg:not(:root).svg-inline--fa, body.woocommerce #content a.button.alt svg:not(:root).svg-inline--fa, body.woocommerce-page #content a.button.alt svg:not(:root).svg-inline--fa, body.woocommerce #content button.button.alt svg:not(:root).svg-inline--fa, body.woocommerce-page #content button.button.alt svg:not(:root).svg-inline--fa, body.woocommerce #content input.button.alt svg:not(:root).svg-inline--fa, body.woocommerce-page #content input.button.alt svg:not(:root).svg-inline--fa, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span svg:not(:root).svg-inline--fa, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span svg:not(:root).svg-inline--fa, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a svg:not(:root).svg-inline--fa, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a svg:not(:root).svg-inline--fa, body.woocommerce .woocommerce-MyAccount-navigation ul li a svg:not(:root).svg-inline--fa, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a svg:not(:root).svg-inline--fa, .wp-block-button__link svg:not(:root).svg-inline--fa {
  margin-left: 11px;
}
.btn.btn-xs, input[type="submit"].btn-xs, .site-content .gform_wrapper .gform_footer input[type="submit"].btn-xs, .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"].btn-xs, #comments input[type="submit"].btn-xs, body.woocommerce #content #respond input#submit.btn-xs, body.woocommerce-page #content #respond input#submit.btn-xs, body.woocommerce #content a.button.btn-xs, body.woocommerce-page #content a.button.btn-xs, body.woocommerce #content button.button.btn-xs, body.woocommerce-page #content button.button.btn-xs, body.woocommerce #content input.button.btn-xs, body.woocommerce-page #content input.button.btn-xs, body.woocommerce #content #respond input#submit.alt.btn-xs, body.woocommerce-page #content #respond input#submit.alt.btn-xs, body.woocommerce #content a.button.alt.btn-xs, body.woocommerce-page #content a.button.alt.btn-xs, body.woocommerce #content button.button.alt.btn-xs, body.woocommerce-page #content button.button.alt.btn-xs, body.woocommerce #content input.button.alt.btn-xs, body.woocommerce-page #content input.button.alt.btn-xs, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span.btn-xs, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span.btn-xs, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a.btn-xs, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a.btn-xs, body.woocommerce .woocommerce-MyAccount-navigation ul li a.btn-xs, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a.btn-xs, .wp-block-button__link.btn-xs {
  padding-top: 10.5pxpx;
  padding-right: 21pxpx;
  padding-bottom: 10.5pxpx;
  padding-left: 21pxpx;
  font-size: 14.4px;
}
.btn.btn-sm, input[type="submit"].btn-sm, .site-content .gform_wrapper .gform_footer input[type="submit"].btn-sm, .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"].btn-sm, #comments input[type="submit"].btn-sm, body.woocommerce #content #respond input#submit.btn-sm, body.woocommerce-page #content #respond input#submit.btn-sm, body.woocommerce #content a.button.btn-sm, body.woocommerce-page #content a.button.btn-sm, body.woocommerce #content button.button.btn-sm, body.woocommerce-page #content button.button.btn-sm, body.woocommerce #content input.button.btn-sm, body.woocommerce-page #content input.button.btn-sm, body.woocommerce #content #respond input#submit.alt.btn-sm, body.woocommerce-page #content #respond input#submit.alt.btn-sm, body.woocommerce #content a.button.alt.btn-sm, body.woocommerce-page #content a.button.alt.btn-sm, body.woocommerce #content button.button.alt.btn-sm, body.woocommerce-page #content button.button.alt.btn-sm, body.woocommerce #content input.button.alt.btn-sm, body.woocommerce-page #content input.button.alt.btn-sm, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span.btn-sm, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span.btn-sm, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a.btn-sm, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a.btn-sm, body.woocommerce .woocommerce-MyAccount-navigation ul li a.btn-sm, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a.btn-sm, .wp-block-button__link.btn-sm {
  padding-top: 13.5pxpx;
  padding-right: 27pxpx;
  padding-bottom: 13.5pxpx;
  padding-left: 27pxpx;
  font-size: 14.4px;
}
.btn.btn-lg, input[type="submit"].btn-lg, .site-content .gform_wrapper .gform_footer input[type="submit"].btn-lg, .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"].btn-lg, #comments input[type="submit"].btn-lg, body.woocommerce #content #respond input#submit.btn-lg, body.woocommerce-page #content #respond input#submit.btn-lg, body.woocommerce #content a.button.btn-lg, body.woocommerce-page #content a.button.btn-lg, body.woocommerce #content button.button.btn-lg, body.woocommerce-page #content button.button.btn-lg, body.woocommerce #content input.button.btn-lg, body.woocommerce-page #content input.button.btn-lg, body.woocommerce #content #respond input#submit.alt.btn-lg, body.woocommerce-page #content #respond input#submit.alt.btn-lg, body.woocommerce #content a.button.alt.btn-lg, body.woocommerce-page #content a.button.alt.btn-lg, body.woocommerce #content button.button.alt.btn-lg, body.woocommerce-page #content button.button.alt.btn-lg, body.woocommerce #content input.button.alt.btn-lg, body.woocommerce-page #content input.button.alt.btn-lg, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span.btn-lg, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span.btn-lg, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a.btn-lg, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a.btn-lg, body.woocommerce .woocommerce-MyAccount-navigation ul li a.btn-lg, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a.btn-lg, .wp-block-button__link.btn-lg {
  padding-top: 18pxpx;
  padding-right: 36pxpx;
  padding-bottom: 18pxpx;
  padding-left: 36pxpx;
  font-size: 16px;
}
.title-light, .light-text .title {
  color: #00263a;
}
.subtitle-light, .light-text .subtitle, .light-text section .section-title, section .light-text .section-title {
  color: #00263a;
}
.page-subtitle-light, .light-text .page-subtitle {
  color: #00263a;
}
.body-light, .light-text .btn.btn-link, .light-text input[type="submit"].btn-link, .light-text .site-content .gform_wrapper .gform_footer input[type="submit"].btn-link, .site-content .gform_wrapper .gform_footer .light-text input[type="submit"].btn-link, .light-text .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"].btn-link, .site-content .gform_wrapper.gravity-theme .gform_footer .light-text input[type="submit"].btn-link, .light-text #comments input[type="submit"].btn-link, #comments .light-text input[type="submit"].btn-link, .light-text body.woocommerce #content #respond input#submit.btn-link, body.woocommerce #content #respond .light-text input#submit.btn-link, .light-text body.woocommerce-page #content #respond input#submit.btn-link, body.woocommerce-page #content #respond .light-text input#submit.btn-link, .light-text body.woocommerce #content a.button.btn-link, body.woocommerce #content .light-text a.button.btn-link, .light-text body.woocommerce-page #content a.button.btn-link, body.woocommerce-page #content .light-text a.button.btn-link, .light-text body.woocommerce #content button.button.btn-link, body.woocommerce #content .light-text button.button.btn-link, .light-text body.woocommerce-page #content button.button.btn-link, body.woocommerce-page #content .light-text button.button.btn-link, .light-text body.woocommerce #content input.button.btn-link, body.woocommerce #content .light-text input.button.btn-link, .light-text body.woocommerce-page #content input.button.btn-link, body.woocommerce-page #content .light-text input.button.btn-link, .light-text body.woocommerce #content #respond input#submit.alt.btn-link, body.woocommerce #content #respond .light-text input#submit.alt.btn-link, .light-text body.woocommerce-page #content #respond input#submit.alt.btn-link, body.woocommerce-page #content #respond .light-text input#submit.alt.btn-link, .light-text body.woocommerce #content a.button.alt.btn-link, body.woocommerce #content .light-text a.button.alt.btn-link, .light-text body.woocommerce-page #content a.button.alt.btn-link, body.woocommerce-page #content .light-text a.button.alt.btn-link, .light-text body.woocommerce #content button.button.alt.btn-link, body.woocommerce #content .light-text button.button.alt.btn-link, .light-text body.woocommerce-page #content button.button.alt.btn-link, body.woocommerce-page #content .light-text button.button.alt.btn-link, .light-text body.woocommerce #content input.button.alt.btn-link, body.woocommerce #content .light-text input.button.alt.btn-link, .light-text body.woocommerce-page #content input.button.alt.btn-link, body.woocommerce-page #content .light-text input.button.alt.btn-link, .light-text body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span.btn-link, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .light-text span.btn-link, .light-text body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span.btn-link, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .light-text span.btn-link, .light-text body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a.btn-link, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .light-text a.btn-link, .light-text body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a.btn-link, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .light-text a.btn-link, .light-text body.woocommerce .woocommerce-MyAccount-navigation ul li a.btn-link, body.woocommerce .woocommerce-MyAccount-navigation ul li .light-text a.btn-link, .light-text body.woocommerce-page .woocommerce-MyAccount-navigation ul li a.btn-link, body.woocommerce-page .woocommerce-MyAccount-navigation ul li .light-text a.btn-link, .light-text .wp-block-button__link.btn-link, .light-text .body, .light-text section.slider article .post-content .card-text, section.slider article .post-content .light-text .card-text, .light-text section.fixed-grid, .light-text section.image-grid, .light-text section.image-grid .grid-parent .grid-content-popup .glyphicon, section.image-grid .grid-parent .grid-content-popup .light-text .glyphicon, .light-text section.masonry-grid, .light-text section.list, .light-text .post-content, .light-text body, section.fixed-grid.light-text, section.image-grid.light-text, section.masonry-grid.light-text, section.list.light-text {
  color: #fff;
}
.metadata-light, .light-text .metadata {
  color: #fff;
}
.title {
  font-family: Asul;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-transform: "";
  line-height: 1.3;
  color: #5b6670;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Asul;
}
.subtitle, section .section-title {
  font-family: Asul;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-transform: "";
  line-height: 1.3;
  color: #6c7587;
}
.page-subtitle {
  font-family: Asul;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: "";
  line-height: 1.3;
  color: #5b6670;
}
.body, section.slider article .post-content .card-text, section.fixed-grid, section.image-grid, section.image-grid .grid-parent .grid-content-popup .glyphicon, section.masonry-grid, section.list, .post-content, body {
  font-family: Work Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: "";
  line-height: 1.6;
  color: #5b6670;
}
.metadata {
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: "";
  line-height: 1.6;
  color: #a2a2a2;
}
/* .mobileMenu {
 color: $theme-primary-color-color;
 cursor: pointer;
 a {
 line-height:70px;
 color: $theme-primary-color-color;
 }
 } */
/* .search-mobile {
 width: 100%;
 text-align: center;
 padding: 15px 22px 15px;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 form {
 margin: 0;
 }
 } */
/* .mobilemenu-icon {
 color: $theme-primary-color-color;
 font-size: 16px;
 } */
/* nav.wp_nav_menu_mobile {
 -webkit-box-shadow: -3px 0px 10px -1px rgba(0,0,0,0.25);
 -moz-box-shadow: -3px 0px 10px -1px rgba(0,0,0,0.25);
 box-shadow: -3px 0px 10px -1px rgba(0,0,0,0.25);
 } */
/* #mobile-nav-title {
 text-align: center;
 font-size: 14px;
 padding: 15px;
 @extend .title;
 font-weight: 400;
 } */
nav.wp_nav_menu_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  visibility: hidden;
}
nav.wp_nav_menu_mobile:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.wp_nav_menu_mobile .wp_nav_menu_mobile-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  padding-top: 100px;
  text-align: center;
  opacity: 0;
  background: rgba(255, 255, 255, 1);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.wp_nav_menu_mobile.showMenu {
  visibility: visible;
}
nav.wp_nav_menu_mobile.showMenu:before {
  opacity: 1;
}
nav.wp_nav_menu_mobile.showMenu .wp_nav_menu_mobile-container {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
  opacity: 1;
}
nav.wp_nav_menu_mobile.showMenu ul {
  transform: scale(1, 1);
}
nav.wp_nav_menu_mobile ul {
  /* background: $theme-background-color-rgba; */
  list-style-type: none;
  padding: 0px;
  transform: scale(0.9, 0.9);
}
nav.wp_nav_menu_mobile ul li a {
  display: inline-block;
  padding: 11px 22px;
  transition: all 0.2s ease-in-out;
  color: #428c6a;
  text-transform: "";
  font-family: Work Sans;
  font-weight: 700;
  font-size: 16px;
}
nav.wp_nav_menu_mobile ul li a:hover {
  text-decoration: none;
  transform: scale(1.1, 1.1);
  color: #bfd4ee;
}
@media (max-width: 767px) {
  nav.wp_nav_menu_mobile ul li a {
    font-size: 16px;
  }
}
nav.wp_nav_menu_mobile ul li.current-menu-item a {
  color: #6c7587;
}
nav.wp_nav_menu_mobile ul li.menu-item-has-children > a:after {
  content: '\e072';
  font-family: "Glyphicons Halflings";
  color: inherit;
  position: absolute;
  right: -20px;
  top: calc(50% - 0.5em);
  font-size: 0.5em;
  line-height: 1em;
}
nav.wp_nav_menu_mobile ul li.dl-back > a:after {
  content: '\e251';
  font-family: "Glyphicons Halflings";
  color: inherit;
  position: absolute;
  left: -20px;
  top: calc(50% - 0.5em);
  font-size: 0.5em;
  line-height: 1em;
}
nav.wp_nav_menu_mobile ul.sub-menu {
  width: 100%;
}
nav.wp_nav_menu_mobile.menu-mobile-side:before {
  left: -100%;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav.wp_nav_menu_mobile.menu-mobile-side .wp_nav_menu_mobile-container {
  width: 300px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  left: auto;
  right: -100%;
  text-align: left;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  padding: 100px 22px 0 22px;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  nav.wp_nav_menu_mobile.menu-mobile-side .wp_nav_menu_mobile-container {
    width: 100%;
  }
}
nav.wp_nav_menu_mobile.menu-mobile-side.showMenu:before {
  left: 0;
}
nav.wp_nav_menu_mobile.menu-mobile-side.showMenu .wp_nav_menu_mobile-container {
  opacity: 1;
  visibility: visible;
  right: 0;
}
nav.wp_nav_menu_mobile.menu-mobile-side.showMenu ul li.menu-item-has-children > a:after {
  right: -5px;
}
nav.wp_nav_menu_mobile.menu-mobile-side.showMenu ul li.dl-back > a:after {
  left: -5px;
}
nav.wp_nav_menu_mobile.menu-mobile-side .mobile-close {
  top: 20px !important;
  right: 20px !important;
}
/* Dl-menu script css */
.dl-menuwrapper {
  width: 100%;
  min-width: 300px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper .dl-menu {
  margin: 0 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-height: 100vh;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.dl-menuwrapper li .dl-submenu {
  display: none;
}
.dl-menuwrapper ul {
  padding: 0;
  position: absolute;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  outline: none;
}
/*
 When a submenu is openend, we will hide all li siblings.
 For that we give a class to the parent menu called "dl-subview".
 We also hide the submenu link.
 The opened submenu will get the class "dl-subviewopen".
 All this is done for any sub-level being entered.
 */
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.3s ease-in-out;
  animation: MenuAnimOut1 0.3s ease-in-out;
}
@-webkit-keyframes MenuAnimOut1 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s ease-in-out;
  animation: MenuAnimIn1 0.3s ease-in-out;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.3s ease-in-out;
  animation: SubMenuAnimIn1 0.3s ease-in-out;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.3s ease-in-out;
  animation: SubMenuAnimOut1 0.3s ease-in-out;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.menu-button-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  height: 100%;
}
.menu-button {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.mobile-open {
  text-align: right;
}
.mobile-close {
  position: absolute;
  display: block;
  right: 60px;
  top: 60px;
}
.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}
.bar {
  position: relative;
  display: block;
  width: 33px;
  height: 4px;
  margin: 6px auto;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-open.cross .bar {
  opacity: 0;
}
.mobile-close .bar {
  background-color: #428c6a;
}
.mobile-close .bar:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.mobile-close .bar:nth-of-type(2) {
  opacity: 0;
}
.mobile-close .bar:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/* .search-mobile .search-form {
 margin-top: 15px;
 display: inline-flex;
 position: relative;
 width: 100%;
 }
 .search-mobile .search-form input[type="search"] {
 border-radius: 0;
 border: 1px solid #e7e7e7;
 height: 26px;
 font-weight: 400;
 font-family: Montserrat;
 color: rgba(50, 50, 50, 0.75);
 padding-left: 8px;
 border-radius: 0;
 box-shadow: none;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 }
 .search-mobile .search-form input[type="search"]:focus {
 outline: none;
 box-shadow: none;
 }
 .search-mobile .search-form input::-webkit-input-placeholder {
 transition: all 0.2s ease-in-out;
 }
 .search-mobile .search-form input:-moz-placeholder {
 transition: all 0.2s ease-in-out;
 }
 .search-mobile .search-form input::-moz-placeholder {
 transition: all 0.2s ease-in-out;
 }
 .search-mobile .search-form input:-ms-input-placeholder {
 transition: all 0.2s ease-in-out;
 }
 .search-mobile .search-form input:focus {
 outline: none;
 }
 .search-mobile .search-form input:focus::-webkit-input-placeholder {
 color: transparent;
 }
 .search-mobile .search-form input:focus:-moz-placeholder {
 color: transparent;
 }
 .search-mobile .search-form input:focus::-moz-placeholder {
 color: transparent;
 }
 .search-mobile .search-form input:focus:-ms-input-placeholder {
 color: transparent;
 }
 .search-mobile .search-form button {
 background: none;
 border: none;
 position: absolute;
 right: 5px;
 top: 0;
 z-index: 9;
 line-height: 39px;
 color: rgba(50, 50, 50, 0.75);
 } */
.parallax-wrapper, .parallax-fixed-wrapper {
  background: none !important;
}
.parallax-window {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single #sidebar {
  margin: 22px -15px 0;
  padding: 15px;
}
.js-sticky-sidebar {
  margin: 22px -15px;
  padding: 15px;
  border-radius: 4px;
  transition: 0.2s box-shadow;
}
@media (min-width: 992px) {
  .js-sticky-sidebar.sticky {
    position: fixed;
    top: 100px;
    box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.1);
    background: white;
    z-index: 5;
  }
}
@media (max-width: 991px) {
  .js-sticky-sidebar.sticky {
    top: auto !important;
    width: 100% !important;
  }
}
aside.widget {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #303e48;
  line-height: 1.6;
}
.light-text aside.widget {
  color: #fff;
}
footer aside.widget {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #fff;
  margin: 66px 0 0 0;
}
aside.widget a:not(.btn) {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
aside.widget a:not(.btn):hover {
  color: #428c6a;
}
aside.widget a:not(.btn):active {
  color: #428c6a;
}
.light-text aside.widget a:not(.btn) {
  color: inherit;
}
.light-text aside.widget a:not(.btn):hover {
  color: #fff;
}
.light-text aside.widget a:not(.btn):active {
  color: #fff;
}
footer aside.widget a:not(.btn) {
  color: #fff;
}
footer aside.widget a:not(.btn):hover {
  color: #fff;
}
footer aside.widget a:not(.btn):active {
  color: #fff;
}
aside.widget h3 {
  padding: 0 0 22px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #bcc1c4;
  line-height: 1.3;
}
.light-text aside.widget h3 {
  color: #fff;
}
footer aside.widget h3 {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #fff;
}
aside.widget h3:empty {
  display: none;
}
aside.widget .search-form {
  margin: 0;
  width: 100%;
  display: block;
}
aside.widget .search-form input {
  width: 100%;
  box-sizing: border-box;
}
aside.widget .search-form button {
  display: none;
}
aside.widget img {
  max-width: 100%;
}
aside.widget select {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  height: 40px;
  width: 100%;
  padding: 10px;
  transition: background-color 0.2s ease-in-out;
}
aside.widget select:focus {
  outline: none;
  background-color: #eee;
}
aside.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside.widget ul li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  display: block;
  padding: 2px 0;
}
aside.widget ul ul {
  padding-top: 5px;
  margin: 0;
}
aside.widget ul ul li {
  padding-left: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
aside.widget ul ul li:last-child {
  padding-bottom: 0;
}
aside.widget ul.children ul.children ul.children ul.children ul.children {
  padding-left: 0px;
}
aside.widget.widget_rss .rsswidget {
  font-weight: 700;
}
aside.widget.widget_rss .rss-date {
  display: block;
}
aside.widget.widget_recent_entries .post-date {
  display: block;
}
aside.widget.widget_calendar caption {
  text-align: center;
}
aside.widget.widget_calendar table#wp-calendar {
  width: 100%;
}
aside.widget.widget_calendar table#wp-calendar th {
  width: 30px;
  text-align: center;
}
aside.widget.widget_calendar table#wp-calendar tbody tr td {
  text-align: center;
}
aside.widget.widget_calendar table#wp-calendar tbody tr td#today {
  border-radius: 50px;
}
aside.widget.metadata-project ul li {
  position: relative;
  display: inline-block;
  width: 100%;
}
aside.widget.metadata-project ul li span {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  /* float: left; */
}
aside.widget.metadata-project ul li span:first-child {
  width: 100%;
  font-weight: 700;
}
aside.widget.metadata-people ul li span {
  width: auto;
}
aside.widget.metadata-people ul li span:first-child {
  padding-right: 5px;
}
#comments {
  margin: 22px 0 0 0;
  font-size: 0.9em;
  display: inline-block;
  width: 100%;
}
#comments a:not(.btn) {
  color: #bf822a;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#comments a:not(.btn):hover {
  color: #428c6a;
}
#comments a:not(.btn):active {
  color: #428c6a;
}
.light-text #comments a:not(.btn) {
  color: #bf822a;
}
.light-text #comments a:not(.btn):hover {
  color: #fff;
}
.light-text #comments a:not(.btn):active {
  color: #fff;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: rgba(91, 102, 112, 0.1) 2px solid;
  border-bottom: rgba(91, 102, 112, 0.1) 2px solid;
}
.light-text #comments .comment-list {
  border-color: rgba(255, 255, 255, 0.1);
}
#comments .comment-list .comment {
  padding: 22px 0;
  border-top: rgba(91, 102, 112, 0.1) 2px solid;
}
.light-text #comments .comment-list .comment {
  border-color: rgba(255, 255, 255, 0.1);
}
#comments .comment-list .comment .comment-body {
  display: table;
  vertical-align: top;
}
#comments .comment-list .comment .comment-body .comment-left, #comments .comment-list .comment .comment-body .comment-right {
  display: table-cell;
  vertical-align: top;
}
#comments .comment-list .comment .comment-body .comment-left {
  width: 82px;
}
#comments .comment-list .comment .comment-body .comment-left img {
  margin-right: 22px;
  border-radius: 50%;
  width: 60px;
}
#comments .comment-list .comment .comment-body .comment-right .comment-author {
  margin: 0 0 22px 0;
}
#comments .comment-list .comment .comment-body .comment-meta {
  font-size: 0.9em;
}
#comments .comment-list .comment .comment-body .comment-meta a {
  color: rgba(91, 102, 112, 0.5);
}
#comments .comment-list .comment ul {
  list-style: none;
  margin: 0;
}
#comments .comment-list .comment ul.children {
  padding-left: 44px;
}
#comments .comment-list .comment ul li {
  list-style: none;
}
#comments .comment-list .comment ul li:last-child {
  padding-bottom: 0;
}
#comments #reply-title {
  font-size: 28.8px;
  margin: 44px 0 22px 0;
}
#comments label {
  display: block;
}
#comments input:not([type="submit"]), #comments textarea {
  max-width: 100%;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: rgba(91, 102, 112, 0.4) 1px solid;
  margin: 0;
  padding: 0 0 5px 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.light-text #comments input:not([type="submit"]), .light-text #comments textarea {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
#comments input:not([type="submit"]):focus, #comments textarea:focus {
  padding: 0;
  margin: 0 0 5px 0;
  border-bottom-color: #5b6670;
}
.light-text #comments input:not([type="submit"]):focus, .light-text #comments textarea:focus {
  border-bottom-color: #fff;
}
body.woocommerce #content #respond input#submit:disabled, body.woocommerce-page #content #respond input#submit:disabled, body.woocommerce #content a.button:disabled, body.woocommerce-page #content a.button:disabled, body.woocommerce #content button.button:disabled, body.woocommerce-page #content button.button:disabled, body.woocommerce #content input.button:disabled, body.woocommerce-page #content input.button:disabled, body.woocommerce #content #respond input#submit.alt:disabled, body.woocommerce-page #content #respond input#submit.alt:disabled, body.woocommerce #content a.button.alt:disabled, body.woocommerce-page #content a.button.alt:disabled, body.woocommerce #content button.button.alt:disabled, body.woocommerce-page #content button.button.alt:disabled, body.woocommerce #content input.button.alt:disabled, body.woocommerce-page #content input.button.alt:disabled {
  background-color: #bf822a !important;
  color: #fff !important;
  padding: 15pxpx 30pxpx 15pxpx 30pxpx !important;
}
body.woocommerce #content #respond input#submit:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content #respond input#submit:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content a.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content a.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content button.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content button.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content input.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content input.button:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content #respond input#submit.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content #respond input#submit.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content a.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content a.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content button.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content button.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce #content input.button.alt:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content input.button.alt:hover:not(.current):not(.dots):not(.no-hover) {
  box-shadow: none;
  transform: none;
}
body.woocommerce #content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), body.woocommerce-page #content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), body.woocommerce #content textarea, body.woocommerce-page #content textarea {
  padding: 15pxpx 5px 15pxpx 5px !important;
  background: white;
  border: 1px solid #eee;
  margin: -1px 0 0 0 !important;
}
body.woocommerce #content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, body.woocommerce-page #content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, body.woocommerce #content textarea:focus, body.woocommerce-page #content textarea:focus {
  padding: 15pxpx 5px 15pxpx 5px !important;
  margin: -1px 0 0 0 !important;
  border-color: #5b6670;
}
body.woocommerce #content select, body.woocommerce-page #content select {
  padding: 10px 5px;
  line-height: 1em;
  border: 1px solid #eee;
  border-radius: 0;
  height: 40px;
}
body.woocommerce #content #main .woocommerce-result-count, body.woocommerce-page #content #main .woocommerce-result-count {
  padding: 10px 0;
  line-height: 1em;
}
body.woocommerce #content #main .woocommerce-ordering select, body.woocommerce-page #content #main .woocommerce-ordering select {
  padding: 10px 5px;
  line-height: 1em;
  border: 1px solid #eee;
}
body.woocommerce #content #main .woocommerce-pagination ul.page-numbers, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers {
  border: 0px;
}
body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li {
  margin: 0 5px 0 0;
}
body.woocommerce #content #main ul.products li.product, body.woocommerce-page #content #main ul.products li.product {
  text-align: center;
}
body.woocommerce #content #main ul.products li.product .woocommerce-loop-category__title, body.woocommerce-page #content #main ul.products li.product .woocommerce-loop-category__title, body.woocommerce #content #main ul.products li.product .woocommerce-loop-product__title, body.woocommerce-page #content #main ul.products li.product .woocommerce-loop-product__title, body.woocommerce #content #main ul.products li.product h3, body.woocommerce-page #content #main ul.products li.product h3 {
  text-align: center;
  font-size: 1.2em;
}
body.woocommerce #content #main ul.products li.product .star-rating, body.woocommerce-page #content #main ul.products li.product .star-rating {
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce #content #main ul.products li.product .price, body.woocommerce-page #content #main ul.products li.product .price {
  font-size: 1em;
  line-height: 1.2em;
  color: black;
}
body.woocommerce #content #main div.product p.price, body.woocommerce-page #content #main div.product p.price {
  color: black;
}
body.woocommerce #content #main div.product form.cart .quantity, body.woocommerce-page #content #main div.product form.cart .quantity {
  margin-right: 10px;
}
body.woocommerce #content #main div.product form.cart .quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), body.woocommerce-page #content #main div.product form.cart .quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  max-width: 50px;
  text-align: center;
}
body.woocommerce #content #main div.product .product_meta > span, body.woocommerce-page #content #main div.product .product_meta > span {
  display: block;
}
body.woocommerce #content #main div.product table td, body.woocommerce-page #content #main div.product table td {
  padding: 0 0 10px 0;
  color: inherit;
  font-size: 1em;
  vertical-align: middle;
}
body.woocommerce #content #main div.product table td .amount, body.woocommerce-page #content #main div.product table td .amount, body.woocommerce #content #main div.product table td label, body.woocommerce-page #content #main div.product table td label {
  padding: 13px 0;
  line-height: 1em;
  font-weight: normal;
}
body.woocommerce #content #main div.product table td .amount, body.woocommerce-page #content #main div.product table td .amount {
  margin-left: 10px;
}
body.woocommerce #content #main div.product .woocommerce-tabs ul.tabs, body.woocommerce-page #content #main div.product .woocommerce-tabs ul.tabs {
  margin: 0;
}
body.woocommerce #content #main div.product .woocommerce-tabs ul.tabs li, body.woocommerce-page #content #main div.product .woocommerce-tabs ul.tabs li, body.woocommerce #content #main div.product .woocommerce-tabs ul.tabs li::before, body.woocommerce-page #content #main div.product .woocommerce-tabs ul.tabs li::before, body.woocommerce #content #main div.product .woocommerce-tabs ul.tabs li::after, body.woocommerce-page #content #main div.product .woocommerce-tabs ul.tabs li::after {
  border-radius: 0px;
}
body.woocommerce #content #main div.product .woocommerce-tabs .panel, body.woocommerce-page #content #main div.product .woocommerce-tabs .panel {
  padding: 20px;
}
body.woocommerce #content #main div.product .woocommerce-tabs .panel #reviews #comments, body.woocommerce-page #content #main div.product .woocommerce-tabs .panel #reviews #comments {
  margin: 0;
  font-size: 1em;
}
body.woocommerce #content #main div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text, body.woocommerce-page #content #main div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
}
body.woocommerce #content #main div.product .woocommerce-tabs .panel table.shop_attributes td, body.woocommerce-page #content #main div.product .woocommerce-tabs .panel table.shop_attributes td {
  padding: 0 8px;
}
body.woocommerce #content .woocommerce-cart-form table, body.woocommerce-page #content .woocommerce-cart-form table {
  border-radius: 0;
}
body.woocommerce #content .woocommerce-cart-form table input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), body.woocommerce-page #content .woocommerce-cart-form table input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  text-align: center;
  padding: 15pxpx 5px 15pxpx 5px !important;
  background: white;
  border: 1px solid #eee;
  margin: -1px 0 0 0 !important;
}
body.woocommerce #content .woocommerce-cart-form table .quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), body.woocommerce-page #content .woocommerce-cart-form table .quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  max-width: 50px;
}
body.woocommerce #content .woocommerce-cart-form table .coupon #coupon_code, body.woocommerce-page #content .woocommerce-cart-form table .coupon #coupon_code {
  width: auto !important;
  max-width: none;
  margin: 0 !important;
}
body.woocommerce #content .woocommerce-cart-form table .coupon input.button, body.woocommerce-page #content .woocommerce-cart-form table .coupon input.button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #eee;
}
body.woocommerce #content .cart-collaterals .cart_totals table, body.woocommerce-page #content .cart-collaterals .cart_totals table {
  border-radius: 0;
}
body.woocommerce #content .cart-collaterals .cart_totals table th, body.woocommerce-page #content .cart-collaterals .cart_totals table th {
  border-top: 1px solid #ebe9eb;
}
body.woocommerce #content .checkout-button, body.woocommerce-page #content .checkout-button {
  width: 100%;
  padding: 1em;
}
body.woocommerce .woocommerce-info, body.woocommerce-page .woocommerce-info, body.woocommerce .woocommerce-message, body.woocommerce-page .woocommerce-message, body.woocommerce .woocommerce-notice, body.woocommerce-page .woocommerce-notice, body.woocommerce .woocommerce-noticeGroup, body.woocommerce-page .woocommerce-noticeGroup {
  background: white;
}
body.woocommerce .woocommerce-checkout #customer_details, body.woocommerce-page .woocommerce-checkout #customer_details {
  margin: 0 0 20px 0;
}
body.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single, body.woocommerce-page .woocommerce-checkout .select2-container--default .select2-selection--single {
  padding: 6px 5px;
  border: 1px solid #eee;
  border-radius: 0;
  height: 40px;
}
body.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow, body.woocommerce-page .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  padding: 10px 0;
}
body.woocommerce .woocommerce-checkout .select2-dropdown, body.woocommerce-page .woocommerce-checkout .select2-dropdown {
  border-color: #eee;
}
body.woocommerce .woocommerce-checkout #ship-to-different-address .checkbox input, body.woocommerce-page .woocommerce-checkout #ship-to-different-address .checkbox input {
  position: relative;
  cursor: pointer;
}
body.woocommerce .woocommerce-checkout #ship-to-different-address label, body.woocommerce-page .woocommerce-checkout #ship-to-different-address label {
  margin: 0;
}
body.woocommerce .woocommerce-checkout table.shop_table, body.woocommerce-page .woocommerce-checkout table.shop_table, body.woocommerce .woocommerce-checkout #payment, body.woocommerce-page .woocommerce-checkout #payment {
  border-radius: 0px;
}
body.woocommerce .woocommerce-MyAccount-navigation ul, body.woocommerce-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce .woocommerce-MyAccount-navigation ul li, body.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 5px 0;
}
body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
  display: block;
}
body.woocommerce .woocommerce-MyAccount-navigation ul li a:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover:not(.current):not(.dots):not(.no-hover) {
  box-shadow: none;
  transform: none;
}
/* FRAMEWORK - Structure and layout files.
 ========================================================================== */
section.showcase-slider {
  text-align: left !important;
}
section.showcase-slider .container {
  position: relative;
}
section.showcase-slider article {
  margin: 0;
  display: table;
  width: 100%;
  background-color: inherit;
}
section.showcase-slider article .card-content {
  padding: 44px 66px 66px 0;
  /* .section-title {
   padding-bottom: 55px;
   } */
}
section.showcase-slider article .card-content a {
  /* text-decoration: underline; */
  text-transform: uppercase;
  font-size: 0.9em;
}
section.showcase-slider article .card-content .section-title {
  padding-bottom: 44px;
}
@media (max-width: 1023px) {
  section.showcase-slider article .card-content .card-text {
    display: none;
  }
}
section.showcase-slider article .card-content .post-meta {
  display: inline-block;
}
section.showcase-slider article .card-content .detail-info ul.person-detail-list {
  list-style: none;
  font-size: 0.8em;
  padding: 0;
}
section.showcase-slider article .card-content .detail-info ul.person-detail-list li {
  list-style: none;
}
section.showcase-slider article .card-content .detail-info ul.person-detail-list li.meta-position {
  margin: 0 0 5px 0;
  font-weight: 700;
}
section.showcase-slider article .card-content .detail-info ul.person-detail-list li.meta-department {
  margin: 0 0 5px 0;
}
section.showcase-slider article .card-content .detail-info ul.person-detail-list li.meta-email, section.showcase-slider article .card-content .detail-info ul.person-detail-list li.meta-phonenummer, section.showcase-slider article .card-content .detail-info ul.person-detail-list li.meta-twitter, section.showcase-slider article .card-content .detail-info ul.person-detail-list li.meta-facebook, section.showcase-slider article .card-content .detail-info ul.person-detail-list li.meta-linkedin {
  display: inline-block;
  margin: 0 5px;
}
section.showcase-slider article .card-content .detail-info ul.person-detail-list li a {
  color: inherit;
}
section.showcase-slider article .col-left, section.showcase-slider article .col-right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
section.showcase-slider article.no-image {
  text-align: center !important;
}
section.showcase-slider article.no-image .col-left {
  width: 100%;
}
section.showcase-slider article.no-image .col-left .card-content {
  padding: 44px;
}
section.showcase-slider article.no-image .col-left .card-content .post-meta {
  width: 200px;
  margin: 0 auto;
  text-align: left;
}
section.showcase-slider article.no-image .col-left .card-content .btn, section.showcase-slider article.no-image .col-left .card-content input[type="submit"], section.showcase-slider article.no-image .col-left .card-content .site-content .gform_wrapper .gform_footer input[type="submit"], .site-content .gform_wrapper .gform_footer section.showcase-slider article.no-image .col-left .card-content input[type="submit"], section.showcase-slider article.no-image .col-left .card-content .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"], .site-content .gform_wrapper.gravity-theme .gform_footer section.showcase-slider article.no-image .col-left .card-content input[type="submit"], section.showcase-slider article.no-image .col-left .card-content #comments input[type="submit"], #comments section.showcase-slider article.no-image .col-left .card-content input[type="submit"], section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content #respond input#submit, body.woocommerce #content #respond section.showcase-slider article.no-image .col-left .card-content input#submit, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content #respond section.showcase-slider article.no-image .col-left .card-content input#submit, section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content a.button, body.woocommerce #content section.showcase-slider article.no-image .col-left .card-content a.button, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content a.button, body.woocommerce-page #content section.showcase-slider article.no-image .col-left .card-content a.button, section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content button.button, body.woocommerce #content section.showcase-slider article.no-image .col-left .card-content button.button, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content button.button, body.woocommerce-page #content section.showcase-slider article.no-image .col-left .card-content button.button, section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content input.button, body.woocommerce #content section.showcase-slider article.no-image .col-left .card-content input.button, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content input.button, body.woocommerce-page #content section.showcase-slider article.no-image .col-left .card-content input.button, section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content #respond input#submit.alt, body.woocommerce #content #respond section.showcase-slider article.no-image .col-left .card-content input#submit.alt, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content #respond section.showcase-slider article.no-image .col-left .card-content input#submit.alt, section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content a.button.alt, body.woocommerce #content section.showcase-slider article.no-image .col-left .card-content a.button.alt, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content a.button.alt, body.woocommerce-page #content section.showcase-slider article.no-image .col-left .card-content a.button.alt, section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content button.button.alt, body.woocommerce #content section.showcase-slider article.no-image .col-left .card-content button.button.alt, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content button.button.alt, body.woocommerce-page #content section.showcase-slider article.no-image .col-left .card-content button.button.alt, section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content input.button.alt, body.woocommerce #content section.showcase-slider article.no-image .col-left .card-content input.button.alt, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content input.button.alt, body.woocommerce-page #content section.showcase-slider article.no-image .col-left .card-content input.button.alt, section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.showcase-slider article.no-image .col-left .card-content span, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.showcase-slider article.no-image .col-left .card-content span, section.showcase-slider article.no-image .col-left .card-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.showcase-slider article.no-image .col-left .card-content a, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.showcase-slider article.no-image .col-left .card-content a, section.showcase-slider article.no-image .col-left .card-content body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce .woocommerce-MyAccount-navigation ul li section.showcase-slider article.no-image .col-left .card-content a, section.showcase-slider article.no-image .col-left .card-content body.woocommerce-page .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li section.showcase-slider article.no-image .col-left .card-content a, section.showcase-slider article.no-image .col-left .card-content .wp-block-button__link {
  margin-top: 22px;
}
@media (max-width: 767px) {
  section.showcase-slider article .col-left, section.showcase-slider article .col-right {
    width: 100%;
  }
  section.showcase-slider article .col-right {
    display: none;
  }
}
section.showcase-slider .showcase-image {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section.showcase-slider .showcase-image:before {
  content: '';
  margin-top: 100%;
  display: inline-block;
  width: 100%;
}
section.slider {
  text-align: center;
}
section.slider article {
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}
section.slider article .post-content {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  padding: 33px 44px 22px 44px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#66000000',GradientType=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.slider article .post-content h3 {
  margin: 0;
}
section.slider article .post-content .post-meta {
  display: block;
  width: 200px;
  padding: 22px 0 0 0;
  margin: 0 auto;
  border: none;
  text-align: left;
}
section.slider article:hover .post-content {
  bottom: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  section.slider article .post-content {
    bottom: 0;
    opacity: 1;
  }
}
section.slider.multi-column {
  text-align: left;
}
section.slider.multi-column .container {
  width: 100%;
}
section.slider.multi-column .post-content {
  padding: 33px 0 22px 0;
}
section.slider.multi-column .post-content .post-meta {
  margin: 0 !important;
}
section.showcase-slider .slider-arrows, section.slider .slider-arrows {
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
section.showcase-slider .slider-arrows .swiper-button-prev, section.slider .slider-arrows .swiper-button-prev, section.showcase-slider .slider-arrows .swiper-button-next, section.slider .slider-arrows .swiper-button-next {
  background-image: none;
  left: auto;
  right: auto;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 40px;
  background: #fff;
  color: #5b6670;
  -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.showcase-slider .slider-arrows .swiper-button-prev .glyphicon, section.slider .slider-arrows .swiper-button-prev .glyphicon, section.showcase-slider .slider-arrows .swiper-button-next .glyphicon, section.slider .slider-arrows .swiper-button-next .glyphicon {
  top: 0;
  line-height: 40px;
}
section.showcase-slider .slider-arrows .swiper-button-prev, section.slider .slider-arrows .swiper-button-prev {
  float: left;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding-right: 5px;
  margin-left: -20px;
}
section.showcase-slider .slider-arrows .swiper-button-next, section.slider .slider-arrows .swiper-button-next {
  float: right;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding-left: 5px;
  margin-right: -20px;
}
section.showcase-slider:hover .slider-arrows .swiper-button-prev, section.slider:hover .slider-arrows .swiper-button-prev, section.showcase-slider:hover .slider-arrows .swiper-button-next, section.slider:hover .slider-arrows .swiper-button-next {
  width: 34px;
  -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  margin: 0;
}
section.showcase-slider .icon-flipped, section.slider .icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
@media (max-width: 767px) {
  section.showcase-slider, section.slider {
    /* top: auto;
     bottom: 15px; */
  }
  section.showcase-slider .slider-arrows .swiper-button-prev, section.slider .slider-arrows .swiper-button-prev, section.showcase-slider .slider-arrows .swiper-button-next, section.slider .slider-arrows .swiper-button-next {
    width: 34px;
    -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
    margin: 0;
  }
}
section.fixed-grid .grid-parent {
  /* .grid-content-popup {
   background: #fff;
   position: fixed;
   top: 35%;
   left: 25%;
   right: 25%;
   padding: 44px;
   text-align: center;
   font-size: 1em;
   visibility: hidden;
   opacity: 0;
   z-index: 99;
   @include borderRadius(6px);
   @include transition_ext(0.2s);
   @include boxShadow_ext(0, 0, 0, 0, 0, 0, 0);
   &.active {
   visibility: visible;
   opacity: 1;
   top: 30%;
   @include boxShadow_ext(0, 0, 33px, 0, 0, 0, 0.15);
   }
   .glyphicon {
   @extend .body;
   .light-text & {
   @extend .body-light;
   }
   position: absolute;
   top: 22px;
   right: 22px;
   text-decoration: none;
   font-family: 'Glyphicons Halflings';
   @include transition_ext(0.2s);
   &:hover {
   color: $theme-primary-color-color;
   }
   }
   } */
}
section.fixed-grid .grid-parent.boxed {
  padding-left: 30px;
  padding-right: 30px;
}
section.fixed-grid .grid-parent:not(.boxed) {
  width: 100%;
}
section.fixed-grid .grid-parent .grid-item {
  position: relative;
}
section.fixed-grid .grid-parent .grid-item:before {
  content: '';
  margin-top: 100%;
  display: inline-block;
  width: 100%;
}
section.fixed-grid .grid-parent .grid-item img {
  width: 100%;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 44px;
  text-align: center;
  color: inherit;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  /* .read-more {
   text-transform: uppercase;
   font-size: 0.9em;
   margin-bottom: 22px;
   display: block;
   } */
}
section.fixed-grid .grid-parent .grid-item .grid-item-container:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container:hover img {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container h3 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #428c6a;
  line-height: 1.3;
  font-family: Asul;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .post-meta {
  font-size: 0.8em;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .post-meta img {
  display: none;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .post-meta .post-meta-author {
  display: inline-block;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .post-meta .post-meta-author:after {
  content: '-';
  padding: 0 5px;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .post-meta .post-meta-date {
  display: inline-block;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .grid-item-content {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .grid-item-content img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 70%;
  margin: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .grid-item-content.colorize-on-hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .grid-item-content h3 {
  margin: 0;
  padding: 22px 0 0 0;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list {
  list-style: none;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li {
  list-style: none;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-position {
  margin: 0 0 5px 0;
  font-weight: 700;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-department {
  margin: 0 0 5px 0;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-email, section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-phonenummer, section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-twitter, section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-facebook, section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-linkedin {
  display: inline-block;
  margin: 0 5px;
}
section.fixed-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li a {
  color: inherit;
}
section.fixed-grid .grid-parent .grid-item.grid-columns-6 .grid-item-container {
  padding: 22px;
}
section.fixed-grid .grid-parent .grid-item.grid-columns-6 .grid-item-container h3 {
  font-size: 16px !important;
}
section.fixed-grid.light-text h3 {
  color: #fff !important;
}
section.image-grid .grid-parent.boxed {
  padding-left: 30px;
  padding-right: 30px;
}
section.image-grid .grid-parent:not(.boxed) {
  width: 100%;
}
section.image-grid .grid-parent .grid-item {
  position: relative;
  overflow: hidden;
}
section.image-grid .grid-parent .grid-item:before {
  content: '';
  margin-top: 100%;
  display: inline-block;
  width: 100%;
}
section.image-grid .grid-parent .grid-item img {
  width: 100%;
}
section.image-grid .grid-parent .grid-item .grid-item-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10%;
  text-align: center;
  color: inherit;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* @include borderRadius(0px);
   @include boxShadow_ext(0, 0, 0px, 0, 0, 0, 0); */
}
section.image-grid .grid-parent .grid-item .grid-item-container h3 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #428c6a;
  line-height: 1.3;
  font-family: Asul;
}
section.image-grid .grid-parent .grid-item .grid-item-container .post-meta {
  font-size: 0.8em;
}
section.image-grid .grid-parent .grid-item .grid-item-container .post-meta img {
  display: none;
}
section.image-grid .grid-parent .grid-item .grid-item-container .post-meta .post-meta-author {
  display: inline-block;
}
section.image-grid .grid-parent .grid-item .grid-item-container .post-meta .post-meta-author:after {
  content: '-';
  padding: 0 5px;
}
section.image-grid .grid-parent .grid-item .grid-item-container .post-meta .post-meta-date {
  display: inline-block;
}
section.image-grid .grid-parent .grid-item .grid-item-container .grid-content-overlay {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 45%;
  -webkit-transform: translateY(-50%) scale(0.9, 0.9);
  -ms-transform: translateY(-50%) scale(0.9, 0.9);
  transform: translateY(-50%) scale(0.9, 0.9);
  opacity: 0;
  z-index: 2;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition-delay: 0s;
}
section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content h3 {
  margin: 0;
  padding: 0 0 22px 0;
}
section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content .btn, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input[type="submit"], section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content .site-content .gform_wrapper .gform_footer input[type="submit"], .site-content .gform_wrapper .gform_footer section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input[type="submit"], section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"], .site-content .gform_wrapper.gravity-theme .gform_footer section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input[type="submit"], section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content #comments input[type="submit"], #comments section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input[type="submit"], section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content #respond input#submit, body.woocommerce #content #respond section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input#submit, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content #respond section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input#submit, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content a.button, body.woocommerce #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content a.button, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content a.button, body.woocommerce-page #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content a.button, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content button.button, body.woocommerce #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content button.button, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content button.button, body.woocommerce-page #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content button.button, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content input.button, body.woocommerce #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input.button, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content input.button, body.woocommerce-page #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input.button, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content #respond input#submit.alt, body.woocommerce #content #respond section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input#submit.alt, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content #respond section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input#submit.alt, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content a.button.alt, body.woocommerce #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content a.button.alt, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content a.button.alt, body.woocommerce-page #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content a.button.alt, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content button.button.alt, body.woocommerce #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content button.button.alt, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content button.button.alt, body.woocommerce-page #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content button.button.alt, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content input.button.alt, body.woocommerce #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input.button.alt, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content input.button.alt, body.woocommerce-page #content section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content input.button.alt, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content span, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content span, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content a, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content a, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce .woocommerce-MyAccount-navigation ul li section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content a, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content body.woocommerce-page .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content a, section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content .wp-block-button__link {
  /* border-radius: 50%;
   height: 44px;
   width: auto;
   line-height: 44px;
   padding: 0;
   text-align: center; */
}
section.image-grid .grid-parent .grid-item .grid-item-container .grid-item-content .post-meta {
  margin: 0 0 22px 0;
}
section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list {
  list-style: none;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li {
  list-style: none;
}
section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-position {
  margin: 0 0 5px 0;
  font-weight: 700;
}
section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-department {
  margin: 0 0 5px 0;
}
section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-email, section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-phonenummer, section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-twitter, section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-facebook, section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li.meta-linkedin {
  display: inline-block;
  margin: 0 5px;
}
section.image-grid .grid-parent .grid-item .grid-item-container .detail-info ul.person-detail-list li a {
  color: inherit;
}
section.image-grid .grid-parent .grid-item .grid-item-container .read-more {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 22px;
  display: block;
}
section.image-grid .grid-parent .grid-item .grid-item-container:hover {
  text-decoration: none;
}
section.image-grid .grid-parent .grid-item .grid-item-container:hover.has-hover {
  transform: scale(1.02, 1.02);
}
section.image-grid .grid-parent .grid-item .grid-item-container:hover.has-hover .grid-content-overlay {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  opacity: 1;
}
section.image-grid .grid-parent .grid-item .grid-item-container:hover.has-hover .grid-item-content {
  -webkit-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.image-grid .grid-parent .grid-item .grid-item-container.slide-bottom .grid-item-content {
  margin-top: 0;
  -webkit-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
  position: absolute;
  bottom: -5%;
  left: 0;
  padding: 10%;
  text-align: left;
}
section.image-grid .grid-parent .grid-item .grid-item-container.slide-bottom:hover.has-hover {
  transform: scale(1, 1);
}
section.image-grid .grid-parent .grid-item .grid-item-container.slide-bottom:hover.has-hover .grid-content-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
section.image-grid .grid-parent .grid-item .grid-item-container.slide-bottom:hover.has-hover .grid-item-content {
  bottom: 0;
  -webkit-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
  transition-delay: 0.2s;
}
section.image-grid .grid-parent .grid-item.grid-columns-6 .grid-item-container {
  padding: 22px;
}
section.image-grid .grid-parent .grid-item.grid-columns-6 .grid-item-container h3 {
  font-size: 16px !important;
}
section.image-grid .grid-parent .grid-content-popup {
  background: #fff;
  position: fixed;
  top: 35%;
  left: 25%;
  right: 25%;
  padding: 44px;
  text-align: center;
  font-size: 1em;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section.image-grid .grid-parent .grid-content-popup.active {
  visibility: visible;
  opacity: 1;
  top: 30%;
  -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
}
section.image-grid .grid-parent .grid-content-popup .glyphicon {
  position: absolute;
  top: 22px;
  right: 22px;
  text-decoration: none;
  font-family: 'Glyphicons Halflings';
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.image-grid .grid-parent .grid-content-popup .glyphicon:hover {
  color: #428c6a;
}
section.image-grid.light-text h3 {
  color: #fff !important;
}
section.masonry-grid {
  padding-top: 44px;
}
section.masonry-grid.masonry-grid-fixed p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.masonry-grid .grid-parent.masonry-grid-js {
  padding-left: 0;
  padding-right: 0;
}
section.masonry-grid .grid-parent.same-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.masonry-grid .grid-parent.boxed {
  padding-left: 30px;
  padding-right: 30px;
}
section.masonry-grid .grid-parent .grid-item {
  position: relative;
  width: 33.3%;
  margin: 22px 0;
}
section.masonry-grid .grid-parent .grid-item article {
  margin: 0 15px;
  padding: 33px;
  height: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 1);
}
section.masonry-grid .grid-parent .grid-item article:hover {
  -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
}
section.masonry-grid .grid-parent .grid-item article .post-content {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* .read-more {
   text-transform: uppercase;
   font-size: 0.9em;
   margin-bottom: 22px;
   display: block;
   } */
}
section.masonry-grid .grid-parent .grid-item article .post-content .featured-image img {
  width: 100%;
}
section.masonry-grid .grid-parent .grid-item article .post-content .detail-info {
  padding-bottom: 22px;
}
section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list {
  list-style: none;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list li {
  list-style: none;
}
section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list li.meta-position {
  margin: 0 0 5px 0;
  font-weight: 700;
}
section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list li.meta-department {
  margin: 0 0 5px 0;
}
section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list li.meta-email, section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list li.meta-phonenummer, section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list li.meta-twitter, section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list li.meta-facebook, section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list li.meta-linkedin {
  display: inline-block;
  margin: 0 10px 0 0;
}
section.masonry-grid .grid-parent .grid-item article .post-content .detail-info ul.person-detail-list li a {
  color: inherit;
}
@media (max-width: 1199px) {
  section.masonry-grid .grid-parent .grid-item {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  section.masonry-grid .grid-parent .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.masonry-grid .grid-parent .grid-item {
    width: 100%;
  }
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -15px 15px;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item {
  flex: 0 0 33.3333%;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article {
  background: white;
  margin: 0 15px 15px;
  padding: 15px 15px 24px 15px;
  height: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article:hover {
  -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .post-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .featured-image {
  margin: -15px;
  height: 140px;
  overflow: hidden;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .featured-image img {
  object-fit: cover;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .post-title {
  margin: 30px 0 8px;
  line-height: 20px;
  min-height: 44px;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .post-title a {
  line-height: 20px;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .post-meta-date {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 8px 0;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article p {
  font-size: 16px;
  line-height: 1.25;
  color: #5b6670;
  min-height: 80px;
}
section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .btn, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input[type="submit"], section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .site-content .gform_wrapper .gform_footer input[type="submit"], .site-content .gform_wrapper .gform_footer section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input[type="submit"], section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"], .site-content .gform_wrapper.gravity-theme .gform_footer section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input[type="submit"], section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article #comments input[type="submit"], #comments section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input[type="submit"], section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content #respond input#submit, body.woocommerce #content #respond section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input#submit, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content #respond section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input#submit, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content a.button, body.woocommerce #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article a.button, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content a.button, body.woocommerce-page #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article a.button, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content button.button, body.woocommerce #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article button.button, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content button.button, body.woocommerce-page #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article button.button, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content input.button, body.woocommerce #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input.button, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content input.button, body.woocommerce-page #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input.button, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content #respond input#submit.alt, body.woocommerce #content #respond section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input#submit.alt, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content #respond section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input#submit.alt, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content a.button.alt, body.woocommerce #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article a.button.alt, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content a.button.alt, body.woocommerce-page #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article a.button.alt, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content button.button.alt, body.woocommerce #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article button.button.alt, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content button.button.alt, body.woocommerce-page #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article button.button.alt, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content input.button.alt, body.woocommerce #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input.button.alt, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content input.button.alt, body.woocommerce-page #content section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article input.button.alt, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article span, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article span, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article a, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article a, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce .woocommerce-MyAccount-navigation ul li section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article a, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article body.woocommerce-page .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article a, section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .wp-block-button__link {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: Asul;
  text-transform: uppercase;
  margin-top: auto;
}
section.masonry-grid .news-grid .list-item {
  width: 100%;
  margin: 0 0 8px 0;
}
section.masonry-grid .news-grid .list-item article {
  margin: 0;
}
section.masonry-grid .news-grid .list-item article a {
  background: white;
  padding: 10px 16px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
section.masonry-grid .news-grid .list-item article a .post-meta-date {
  min-width: 130px;
  font-size: 12px;
  color: #5b6670;
  line-height: 16px;
  padding-right: 12px;
  border-right: 1px solid #5b6670;
  margin: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.masonry-grid .news-grid .list-item article a .post-title {
  color: #0a2230;
  font-size: 16px;
  line-height: 16px;
  padding-left: 12px;
  margin: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.masonry-grid .news-grid .list-item article a:hover {
  -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
}
section.masonry-grid .news-grid .list-item article a:hover .post-meta-date, section.masonry-grid .news-grid .list-item article a:hover .post-title {
  color: var(--color-tertiary);
  border-color: var(--color-tertiary);
}
@media (max-width: 1199px) {
  section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article .featured-image {
    height: 114px;
  }
}
@media (max-width: 991px) {
  section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item {
    flex: 0 0 100%;
  }
  section.masonry-grid .news-grid .grid-highlight-item-wrapper .grid-highlight-item article {
    max-width: 360px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  section.masonry-grid .news-grid .list-item article a {
    display: block;
  }
  section.masonry-grid .news-grid .list-item article a .post-meta-date {
    border-right: 0;
    padding: 0 0 2px 0;
  }
  section.masonry-grid .news-grid .list-item article a .post-title {
    padding: 0;
  }
}
.grid-kennisbank {
  padding: 40px 32px;
  background-color: #f8f8f8;
}
.grid-kennisbank .kennisbank {
  padding: 0;
}
.grid-kennisbank .post-content {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.grid-kennisbank .post-content:hover {
  -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
}
.grid-kennisbank .post-content .featured-image {
  margin: 0;
}
.grid-kennisbank .post-content .featured-image img {
  object-fit: cover;
  height: 100%;
  border-radius: 4px 0 0 4px;
  max-width: 250px;
  width: fit-content;
}
.grid-kennisbank .post-content .content {
  padding: 16px 24px;
}
.grid-kennisbank .post-content .content h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.grid-kennisbank .post-content .content .terms {
  display: block;
  font-size: 14px;
  color: #a2a2a2;
  padding-bottom: 8px;
}
.grid-kennisbank .post-content .content p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-bottom: 10px;
}
.single-kennisbank .page-header .page-subtitle {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .grid-kennisbank .post-content {
    display: block;
  }
  .grid-kennisbank .post-content .featured-image img {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
}
section.list {
  padding-top: 44px;
}
section.list .list-parent.boxed {
  padding-left: 30px;
  padding-right: 30px;
}
section.list .list-parent .list-item {
  position: relative;
  width: 100%;
}
section.list .list-parent .list-item article {
  display: flex;
  align-items: stretch;
  margin: 0 0 44px 0;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
}
section.list .list-parent .list-item article:hover {
  -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
}
section.list .list-parent .list-item article .featured-image {
  width: 40%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  section.list .list-parent .list-item article .featured-image {
    display: none;
  }
}
section.list .list-parent .list-item article .post-content {
  display: inline-block;
  padding: 33px 33px 0 33px;
  /* .read-more {
   text-transform: uppercase;
   font-size: 0.9em;
   margin-bottom: 22px;
   display: block;
   } */
}
section.list .list-parent .list-item article .post-content .btn, section.list .list-parent .list-item article .post-content input[type="submit"], section.list .list-parent .list-item article .post-content .site-content .gform_wrapper .gform_footer input[type="submit"], .site-content .gform_wrapper .gform_footer section.list .list-parent .list-item article .post-content input[type="submit"], section.list .list-parent .list-item article .post-content .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"], .site-content .gform_wrapper.gravity-theme .gform_footer section.list .list-parent .list-item article .post-content input[type="submit"], section.list .list-parent .list-item article .post-content #comments input[type="submit"], #comments section.list .list-parent .list-item article .post-content input[type="submit"], section.list .list-parent .list-item article .post-content body.woocommerce #content #respond input#submit, body.woocommerce #content #respond section.list .list-parent .list-item article .post-content input#submit, section.list .list-parent .list-item article .post-content body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content #respond section.list .list-parent .list-item article .post-content input#submit, section.list .list-parent .list-item article .post-content body.woocommerce #content a.button, body.woocommerce #content section.list .list-parent .list-item article .post-content a.button, section.list .list-parent .list-item article .post-content body.woocommerce-page #content a.button, body.woocommerce-page #content section.list .list-parent .list-item article .post-content a.button, section.list .list-parent .list-item article .post-content body.woocommerce #content button.button, body.woocommerce #content section.list .list-parent .list-item article .post-content button.button, section.list .list-parent .list-item article .post-content body.woocommerce-page #content button.button, body.woocommerce-page #content section.list .list-parent .list-item article .post-content button.button, section.list .list-parent .list-item article .post-content body.woocommerce #content input.button, body.woocommerce #content section.list .list-parent .list-item article .post-content input.button, section.list .list-parent .list-item article .post-content body.woocommerce-page #content input.button, body.woocommerce-page #content section.list .list-parent .list-item article .post-content input.button, section.list .list-parent .list-item article .post-content body.woocommerce #content #respond input#submit.alt, body.woocommerce #content #respond section.list .list-parent .list-item article .post-content input#submit.alt, section.list .list-parent .list-item article .post-content body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content #respond section.list .list-parent .list-item article .post-content input#submit.alt, section.list .list-parent .list-item article .post-content body.woocommerce #content a.button.alt, body.woocommerce #content section.list .list-parent .list-item article .post-content a.button.alt, section.list .list-parent .list-item article .post-content body.woocommerce-page #content a.button.alt, body.woocommerce-page #content section.list .list-parent .list-item article .post-content a.button.alt, section.list .list-parent .list-item article .post-content body.woocommerce #content button.button.alt, body.woocommerce #content section.list .list-parent .list-item article .post-content button.button.alt, section.list .list-parent .list-item article .post-content body.woocommerce-page #content button.button.alt, body.woocommerce-page #content section.list .list-parent .list-item article .post-content button.button.alt, section.list .list-parent .list-item article .post-content body.woocommerce #content input.button.alt, body.woocommerce #content section.list .list-parent .list-item article .post-content input.button.alt, section.list .list-parent .list-item article .post-content body.woocommerce-page #content input.button.alt, body.woocommerce-page #content section.list .list-parent .list-item article .post-content input.button.alt, section.list .list-parent .list-item article .post-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.list .list-parent .list-item article .post-content span, section.list .list-parent .list-item article .post-content body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.list .list-parent .list-item article .post-content span, section.list .list-parent .list-item article .post-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.list .list-parent .list-item article .post-content a, section.list .list-parent .list-item article .post-content body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.list .list-parent .list-item article .post-content a, section.list .list-parent .list-item article .post-content body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce .woocommerce-MyAccount-navigation ul li section.list .list-parent .list-item article .post-content a, section.list .list-parent .list-item article .post-content body.woocommerce-page .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li section.list .list-parent .list-item article .post-content a, section.list .list-parent .list-item article .post-content .wp-block-button__link {
  margin-bottom: 22px;
}
section.list .list-parent .list-item article .post-content .detail-info {
  padding-bottom: 22px;
}
section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list {
  list-style: none;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list li {
  list-style: none;
}
section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list li.meta-position {
  margin: 0 0 5px 0;
  font-weight: 700;
}
section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list li.meta-department {
  margin: 0 0 5px 0;
}
section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list li.meta-email, section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list li.meta-phonenummer, section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list li.meta-twitter, section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list li.meta-facebook, section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list li.meta-linkedin {
  display: inline-block;
  margin: 0 10px 0 0;
}
section.list .list-parent .list-item article .post-content .detail-info ul.person-detail-list li a {
  color: inherit;
}
.page-header {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  min-height: 175px;
  background-color: rgba(235, 235, 235, 1);
  background-image: url("https://stg-vengroot-update.kinsta.cloud/wp-content/uploads/2018/07/venghaus-bg.jpg");
  background-position: top center;
  background-size: cover;
  z-index: 2;
  padding-bottom: 0;
  /* display: flex;
   align-items: center;
   justify-content: center; */
}
@media (max-width: 991px) {
  .page-header {
    min-height: auto;
  }
}
.page-header > .container {
  display: flex;
  height: 100%;
}
.page-header > .container > .row {
  margin: auto 0;
}
@media (min-width: 992px) {
  .page-header .header-large {
    display: none;
  }
}
.page-header .header-mobile {
  display: none !important;
}
.page-header .header-content {
  padding: 24px 0;
}
.page-header .page-title {
  padding: 0;
  margin: 0;
  animation: 0.8s ease-out 0s 1 slideInFromBottom2;
}
.page-header .page-subtitle {
  padding: 0;
  margin-bottom: 1em;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  animation: 0.6s ease-out 0s 1 slideInFromBottom;
}
.page-header .page-subtitle.no-margin {
  margin-bottom: 0;
}
.page-header .page-subtitle a {
  color: inherit !important;
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInFromBottom2 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  50% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.page-header .breadcrumb {
  background: none;
  text-align: right;
}
.page-header .breadcrumb a {
  color: inherit;
}
.page-header .header-cta {
  position: absolute;
  top: -33px;
  right: 0;
  padding: 33px;
  background: #fff !important;
  color: #5b6670 !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 50px 11px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.page-header .header-cta h1, .page-header .header-cta h2, .page-header .header-cta h3, .page-header .header-cta h4, .page-header .header-cta h5, .page-header .header-cta h6 {
  color: #5b6670 !important;
}
@media (max-width: 992px) {
  .page-header .header-cta {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 33px;
    /* display: inline-block; */
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}
section.plus-content > .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  section.plus-content > .container > .row {
    display: block;
  }
}
section.plus-content > .container > .row > div {
  display: flex;
  align-items: center;
}
section.plus-content > .container > .row > div .feat_image.align-center {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  section.plus-content > .container > .row > div .feat_image.align-center {
    margin-bottom: 66px;
  }
}
/* .read-more-icon {
 &:after {
 content: "\e092";
 position: relative;
 display: inline-block;
 font-family: 'Glyphicons Halflings';
 font-style: normal;
 font-weight: 400;
 line-height: 1;
 font-size: 0.8em;
 -webkit-font-smoothing: antialiased;
 padding-left: 11px;
 @include transition_extend(.3s, ease-in-out);
 }
 &:hover {
 &:after {
 padding-left: 22px;
 }
 }
 } */
article {
  margin: 0 0 33px 0;
}
#page-index article {
  padding: 33px 33px 0 33px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 1);
}
#page-index article:hover {
  -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.15);
}
.post-content {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.post-content a:not(.btn) {
  color: #bf822a;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-content a:not(.btn):hover {
  color: #428c6a;
}
.post-content a:not(.btn):active {
  color: #428c6a;
}
.light-text .post-content a:not(.btn) {
  color: #bf822a;
}
.light-text .post-content a:not(.btn):hover {
  color: #fff;
}
.light-text .post-content a:not(.btn):active {
  color: #fff;
}
.post-content .featured-image {
  margin: -33px -33px 22px -33px;
}
.post-content .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.post-content .post-image {
  margin-bottom: 33px;
}
.post-content .post-image img {
  max-width: 100%;
  height: auto;
}
.post-content .post-meta {
  display: block;
  width: 100%;
  padding: 22px 0;
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
  margin-top: auto;
}
.post-content .post-meta img {
  border-radius: 50%;
  float: left;
  margin: 0 15px 0 0;
  width: 44px;
  height: auto;
}
.post-content .post-meta .post-meta-author {
  padding: 0;
}
.post-content .post-meta .post-meta-date {
  font-size: 0.8em;
  opacity: 0.8;
}
.post-content .post-meta.single-meta {
  padding: 0 0 33px 0;
  margin-top: -22px;
  border: none;
}
.post-content .post-meta.single-meta .post-meta-date {
  font-size: 1em;
  display: inline-block;
}
.post-content .post-meta.single-meta .post-meta-category {
  display: inline-block;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  display: block;
  line-height: 1.3;
  font-family: Asul;
}
.post-content h1 {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #428c6a;
  margin: 0 0 22px 0;
}
.post-content h1.post-title {
  margin-bottom: 33px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.light-text .post-content h1 {
  color: #fff;
}
.post-content h2 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #428c6a;
  margin: 0 0 22px 0;
}
.light-text .post-content h2 {
  color: #fff;
}
.post-content h3 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #428c6a;
  margin: 0 0 22px 0;
}
.light-text .post-content h3 {
  color: #fff;
}
.post-content h3.post-title {
  /* font-size: $body-dark-font-size * 1.4;
   margin-bottom: 22px; */
}
.post-content h3.post-title a {
  color: inherit;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-content h3.post-title a:hover {
  color: #428c6a;
}
.post-content h4 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #428c6a;
  margin: 0 0 22px 0;
}
.light-text .post-content h4 {
  color: #fff;
}
.post-content h5 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #428c6a;
  margin: 0 0 22px 0;
}
.light-text .post-content h5 {
  color: #fff;
}
.post-content h6 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: "";
  color: #428c6a;
  margin: 0 0 22px 0;
}
.light-text .post-content h6 {
  color: #fff;
}
.post-content p {
  margin-bottom: 22px;
  line-height: 1.6;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content .alignnone {
  max-width: 100%;
}
.post-content .alignleft {
  float: left;
  margin: 5px 22px 22px 0;
  display: inline-block;
  max-width: 100%;
}
.post-content .alignright {
  float: right;
  margin: 5px 0 22px 22px;
  display: inline-block;
  max-width: 100%;
}
.post-content .aligncenter {
  display: block;
  text-align: center;
  margin: 5px auto 22px auto;
  max-width: 100%;
}
.post-content .wp-caption-text {
  font-size: 0.8em;
  font-style: italic;
  padding-top: 11px;
}
.post-content ul, .post-content ol {
  margin-bottom: 22px;
}
.post-content ul ul, .post-content ul ol, .post-content ol:not(.comment-list) ol, .post-content ol:not(.comment-list) ul {
  margin-bottom: 0;
}
.post-content dl dd {
  margin-bottom: 5px;
}
.post-content blockquote {
  font-style: italic;
}
.post-content table {
  margin-bottom: 22px;
}
.post-content table th {
  padding: 22px;
  background: rgba(0, 0, 0, 0.07);
  border: rgba(0, 0, 0, 0.07) 1px solid;
}
.post-content table th, .post-content table td {
  padding: 22px;
  border: rgba(0, 0, 0, 0.07) 1px solid;
}
.post-content pre {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 22px;
}
.post-content embed, .post-content iframe {
  max-width: 100%;
}
.post-content .well {
  margin: 0 auto;
  background: #fff;
  border: none;
  box-shadow: 0 0 33px 5px rgba(0, 0, 0, 0.1);
  padding: 44px 44px 44px 44px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.post-content .well-btn-bottom {
  text-align: center;
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
}
.post-content .post-tags {
  margin: 44px 0;
}
.post-content .post-tags .btn, .post-content .post-tags input[type="submit"], .post-content .post-tags .site-content .gform_wrapper .gform_footer input[type="submit"], .site-content .gform_wrapper .gform_footer .post-content .post-tags input[type="submit"], .post-content .post-tags .site-content .gform_wrapper.gravity-theme .gform_footer input[type="submit"], .site-content .gform_wrapper.gravity-theme .gform_footer .post-content .post-tags input[type="submit"], .post-content .post-tags #comments input[type="submit"], #comments .post-content .post-tags input[type="submit"], .post-content .post-tags body.woocommerce #content #respond input#submit, body.woocommerce #content #respond .post-content .post-tags input#submit, .post-content .post-tags body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content #respond .post-content .post-tags input#submit, .post-content .post-tags body.woocommerce #content a.button, body.woocommerce #content .post-content .post-tags a.button, .post-content .post-tags body.woocommerce-page #content a.button, body.woocommerce-page #content .post-content .post-tags a.button, .post-content .post-tags body.woocommerce #content button.button, body.woocommerce #content .post-content .post-tags button.button, .post-content .post-tags body.woocommerce-page #content button.button, body.woocommerce-page #content .post-content .post-tags button.button, .post-content .post-tags body.woocommerce #content input.button, body.woocommerce #content .post-content .post-tags input.button, .post-content .post-tags body.woocommerce-page #content input.button, body.woocommerce-page #content .post-content .post-tags input.button, .post-content .post-tags body.woocommerce #content #respond input#submit.alt, body.woocommerce #content #respond .post-content .post-tags input#submit.alt, .post-content .post-tags body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content #respond .post-content .post-tags input#submit.alt, .post-content .post-tags body.woocommerce #content a.button.alt, body.woocommerce #content .post-content .post-tags a.button.alt, .post-content .post-tags body.woocommerce-page #content a.button.alt, body.woocommerce-page #content .post-content .post-tags a.button.alt, .post-content .post-tags body.woocommerce #content button.button.alt, body.woocommerce #content .post-content .post-tags button.button.alt, .post-content .post-tags body.woocommerce-page #content button.button.alt, body.woocommerce-page #content .post-content .post-tags button.button.alt, .post-content .post-tags body.woocommerce #content input.button.alt, body.woocommerce #content .post-content .post-tags input.button.alt, .post-content .post-tags body.woocommerce-page #content input.button.alt, body.woocommerce-page #content .post-content .post-tags input.button.alt, .post-content .post-tags body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .post-content .post-tags span, .post-content .post-tags body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .post-content .post-tags span, .post-content .post-tags body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li .post-content .post-tags a, .post-content .post-tags body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .post-content .post-tags a, .post-content .post-tags body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce .woocommerce-MyAccount-navigation ul li .post-content .post-tags a, .post-content .post-tags body.woocommerce-page .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li .post-content .post-tags a, .post-content .post-tags .wp-block-button__link {
  margin: 0 11px 11px 0;
}
.post-content .gallery figure {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 29%;
  margin: 11px 2%;
}
.post-content .gallery figure .gallery-caption {
  font-size: 0.9em;
  padding: 11px 0;
}
.post-content .gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 11px 0;
}
.post-content .gallery.gallery-columns-2 figure {
  width: 46%;
  margin: 11px 2%;
}
.post-content .gallery.gallery-columns-3 figure {
  width: 29%;
  margin: 11px 2%;
}
.post-content .gallery.gallery-columns-4 figure {
  width: 21%;
  margin: 11px 2%;
}
.post-content .gallery.gallery-columns-5 figure {
  width: 18%;
  margin: 11px 1%;
}
.post-content .gallery.gallery-columns-6 figure {
  width: 14.6%;
  margin: 11px 1%;
}
.post-content .gallery.gallery-columns-7 figure {
  width: 12.2%;
  margin: 11px 1%;
}
.post-content .gallery.gallery-columns-8 figure {
  width: 10.5%;
  margin: 11px 1%;
}
.post-content .gallery.gallery-columns-9 figure {
  width: 9.1%;
  margin: 11px 1%;
}
.post-content .author_bio {
  padding: 44px;
  margin: 0 0 44px 0;
  display: flex;
  align-items: stretch;
}
.post-content .author_bio .author_avatar {
  width: 30%;
  display: inline-block;
}
.post-content .author_bio .author_avatar img {
  max-width: 100%;
  height: auto;
  margin-right: 22px;
  border-radius: 50%;
}
.post-content .author_bio .author_details {
  display: inline-block;
  width: 100%;
}
::-webkit-input-placeholder {
  color: #5b6670;
}
.light-text ::-webkit-input-placeholder {
  color: #00263a;
}
:-moz-placeholder {
  color: #5b6670;
}
.light-text :-moz-placeholder {
  color: #00263a;
}
::-moz-placeholder {
  color: #5b6670;
}
.light-text ::-moz-placeholder {
  color: #00263a;
}
:-ms-input-placeholder {
  color: #5b6670;
}
.light-text :-ms-input-placeholder {
  color: #00263a;
}
.pagination {
  width: 100%;
  text-align: center;
}
.pagination .page-numbers {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: Work Sans;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 2px;
  width: 24px;
  text-align: center;
  background: var(--color-tertiary);
  color: white;
  display: inline-block;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #0a2230;
  color: white;
  text-decoration: none;
  font-weight: 400;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: inline-block;
}
.pagination.top-pagination {
  margin: 0;
}
.pagination.top-pagination .navigation {
  margin: 0 0 32px 0;
}
@media (max-width: 767px) {
  .post-content .well {
    padding: 33px;
  }
  .post-content .tp-bgimg, .post-content .defaultimg {
    display: none !important;
  }
  .post-content .gallery.gallery-columns-1 figure, .post-content .gallery.gallery-columns-2 figure, .post-content .gallery.gallery-columns-3 figure, .post-content .gallery.gallery-columns-4 figure, .post-content .gallery.gallery-columns-5 figure, .post-content .gallery.gallery-columns-6 figure, .post-content .gallery.gallery-columns-7 figure, .post-content .gallery.gallery-columns-8 figure, .post-content .gallery.gallery-columns-9 figure {
    width: 46%;
    margin: 11px 2%;
  }
}
.gutenberg-wrapper {
  padding-top: 92px;
}
.gutenberg-wrapper section.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.gutenberg-wrapper section.alignleft, .gutenberg-wrapper section.alignright {
  float: none;
  margin: 0;
  display: block;
}
.gutenberg-wrapper section.alignwide {
  margin-left: -24px;
  margin-right: -24px;
  max-width: calc(100% + 48px);
  width: calc(100% + 48px);
}
@media (max-width: 991px) {
  .gutenberg-wrapper section .alignwide {
    margin-left: -8rem;
    margin-right: -8rem;
    max-width: calc(100% + 16px);
    width: calc(100% + 16px);
  }
}
.gutenberg-wrapper section .container {
  max-width: 100%;
}
.gutenberg-wrapper .block-container-card {
  background-attachment: fixed;
}
.gutenberg-wrapper p.justify {
  text-align: justify;
}
.block-team {
  padding: 40px 0;
}
.block-team .member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 24px 12px;
  margin-bottom: 24px;
  box-shadow: 0 0 33px 5px rgba(0, 0, 0, 0);
  border-radius: 4px;
  transition: box-shadow 0.2s ease-in-out;
}
.block-team .member:hover {
  box-shadow: 0 0 33px 5px rgba(0, 0, 0, 0.1);
}
.block-team .member img {
  width: 250px;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .block-team .member img {
    width: 200px;
  }
}
.block-team .member h2 {
  margin-bottom: 0;
}
.block-team .member .team_function {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #5b6670;
}
.block-team .member .socials {
  padding: 24px 0;
}
.block-team .member .socials a {
  color: var(--color-primary);
  transition: color 0.2s ease-in-out;
  margin: 0 4px;
}
.block-team .member .socials a:hover {
  color: var(--color-tertiary);
}
.block-team .member .socials svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}
.kennisbank {
  padding: 40px 0;
}
.kennisbank .categoryCard {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  padding: 0 0 4px 0;
  margin-bottom: 24px;
  text-align: center;
  transition: box-shadow 0.2s ease-in-out;
}
.kennisbank .categoryCard:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.kennisbank .categoryCard .featuredImage img {
  max-height: 100px;
  object-fit: cover;
  width: 100%;
  object-position: center center;
  border-radius: 4px 4px 0 0;
}
.kennisbank .categoryCard h2 {
  display: block;
  margin: 16px 0;
  font-size: 20px;
}
.cta-block {
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  padding: 24px 56px;
}
.cta-block .cta-block-title {
  display: block;
  font-family: Asul;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.cta-block .cta-block-description {
  display: block;
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.cta-block .cta-block-button {
  padding: 6px 35px;
  font-family: Asul;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
}
.cta-block.large_dark, .cta-block.large_light, .cta-block.large_grey {
  text-align: center;
}
.cta-block.large_dark .cta-block-title, .cta-block.large_light .cta-block-title, .cta-block.large_grey .cta-block-title {
  padding: 0 0 8px 0;
  font-size: 26px;
  line-height: 28px;
}
.cta-block.large_dark .cta-block-description, .cta-block.large_light .cta-block-description, .cta-block.large_grey .cta-block-description {
  padding: 0 0 16px 0;
  font-size: 18px;
  line-height: 28px;
}
.cta-block.medium_dark, .cta-block.medium_light, .cta-block.medium_grey {
  max-width: 750px;
}
.cta-block.medium_dark .cta-block-title, .cta-block.medium_light .cta-block-title, .cta-block.medium_grey .cta-block-title {
  padding: 0 0 8px 0;
  font-size: 26px;
  line-height: 32px;
}
.cta-block.medium_dark .cta-block-description, .cta-block.medium_light .cta-block-description, .cta-block.medium_grey .cta-block-description {
  padding: 0 0 24px 0;
  font-size: 16px;
  line-height: 22px;
}
.cta-block.small_dark, .cta-block.small_light, .cta-block.small_grey {
  text-align: center;
  padding: 24px;
}
.cta-block.small_dark .cta-block-title, .cta-block.small_light .cta-block-title, .cta-block.small_grey .cta-block-title {
  font-size: 22px;
  line-height: 28px;
  padding: 0 0 16px 0;
}
.cta-block.small_dark .cta-block-description, .cta-block.small_light .cta-block-description, .cta-block.small_grey .cta-block-description {
  display: none;
}
@media (min-width: 768px) {
  .cta-block.small_dark, .cta-block.small_light, .cta-block.small_grey {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 24px 56px;
  }
  .cta-block.small_dark .cta-block-title, .cta-block.small_light .cta-block-title, .cta-block.small_grey .cta-block-title {
    padding: 0;
  }
  .cta-block.small_dark .cta-block-button, .cta-block.small_light .cta-block-button, .cta-block.small_grey .cta-block-button {
    margin-left: 66px;
    white-space: nowrap;
  }
}
.cta-block.large_dark, .cta-block.medium_dark, .cta-block.small_dark {
  background: #0a2230;
}
.cta-block.large_dark .cta-block-title, .cta-block.medium_dark .cta-block-title, .cta-block.small_dark .cta-block-title {
  color: #fff;
}
.cta-block.large_dark .cta-block-description, .cta-block.medium_dark .cta-block-description, .cta-block.small_dark .cta-block-description {
  color: #fff;
}
.cta-block.large_light, .cta-block.medium_light, .cta-block.small_light {
  background: #009fe3;
}
.cta-block.large_light .cta-block-title, .cta-block.medium_light .cta-block-title, .cta-block.small_light .cta-block-title {
  color: #fff;
}
.cta-block.large_light .cta-block-description, .cta-block.medium_light .cta-block-description, .cta-block.small_light .cta-block-description {
  color: #fff;
}
.cta-block.large_light .cta-block-button, .cta-block.medium_light .cta-block-button, .cta-block.small_light .cta-block-button {
  background-color: #0a2230 !important;
}
.cta-block.large_grey, .cta-block.medium_grey, .cta-block.small_grey {
  background: #e7e7e7;
}
.cta-block.large_grey .cta-block-title, .cta-block.medium_grey .cta-block-title, .cta-block.small_grey .cta-block-title {
  color: #0a2230;
}
.block-form-block.well {
  margin: 0 0 30px 0;
  padding: 22px 44px;
}
.block-form-block.well .header h3 {
  font-size: 26px;
  margin: 0 0 8px 0;
}
.block-form-block.well .header p {
  font-size: 16px;
  line-height: 22px;
}
.block-form-block.well.bg-color-blue {
  background: var(--color-primary);
  color: white;
}
.block-form-block.well.bg-color-blue h3 {
  color: white;
}
.block-form-block.well.bg-color-blue form .gform_drop_area button {
  color: #5b6670;
}
@media (min-width: 992px) {
  .block-form-block.well.width-small {
    width: 66.66666667%;
  }
}
.block-form-block.well form .gform_drop_area {
  line-height: 1.6;
}
.block-form-block.well form .gform_drop_area button {
  color: inherit;
}
.faq-categories-block {
  padding: 0 0 30px;
}
.faq-categories-block #sidebar .anchor-menu {
  margin: 0;
  padding-left: 20px;
}
.faq-categories-block #sidebar .anchor-menu li {
  line-height: 1.25;
  margin: 0 0 5px 0;
}
.faq-categories-block .faq-category {
  margin: 37px 0 40px 0;
}
.faq-categories-block .faq-category .category-title {
  margin: 0 0 20px 0;
}
.faq-categories-block .faq-category .faq-item {
  margin: 0 0 20px 0;
}
.faq-categories-block .faq-category .faq-item .question {
  display: block;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: white;
  margin: 0;
  height: auto;
  transition: all 0.2s;
  padding: 18px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.faq-categories-block .faq-category .faq-item .answer {
  background-color: #fff;
  color: #5b6670;
  padding: 18px;
  border: 1px solid var(--color-primary);
  border-top: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: justify;
}
.faq-categories-block .faq-category .faq-item .answer ul li {
  line-height: 1.5;
}
.block-testimonials {
  padding: 40px 0 60px;
}
.block-testimonials h3 {
  text-align: center;
  font-size: 20px;
  color: #2e3b56;
  text-transform: capitalize;
  margin: 0;
}
.block-testimonials h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-primary);
  margin: 0 0 60px 0;
}
.block-testimonials .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.block-testimonials .testimonial-card {
  background-color: white;
  padding: 30px 30px 8px 30px;
  margin-bottom: 24px;
  box-shadow: -10px 20px 50px #dddfe9;
  border-radius: 20px;
}
.block-testimonials .testimonial-card .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 18px 0;
}
.block-testimonials .testimonial-card .header .header-left {
  width: 75%;
  flex: 0 0 75%;
}
.block-testimonials .testimonial-card .header .header-left h4 {
  font-size: 20px;
  color: var(--color-secondary);
  margin: 0 0 18px 0;
  text-align: left;
}
.block-testimonials .testimonial-card .header .header-left .meta {
  display: block;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 4px 0;
}
.block-testimonials .testimonial-card .header .header-right {
  width: 25%;
  flex: 0 0 25%;
}
.block-testimonials .testimonial-card .header .header-right img {
  max-width: 100%;
  height: auto;
}
.block-testimonials .content {
  font-size: 16px;
  line-height: 1.5;
  color: #081420;
}
.block-testimonials .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #081420;
}
/* Custom changes - Tag swapping & Q&A FAQ plugin.
 ========================================================================== */
.page-title.title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.page-subtitle {
  font-size: 18px;
  margin: 16px 0;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.3;
}
.post-content h2.post-title a {
  color: inherit;
  font-size: 20px;
}
.qe-toggle-title h2 {
  font-size: 18px;
  margin: auto;
}
.mc4wp-form-fields {
  border: 0 !important;
}
.mc4wp-form-fields label.mc4wp-label {
  line-height: 1.5 !important;
}
.mc4wp-form-fields .mc4wp-horizontal {
  display: flex;
  margin-top: 24px;
}
@media (max-width: 375px) {
  .mc4wp-form-fields .mc4wp-horizontal {
    flex-direction: column;
  }
}
.mc4wp-form-fields .mc4wp-horizontal input[type='email']#inputEmail {
  background-color: #efefef !important;
  padding: 4px 8px !important;
  display: inline-block;
  width: 66%;
}
@media (max-width: 375px) {
  .mc4wp-form-fields .mc4wp-horizontal input[type='email']#inputEmail {
    padding: 8px 8px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }
}
.mc4wp-form-fields .mc4wp-horizontal input[type='email']#inputEmail:focus {
  padding: 4px 8px !important;
  margin: 0 !important;
}
.mc4wp-form-fields .mc4wp-horizontal input[type='submit'] {
  display: inline-block;
  width: 33%;
}
@media (max-width: 375px) {
  .mc4wp-form-fields .mc4wp-horizontal input[type='submit'] {
    width: 100% !important;
  }
}
#sections {
  padding-top: 92px;
}
.single-post .breadcrumb-wrapper {
  margin: 0;
}
.nieuws section.page-header.hidden-lg .header-content {
  display: none !important;
}
