@charset "UTF-8";
/* VENDOR - Default fall-backs and external files.
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
}
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 .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1300px) {
  body .container.wide {
    width: 1280px;
  }
}
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;
}
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, #c6c6c6, "");
  -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, #c6c6c6, "");
  -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 {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 11px 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.29);
  -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: white;
  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 > .container > .row {
  display: flex;
}
#container > header .site-logo {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
#container > header .site-logo a {
  position: relative;
}
#container > header .site-logo img {
  width: auto;
  max-width: 100%;
  height: 56px;
  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;
}
@media (max-width: 991px) {
  #container > header .site-logo img {
    width: 100%;
    height: 56px;
    margin: 9px 0;
  }
}
#container > header .site-logo .logo-regular {
  display: block;
}
#container > header .site-logo .logo-transparent {
  display: none;
}
#container > header .site-logo a:hover {
  text-decoration: none;
}
#container > header.sticky .site-logo {
  padding-top: 0px;
  padding-bottom: 0px;
}
#container > header.sticky .site-logo img {
  height: 56px;
}
@media (max-width: 767px) {
  #container > header.sticky .site-logo {
    padding: 0 !important;
  }
  #container > header.sticky .site-logo img {
    height: 50px;
  }
}
#container > header .site-title {
  color: #ffffff;
  text-transform: none;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.sticky #container > header .site-title {
  color: #F93822;
}
#container > header.transparent {
  background-color: transparent;
}
#container > header.transparent:not(.sticky):before {
  top: -100%;
}
#container > header.transparent .logo-regular {
  display: none;
}
#container > header.transparent .logo-transparent {
  display: block;
}
#container > header.sticky {
  background-color: white;
}
#container > header.sticky .logo-regular {
  display: block;
}
#container > header.sticky .logo-transparent {
  display: none;
}
@media (max-width: 767px) {
  #container > header .site-logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #container > header .site-logo img {
    height: 68px;
    width: 56px;
    margin: 0 !important;
  }
}
nav#mainMenu {
  text-align: right;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
nav#mainMenu > * {
  display: inline-block;
}
nav#mainMenu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
}
nav#mainMenu ul.menu li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 7px 0 3px;
  margin: 0 0 0 40px;
}
nav#mainMenu ul.menu li:first-child {
  margin: 0;
}
nav#mainMenu ul.menu li ul.sub-menu {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: -22px;
  width: auto;
  margin: 0;
  padding: 30px 0 0 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: white;
}
header.transparent:not(.sticky) nav#mainMenu ul.menu li ul.sub-menu {
  background-color: transparent;
}
nav#mainMenu ul.menu li ul.sub-menu.move {
  left: auto !important;
  right: -22px;
}
nav#mainMenu ul.menu li ul.sub-menu > li {
  position: relative;
  display: block;
  border: 0;
  width: 100%;
  padding: 0;
  margin: 22px 0 0 0;
  transition: all 0.3s ease-in-out;
}
nav#mainMenu ul.menu li ul.sub-menu > li ul.sub-menu {
  left: 100%;
  margin-left: 0;
  top: 0;
}
nav#mainMenu ul.menu li ul.sub-menu > li > a {
  text-decoration: none !important;
  border: 0;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  padding: 11px 22px;
  margin: 0;
}
nav#mainMenu ul.menu li ul.sub-menu > li > a:hover {
  border: 0 transparent;
}
nav#mainMenu ul.menu li ul.sub-menu > li > a:hover:active {
  border: 0 transparent;
  color: #00B2A9;
}
.sticky nav#mainMenu ul.menu li ul.sub-menu > li > a:hover:active {
  border: 0 transparent;
  color: #00B2A9;
}
nav#mainMenu ul.menu li .move {
  right: 0;
}
nav#mainMenu ul.menu li .move ul.sub-menu {
  left: auto !important;
  right: 100%;
}
nav#mainMenu ul.menu li:hover > a, nav#mainMenu ul.menu li.current-menu-item > a, nav#mainMenu ul.menu li.current-menu-parent > a {
  color: #00B2A9;
  text-decoration: none !important;
  padding-bottom: 0px;
}
.sticky nav#mainMenu ul.menu li:hover > a, .sticky nav#mainMenu ul.menu li.current-menu-item > a, .sticky nav#mainMenu ul.menu li.current-menu-parent > a {
  color: #00B2A9;
}
nav#mainMenu ul.menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
nav#mainMenu ul.menu li:hover > ul.sub-menu > li {
  margin: 0;
}
nav#mainMenu ul.menu 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;
  text-decoration: none !important;
  color: #F93822;
  font-weight: 600;
  padding: 10px 0;
  text-transform: none;
  font-family: Poppins;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}
.transparent nav#mainMenu ul.menu li a {
  color: #ffffff;
}
.sticky nav#mainMenu ul.menu li a {
  color: #F93822;
}
nav#mainMenu ul.menu li a:hover, nav#mainMenu ul.menu li a:active {
  color: #00B2A9;
  text-decoration: none;
  padding-bottom: 0px;
}
.transparent nav#mainMenu ul.menu li a:hover, .transparent nav#mainMenu ul.menu li a:active {
  color: #00B2A9;
}
.sticky nav#mainMenu ul.menu li a:hover, .sticky nav#mainMenu ul.menu li a:active {
  color: #00B2A9;
}
nav#mainMenu ul.menu li .menu-item-has-children > a:after {
  content: "";
  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;
}
@media (max-width: 1199px) {
  nav#mainMenu ul.menu li {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  nav#mainMenu .site-search-open {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  nav#mainMenu .site-search-open {
    margin-top: 0px;
  }
}
#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: #f56a16;
  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: white;
  font-size: 24px;
}
#site-search h6 {
  color: white;
  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(255, 255, 255, 0.4) 1px solid;
  color: white;
  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: white;
  /* .light-text & {
          border-bottom-color: transparentize($navbar-bottom-link-color-regular, 0);
        } */
}
#site-search .button {
  display: none !important;
}
.searchform {
  position: relative;
  transition: all 0.4s ease-out;
  margin-left: 40px;
}
.searchform .button {
  display: none;
}
.searchform input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.select2-search__field) {
  border: 2px solid #158981;
  border-radius: 16px;
  height: 32px;
  padding: 0 8px 0 24px;
  color: #7f7f7f;
  font-weight: 400;
  width: 120px;
  -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;
}
.searchform input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.select2-search__field):focus {
  border-color: #e93d2c;
}
.searchform .glyphicon {
  position: absolute;
  left: 8px;
  top: 0;
  margin: 0;
  color: #e93d2c;
  -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;
  margin: 9px 0;
}
.searchform.mobile {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  width: 50%;
  min-width: 150px;
  padding: 10px;
}
.searchform.mobile input {
  width: 100%;
}
#content {
  padding: 78px 0 0 0;
}
@media (max-width: 767px) {
  #content {
    padding: 78px 0 0 0;
  }
}
.skiplink a {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.skiplink a:focus {
  width: auto;
  height: auto;
  clip: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 78px;
  padding: 0 15px;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}
.site-footer {
  background-color: #158981;
  color: #ffffff;
  font-family: Poppins;
  padding: 20px 0 50px 0;
}
.site-footer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.site-footer .textwidget img {
  padding: 0;
  margin: 0;
  max-height: 65px;
  width: auto;
}
.site-footer .textwidget img.social {
  width: 30px;
  height: auto;
  margin-right: 5px;
}
.site-footer .textwidget i, .site-footer .textwidget svg {
  font-size: 24px;
  margin-right: 10px;
}
.site-footer #footer-text {
  padding-top: 18px;
  padding-bottom: 0px;
}
.site-footer #footer-text p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}
.site-footer #footer-text p i, .site-footer #footer-text p svg {
  font-size: 14px;
  margin: 0 0 0 10px;
}
.site-footer #footer-text a:hover {
  text-decoration: underline;
}
.site-footer .footer-mobile aside {
  width: 100%;
  overflow: hidden;
  margin: 0 0 16px 0;
}
.site-footer .footer-mobile aside .textwidget > p {
  line-height: 16px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}
.site-footer .footer-mobile aside .textwidget > p i {
  font-size: 20px;
  margin: 0 10px 10px;
}
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: auto;
  /*EBS styling */
}
section.parallax {
  background-attachment: fixed;
}
section.hentry, section.grid, section.page-index, section#section-index-post, section#section-index- {
  background-color: white;
}
section.hentry, section.plain-content, section.widgets-area, section.index {
  padding: 66px 0 66px 0;
}
section.page-index, section#section-index-post, section#section-index- {
  padding: 15px 0 44px 0;
}
@media (max-width: 767px) {
  section.hentry, section.plain-content, section.widgets-area, section.page-index, section#section-index-post, section#section-index- {
    padding: 20px 0 !important;
  }
}
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 30px 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.
========================================================================== */
/* input field styling */
label {
  font-weight: 400;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.select2-search__field), textarea {
  display: inline-block;
  background: transparent;
  outline: none !important;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  border-bottom: rgba(0, 0, 0, 0.4) 1px solid;
  margin: 0 !important;
  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;
}
input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.4);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  height: 24px !important;
  width: 24px !important;
  padding: 12px !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 12px !important;
  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;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
  background-color: black;
  border-color: black;
}
/* 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 .gfield_error .gfield_label {
  color: inherit !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: rgba(0, 0, 0, 0.4) 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;
  padding: 0 0 5px 0 !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .gform_wrapper textarea:focus {
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
}
/* Specific mailchimp styling */
.mc4wp-form {
  float: right;
  margin-bottom: 30px;
}
.footer-mobile .mc4wp-form {
  float: none;
  margin-bottom: 0;
}
.mc4wp-form .mc4wp-form-fields p {
  margin: 0;
  overflow: hidden;
}
.mc4wp-form .mc4wp-form-fields label {
  float: left;
  margin: 0 0 14px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
}
.footer-mobile .mc4wp-form .mc4wp-form-fields label {
  float: none;
  width: 100%;
  margin-top: 0;
}
.mc4wp-form .mc4wp-form-fields input:not([type="submit"]) {
  float: left;
  width: 200px;
  color: #7f7f7f;
  min-width: 200px;
  background: white !important;
  border: 1px solid white !important;
  border-radius: 24px !important;
  line-height: 20px !important;
  padding: 7px 15px !important;
  margin: 0 !important;
  font-size: 14px;
}
.footer-mobile .mc4wp-form .mc4wp-form-fields input:not([type="submit"]) {
  width: 100%;
  min-width: auto;
}
.mc4wp-form .mc4wp-form-fields input:not([type="submit"]):focus {
  border: 1px solid black !important;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  float: left;
  background-color: #e93d2c !important;
  color: white;
  border: 1px solid #e93d2c !important;
  margin: 0 0 0 -48px !important;
  vertical-align: middle;
  line-height: 20px;
  padding: 7px 40px 7px 40px !important;
  border-radius: 24px !important;
  font-weight: 700;
  font-size: 14px;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
  background-color: #f66554 !important;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"]:focus {
  border: 1px solid black !important;
  outline: 0 !important;
}
.footer-mobile .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  width: auto;
  margin: 10px 0 0 0 !important;
}
.footer-mobile .mc4wp-form .mc4wp-form-fields {
  width: 100%;
  padding: 0 0 18px 0;
  font-size: 14px;
}
.post-password-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.select2-search__field) {
  width: auto;
  color: black;
  min-width: 250px;
  background: white !important;
  border-radius: 24px !important;
  line-height: 20px !important;
  padding: 14px 16px 14px 16px !important;
  margin: 0 !important;
  border: 1px solid #eee !important;
}
.post-password-form input[type="submit"] {
  background-color: #ef4b37 !important;
  color: white;
  border: 0 !important;
  margin: 0 0 0 -48px !important;
  vertical-align: middle;
  line-height: 20px;
  padding: 14px 40px 14px 40px !important;
  border-radius: 24px !important;
  font-weight: 400;
}
.post-password-form input[type="submit"]:hover {
  background-color: #ff9800 !important;
}
.btn, #comments input[type="submit"], body.woocommerce #content #respond input#submit, body.woocommerce #content a.button, body.woocommerce #content button.button, body.woocommerce #content input.button, body.woocommerce #content #respond input#submit.alt, body.woocommerce #content a.button.alt, body.woocommerce #content button.button.alt, body.woocommerce #content input.button.alt, body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content a.button, body.woocommerce-page #content button.button, body.woocommerce-page #content input.button, body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content a.button.alt, body.woocommerce-page #content button.button.alt, body.woocommerce-page #content input.button.alt, body.woocommerce #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 span, 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 {
  -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: Poppins;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 16px;
  text-transform: none;
  border: none;
  white-space: normal;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 12px;
  display: flex;
  align-items: center;
}
.btn: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 #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 #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 #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 #content input.button.alt: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-page #content a.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-page #content input.button: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-page #content a.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-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 #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 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 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) {
  background-color: #F93822;
  color: #ffffff;
}
.btn.btn-link, #comments input.btn-link[type="submit"], body.woocommerce #content #respond input.btn-link#submit, body.woocommerce #content a.btn-link.button, body.woocommerce #content button.btn-link.button, body.woocommerce #content input.btn-link.button, body.woocommerce #content #respond input.btn-link#submit.alt, body.woocommerce #content a.btn-link.button.alt, body.woocommerce #content button.btn-link.button.alt, body.woocommerce #content input.btn-link.button.alt, body.woocommerce-page #content #respond input.btn-link#submit, body.woocommerce-page #content a.btn-link.button, body.woocommerce-page #content button.btn-link.button, body.woocommerce-page #content input.btn-link.button, body.woocommerce-page #content #respond input.btn-link#submit.alt, body.woocommerce-page #content a.btn-link.button.alt, body.woocommerce-page #content button.btn-link.button.alt, body.woocommerce-page #content input.btn-link.button.alt, body.woocommerce #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 span.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 {
  color: #00B2A9;
}
.btn.btn-link .svg-inline--fa, #comments input.btn-link[type="submit"] .svg-inline--fa, body.woocommerce #content #respond input.btn-link#submit .svg-inline--fa, body.woocommerce #content a.btn-link.button .svg-inline--fa, body.woocommerce #content button.btn-link.button .svg-inline--fa, body.woocommerce #content input.btn-link.button .svg-inline--fa, body.woocommerce #content #respond input.btn-link#submit.alt .svg-inline--fa, body.woocommerce #content a.btn-link.button.alt .svg-inline--fa, body.woocommerce #content button.btn-link.button.alt .svg-inline--fa, body.woocommerce #content input.btn-link.button.alt .svg-inline--fa, body.woocommerce-page #content #respond input.btn-link#submit .svg-inline--fa, body.woocommerce-page #content a.btn-link.button .svg-inline--fa, body.woocommerce-page #content button.btn-link.button .svg-inline--fa, body.woocommerce-page #content input.btn-link.button .svg-inline--fa, body.woocommerce-page #content #respond input.btn-link#submit.alt .svg-inline--fa, body.woocommerce-page #content a.btn-link.button.alt .svg-inline--fa, body.woocommerce-page #content button.btn-link.button.alt .svg-inline--fa, body.woocommerce-page #content input.btn-link.button.alt .svg-inline--fa, body.woocommerce #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 span.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 {
  color: inherit !important;
}
.btn-group .btn, .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 #content a.button, body.woocommerce #content .btn-group a.button, .btn-group body.woocommerce #content button.button, body.woocommerce #content .btn-group button.button, .btn-group body.woocommerce #content input.button, body.woocommerce #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 #content a.button.alt, body.woocommerce #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 #content input.button.alt, body.woocommerce #content .btn-group input.button.alt, .btn-group body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content #respond .btn-group input#submit, .btn-group body.woocommerce-page #content a.button, body.woocommerce-page #content .btn-group a.button, .btn-group body.woocommerce-page #content button.button, body.woocommerce-page #content .btn-group button.button, .btn-group body.woocommerce-page #content input.button, body.woocommerce-page #content .btn-group input.button, .btn-group body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content #respond .btn-group input#submit.alt, .btn-group body.woocommerce-page #content a.button.alt, body.woocommerce-page #content .btn-group a.button.alt, .btn-group body.woocommerce-page #content button.button.alt, body.woocommerce-page #content .btn-group button.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 #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 span, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li .btn-group span, .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 {
  margin-right: 11px;
}
.btn-group .btn: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 #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 #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 #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 #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 #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 #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 #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 #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-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-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-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-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-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-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-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 #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 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-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 .btn: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 #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 #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 #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 #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 #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 #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 #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 #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-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-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-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-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-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-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-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 #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 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-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 .btn: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 #content a.button:last-child:not(:first-child), body.woocommerce #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 #content input.button:last-child:not(:first-child), body.woocommerce #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 #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 #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 #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 #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-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-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-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-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-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-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-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 #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 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-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) {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
.btn .glyphicon, #comments input[type="submit"] .glyphicon, body.woocommerce #content #respond input#submit .glyphicon, body.woocommerce #content a.button .glyphicon, body.woocommerce #content button.button .glyphicon, body.woocommerce #content input.button .glyphicon, body.woocommerce #content #respond input#submit.alt .glyphicon, body.woocommerce #content a.button.alt .glyphicon, body.woocommerce #content button.button.alt .glyphicon, body.woocommerce #content input.button.alt .glyphicon, body.woocommerce-page #content #respond input#submit .glyphicon, body.woocommerce-page #content a.button .glyphicon, body.woocommerce-page #content button.button .glyphicon, body.woocommerce-page #content input.button .glyphicon, body.woocommerce-page #content #respond input#submit.alt .glyphicon, body.woocommerce-page #content a.button.alt .glyphicon, body.woocommerce-page #content button.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 #content #main .woocommerce-pagination ul.page-numbers li a .glyphicon, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span .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 {
  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), #comments input[type="submit"]:hover:not(.current):not(.dots), body.woocommerce #content #respond input#submit:hover:not(.current):not(.dots), body.woocommerce #content a.button:hover:not(.current):not(.dots), body.woocommerce #content button.button:hover:not(.current):not(.dots), body.woocommerce #content input.button:hover:not(.current):not(.dots), body.woocommerce #content #respond input#submit.alt:hover:not(.current):not(.dots), body.woocommerce #content a.button.alt:hover:not(.current):not(.dots), body.woocommerce #content button.button.alt:hover:not(.current):not(.dots), body.woocommerce #content input.button.alt:hover:not(.current):not(.dots), body.woocommerce-page #content #respond input#submit:hover:not(.current):not(.dots), body.woocommerce-page #content a.button:hover:not(.current):not(.dots), body.woocommerce-page #content button.button:hover:not(.current):not(.dots), body.woocommerce-page #content input.button:hover:not(.current):not(.dots), body.woocommerce-page #content #respond input#submit.alt:hover:not(.current):not(.dots), body.woocommerce-page #content a.button.alt:hover:not(.current):not(.dots), body.woocommerce-page #content button.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 #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 span: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) {
  background-color: #00B2A9 !important;
  color: #ffffff !important;
}
.btn: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 #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 #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 #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 #content input.button.alt: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-page #content a.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-page #content input.button: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-page #content a.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-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 #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 span: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) {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  transform: scale(100/100, 100/100);
}
.btn: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 #content a.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content button.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #content input.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce #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 #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 #respond input#submit:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content a.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content button.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content input.button:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content #respond input#submit.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content a.button.alt:hover:not(.current):not(.dots) .glyphicon, body.woocommerce-page #content button.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 #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 span: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 {
  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 #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 #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 #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 #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 #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 #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 #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 #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 #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-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-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-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-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-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-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-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 #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 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-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) {
  background-color: #ffffff;
  color: #e93d2c;
}
.light-text .btn: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 #content a.button:not(.btn-alt):hover, body.woocommerce #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 #content input.button:not(.btn-alt):hover, body.woocommerce #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 #content a.button.alt:not(.btn-alt):hover, body.woocommerce #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 #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 #respond input#submit:not(.btn-alt):hover, body.woocommerce-page #content #respond .light-text input#submit: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-page #content button.button:not(.btn-alt):hover, body.woocommerce-page #content .light-text button.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-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-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-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-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 #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 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-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 {
  background-color: #e93d2c !important;
  color: #ffffff !important;
}
.btn.no-hover, #comments input.no-hover[type="submit"], body.woocommerce #content #respond input.no-hover#submit, body.woocommerce #content a.no-hover.button, body.woocommerce #content button.no-hover.button, body.woocommerce #content input.no-hover.button, body.woocommerce #content #respond input.no-hover#submit.alt, body.woocommerce #content a.no-hover.button.alt, body.woocommerce #content button.no-hover.button.alt, body.woocommerce #content input.no-hover.button.alt, body.woocommerce-page #content #respond input.no-hover#submit, body.woocommerce-page #content a.no-hover.button, body.woocommerce-page #content button.no-hover.button, body.woocommerce-page #content input.no-hover.button, body.woocommerce-page #content #respond input.no-hover#submit.alt, body.woocommerce-page #content a.no-hover.button.alt, body.woocommerce-page #content button.no-hover.button.alt, body.woocommerce-page #content input.no-hover.button.alt, body.woocommerce #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 span.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 {
  cursor: default;
}
.btn 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 #content a.button svg:not(:root).svg-inline--fa, body.woocommerce #content button.button svg:not(:root).svg-inline--fa, body.woocommerce #content input.button svg:not(:root).svg-inline--fa, body.woocommerce #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 #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 #respond input#submit svg:not(:root).svg-inline--fa, body.woocommerce-page #content a.button svg:not(:root).svg-inline--fa, body.woocommerce-page #content button.button svg:not(:root).svg-inline--fa, body.woocommerce-page #content input.button svg:not(:root).svg-inline--fa, body.woocommerce-page #content #respond input#submit.alt svg:not(:root).svg-inline--fa, body.woocommerce-page #content a.button.alt svg:not(:root).svg-inline--fa, body.woocommerce-page #content button.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 #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 span 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 {
  margin-left: 11px;
}
.btn.btn-xs, #comments input.btn-xs[type="submit"], body.woocommerce #content #respond input.btn-xs#submit, body.woocommerce #content a.btn-xs.button, body.woocommerce #content button.btn-xs.button, body.woocommerce #content input.btn-xs.button, body.woocommerce #content #respond input.btn-xs#submit.alt, body.woocommerce #content a.btn-xs.button.alt, body.woocommerce #content button.btn-xs.button.alt, body.woocommerce #content input.btn-xs.button.alt, body.woocommerce-page #content #respond input.btn-xs#submit, body.woocommerce-page #content a.btn-xs.button, body.woocommerce-page #content button.btn-xs.button, body.woocommerce-page #content input.btn-xs.button, body.woocommerce-page #content #respond input.btn-xs#submit.alt, body.woocommerce-page #content a.btn-xs.button.alt, body.woocommerce-page #content button.btn-xs.button.alt, body.woocommerce-page #content input.btn-xs.button.alt, body.woocommerce #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 span.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 {
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  font-size: 12.6px;
}
.btn.btn-sm, #comments input.btn-sm[type="submit"], body.woocommerce #content #respond input.btn-sm#submit, body.woocommerce #content a.btn-sm.button, body.woocommerce #content button.btn-sm.button, body.woocommerce #content input.btn-sm.button, body.woocommerce #content #respond input.btn-sm#submit.alt, body.woocommerce #content a.btn-sm.button.alt, body.woocommerce #content button.btn-sm.button.alt, body.woocommerce #content input.btn-sm.button.alt, body.woocommerce-page #content #respond input.btn-sm#submit, body.woocommerce-page #content a.btn-sm.button, body.woocommerce-page #content button.btn-sm.button, body.woocommerce-page #content input.btn-sm.button, body.woocommerce-page #content #respond input.btn-sm#submit.alt, body.woocommerce-page #content a.btn-sm.button.alt, body.woocommerce-page #content button.btn-sm.button.alt, body.woocommerce-page #content input.btn-sm.button.alt, body.woocommerce #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 span.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 {
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  font-size: 12.6px;
}
.btn.btn-lg, #comments input.btn-lg[type="submit"], body.woocommerce #content #respond input.btn-lg#submit, body.woocommerce #content a.btn-lg.button, body.woocommerce #content button.btn-lg.button, body.woocommerce #content input.btn-lg.button, body.woocommerce #content #respond input.btn-lg#submit.alt, body.woocommerce #content a.btn-lg.button.alt, body.woocommerce #content button.btn-lg.button.alt, body.woocommerce #content input.btn-lg.button.alt, body.woocommerce-page #content #respond input.btn-lg#submit, body.woocommerce-page #content a.btn-lg.button, body.woocommerce-page #content button.btn-lg.button, body.woocommerce-page #content input.btn-lg.button, body.woocommerce-page #content #respond input.btn-lg#submit.alt, body.woocommerce-page #content a.btn-lg.button.alt, body.woocommerce-page #content button.btn-lg.button.alt, body.woocommerce-page #content input.btn-lg.button.alt, body.woocommerce #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 span.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 {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 14px;
}
#upload-btn, #gform_submit_button_4 {
  background-color: #ef4b37;
  color: white;
  border: 0;
  vertical-align: middle;
  padding: 6px 16px;
  border-radius: 24px;
  font-weight: 400;
  font-size: 14px;
}
#upload-btn:hover, #gform_submit_button_4:hover {
  background-color: #ff9800;
}
.title-light, .light-text .title {
  color: #FFFFFF;
}
.subtitle-light, .light-text .subtitle, .light-text section .section-title, section .light-text .section-title {
  color: #FFFFFF;
}
.page-subtitle-light, .light-text .page-subtitle {
  color: #FFFFFF;
}
.body-light, .light-text .btn.btn-link, .light-text #comments input.btn-link[type="submit"], #comments .light-text input.btn-link[type="submit"], .light-text body.woocommerce #content #respond input.btn-link#submit, body.woocommerce #content #respond .light-text input.btn-link#submit, .light-text body.woocommerce #content a.btn-link.button, body.woocommerce #content .light-text a.btn-link.button, .light-text body.woocommerce #content button.btn-link.button, body.woocommerce #content .light-text button.btn-link.button, .light-text body.woocommerce #content input.btn-link.button, body.woocommerce #content .light-text input.btn-link.button, .light-text body.woocommerce #content #respond input.btn-link#submit.alt, body.woocommerce #content #respond .light-text input.btn-link#submit.alt, .light-text body.woocommerce #content a.btn-link.button.alt, body.woocommerce #content .light-text a.btn-link.button.alt, .light-text body.woocommerce #content button.btn-link.button.alt, body.woocommerce #content .light-text button.btn-link.button.alt, .light-text body.woocommerce #content input.btn-link.button.alt, body.woocommerce #content .light-text input.btn-link.button.alt, .light-text body.woocommerce-page #content #respond input.btn-link#submit, body.woocommerce-page #content #respond .light-text input.btn-link#submit, .light-text body.woocommerce-page #content a.btn-link.button, body.woocommerce-page #content .light-text a.btn-link.button, .light-text body.woocommerce-page #content button.btn-link.button, body.woocommerce-page #content .light-text button.btn-link.button, .light-text body.woocommerce-page #content input.btn-link.button, body.woocommerce-page #content .light-text input.btn-link.button, .light-text body.woocommerce-page #content #respond input.btn-link#submit.alt, body.woocommerce-page #content #respond .light-text input.btn-link#submit.alt, .light-text body.woocommerce-page #content a.btn-link.button.alt, body.woocommerce-page #content .light-text a.btn-link.button.alt, .light-text body.woocommerce-page #content button.btn-link.button.alt, body.woocommerce-page #content .light-text button.btn-link.button.alt, .light-text body.woocommerce-page #content input.btn-link.button.alt, body.woocommerce-page #content .light-text input.btn-link.button.alt, .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 #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 span.btn-link, body.woocommerce-page #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 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 .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.list, .light-text .post-content, .light-text body, section.image-grid.light-text, section.list.light-text {
  color: #FFFFFF;
}
.metadata-light, .light-text .metadata {
  color: #ffffff;
}
.title {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: "";
  line-height: 1.3;
  color: #0a1f44;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
}
.subtitle, section .section-title {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  text-transform: none;
  line-height: 1.3;
  color: #0a1f44;
}
@media (max-width: 767px) {
  .subtitle, section .section-title {
    font-size: 18px;
  }
}
.page-subtitle {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.3;
  color: #0a1f44;
}
.body, section.slider article .post-content .card-text, section.fixed-grid, section.image-grid, section.image-grid .grid-parent .grid-content-popup .glyphicon, section.list, .post-content, body {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  color: #000000;
}
.metadata {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  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: 20px;
  opacity: 0;
  background-color: #158981;
  -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 .site-logo-mobile {
  padding: 0 15px 15px 15px;
}
nav.wp_nav_menu_mobile .wp_nav_menu_mobile-container .site-logo-mobile img {
  height: 70px;
  width: auto;
}
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 {
  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: #ffffff;
  text-transform: none;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
}
nav.wp_nav_menu_mobile ul li a:hover {
  text-decoration: none;
  transform: scale(1.1, 1.1);
  color: #0a1f44;
}
@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: #0a1f44;
}
nav.wp_nav_menu_mobile ul li.menu-item-has-children > a:after {
  content: "";
  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: "";
  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: white;
  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: 15px;
  top: 35px;
}
.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: 36px;
  height: 6px;
  margin: 7px auto;
  background-color: #00B2A9;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.transparent:not(.sticky) .bar {
  background-color: white;
}
.mobile-open.cross .bar {
  opacity: 0;
}
.mobile-close .bar {
  background-color: #ffffff;
}
.mobile-close .bar:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  -ms-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.mobile-close .bar:nth-of-type(2) {
  opacity: 0;
}
.mobile-close .bar:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  -ms-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) 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;
  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-top: 22px;
}
aside.widget {
  margin: 0 0 66px 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #4a6cfa;
  line-height: 1.5;
}
.light-text aside.widget {
  color: #ffffff;
}
footer aside.widget {
  padding-top: 22px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #4a6cfa;
  margin: 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: #40C5BE;
}
aside.widget a:not(.btn):active {
  color: #40C5BE;
}
.light-text aside.widget a:not(.btn) {
  color: inherit;
}
.light-text aside.widget a:not(.btn):hover {
  color: #40C5BE;
}
.light-text aside.widget a:not(.btn):active {
  color: #40C5BE;
}
footer aside.widget a:not(.btn) {
  color: #ffffff;
}
footer aside.widget a:not(.btn):hover {
  color: #ffffff;
}
footer aside.widget a:not(.btn):active {
  color: #ffffff;
}
aside.widget h3 {
  padding: 0 0 22px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #bcc1c4;
  line-height: 1.3;
}
.light-text aside.widget h3 {
  color: #ffffff;
}
footer aside.widget h3 {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #4A6CFA;
}
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: 5px 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: #F93822;
  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: #40C5BE;
}
#comments a:not(.btn):active {
  color: #40C5BE;
}
.light-text #comments a:not(.btn) {
  color: #ffffff;
}
.light-text #comments a:not(.btn):hover {
  color: #40C5BE;
}
.light-text #comments a:not(.btn):active {
  color: #40C5BE;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: rgba(0, 0, 0, 0.1) 2px solid;
  border-bottom: rgba(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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: 22.4px;
  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(0, 0, 0, 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: black;
}
.light-text #comments input:not([type="submit"]):focus, .light-text #comments textarea:focus {
  border-bottom-color: white;
}
.pagination {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.pagination .nav-links .page-numbers {
  background-color: transparent;
  border-radius: 0;
  padding: 5px 2px;
  margin: 0;
  color: #00B2A9;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
}
.pagination .nav-links .page-numbers.current {
  color: #00B2A9;
  font-size: 25px;
  font-weight: 600;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  display: none;
}
body.woocommerce #content #respond input#submit:disabled, body.woocommerce #content a.button:disabled, body.woocommerce #content button.button:disabled, body.woocommerce #content input.button:disabled, body.woocommerce #content #respond input#submit.alt:disabled, body.woocommerce #content a.button.alt:disabled, body.woocommerce #content button.button.alt:disabled, body.woocommerce #content input.button.alt:disabled, body.woocommerce-page #content #respond input#submit:disabled, body.woocommerce-page #content a.button:disabled, body.woocommerce-page #content button.button:disabled, body.woocommerce-page #content input.button:disabled, body.woocommerce-page #content #respond input#submit.alt:disabled, body.woocommerce-page #content a.button.alt:disabled, body.woocommerce-page #content button.button.alt:disabled, body.woocommerce-page #content input.button.alt:disabled {
  background-color: #F93822 !important;
  color: #ffffff !important;
  padding: 20px 20px 20px 20px !important;
}
body.woocommerce #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 #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 #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 #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 #respond input#submit:hover:not(.current):not(.dots):not(.no-hover), body.woocommerce-page #content a.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-page #content input.button: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-page #content a.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-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 #content textarea, body.woocommerce-page #content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), body.woocommerce-page #content textarea {
  padding: 20px 5px 20px 5px !important;
  background: white;
  border: 1px solid #eeeeee;
  margin: -1px 0 0 0 !important;
}
body.woocommerce #content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, body.woocommerce #content textarea:focus, body.woocommerce-page #content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, body.woocommerce-page #content textarea:focus {
  padding: 20px 5px 20px 5px !important;
  margin: -1px 0 0 0 !important;
  border-color: black;
}
body.woocommerce #content select, body.woocommerce-page #content select {
  padding: 10px 5px;
  line-height: 1em;
  border: 1px solid #eeeeee;
  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 #eeeeee;
}
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 #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 .woocommerce-loop-category__title, body.woocommerce-page #content #main ul.products li.product .woocommerce-loop-product__title, 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 #content #main div.product table td label, body.woocommerce-page #content #main div.product table td .amount, 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 #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, body.woocommerce-page #content #main div.product .woocommerce-tabs ul.tabs li::before, 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: 12px 5px 12px 5px !important;
  /* padding: $button-padding-top+px 5px $button-padding-bottom+px 5px !important; */
  background: white;
  border: 1px solid #eeeeee;
  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 5px 0 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 .woocommerce-message, body.woocommerce .woocommerce-notice, body.woocommerce .woocommerce-noticeGroup, body.woocommerce-page .woocommerce-info, body.woocommerce-page .woocommerce-message, body.woocommerce-page .woocommerce-notice, 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 #eeeeee;
  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: #eeeeee;
}
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 .woocommerce-checkout #payment, body.woocommerce-page .woocommerce-checkout table.shop_table, 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;
}
#attach-media-wrapper {
  display: none;
}
#attach-media-wrapper h5 {
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  color: #53627c;
  margin-top: 16px;
  margin-bottom: 4px;
}
#attach-media-wrapper #attach-media {
  display: flex;
  flex-direction: column;
}
#attach-media-wrapper #attach-media span {
  position: relative;
  margin-left: 16px;
  font-weight: 400;
}
#attach-media-wrapper #attach-media span::before {
  content: '';
  font-family: "fontawesome";
  position: absolute;
  left: -16px;
  width: 16px;
  height: 16px;
}
.um-locked-content {
  border: 2px dotted #ef4b37 !important;
}
.um input[type="submit"].um-button, .um input[type="submit"].um-button:focus {
  background-color: #ef4b37 !important;
}
.um input[type="submit"].um-button:hover, .um a.um-button:hover {
  background-color: #ff9800 !important;
}
.um-icon-android-checkbox-outline {
  color: #ef4b37 !important;
}
.img-circle-fx {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  height: 426px;
  overflow: hidden;
  /*

  @media(max-width:1199px) {
    .image-mask {
      top: -200px;
      left: -150px;
      max-width: 1000px;

      .bg-image {
        height: calc(100% - 200px);
        top: 200px;
      }
    }

    &.right {

      .image-mask {
        left: auto;
        right: -150px;

      }
    }
  }

  @media(max-width:991px) {
    height: 450px;
    width: 600px;

    .image-mask {
      top: -250px;
      left: -150px;

      .bg-image {
        height: calc(100% - 250px);
        top: 250px;
        left: 150px;
      }
    }

    &.right {

      .image-mask {
        left: auto;
        right: -150px;

        .bg-image {
          left: auto;
          right: 150px;
        }

      }
    }
  }

  @media(max-width:767px) {
    width: 400px;
    height: 250px;

    .image-mask {
      top: -200px;
      left: -100px;

      .bg-image {
        height: calc(100% - 200px);
        top: 200px;
        left: 100px;
      }
    }

    &.right {

      .image-mask {
        left: auto;
        right: -100px;

        .bg-image {
          left: auto;
          right: 100px;
        }

      }
    }
  }
  */
}
.img-circle-fx .image-mask {
  position: absolute;
  bottom: 0;
  left: -170.4px;
  border-radius: 50%;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}
.img-circle-fx .image-mask:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.img-circle-fx .image-mask .bg-image {
  position: absolute;
  width: 100%;
  height: 426px;
  background-size: cover;
  background-position: center center;
  bottom: 0;
  left: 170.4px;
}
.img-circle-fx.right {
  right: 0;
  left: auto;
}
.img-circle-fx.right .image-mask {
  left: auto;
  right: -170.4px;
}
.img-circle-fx.right .image-mask .bg-image {
  left: auto;
  right: 170.4px;
}
@media (max-width: 1599px) {
  .img-circle-fx {
    height: 400px;
  }
  .img-circle-fx .image-mask {
    left: -160px;
  }
  .img-circle-fx .image-mask .bg-image {
    height: 400px;
    left: 160px;
  }
  .img-circle-fx.right .image-mask {
    left: auto;
    right: -160px;
  }
  .img-circle-fx.right .image-mask .bg-image {
    left: auto;
    right: 160px;
  }
}
@media (max-width: 1199px) {
  .img-circle-fx {
    height: 360px;
  }
  .img-circle-fx .image-mask {
    left: -144px;
  }
  .img-circle-fx .image-mask .bg-image {
    height: 360px;
    left: 144px;
  }
  .img-circle-fx.right .image-mask {
    left: auto;
    right: -144px;
  }
  .img-circle-fx.right .image-mask .bg-image {
    left: auto;
    right: 144px;
  }
}
@media (max-width: 991px) {
  .img-circle-fx {
    width: 100%;
    height: 320px;
  }
  .img-circle-fx .image-mask {
    left: -128px;
  }
  .img-circle-fx .image-mask .bg-image {
    height: 320px;
    left: 128px;
  }
  .img-circle-fx.right .image-mask {
    left: auto;
    right: -128px;
  }
  .img-circle-fx.right .image-mask .bg-image {
    left: auto;
    right: 128px;
  }
}
@media (max-width: 767px) {
  .img-circle-fx {
    height: 300px;
  }
  .img-circle-fx .image-mask {
    left: -120px;
  }
  .img-circle-fx .image-mask .bg-image {
    height: 300px;
    left: 120px;
  }
  .img-circle-fx.right .image-mask {
    left: auto;
    right: -120px;
  }
  .img-circle-fx.right .image-mask .bg-image {
    left: auto;
    right: 120px;
  }
}
/* FRAMEWORK - Structure and layout files.
========================================================================== */
@keyframes moveUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveOut1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes moveOut2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.slider-home {
  position: relative;
  overflow: hidden;
}
section.slider-home .container {
  position: relative;
}
section.slider-home .swiper-container {
  position: relative;
  height: 568px;
}
section.slider-home .swiper-container .swiper-slide {
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  padding: 45px 0 30px;
}
section.slider-home .swiper-container .swiper-slide article {
  animation: 2s ease-out fadeIn;
  margin: 0;
  display: flex;
  width: 100%;
  background-color: inherit;
  align-items: center;
  justify-content: flex-start;
}
section.slider-home .swiper-container .swiper-slide article .col-left {
  width: 430px;
}
section.slider-home .swiper-container .swiper-slide article .col-left .circle-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 430px;
  border-radius: 50%;
}
section.slider-home .swiper-container .swiper-slide article .col-left .circle-content .card-content {
  display: flex;
  align-items: center;
  height: 100%;
}
section.slider-home .swiper-container .swiper-slide article .col-left .circle-content .card-content .slider-title {
  position: relative;
  padding: 46px;
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #F93822;
}
section.slider-home .swiper-container .swiper-slide article .col-left .circle-content .slide-btn {
  position: absolute;
  right: 28px;
  bottom: 12px;
  width: 100px;
  height: 100px;
  background-color: #00B2A9;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
}
section.slider-home .swiper-container .swiper-slide article .col-left .circle-content .slide-btn:hover {
  background-color: #F93822;
}
section.slider-home .slider-nav {
  position: relative;
  width: 100%;
  padding: 0 60px;
  z-index: 9;
  text-align: center;
}
section.slider-home .slider-nav .slider-nav-btns {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.slider-home .slider-nav .slider-nav-btns .slider-button-prev, section.slider-home .slider-nav .slider-nav-btns .slider-button-next {
  position: relative;
  text-align: center;
  width: auto;
  padding: 20px 0;
  cursor: pointer;
}
section.slider-home .slider-nav .slider-nav-btns .slider-button-prev i, section.slider-home .slider-nav .slider-nav-btns .slider-button-prev svg, section.slider-home .slider-nav .slider-nav-btns .slider-button-next i, section.slider-home .slider-nav .slider-nav-btns .slider-button-next svg {
  position: relative;
  color: white;
  font-size: 16px;
}
section.slider-home .slider-nav .slider-nav-btns .slider-button-prev:hover, section.slider-home .slider-nav .slider-nav-btns .slider-button-prev:active, section.slider-home .slider-nav .slider-nav-btns .slider-button-prev:focus, section.slider-home .slider-nav .slider-nav-btns .slider-button-next:hover, section.slider-home .slider-nav .slider-nav-btns .slider-button-next:active, section.slider-home .slider-nav .slider-nav-btns .slider-button-next:focus {
  border: 0;
  outline: 0;
}
section.slider-home .slider-nav .slider-nav-btns .slider-page {
  position: relative;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 20px 0;
  width: auto;
}
section.slider-home .slider-nav .slider-nav-btns .slider-page .swiper-pagination-custom {
  position: relative;
  bottom: auto;
  left: auto;
}
section.slider-home svg.circle {
  position: absolute;
  opacity: 1;
  z-index: 2;
  width: 430px;
  height: 430px;
}
section.slider-home svg.circle circle {
  position: relative;
  opacity: 0.5;
}
section.slider-home svg.circle.section-circle-top {
  top: -65%;
  right: 20%;
}
section.slider-home svg.circle.section-circle-top .circle-top {
  animation: 2s ease-out moveDown;
  transition: 2s all;
}
section.slider-home svg.circle.section-circle-bottom {
  bottom: -65%;
  left: 40%;
}
section.slider-home svg.circle.section-circle-bottom .circle-bottom {
  animation: 2s ease-out moveUp;
  transition: 2s all;
}
@media (max-width: 1199px) {
  section.slider-home .swiper-container {
    height: 437px;
  }
  section.slider-home .swiper-container .swiper-slide {
    padding: 34px 0 19px;
  }
  section.slider-home .swiper-container .swiper-slide article .col-left {
    width: 320px;
  }
  section.slider-home .swiper-container .swiper-slide article .col-left .circle-content {
    height: 320px;
  }
  section.slider-home .swiper-container .swiper-slide article .col-left .circle-content .card-content .slider-title {
    font-size: 24px;
    padding: 34px;
  }
  section.slider-home .swiper-container .swiper-slide article .col-left .circle-content .slide-btn {
    width: 75px;
    height: 75px;
    right: 20px;
    bottom: 8px;
    padding: 8px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  section.slider-home svg.circle {
    width: 320px;
    height: 320px;
  }
  section.slider-home svg.circle.section-circle-top {
    top: -65%;
    right: 10%;
  }
  section.slider-home svg.circle.section-circle-bottom {
    bottom: -65%;
    left: 40%;
  }
  section.slider-home .slider-nav {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  section.slider-home {
    background: white;
  }
  section.slider-home .swiper-container {
    height: auto;
    width: 66.6666%;
    margin: 0 auto;
  }
  section.slider-home .swiper-container .swiper-slide {
    background: white;
    background-image: none !important;
  }
  section.slider-home .swiper-container .swiper-slide .mobile-content .image {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    margin: 0 0 16px 0;
  }
  section.slider-home .swiper-container .swiper-slide .mobile-content .slider-page {
    margin: 0 0 16px 0;
  }
  section.slider-home .swiper-container .swiper-slide .mobile-content .slider-page .swiper-pagination {
    font-size: 12px;
    position: relative;
    text-align: left;
    bottom: auto;
    left: auto;
  }
  section.slider-home .swiper-container .swiper-slide .mobile-content .slider-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #F93822;
    margin-bottom: 11px;
  }
  section.slider-home .swiper-container .swiper-slide .mobile-content .slide-btn {
    color: #00B2A9;
    font-weight: 600;
    font-size: 16px;
  }
  section.slider-home svg.circle {
    display: none;
  }
  section.slider-home .slider-nav-mobile {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 9;
  }
  section.slider-home .slider-nav-mobile .slider-nav-btns {
    position: relative;
    width: 100%;
  }
  section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-prev, section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-next {
    position: absolute;
    top: 0;
    padding: 20px 0;
    cursor: pointer;
  }
  section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-prev i, section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-prev svg, section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-next i, section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-next svg {
    position: relative;
    color: #F93822;
    font-size: 22px;
  }
  section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-prev:hover, section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-prev:active, section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-prev:focus, section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-next:hover, section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-next:active, section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-next:focus {
    border: 0;
    outline: 0;
  }
  section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-prev {
    left: 6%;
  }
  section.slider-home .slider-nav-mobile .slider-nav-btns .slider-button-next {
    right: 6%;
  }
}
section.slider article {
  margin: 0;
  padding: 0;
}
section.slider article .post-content {
  -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.index .subtitle, section.slider.index section .section-title, section section.slider.index .section-title {
  margin-bottom: 55px;
}
section.slider.index .swiper-content {
  position: relative;
}
section.slider.index .swiper-container {
  margin: 0 -15px;
}
section.slider.index .swiper-container .swiper-slide .grid-item {
  padding: 0 15px;
}
@media (max-width: 767px) {
  section.slider.index .subtitle, section.slider.index section .section-title, section section.slider.index .section-title, section.slider.index .grid-item {
    text-align: center;
  }
}
section.slider.index.image .slider-arrows {
  top: 0;
  display: none;
  padding: 0;
}
section.slider.index.image .slider-arrows .swiper-button-prev, section.slider.index.image .slider-arrows .swiper-button-next {
  top: 0;
  background-color: #ef4b37;
  color: white;
  border: 0px;
}
@media (max-width: 991px) {
  section.slider.index.image .slider-arrows {
    display: block;
  }
}
section.slider.index.image .grid-item-container {
  box-shadow: none;
  width: 100%;
}
section.slider.index.image .grid-item-container .grid-item-content {
  width: 100%;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.slider.index.image .no-swiper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.slider.index.image .no-swiper-container .slide {
  height: 100%;
  position: relative;
}
section.slider.index.image .no-swiper-container .slide .grid-item {
  padding: 0 15px;
}
section.slider.index.image .no-swiper-container.amount-sliders-2 .slide {
  width: calc(100% / 2);
}
section.slider.index.image .no-swiper-container.amount-sliders-3 .slide {
  width: calc(100% / 3);
}
section.slider.index.image .no-swiper-container.amount-sliders-4 .slide {
  width: calc(100% / 4);
}
section.slider.index.image .no-swiper-container.amount-sliders-5 .slide {
  width: calc(100% / 5);
}
section.slider.index.image .no-swiper-container.amount-sliders-6 .slide {
  width: calc(100% / 6);
}
section.slider.index.image .no-swiper-container.amount-sliders-7 .slide {
  width: calc(100% / 7);
}
section.slider.index.image .no-swiper-container.amount-sliders-8 .slide {
  width: calc(100% / 8);
}
section.slider.index.image .no-swiper-container.amount-sliders-9 .slide {
  width: calc(100% / 9);
}
section.slider.index.image .no-swiper-container.amount-sliders-10 .slide {
  width: calc(100% / 10);
}
section.slider.index.image .no-swiper-container.amount-sliders-11 .slide {
  width: calc(100% / 11);
}
section.slider.index.image .no-swiper-container.amount-sliders-12 .slide {
  width: calc(100% / 12);
}
section.slider.index.image .no-swiper-container.amount-sliders-13 .slide {
  width: calc(100% / 13);
}
@media (max-width: 1199px) {
  section.slider.index.image .no-swiper-container .slide .grid-item {
    padding: 15px;
  }
  section.slider.index.image .no-swiper-container.amount-sliders-7 .slide, section.slider.index.image .no-swiper-container.amount-sliders-8 .slide, section.slider.index.image .no-swiper-container.amount-sliders-9 .slide, section.slider.index.image .no-swiper-container.amount-sliders-10 .slide, section.slider.index.image .no-swiper-container.amount-sliders-11 .slide, section.slider.index.image .no-swiper-container.amount-sliders-12 .slide, section.slider.index.image .no-swiper-container.amount-sliders-13 .slide {
    width: calc(100% / 6);
  }
}
@media (max-width: 991px) {
  section.slider.index.image .no-swiper-container.amount-sliders-5 .slide, section.slider.index.image .no-swiper-container.amount-sliders-6 .slide, section.slider.index.image .no-swiper-container.amount-sliders-7 .slide, section.slider.index.image .no-swiper-container.amount-sliders-8 .slide, section.slider.index.image .no-swiper-container.amount-sliders-9 .slide, section.slider.index.image .no-swiper-container.amount-sliders-10 .slide, section.slider.index.image .no-swiper-container.amount-sliders-11 .slide, section.slider.index.image .no-swiper-container.amount-sliders-12 .slide, section.slider.index.image .no-swiper-container.amount-sliders-13 .slide {
    width: 25%;
  }
}
@media (max-width: 767px) {
  section.slider.index.image .no-swiper-container.amount-sliders-3 .slide, section.slider.index.image .no-swiper-container.amount-sliders-4 .slide, section.slider.index.image .no-swiper-container.amount-sliders-5 .slide, section.slider.index.image .no-swiper-container.amount-sliders-6 .slide, section.slider.index.image .no-swiper-container.amount-sliders-7 .slide, section.slider.index.image .no-swiper-container.amount-sliders-8 .slide, section.slider.index.image .no-swiper-container.amount-sliders-9 .slide, section.slider.index.image .no-swiper-container.amount-sliders-10 .slide, section.slider.index.image .no-swiper-container.amount-sliders-11 .slide, section.slider.index.image .no-swiper-container.amount-sliders-12 .slide, section.slider.index.image .no-swiper-container.amount-sliders-13 .slide {
    width: 50%;
  }
}
section.slider .slider-arrows {
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 0px;
  width: 100%;
  padding: 20px 0;
}
section.slider .slider-arrows .swiper-button-prev, section.slider .slider-arrows .swiper-button-next {
  left: auto;
  right: auto;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  color: #c9ced6;
  border: 1px solid black;
  border-radius: 50%;
  opacity: 0.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.slider .slider-arrows .swiper-button-prev .glyphicon, section.slider .slider-arrows .swiper-button-next .glyphicon {
  top: 0;
  line-height: 48px;
}
section.slider .slider-arrows .swiper-button-prev:hover, section.slider .slider-arrows .swiper-button-next:hover {
  opacity: 1;
}
section.slider .slider-arrows .swiper-button-prev {
  float: left;
  margin-left: -100px;
  background: url(../images/arrow-left-black.png) center center no-repeat;
  background-size: 15px;
}
section.slider .slider-arrows .swiper-button-next {
  float: right;
  margin-right: -100px;
  background: url(../images/arrow-right-black.png) center center no-repeat;
  background-size: 15px;
}
@media (max-width: 1400px) {
  section.slider .slider-arrows .swiper-button-prev {
    margin-left: -60px;
  }
  section.slider .slider-arrows .swiper-button-next {
    margin-right: -60px;
  }
}
@media (max-width: 1300px) {
  section.slider .slider-arrows {
    top: 15%;
  }
  section.slider .slider-arrows .swiper-button-prev {
    background-color: #ef4b37;
    color: white;
    border-color: #ef4b37;
    margin-left: 15px;
  }
  section.slider .slider-arrows .swiper-button-prev:hover {
    opacity: 0.8;
    color: white;
    border-color: #ef4b37;
  }
  section.slider .slider-arrows .swiper-button-next {
    background-color: #ef4b37;
    color: white;
    border-color: #ef4b37;
    margin-right: 15px;
  }
  section.slider .slider-arrows .swiper-button-next:hover {
    opacity: 0.8;
    color: white;
    border-color: #ef4b37;
  }
}
@media (max-width: 767px) {
  section.slider .slider-arrows {
    top: 25%;
  }
}
section.fixed-grid {
  padding: 15px 0 50px 0;
  background-image: url(../images/bg-circles-green.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
}
section.fixed-grid h1.index-title {
  font-weight: 700;
  margin-top: 2px;
}
section.fixed-grid .read-more {
  text-align: center;
}
@media (min-width: 992px) {
  section.fixed-grid .col-centered {
    margin: 0 auto;
    float: none;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  section.fixed-grid {
    padding: 15px 0;
    background-image: none;
  }
}
.category-sidebar {
  padding: 0 0 40px 0;
}
.category-sidebar .sidebar-title {
  margin-bottom: 20px;
}
.category-sidebar a {
  display: block;
  padding: 0 0 10px 0;
  color: #000;
  font-weight: bold;
}
.category-sidebar a:hover, .category-sidebar a.active {
  color: #F93822;
}
.grid-item .grid-item-container {
  display: block;
  position: relative;
  overflow: hidden;
  background: white;
  margin: 0 0px 20px 0px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
  transition: all 1s ease-out;
}
.grid-item .grid-item-container:hover {
  text-decoration: none;
  transition: all 1s ease-out;
}
.grid-item .grid-item-container .grid-item-content {
  width: 100%;
  position: relative;
  color: #000000;
  -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;
}
.grid-item .grid-item-container .grid-item-content .image {
  display: block;
  width: 100%;
  padding-top: 63.8888%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2f4f7;
}
.grid-item .grid-item-container .grid-item-content .content {
  padding: 24px;
}
.grid-item .grid-item-container .grid-item-content .content h3 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  height: 120px;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.grid-item .grid-item-container .grid-item-content .content h3 a {
  color: black;
  transition: all 0.2s ease;
}
.grid-item .grid-item-container .grid-item-content .content h3 a:hover {
  color: #F93822;
  text-decoration: none;
}
.grid-item .grid-item-container .grid-item-content .content p {
  font-size: 15px;
  line-height: 24px;
  height: 96px;
  color: #000000;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 24px;
}
.grid-item .grid-item-container .grid-item-content .content .meta {
  display: flex;
  justify-content: space-between;
}
.grid-item .grid-item-container .grid-item-content .content .meta .date {
  font-size: 16px;
  line-height: 30px;
  color: #7f7f7f;
}
.grid-item .grid-item-container .grid-item-content .content .meta .read_more {
  line-height: 30px;
}
.grid-item .grid-item-container .grid-item-content .content .meta .read_more a {
  font-size: 16px;
  font-weight: bold;
  color: #e93d2c;
}
.grid-item.grid-item-omroep .grid-item-container {
  box-shadow: none;
  width: 100%;
  padding: 15px;
  margin: 0 0 15px 0;
}
.grid-item.grid-item-omroep .grid-item-container .grid-item-content {
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.grid-item.wide-card .grid-item-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 100%;
}
.grid-item.wide-card .grid-item-content .image {
  flex: 1 0 18%;
  width: 100%;
  padding-top: 0;
}
.grid-item.wide-card .grid-item-content .image:before {
  content: "";
  display: block;
  padding-top: 63.8888%;
}
.grid-item.wide-card .grid-item-content .content {
  flex: 1 0 82%;
  padding: 20px 20px 15px 20px;
}
.grid-item.wide-card .grid-item-content .content h3 {
  font-size: 16px;
  line-height: 1.3;
  height: auto;
  margin: 0 0 4px 0;
}
.grid-item.wide-card .grid-item-content .content p {
  font-size: 15px;
  line-height: 24px;
  height: auto;
  margin-bottom: 10px;
}
.grid-item.wide-card .grid-item-content .content .meta .date {
  font-size: 15px;
  line-height: 30px;
}
.grid-item.wide-card .grid-item-content .content .meta .read_more {
  line-height: 30px;
}
.grid-item.wide-card .grid-item-content .content .meta .read_more a {
  font-size: 15px;
}
@media (max-width: 991px) {
  .grid-item.grid-item-omroep {
    width: 33.33333%;
  }
  .grid-item.grid-item-omroep .grid-item-container .grid-item-content {
    height: 75px;
  }
}
@media (max-width: 767px) {
  .grid-item.grid-item-omroep .grid-item-container .grid-item-content {
    height: 50px;
  }
}
@media (max-width: 991px) {
  section.grid .grid-item-container, section.post-related .grid-item-container {
    margin: 0 0 40px;
  }
  section.grid .grid-item-container .image, section.post-related .grid-item-container .image {
    flex-basis: 25%;
  }
  section.grid .grid-item-container .content, section.post-related .grid-item-container .content {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  section.grid .grid-item-container, section.post-related .grid-item-container {
    box-shadow: none;
  }
  section.grid .grid-item-container .grid-item-content .content h3, section.post-related .grid-item-container .grid-item-content .content h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
    height: auto;
  }
  section.grid .grid-item-container .grid-item-content .content p, section.post-related .grid-item-container .grid-item-content .content p {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }
  .grid-item.wide-card .grid-item-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
section.slider .grid-item-container {
  box-shadow: none;
  margin: 0 0 20px 0;
  background: transparent;
}
section.slider .grid-item-container .grid-item-content .content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
section.slider .grid-item-container .grid-item-content .content h3 {
  height: auto;
}
section.slider .grid-item-container .grid-item-content .content p {
  height: auto;
}
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: 24px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #00B2A9;
  line-height: 1.3;
  font-family: Poppins;
}
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 #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 #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 #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 #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 #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 #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 #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 #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 #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-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-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-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-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-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-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-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 #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 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-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 {
  /* 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: #00B2A9;
}
section.image-grid.light-text h3 {
  color: #ffffff !important;
}
section.event {
  padding: 60px 0 60px 0;
}
section.event h3 {
  color: #F93822;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
section.event .js-tabs .navbar-tabs .navbar-toggle {
  float: none;
  background: #7F7F7F;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 16px 10px 24px;
  margin: 0 auto;
  min-width: 90px;
  text-align: center;
  color: white;
  width: 100%;
}
section.event .js-tabs .navbar-tabs .navbar-toggle i, section.event .js-tabs .navbar-tabs .navbar-toggle svg {
  color: white;
  float: right;
}
section.event .js-tabs .navbar-tabs .navbar-collapse {
  padding: 0;
}
section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs {
  list-style: none;
  padding: 0 0 25px 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 2px solid #f1f2f4;
}
section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs li {
  float: left;
  margin: 0 10px 0 0;
}
section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs li a {
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  padding: 10px 16px;
  min-width: 90px;
  text-align: center;
  color: white;
  background-color: #7F7F7F;
  border-radius: 16px;
}
section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs li a:hover, section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs li a:focus {
  text-decoration: none;
  outline: 0;
}
section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs li:hover a, section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs li.ui-state-active a {
  background-color: #F93822;
  color: white;
}
section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs li:focus {
  outline: 0;
}
@media (max-width: 767px) {
  section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs {
    border: 0;
    padding: 0;
  }
  section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs li {
    float: none;
    margin: 0;
  }
  section.event .js-tabs .navbar-tabs .navbar-collapse ul.tabs li a {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  section.event .js-tabs .navbar-tabs {
    border-radius: 16px;
    max-width: 200px;
    margin: 0 auto 30px auto;
    overflow: hidden;
  }
}
section.event .js-tabs .tab .js-accordion .accordion-header {
  display: block;
  color: #0a1f44;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  padding: 14px 32px 14px 0;
  margin: 0;
  background-image: url('../images/accordion-down.png');
  background-position: right 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  text-transform: none;
}
section.event .js-tabs .tab .js-accordion .accordion-header.ui-state-active {
  background-image: url('../images/accordion-up.png');
}
section.event .js-tabs .tab .js-accordion .accordion-header:focus {
  outline: 0;
}
section.event .js-tabs .tab .js-accordion .accordion-header .tijd {
  font-size: 12px;
  color: #53627c;
  margin-left: 10px;
}
section.event .js-tabs .tab .js-accordion .accordion-header .locatie {
  display: inline-block;
  background-color: #00B2A9;
  color: white;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  padding: 10px 16px;
  margin: 0;
  float: right;
  border-radius: 16px;
}
@media (max-width: 767px) {
  section.event .js-tabs .tab .js-accordion .accordion-header .locatie {
    float: none;
    clear: left;
    margin: 5px 0 0 0;
  }
}
section.event .js-tabs .tab .js-accordion .content p {
  font-size: 16px;
}
@media (max-width: 767px) {
  section.event h3 {
    text-align: center;
  }
  section.event p {
    font-size: 12px;
  }
}
section.list {
  padding: 0;
  background-image: url(../images/bg-circles-green.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
}
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 30px 0;
  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;
  overflow: hidden;
  background: #f5f5f5;
  margin: 0 0px 30px 0px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}
section.list .list-parent .list-item article .featured-image {
  width: 40%;
  background-position: center;
  background-size: cover;
}
section.list .list-parent .list-item article .post-content {
  display: inline-block;
  padding: 24px;
}
section.list .list-parent .list-item article .post-content h3 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
section.list .list-parent .list-item article .post-content h3 a {
  color: black;
}
section.list .list-parent .list-item article .post-content .meta {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 30px;
  color: #7F7F7F;
}
section.list .list-parent .list-item article .post-content .read-more {
  font-size: 16px;
  font-weight: bold;
  color: #F93822;
}
section.list .list-parent .list-item article .post-content .read-more:hover {
  text-decoration: underline;
}
section.list .list-parent .list-item article .post-content .detail-info {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  section.list {
    padding: 0;
    background-image: none;
  }
  section.list .list-parent .list-item article {
    display: block;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
  }
  section.list .list-parent .list-item article .featured-image {
    width: 100%;
    padding-top: 63.8888%;
    background-position: center;
    background-size: cover;
  }
  section.list .list-parent .list-item article .post-content {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
  }
  section.list .list-parent .list-item article .post-content h3 {
    color: black;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
  }
  section.list .list-parent .list-item article .post-content h3 a {
    color: black;
  }
  section.list .list-parent .list-item article .post-content .meta {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 30px;
    color: #7F7F7F;
  }
  section.list .list-parent .list-item article .post-content .read-more {
    font-size: 16px;
    font-weight: bold;
    color: #F93822;
  }
  section.list .list-parent .list-item article .post-content .read-more:hover {
    text-decoration: underline;
  }
  section.list .list-parent .list-item article .post-content .detail-info {
    padding-bottom: 15px;
  }
}
.breadcrumb {
  background: none;
  padding: 0;
}
.page-header {
  padding: 60px 0 15px;
  margin: 0;
  border: 0;
}
.page-header .breadcrumbs-container .breadcrumbs .breadcrumb {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #7F7F7F;
}
.page-header .breadcrumbs-container .breadcrumbs .breadcrumb a {
  color: #7F7F7F;
}
.page-header .breadcrumbs-container .breadcrumbs .breadcrumb .current {
  font-weight: bold;
}
.gutenberg-wrapper {
  position: relative;
  background-color: white;
}
.gutenberg-wrapper.boxed {
  background-image: url(../images/bg-circles-green.svg);
  background-size: 100%;
  background-repeat: repeat-y;
}
.gutenberg-wrapper .page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 426px;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
.gutenberg-wrapper .page-header .breadcrumbs-container {
  height: 100%;
  width: 100%;
  padding-left: 50%;
}
.gutenberg-wrapper .page-header .breadcrumbs-container .breadcrumbs {
  position: relative;
  margin-left: -149.1px;
  margin-top: 47px;
}
.gutenberg-wrapper .page-header.no-image .breadcrumbs-container {
  padding-left: 0%;
}
.gutenberg-wrapper .page-header.no-image .breadcrumbs-container .breadcrumbs {
  margin-left: 0;
}
.gutenberg-wrapper .page-header.index {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
}
@media (max-width: 1599px) {
  .gutenberg-wrapper .page-header {
    height: 400px;
  }
  .gutenberg-wrapper .page-header .breadcrumbs-container .breadcrumbs {
    margin-left: -140px;
  }
}
@media (max-width: 1199px) {
  .gutenberg-wrapper .page-header {
    height: 360px;
  }
  .gutenberg-wrapper .page-header .breadcrumbs-container .breadcrumbs {
    margin-left: -126px;
  }
}
@media (max-width: 991px) {
  .gutenberg-wrapper .page-header {
    position: relative;
    height: auto;
  }
  .gutenberg-wrapper .page-header .img-circle-fx {
    position: relative;
  }
  .gutenberg-wrapper .page-header .breadcrumbs-container {
    position: relative;
    padding: 0 15px;
    height: auto;
  }
  .gutenberg-wrapper .page-header .breadcrumbs-container .breadcrumbs {
    margin-left: 0;
    margin-top: 0;
    padding: 15px 0;
    height: auto;
  }
}
.page-header-post .breadcrumbs {
  padding: 35px 0 0 0;
}
.page-header-post .breadcrumbs .breadcrumb {
  margin: 0;
}
.page-header-event {
  background-image: none;
}
.page-header-event::before {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
  background-size: cover;
}
.page-header-event .header-circle-wrapper {
  position: relative;
  width: 100%;
  max-width: 430px;
}
.page-header-event .header-circle-wrapper .header-circle {
  position: relative;
  margin: 45px 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}
.page-header-event .header-circle-wrapper .header-circle .header-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 100px;
  display: flex;
  align-items: center;
}
.page-header-event .header-circle-wrapper .header-circle .header-title h1 {
  color: #F93822;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .page-header-event .header-circle-wrapper {
    max-width: 300px;
    margin: 0 auto;
  }
  .page-header-event .header-circle-wrapper .header-circle {
    margin: 20px 0;
  }
  .page-header-event .header-circle-wrapper .header-circle .header-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    text-align: center;
  }
  .page-header-event .header-circle-wrapper .header-circle .header-title h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.page-subheader-event .header-content {
  text-align: center;
  padding: 50px 0;
}
.page-subheader-event .header-content p {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .page-subheader-event .header-content {
    text-align: center;
    padding: 20px 0;
  }
  .page-subheader-event .header-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
section.event-menu {
  background-color: #f2f2f2;
  padding: 40px 0;
  z-index: 8;
  width: 100%;
}
@media (min-width: 768px) {
  section.event-menu .anchor-links-wrapper.collapse {
    display: block;
  }
  section.event-menu .anchor-chevron {
    display: none;
  }
}
section.event-menu .submenu-mobile {
  text-align: center;
}
section.event-menu .submenu-mobile > a {
  font-weight: 600;
  color: #53627c;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
section.event-menu .submenu-mobile > a span, section.event-menu .submenu-mobile > a i, section.event-menu .submenu-mobile > a svg {
  display: none !important;
}
section.event-menu .submenu-mobile > a.collapsed span, section.event-menu .submenu-mobile > a.collapsed i, section.event-menu .submenu-mobile > a.collapsed svg {
  display: inline-block !important;
}
section.event-menu a.anchor-chevron i, section.event-menu a.anchor-chevron svg {
  font-size: 18px;
  margin: 0 0 0 10px;
}
section.event-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.event-menu ul.menu li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
section.event-menu ul.menu li a {
  font-weight: 600;
  color: #53627c;
}
section.event-menu.affix {
  top: 100px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  section.event-menu.affix {
    top: 60px;
  }
  section.event-menu ul.menu li {
    float: none;
    text-align: center;
  }
  section.event-menu ul.menu li a {
    font-size: 16px;
    text-decoration: none;
  }
  section.event-menu ul.menu li:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .gutenberg-wrapper.boxed {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding: 16px 0 1px;
    margin: 0;
    border: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
section.plain-content {
  overflow: hidden;
}
@media (min-width: 992px) {
  section.plain-content.big-header .container {
    width: 880px;
  }
}
section.plain-content .boxed {
  text-align: center;
}
@media (min-width: 768px) {
  section.plain-content .boxed {
    text-align: left;
    background: white;
    padding: 50px 80px;
    box-shadow: 0 0 26px rgba(10, 31, 68, 0.12);
  }
}
@media (min-width: 991px) {
  section.plain-content .content-vertical-centered {
    display: table;
    height: 100%;
  }
  section.plain-content .content-vertical-centered .post-content {
    vertical-align: middle;
    display: table-cell;
  }
}
section.plain-content .big-header {
  height: 288px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
}
section.plain-content .big-header .title {
  position: relative;
  height: 100%;
  float: right;
  width: 50%;
}
section.plain-content .big-header .title h2 {
  position: absolute;
  bottom: 45px;
  display: inline-block;
  background: white;
  padding: 20px 35px;
  box-shadow: 0 18px 18px rgba(10, 31, 68, 0.12), 0 0 1px rgba(10, 31, 68, 0.1);
}
@media (max-width: 767px) {
  section.plain-content .big-header {
    height: auto;
    background-image: none !important;
  }
  section.plain-content .big-header .title {
    width: 100%;
    float: none;
    height: auto;
  }
  section.plain-content .big-header .title h2 {
    position: relative;
    bottom: auto;
    padding: 35px 0 0 0;
    box-shadow: none;
  }
}
section.plain-content .image-left img {
  float: right;
}
@media (max-width: 991px) {
  section.plain-content .big-header {
    height: 300px;
  }
}
@media (max-width: 767px) {
  section.plain-content .big-header {
    height: auto;
    background: transparent;
  }
  section.plain-content .big-header .title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.plain-content.image-left .post-content, section.plain-content.image-right .post-content {
    text-align: center;
    padding: 30px 0;
  }
}
section.plain-content iframe {
  width: 100%;
  box-shadow: 0 18px 18px rgba(10, 31, 68, 0.12), 0 0 1px rgba(10, 31, 68, 0.1);
  height: 500px !important;
}
section.plain-content table {
  width: 100%;
  vertical-align: top;
}
section.plain-content table tr td {
  vertical-align: top;
  line-height: 28px;
}
section.plain-content.winnaar .section-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
section.plain-content.winnaar .winnaar-col h3 {
  font-size: 23px;
  font-weight: 500;
}
section.plain-content.winnaar .winnaar-col img {
  margin: 0 0 15px 0;
}
.swiper-gallery {
  max-height: 420px;
}
.swiper-gallery .swiper-slide {
  text-align: center;
}
.swiper-gallery .swiper-slide img {
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  height: auto;
  max-height: 400px;
  width: auto;
  transform: scale(0.9);
}
.swiper-gallery .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  height: auto;
  max-height: 400px;
  width: auto;
}
.swiper-gallery .slider-arrows {
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 0px;
  width: 100%;
  padding: 20px 0;
}
.swiper-gallery .slider-arrows .swiper-button-prev, .swiper-gallery .slider-arrows .swiper-button-next {
  left: auto;
  right: auto;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  color: #ef4b37;
  border: 1px solid #ef4b37;
  border-radius: 50%;
  opacity: 0.6;
  -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;
}
.swiper-gallery .slider-arrows .swiper-button-prev .glyphicon, .swiper-gallery .slider-arrows .swiper-button-next .glyphicon {
  top: 0;
  line-height: 48px;
}
.swiper-gallery .slider-arrows .swiper-button-prev:hover, .swiper-gallery .slider-arrows .swiper-button-next:hover {
  opacity: 1;
}
.swiper-gallery .slider-arrows .swiper-button-prev {
  float: left;
  margin-left: -100px;
  background: url(../images/arrow-left-orange.png) center center no-repeat;
  background-size: 15px;
}
.swiper-gallery .slider-arrows .swiper-button-next {
  float: right;
  margin-right: -100px;
  background: url(../images/arrow-right-orange.png) center center no-repeat;
  background-size: 15px;
}
@media (max-width: 1400px) {
  .swiper-gallery .slider-arrows .swiper-button-prev {
    margin-left: -60px;
  }
  .swiper-gallery .slider-arrows .swiper-button-next {
    margin-right: -60px;
  }
}
section.tweets {
  overflow: hidden;
}
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;
  }
}
article {
  margin: 0 0 33px 0;
}
#page-index article {
  padding: 33px 33px 0 33px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -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: white;
}
#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%;
  font-size: 16px;
}
.post-content a:not(.btn) {
  color: #F93822;
  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: #40C5BE;
}
.post-content a:not(.btn):active {
  color: #40C5BE;
}
.light-text .post-content a:not(.btn) {
  color: #ffffff;
}
.light-text .post-content a:not(.btn):hover {
  color: #40C5BE;
}
.light-text .post-content a:not(.btn):active {
  color: #40C5BE;
}
.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: Poppins;
}
.post-content h1 {
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: #00B2A9;
  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: #ffffff;
}
.post-content h2 {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #00B2A9;
  padding: 0 0 22px 0;
}
.light-text .post-content h2 {
  color: #ffffff;
}
.post-content h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #00B2A9;
  margin: 0 0 22px 0;
}
.light-text .post-content h3 {
  color: #ffffff;
}
.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: #ef4b37;
}
@media (max-width: 767px) {
  .post-content h2, .post-content h3 {
    font-size: 18px;
  }
}
.post-content h4 {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #00B2A9;
  margin: 0 0 22px 0;
}
.light-text .post-content h4 {
  color: #ffffff;
}
.post-content h5 {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #00B2A9;
  margin: 0 0 22px 0;
}
.light-text .post-content h5 {
  color: #ffffff;
}
.post-content h6 {
  font-size: 16px;
  font-weight: "";
  font-style: normal;
  text-transform: none;
  color: #00B2A9;
  margin: 0 0 22px 0;
}
.light-text .post-content h6 {
  color: #ffffff;
}
.post-content p {
  margin-bottom: 22px;
}
.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 div:not(.woocommerce) table th, .post-content div:not(.woocommerce) table td {
  border: rgba(0, 0, 0, 0.07) 1px solid !important;
  padding: 22px !important;
}
.post-content table th {
  background: rgba(0, 0, 0, 0.03);
}
.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%;
  width: 100%;
  box-shadow: 0 18px 18px rgba(10, 31, 68, 0.12), 0 0 1px rgba(10, 31, 68, 0.1);
  border: 0;
}
.post-content .well {
  margin: 0 auto;
  background: #fff;
  border: none;
  box-shadow: 0 0 33px 5px rgba(0, 0, 0, 0.1);
  padding: 44px 88px 44px 88px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
.post-content .list-group-item {
  border: none;
  background: transparent;
}
.post-content .post-tags {
  margin: 44px 0;
}
.post-content .post-tags .btn, .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 #content a.button, body.woocommerce #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 #content input.button, body.woocommerce #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 #content a.button.alt, body.woocommerce #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 #content input.button.alt, body.woocommerce #content .post-content .post-tags input.button.alt, .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-page #content a.button, body.woocommerce-page #content .post-content .post-tags a.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-page #content input.button, body.woocommerce-page #content .post-content .post-tags input.button, .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-page #content a.button.alt, body.woocommerce-page #content .post-content .post-tags a.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-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 #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 span, body.woocommerce-page #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 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 {
  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%;
}
.post-content span.current, .post-content span.current a {
  margin-right: 30px;
}
.post-content .tags a {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 16px;
  margin-right: 10px;
  min-width: 90px;
  text-align: center;
  color: #53627c;
  background-color: #f1f2f4;
  border-radius: 16px;
}
.post-content .tags a:hover, .post-content .tags a:focus {
  text-decoration: none;
  outline: 0;
  background-color: #182c4f;
  color: white;
}
@media (max-width: 991px) {
  .post-content span.editie {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }
  .post-content span.current {
    font-size: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
  .post-content a.editie {
    font-size: 16px;
    line-height: 40px;
    margin: 0 5px;
  }
}
::-webkit-input-placeholder {
  color: #0a1f44;
}
.light-text ::-webkit-input-placeholder {
  color: #FFFFFF;
}
:-moz-placeholder {
  color: #0a1f44;
}
.light-text :-moz-placeholder {
  color: #FFFFFF;
}
::-moz-placeholder {
  color: #0a1f44;
}
.light-text ::-moz-placeholder {
  color: #FFFFFF;
}
:-ms-input-placeholder {
  color: #0a1f44;
}
.light-text :-ms-input-placeholder {
  color: #FFFFFF;
}
.page-template-page-gutenberg-event section h2, .page-template-page-gutenberg-event section .subtitle, .page-template-page-gutenberg-event section section .section-title, section .page-template-page-gutenberg-event section .section-title, .page-template-page-event section h2, .page-template-page-event section .subtitle, .page-template-page-event section section .section-title, section .page-template-page-event section .section-title {
  color: #F93822;
  font-weight: 700;
}
.page-template-page-gutenberg-event section.light-text h2, .page-template-page-gutenberg-event section.light-text .subtitle, .page-template-page-gutenberg-event section.light-text section .section-title, section .page-template-page-gutenberg-event section.light-text .section-title, .page-template-page-event section.light-text h2, .page-template-page-event section.light-text .subtitle, .page-template-page-event section.light-text section .section-title, section .page-template-page-event section.light-text .section-title {
  color: white;
}
@media (max-width: 767px) {
  .page-template-page-gutenberg-event section h2, .page-template-page-gutenberg-event section .subtitle, .page-template-page-gutenberg-event section section .section-title, section .page-template-page-gutenberg-event section .section-title, .page-template-page-gutenberg-event section .event-subtitle, .page-template-page-event section h2, .page-template-page-event section .subtitle, .page-template-page-event section section .section-title, section .page-template-page-event section .section-title, .page-template-page-event section .event-subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .post-content {
    line-height: 28px;
  }
  .post-content p {
    line-height: 28px;
  }
  .post-content .well {
    padding: 33px;
  }
  .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%;
  }
}
section.error404 {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  section.error404 {
    min-height: 600px;
  }
}
section.page-content {
  background: transparent;
}
section.page-content .wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
section.page-content .page-content-container {
  position: relative;
}
section.page-content .page-content-container .left-col {
  position: absolute;
  top: 0;
  left: 15px;
  width: 33%;
}
section.page-content .page-content-container .left-col .image {
  margin: 0 0 30px 0;
}
section.page-content .page-content-container .left-col .image img {
  border-radius: 4px;
}
section.page-content .page-content-container .left-col .sidebar-content .attachments {
  padding: 20px 25% 20px 25px;
}
section.page-content .page-content-container .post-content {
  background: #e8f6f6;
  border-radius: 4px;
  padding: 36px 36px;
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  section.page-content.top-margin {
    top: 112px;
    padding-top: 0;
    padding-bottom: 112px;
  }
  section.page-content.top-margin.programmaonderdeel {
    top: 60px;
    padding-bottom: 66px;
  }
}
section.page-media .attachments {
  width: 100%;
  padding: 50px 0;
}
section.page-media .attachments h3 {
  color: #F93822;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px 0;
}
section.page-media .attachments ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  columns: 2;
  width: 60%;
  -webkit-columns: 2;
  -moz-columns: 2;
}
section.page-media .attachments ul li {
  break-inside: avoid-column;
  line-height: 18px;
  background-image: none;
  padding: 0;
  margin-bottom: 12px;
}
section.page-media .attachments ul li a {
  color: #00B2A9;
}
section.page-media .attachments ul li a:hover {
  color: #F93822;
}
section.page-content-post .post-content .header-title {
  margin: 0 0 20px 0;
}
section.page-content-post .post-content .header-title .title {
  font-size: 26px;
  margin: 0 0 5px 0;
}
section.page-content-post .post-content .header-title .page-subtitle {
  color: #53627c;
  line-height: 22px;
  font-size: 18px;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  section.page-content-post .post-content .header-title .title {
    font-size: 20px;
  }
  section.page-content-post .post-content .header-title .page-subtitle {
    line-height: 18px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.page-content {
    background: #e8f6f6;
    padding: 0;
  }
  section.page-content .page-content-container .post-content {
    background: none;
    border-radius: 0;
    padding: 15px 0;
  }
  section.page-media .attachments {
    padding: 30px 0;
  }
  section.page-media .attachments ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.page-media .attachments ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
section.post-related {
  background: #f8f9fb;
  padding-top: 0;
}
section.post-related h2 {
  margin: 0 0 40px 0;
  text-align: center;
}
.post-content .mc4wp-form {
  float: none;
}
section.post-content .post-content {
  margin: 0 0 60px 0;
}
section.post-content .post-content .post-title-header {
  margin-bottom: 40px;
}
section.post-content .post-content h1 {
  line-height: 1.1;
  font-size: 40px;
}
section.post-content .post-content .meta {
  font-size: 14px;
}
section.post-content .post-content .meta-bottom {
  font-size: 14px;
  margin: 0;
  color: #747b7b;
}
section.post-content .post-content .meta-bottom .meta-title {
  min-width: 52px;
  display: inline-block;
}
.post-related h3.post-related-title {
  text-align: center;
}
.post-related a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .post-related h3.post-related-title {
    text-align: left;
  }
  .post-related .swiper-grid {
    margin: 0 0 20px 0;
  }
  .post-related .swiper-grid .swiper-slide {
    width: inherit;
    flex-shrink: inherit;
  }
}
@media (max-width: 991px) {
  .post-content {
    margin: 0 0 20px 0;
  }
  .post-content h1 {
    margin: 0 0 20px 0;
    word-break: break-word;
    font-size: 32px;
    line-height: 1.2 !important;
  }
  .post-content .meta {
    margin: 0 0 20px 0;
  }
  .post-related {
    margin: 30px 0 0 0;
  }
  .post-related .swiper-grid {
    max-width: 450px;
    margin: 0 auto;
    overflow: hidden;
  }
  .post-related .swiper-grid .swiper-slide {
    width: 100%;
  }
  .post-related .swiper-grid {
    position: relative;
    padding: 0 0 30px 0;
  }
  .post-related .swiper-grid .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #F93822;
    margin: 0 4px;
  }
}
/* BLOCKS - block specific
========================================================================== */
.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 .wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
section.block-grid-fixed {
  padding: 60px 0;
  background-color: #F93822;
  background-image: url(../images/bg-circles-white.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  overflow: hidden;
}
section.block-grid-fixed.bg-white {
  background-color: white;
  background-image: none;
}
section.block-grid-fixed.bg-purple {
  background-color: #3d4894;
}
section.block-grid-fixed .swiper-grid {
  position: relative;
  padding: 0 0 30px 0;
}
section.block-grid-fixed .swiper-grid .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: white;
  margin: 0 4px;
}
section.block-grid-fixed .read-more {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  section.block-grid-fixed .swiper-grid {
    margin: 0 0 20px 0;
  }
  section.block-grid-fixed .swiper-grid .swiper-slide {
    width: inherit;
    flex-shrink: inherit;
  }
}
@media (max-width: 991px) {
  section.block-grid-fixed {
    background-image: none;
  }
  section.block-grid-fixed .swiper-grid {
    max-width: 450px;
    margin: 0 auto 30px auto;
    overflow: hidden;
  }
  section.block-grid-fixed .swiper-grid .swiper-slide {
    width: 100%;
  }
}
section.block-plain-content {
  position: relative;
  padding: 60px 0;
}
section.block-plain-content .content .block-title {
  color: #F93822;
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 22px 0;
  padding: 0;
}
section.block-plain-content .content p {
  font-size: 20px;
  line-height: 30px;
}
section.block-plain-content .content .btn, section.block-plain-content .content #comments input[type="submit"], #comments section.block-plain-content .content input[type="submit"], section.block-plain-content .content body.woocommerce #content #respond input#submit, body.woocommerce #content #respond section.block-plain-content .content input#submit, section.block-plain-content .content body.woocommerce #content a.button, body.woocommerce #content section.block-plain-content .content a.button, section.block-plain-content .content body.woocommerce #content button.button, body.woocommerce #content section.block-plain-content .content button.button, section.block-plain-content .content body.woocommerce #content input.button, body.woocommerce #content section.block-plain-content .content input.button, section.block-plain-content .content body.woocommerce #content #respond input#submit.alt, body.woocommerce #content #respond section.block-plain-content .content input#submit.alt, section.block-plain-content .content body.woocommerce #content a.button.alt, body.woocommerce #content section.block-plain-content .content a.button.alt, section.block-plain-content .content body.woocommerce #content button.button.alt, body.woocommerce #content section.block-plain-content .content button.button.alt, section.block-plain-content .content body.woocommerce #content input.button.alt, body.woocommerce #content section.block-plain-content .content input.button.alt, section.block-plain-content .content body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content #respond section.block-plain-content .content input#submit, section.block-plain-content .content body.woocommerce-page #content a.button, body.woocommerce-page #content section.block-plain-content .content a.button, section.block-plain-content .content body.woocommerce-page #content button.button, body.woocommerce-page #content section.block-plain-content .content button.button, section.block-plain-content .content body.woocommerce-page #content input.button, body.woocommerce-page #content section.block-plain-content .content input.button, section.block-plain-content .content body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content #respond section.block-plain-content .content input#submit.alt, section.block-plain-content .content body.woocommerce-page #content a.button.alt, body.woocommerce-page #content section.block-plain-content .content a.button.alt, section.block-plain-content .content body.woocommerce-page #content button.button.alt, body.woocommerce-page #content section.block-plain-content .content button.button.alt, section.block-plain-content .content body.woocommerce-page #content input.button.alt, body.woocommerce-page #content section.block-plain-content .content input.button.alt, section.block-plain-content .content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.block-plain-content .content span, section.block-plain-content .content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.block-plain-content .content a, section.block-plain-content .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.block-plain-content .content span, section.block-plain-content .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.block-plain-content .content a, section.block-plain-content .content body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce .woocommerce-MyAccount-navigation ul li section.block-plain-content .content a, section.block-plain-content .content body.woocommerce-page .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li section.block-plain-content .content a {
  margin-top: 20px;
}
section.block-plain-content.light-text {
  color: white;
}
section.block-plain-content.light-text .block-title {
  color: white;
}
section.block-plain-content.light-text p {
  color: white;
}
section.block-plain-content.edities {
  padding: 180px 0;
}
section.block-plain-content.edities h3 {
  font-size: 40px;
  line-height: 55px;
  margin: 0;
}
section.block-plain-content.edities p {
  padding-left: 90px;
  color: #7f7f7f;
  font-size: 32px;
  line-height: 32px;
}
section.block-plain-content.edities p .current {
  margin-right: 0;
}
section.block-plain-content.edities p .current a {
  color: #F93822;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin-right: 0;
}
section.block-plain-content.edities p .current a:hover {
  text-decoration: underline;
}
section.block-plain-content.edities p .editie {
  color: #7f7f7f;
  font-size: 32px;
  line-height: 32px;
}
section.block-plain-content.edities p .editie:hover {
  text-decoration: underline;
}
section.block-plain-content.rapporten {
  background-image: url(../images/bg-circles-green.svg);
  background-size: 100%;
  background-repeat: repeat-y;
}
section.block-plain-content.rapporten h3 {
  font-size: 32px;
  line-height: 32px;
  color: #00B2A9;
}
section.block-plain-content.rapporten ul {
  float: left;
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.block-plain-content.rapporten ul li {
  width: 100%;
  padding-right: 80px;
  margin-bottom: 20px;
}
section.block-plain-content.rapporten ul li a {
  display: block;
  border: 2px solid #00B2A9;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  padding: 3px 16px;
  border-radius: 16px;
  text-align: center;
  width: 100%;
  color: #7f7f7f;
}
section.block-plain-content.rapporten ul li a:hover {
  border-color: #F93822;
  color: #F93822;
}
@media (max-width: 991px) {
  section.block-plain-content {
    padding-top: 0 !important;
  }
  section.block-plain-content .content {
    margin-top: 400px;
  }
  section.block-plain-content .content .block-title {
    font-size: 30px;
  }
  section.block-plain-content .content p {
    font-size: 16px;
    line-height: 24px;
  }
  section.block-plain-content.edities p {
    padding-left: 45px;
  }
  section.block-plain-content.rapporten {
    background-image: none;
  }
}
@media (max-width: 767px) {
  section.block-plain-content {
    padding-top: 0 !important;
  }
  section.block-plain-content .content {
    margin-top: 350px;
  }
  section.block-plain-content.rapporten ul li {
    padding-right: 20px;
    margin-bottom: 10px;
  }
}
section.block-home-hero {
  padding: 60px 0;
  background-color: #ccf0ee;
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 65vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
  svg.circle {
    position: absolute;
    opacity: 1;
    z-index: 2;
    width: 430px;
    height: 430px;

    circle {
      position: relative;
      opacity: 0.5;
    }

    &.section-circle-top {
      top: -65%;
      right: 20%;

      .circle-top {
        animation: 2s ease-out moveDown;
        transition: 2s all;
      }
    }

    &.section-circle-bottom {
      bottom: -65%;
      left: 40%;

      .circle-bottom {
        animation: 2s ease-out moveUp;
        transition: 2s all;
      }
    }
  }
    */
}
section.block-home-hero .hero-content {
  width: 40%;
}
section.block-home-hero .hero-content h1 {
  color: #F93822;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
section.block-home-hero .hero-content .hero-content-text {
  font-size: 20px;
}
section.block-home-hero .hero-content .btn, section.block-home-hero .hero-content #comments input[type="submit"], #comments section.block-home-hero .hero-content input[type="submit"], section.block-home-hero .hero-content body.woocommerce #content #respond input#submit, body.woocommerce #content #respond section.block-home-hero .hero-content input#submit, section.block-home-hero .hero-content body.woocommerce #content a.button, body.woocommerce #content section.block-home-hero .hero-content a.button, section.block-home-hero .hero-content body.woocommerce #content button.button, body.woocommerce #content section.block-home-hero .hero-content button.button, section.block-home-hero .hero-content body.woocommerce #content input.button, body.woocommerce #content section.block-home-hero .hero-content input.button, section.block-home-hero .hero-content body.woocommerce #content #respond input#submit.alt, body.woocommerce #content #respond section.block-home-hero .hero-content input#submit.alt, section.block-home-hero .hero-content body.woocommerce #content a.button.alt, body.woocommerce #content section.block-home-hero .hero-content a.button.alt, section.block-home-hero .hero-content body.woocommerce #content button.button.alt, body.woocommerce #content section.block-home-hero .hero-content button.button.alt, section.block-home-hero .hero-content body.woocommerce #content input.button.alt, body.woocommerce #content section.block-home-hero .hero-content input.button.alt, section.block-home-hero .hero-content body.woocommerce-page #content #respond input#submit, body.woocommerce-page #content #respond section.block-home-hero .hero-content input#submit, section.block-home-hero .hero-content body.woocommerce-page #content a.button, body.woocommerce-page #content section.block-home-hero .hero-content a.button, section.block-home-hero .hero-content body.woocommerce-page #content button.button, body.woocommerce-page #content section.block-home-hero .hero-content button.button, section.block-home-hero .hero-content body.woocommerce-page #content input.button, body.woocommerce-page #content section.block-home-hero .hero-content input.button, section.block-home-hero .hero-content body.woocommerce-page #content #respond input#submit.alt, body.woocommerce-page #content #respond section.block-home-hero .hero-content input#submit.alt, section.block-home-hero .hero-content body.woocommerce-page #content a.button.alt, body.woocommerce-page #content section.block-home-hero .hero-content a.button.alt, section.block-home-hero .hero-content body.woocommerce-page #content button.button.alt, body.woocommerce-page #content section.block-home-hero .hero-content button.button.alt, section.block-home-hero .hero-content body.woocommerce-page #content input.button.alt, body.woocommerce-page #content section.block-home-hero .hero-content input.button.alt, section.block-home-hero .hero-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.block-home-hero .hero-content span, section.block-home-hero .hero-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.block-home-hero .hero-content a, section.block-home-hero .hero-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.block-home-hero .hero-content span, section.block-home-hero .hero-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.block-home-hero .hero-content a, section.block-home-hero .hero-content body.woocommerce .woocommerce-MyAccount-navigation ul li a, body.woocommerce .woocommerce-MyAccount-navigation ul li section.block-home-hero .hero-content a, section.block-home-hero .hero-content body.woocommerce-page .woocommerce-MyAccount-navigation ul li a, body.woocommerce-page .woocommerce-MyAccount-navigation ul li section.block-home-hero .hero-content a {
  background-color: #158981 !important;
}
section.block-home-hero .hero-content .btn:hover, section.block-home-hero .hero-content #comments input[type="submit"]:hover, #comments section.block-home-hero .hero-content input[type="submit"]:hover, section.block-home-hero .hero-content body.woocommerce #content #respond input#submit:hover, body.woocommerce #content #respond section.block-home-hero .hero-content input#submit:hover, section.block-home-hero .hero-content body.woocommerce #content a.button:hover, body.woocommerce #content section.block-home-hero .hero-content a.button:hover, section.block-home-hero .hero-content body.woocommerce #content button.button:hover, body.woocommerce #content section.block-home-hero .hero-content button.button:hover, section.block-home-hero .hero-content body.woocommerce #content input.button:hover, body.woocommerce #content section.block-home-hero .hero-content input.button:hover, section.block-home-hero .hero-content body.woocommerce #content #respond input#submit.alt:hover, body.woocommerce #content #respond section.block-home-hero .hero-content input#submit.alt:hover, section.block-home-hero .hero-content body.woocommerce #content a.button.alt:hover, body.woocommerce #content section.block-home-hero .hero-content a.button.alt:hover, section.block-home-hero .hero-content body.woocommerce #content button.button.alt:hover, body.woocommerce #content section.block-home-hero .hero-content button.button.alt:hover, section.block-home-hero .hero-content body.woocommerce #content input.button.alt:hover, body.woocommerce #content section.block-home-hero .hero-content input.button.alt:hover, section.block-home-hero .hero-content body.woocommerce-page #content #respond input#submit:hover, body.woocommerce-page #content #respond section.block-home-hero .hero-content input#submit:hover, section.block-home-hero .hero-content body.woocommerce-page #content a.button:hover, body.woocommerce-page #content section.block-home-hero .hero-content a.button:hover, section.block-home-hero .hero-content body.woocommerce-page #content button.button:hover, body.woocommerce-page #content section.block-home-hero .hero-content button.button:hover, section.block-home-hero .hero-content body.woocommerce-page #content input.button:hover, body.woocommerce-page #content section.block-home-hero .hero-content input.button:hover, section.block-home-hero .hero-content body.woocommerce-page #content #respond input#submit.alt:hover, body.woocommerce-page #content #respond section.block-home-hero .hero-content input#submit.alt:hover, section.block-home-hero .hero-content body.woocommerce-page #content a.button.alt:hover, body.woocommerce-page #content section.block-home-hero .hero-content a.button.alt:hover, section.block-home-hero .hero-content body.woocommerce-page #content button.button.alt:hover, body.woocommerce-page #content section.block-home-hero .hero-content button.button.alt:hover, section.block-home-hero .hero-content body.woocommerce-page #content input.button.alt:hover, body.woocommerce-page #content section.block-home-hero .hero-content input.button.alt:hover, section.block-home-hero .hero-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li span:hover, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.block-home-hero .hero-content span:hover, section.block-home-hero .hero-content body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li a:hover, body.woocommerce #content #main .woocommerce-pagination ul.page-numbers li section.block-home-hero .hero-content a:hover, section.block-home-hero .hero-content body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li span:hover, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.block-home-hero .hero-content span:hover, section.block-home-hero .hero-content body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li a:hover, body.woocommerce-page #content #main .woocommerce-pagination ul.page-numbers li section.block-home-hero .hero-content a:hover, section.block-home-hero .hero-content body.woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce .woocommerce-MyAccount-navigation ul li section.block-home-hero .hero-content a:hover, section.block-home-hero .hero-content body.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-page .woocommerce-MyAccount-navigation ul li section.block-home-hero .hero-content a:hover {
  background-color: #e93d2c !important;
}
@media (max-width: 991px) {
  section.block-home-hero {
    background-image: none !important;
  }
  section.block-home-hero .hero-content {
    width: 100%;
  }
}
