@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?c7yhrs");
  src: url("../fonts/icomoon.eot?c7yhrs#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?c7yhrs") format("woff2"), url("../fonts/icomoon.ttf?c7yhrs") format("truetype"), url("../fonts/icomoon.woff?c7yhrs") format("woff"), url("../fonts/icomoon.svg?c7yhrs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
	Body & HTML setup

*/
#full-height {
  display: none;
}

body, html {
  height: 100%;
}

body {
  color: #000;
  font-size: 18px;
  font-family: "Inter";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.nav-menu-open {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  max-width: 1170px;
  min-width: 0px;
  width: 100%;
}
.container.xlarge-container {
  max-width: 1340px;
}
.container.large-container {
  max-width: 970px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 100%;
  max-width: 2000px;
  min-width: 320px;
}

.wrap {
  position: relative;
  margin: 0 auto -90px; /* bottom is negative value of .push height */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  max-width: 2000px;
  background: #ebebe5;
}

.push {
  height: 90px;
  background: #ebebe5;
} /* footer height plus padding */
.padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nomargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #046534;
}

::selection {
  color: white;
  background: #046534;
}

:focus {
  outline: 0px none transparent;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=submit], textarea, select {
  -webkit-appearance: none;
  border-radius: 0px;
}

a, input[type=submit] {
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, input[type=submit]:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

img {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}
img:not([src]) {
  visibility: hidden;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.lazy {
  filter: blur(10px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
img.lazy.loaded {
  filter: blur(0);
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  img.alignright, img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 30px;
  }
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.animsition-loading {
  border: none;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
  -webkit-animation-timing-function: none;
  animation-timing-function: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-name: none;
  animation-name: none;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .animatedParent .animated {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1;
  }
}
#alert-bar-container {
  background: #52b34e;
  padding: 12px 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
#alert-bar-container a {
  color: #000;
  text-decoration: underline;
}

#header-container {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 10000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#header-container > div > div > div:first-child {
  width: 260px;
}
#header-container > div > div > div:last-child {
  width: calc(100% - 260px);
  text-align: right;
}
#header-container > div > div > div:last-child ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header-container > div > div > div:last-child ul > li {
  display: inline-block;
}
#header-container > div > div > div:last-child ul > li.menu-item-has-children {
  position: relative;
}
#header-container > div > div > div:last-child ul > li.menu-item-has-children:hover > a {
  color: #046534;
}
#header-container > div > div > div:last-child ul > li.menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div > div:last-child ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div > div:last-child ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}
#header-container > div > div > div:last-child ul > li.menu-item-has-children > a:hover {
  color: #046534;
}
#header-container > div > div > div:last-child ul > li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0px 3.5px;
  border-color: #046534 transparent transparent transparent;
  top: 8px;
  right: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div > div:last-child ul > li:not(:last-of-type) {
  margin-right: 30px;
}
#header-container > div > div > div:last-child ul > li:not(.button) > a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  font-style: italic;
  padding-bottom: 10px;
}
#header-container > div > div > div:last-child ul > li:not(.button) > a:hover {
  color: #046534;
}
#header-container > div > div > div:last-child ul > li.button > a {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: #046534;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#header-container > div > div > div:last-child ul > li.button > a:before {
  position: absolute;
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(4, 101, 52, 0.88) 60%);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div > div:last-child ul > li.button > a:hover:before {
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div > div:last-child ul > li.button > a:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div > div:last-child ul > li.button > a span {
  z-index: 1000;
  position: relative;
}
#header-container > div > div > div:last-child ul > li.button > a .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div > div:last-child ul > li.button > a .icon-arrow:before {
  content: "\e900";
}
#header-container > div > div > div:last-child ul > li.button > a {
  text-align: center;
  position: relative;
  padding-right: 30px;
}
#header-container > div > div > div:last-child ul > li.button > a:hover:after {
  right: 18px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div > div:last-child ul > li.button > a:after {
  position: absolute;
  content: "\e900";
  font-family: "icomoon";
  right: 22px;
  top: 12px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div > div:last-child ul > li .sub-menu {
  position: absolute;
  width: 180px;
  top: calc(100% + 10px);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-top: 4px solid #046534;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 38px 23px 0 rgba(0, 0, 0, 0.05), 0 67px 27px 0 rgba(0, 0, 0, 0.01), 0 105px 29px 0 rgba(0, 0, 0, 0);
  padding: 15px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: left;
}
#header-container > div > div > div:last-child ul > li .sub-menu > li {
  width: 100%;
}
#header-container > div > div > div:last-child ul > li .sub-menu > li:not(:last-of-type) {
  margin: 0;
}
#header-container > div > div > div:last-child ul > li .sub-menu > li > a {
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  padding: 8px;
  border-radius: 8px;
  background: transparent;
  width: 100%;
  font-weight: 400;
  display: inline-block;
}
#header-container > div > div > div:last-child ul > li .sub-menu > li > a:hover {
  color: #000;
  background: rgba(82, 179, 78, 0.2);
}
#header-container #mobile-menu-icon {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 35px;
  color: #046534;
  text-decoration: none;
}
#header-container #mobile-menu-icon .icon-menu:before {
  content: "\e905";
}

#mobile-menu {
  display: block;
  position: fixed;
  left: 0;
  top: 93px;
  height: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.6s;
  z-index: 100000;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px 40px 240px;
}
#mobile-menu.is-visible {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
#mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-menu ul > li {
  display: block;
}
#mobile-menu ul > li.menu-item-has-children {
  position: relative;
}
#mobile-menu ul > li.menu-item-has-children:hover > a {
  color: #046534;
}
#mobile-menu ul > li.menu-item-has-children.active > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mobile-menu ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}
#mobile-menu ul > li.menu-item-has-children > a:hover {
  color: #046534;
}
#mobile-menu ul > li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0px 3.5px;
  border-color: #046534 transparent transparent transparent;
  top: 8px;
  right: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mobile-menu ul > li:not(:last-of-type) {
  margin-bottom: 20px;
}
#mobile-menu ul > li:not(.button) > a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  font-style: italic;
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;
}
#mobile-menu ul > li:not(.button) > a:hover {
  color: #046534;
}
#mobile-menu ul > li.button > a {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: #046534;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#mobile-menu ul > li.button > a:before {
  position: absolute;
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(4, 101, 52, 0.88) 60%);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mobile-menu ul > li.button > a:hover:before {
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mobile-menu ul > li.button > a:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mobile-menu ul > li.button > a span {
  z-index: 1000;
  position: relative;
}
#mobile-menu ul > li.button > a .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mobile-menu ul > li.button > a .icon-arrow:before {
  content: "\e900";
}
#mobile-menu ul > li.button > a {
  text-align: center;
  position: relative;
  width: 100%;
}
#mobile-menu ul > li .sub-menu {
  display: none;
  border-top: 4px solid #046534;
  padding: 20px 0 20px 20px;
}
#mobile-menu ul > li .sub-menu > li > a {
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
}

#interior-header-container {
  padding: 90px 20px;
  text-align: center;
  background-image: url("../images/texture.jpg");
  background-size: cover;
  background-repeat: repeat;
  margin-bottom: 60px;
}
#interior-header-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background-image: url("../images/header-stroke.svg");
  bottom: -50px;
  left: 0;
  background-size: cover;
  background-position: 50%;
}
#interior-header-container h1 {
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#interior-header-container p {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 20px;
}

@media screen and (max-width: 1380px) {
  #header-container {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #header-container > div > div > div:first-child {
    width: 200px;
  }
  #header-container > div > div > div:last-child {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1100px) {
  #header-container {
    position: relative;
    top: 0 !important;
  }
  #header-container > div > div > div:last-child {
    display: none;
  }
  #header-container #mobile-menu-icon {
    display: block;
  }
  #interior-header-container {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #interior-header-container h1 {
    font-size: 38px;
  }
  #interior-header-container p {
    font-size: 20px;
  }
}
#content #error-container {
  padding: 100px 20px;
  text-align: center;
}
#content h1 {
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}
#content h2 {
  font-size: 38px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}
#content h3 {
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}
#content p {
  margin-bottom: 20px;
  line-height: 1.5;
}
#content p.large {
  font-size: 22px;
}
#content p.small {
  font-size: 16px;
}
#content p.eyebrow {
  color: #046534;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.5px;
}
#content ol, #content ul {
  padding: 0 0 0 20px;
  margin: 15px auto;
}
#content ol > li:not(:last-of-type), #content ul > li:not(:last-of-type) {
  margin-bottom: 5px;
}
#content hr {
  margin: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#content a:not(.button):not(.sbi_link_area) {
  color: #046534;
  text-decoration: none;
  position: relative;
}
#content a:not(.button):not(.sbi_link_area):before {
  position: absolute;
  content: "";
  width: 100%;
  background: #046534;
  height: 2px;
  top: calc(100% + 4px);
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a:not(.button):not(.sbi_link_area)[target=_blank] {
  margin-right: 6px;
  position: relative;
}
#content a:not(.button):not(.sbi_link_area)[target=_blank]:after {
  position: absolute;
  content: "\e906";
  font-family: "icomoon";
  font-size: 12px;
  right: -20px;
}
#content a:not(.button):not(.sbi_link_area):hover {
  color: rgba(4, 101, 52, 0.7);
}
#content a:not(.button):not(.sbi_link_area):hover:before {
  background: rgba(4, 101, 52, 0.7);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.white {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: #fff;
  padding: 12px 20px;
  color: #046534;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
}
#content a.button.white:hover {
  background: rgba(255, 255, 255, 0.7);
}
#content a.button.white:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.white .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.white .icon-arrow:before {
  content: "\e900";
}
#content a.button.green {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: #046534;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#content a.button.green:before {
  position: absolute;
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(4, 101, 52, 0.88) 60%);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.green:hover:before {
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.green:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.green span {
  z-index: 1000;
  position: relative;
}
#content a.button.green .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.green .icon-arrow:before {
  content: "\e900";
}
#content a.button.green-border {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: transparent;
  border: 1px solid #046534;
  padding: 12px 20px;
  color: #046534;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#content a.button.green-border:hover {
  background: #046534;
  color: #fff;
}
#content a.button.green-border:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.green-border span {
  z-index: 100;
  position: relative;
}
#content a.button.green-border .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.green-border .icon-arrow:before {
  content: "\e900";
}
#content a.button.white-border {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: transparent;
  border: 1px solid #fff;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#content a.button.white-border:hover {
  background: #fff;
  color: #046534;
}
#content a.button.white-border:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.white-border span {
  z-index: 100;
  position: relative;
}
#content a.button.white-border .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.white-border .icon-arrow:before {
  content: "\e900";
}
#content a.button.underline {
  display: inline-block;
  text-decoration: none;
  color: #046534;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
}
#content a.button.underline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background: #046534;
  top: calc(100% + 4px);
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.underline:hover {
  opacity: 0.7;
}
#content a.button.underline:hover:before {
  background: rgba(4, 101, 52, 0.7);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.underline:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.underline span {
  z-index: 100;
  position: relative;
}
#content a.button.underline .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.underline .icon-arrow:before {
  content: "\e900";
}
#content a.button.white-underline {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
}
#content a.button.white-underline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
  top: calc(100% + 4px);
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.white-underline:hover {
  opacity: 0.7;
}
#content a.button.white-underline:hover:before {
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.white-underline:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.white-underline span {
  z-index: 100;
  position: relative;
}
#content a.button.white-underline .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.white-underline .icon-arrow:before {
  content: "\e900";
}
#content .gform_required_legend {
  display: none;
}
#content .gform_submission_error {
  font-size: 18px;
  margin-bottom: 0;
}
#content .gform_submission_error:before {
  display: none;
}
#content .gfield_label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}
#content .gfield_label .gfield_required_custom {
  color: #046534;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  letter-spacing: 1px;
  top: -1px;
}
#content .validation_error {
  border: none;
  border-top: 2px solid #9b0019;
  border-bottom: 2px solid #9b0019;
  color: #9b0019;
  font-size: 22px;
  margin-bottom: 50px;
}
#content .validation_error h2 {
  color: #9b0019;
  margin: 0;
}
#content .validation_message {
  font-weight: normal;
  padding: 7px 0 0;
  font-size: 12px;
  color: #9b0019;
  border: none;
  background: transparent;
}
#content .gform_confirmation_message {
  font-size: 20px;
  text-align: center;
  padding: 40px 0;
}
#content .gform_required_legend span {
  color: #046534;
}
#content .gfield_description {
  font-size: 12px;
  padding: 0 0 5px;
  color: rgba(0, 0, 0, 0.7);
}
#content .gfield_description.gfield_consent_description {
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 500;
}
#content .gsection {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#content .gsection .gsection_title {
  margin-bottom: 0;
}
#content .gsection .gsection_description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 15px;
}
#content .gform_wrapper {
  width: 100%;
}
#content .gform_wrapper .gform_fields {
  padding: 0;
  margin: 0;
}
#content .gform_wrapper .gform_fields .gfield {
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
}
#content .gform_wrapper .gform_fields .gfield:before {
  display: none;
}
#content .gform_wrapper .gform_fields .gfield.gfield_error {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px !important;
}
#content .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container {
  margin-top: 8px;
}
#content .gform_wrapper .gform_fields .gfield.gfield_error input[type=text], #content .gform_wrapper .gform_fields .gfield.gfield_error input[type=email], #content .gform_wrapper .gform_fields .gfield.gfield_error input[type=tel], #content .gform_wrapper .gform_fields .gfield.gfield_error textarea {
  border: 1px solid #9b0019;
}
#content .gform_wrapper .gform_fields .gfield .ginput_container_date img {
  position: absolute;
  right: 10px;
}
#content .gform_wrapper .gform_fields .gfield .gfield_radio > div, #content .gform_wrapper .gform_fields .gfield .gfield_checkbox > div {
  margin-bottom: 5px;
}
#content .gform_footer {
  display: block;
  padding: 30px 0 0;
}
#content .gform_footer button, #content .gform_footer input[type=submit] {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: #046534;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#content .gform_footer button:before, #content .gform_footer input[type=submit]:before {
  position: absolute;
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(4, 101, 52, 0.88) 60%);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_footer button:hover:before, #content .gform_footer input[type=submit]:hover:before {
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_footer button:hover .icon-arrow, #content .gform_footer input[type=submit]:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_footer button span, #content .gform_footer input[type=submit] span {
  z-index: 1000;
  position: relative;
}
#content .gform_footer button .icon-arrow, #content .gform_footer input[type=submit] .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_footer button .icon-arrow:before, #content .gform_footer input[type=submit] .icon-arrow:before {
  content: "\e900";
}
#content .gform_footer button, #content .gform_footer input[type=submit] {
  border: none;
}
#content .gform_page_footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
}
#content .gform_page_footer input[type=button] {
  border: none;
  margin: 10px 0;
}
#content .gform_page_footer input[type=button]:first-child {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: #046534;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#content .gform_page_footer input[type=button]:first-child:before {
  position: absolute;
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(4, 101, 52, 0.88) 60%);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_page_footer input[type=button]:first-child:hover:before {
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_page_footer input[type=button]:first-child:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_page_footer input[type=button]:first-child span {
  z-index: 1000;
  position: relative;
}
#content .gform_page_footer input[type=button]:first-child .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_page_footer input[type=button]:first-child .icon-arrow:before {
  content: "\e900";
}
#content img.gform_ajax_spinner {
  margin: 30px auto;
  display: block;
  width: 60px;
}
#content label, #content legend {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border: none;
  margin-bottom: 7px;
}
#content label span, #content legend span {
  color: #046534;
}
#content input[type=text], #content input[type=email], #content input[type=tel], #content input[type=password] {
  width: 100%;
  border-radius: 5px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 15px;
  font-size: 16px;
  background: transparent;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=text]:hover, #content input[type=email]:hover, #content input[type=tel]:hover, #content input[type=password]:hover {
  border: 1px solid rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=text]:focus, #content input[type=email]:focus, #content input[type=tel]:focus, #content input[type=password]:focus {
  border: 1px solid rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  box-shadow: 0 0 0 4px rgba(4, 101, 52, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content textarea {
  width: 100%;
  border-radius: 5px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
  padding-left: 15px;
  font-size: 16px;
  height: 120px;
  resize: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content textarea:hover {
  border: 1px solid rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content textarea:focus {
  border: 1px solid rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  box-shadow: 0 0 0 4px rgba(4, 101, 52, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] {
  display: none;
}
#content input[type=radio]:hover + label {
  color: #000;
}
#content input[type=radio]:hover + label:before {
  border: 1px solid #000;
  background: #fff;
}
#content input[type=radio]:checked + label:before {
  border: 1px solid #000;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(4, 101, 52, 0.1);
}
#content input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] + label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  text-transform: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] + label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  left: 0;
  top: 1px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] + label:after {
  position: absolute;
  content: "";
  background: #046534;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 5px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] {
  display: none;
}
#content input[type=checkbox]:hover + label {
  color: #000;
}
#content input[type=checkbox]:hover + label:before {
  border: 1px solid #000;
  background: #fff;
}
#content input[type=checkbox]:checked + label:before {
  border: 1px solid #000;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(4, 101, 52, 0.1);
}
#content input[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] + label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  text-transform: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] + label:after {
  position: absolute;
  content: "\e909";
  font-family: "icomoon";
  width: 15px;
  height: 15px;
  font-size: 18px;
  color: #046534;
  left: 1px;
  top: -2px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper {
  width: 100%;
  background: transparent;
  border-radius: 5px;
}
#content .selectric-wrapper.selectric-open .selectric-items {
  top: calc(100% - 3px);
}
#content .selectric-wrapper.selectric-open .selectric {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  height: 50px;
  padding: 0 80px 0 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric .button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
}
#content .selectric-wrapper .selectric .button:after {
  border-top-color: transparent;
  content: "\e90a";
  color: #046534;
  font-size: 14px;
  font-family: "icomoon";
  top: -7px;
  left: -2px;
}
#content .selectric-wrapper .selectric .label {
  line-height: 50px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 53px;
  margin: 0;
  text-align: left;
  padding: 0;
}
#content .selectric-wrapper .selectric-items {
  border: none;
  background: #fff;
  top: 40px;
  width: 100% !important;
  border: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#content .selectric-wrapper .selectric-items ul {
  padding: 0;
  margin-bottom: 0;
  margin: 0;
}
#content .selectric-wrapper .selectric-items ul li {
  border: none;
  background: #fff;
  color: #000;
  padding: 7px 10px;
  font-size: 14px;
  margin-bottom: 0 !important;
  border-left: 4px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric-items ul li:before, #content .selectric-wrapper .selectric-items ul li:after {
  display: none;
}
#content .selectric-wrapper .selectric-items ul li:hover {
  font-weight: bold;
  background: rgba(4, 101, 52, 0.08);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric-items ul li.selected {
  border-left: 4px solid #046534;
  font-weight: bold;
}
#content .gform_drop_area {
  border: 2px dashed #046534;
  background: transparent;
  padding: 60px 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_drop_area:hover {
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_drop_area button {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: #046534;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#content .gform_drop_area button:before {
  position: absolute;
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(4, 101, 52, 0.88) 60%);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_drop_area button:hover:before {
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_drop_area button:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_drop_area button span {
  z-index: 1000;
  position: relative;
}
#content .gform_drop_area button .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_drop_area button .icon-arrow:before {
  content: "\e900";
}
#content .gform_drop_area button {
  padding-right: 30px;
  border: none;
}
#content .gform_drop_area button:after {
  position: absolute;
  content: "\e900";
  font-family: "icomoon";
  color: #fff;
  top: 12px;
  right: 20px;
  z-index: 100;
}
#content .ginput_preview {
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
#content .ginput_preview button {
  width: 34px;
  height: 34px;
  background-image: url("../images/icon-close.svg");
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 17px;
  right: 15px;
}
#content .ginput_preview button span {
  display: none;
}
#content #overall-statistics .table-wrapper {
  border-radius: 16px;
  margin-top: 15px;
  position: relative;
  border: 1px solid #000;
  padding: 15px;
}
#content #overall-statistics .table-wrapper.overall table tbody > tr:last-of-type th {
  background: #046534;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid #d8d8d8;
}
#content #overall-statistics .table-wrapper.overall table tbody > tr:last-of-type td {
  background: linear-gradient(to top, rgba(82, 179, 78, 0.3), #fff 50%);
  border-top: 4px solid #046534;
}
#content #overall-statistics .table-wrapper.overall table tbody > tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 0 !important;
}
#content #overall-statistics .table-wrapper.overall table tbody > tr:last-of-type td:not(:last-of-type) {
  border-right: 1px solid #52b34e;
}
#content #overall-statistics .table-wrapper table {
  table-layout: fixed;
  width: 100%;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border: 4px solid #046534;
}
#content #overall-statistics .table-wrapper table thead {
  background: #046534;
}
#content #overall-statistics .table-wrapper table thead tr th {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#content #overall-statistics .table-wrapper table thead tr th:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#content #overall-statistics .table-wrapper table tbody {
  border: 4px solid #046534;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#content #overall-statistics .table-wrapper table tbody tr:not(:last-of-type) > td {
  border-bottom: 1px solid #d8d8d8;
}
#content #overall-statistics .table-wrapper table tbody tr:last-of-type > td:first-of-type {
  border-bottom-left-radius: 16px;
}
#content #overall-statistics .table-wrapper table tbody tr:last-of-type > td:last-of-type {
  border-bottom-right-radius: 16px;
}
#content #overall-statistics .table-wrapper table tbody tr td {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px;
}
#content #overall-statistics .table-wrapper table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#content #overall-statistics .table-wrapper table tbody tr td a {
  text-decoration: none;
  margin-right: 0;
  opacity: 1;
}
#content #overall-statistics .table-wrapper table tbody tr td a:hover {
  opacity: 0.7;
}
#content #overall-statistics .table-wrapper table tbody tr td a:before, #content #overall-statistics .table-wrapper table tbody tr td a:after {
  display: none;
}
#content #overall-statistics .table-wrapper table tbody tr td .icon-play {
  font-size: 24px;
}
#content #overall-statistics .table-wrapper table tbody tr td .icon-play:before {
  content: "\e90c";
}
#content .sbi_follow_btn a:before, #content .sbi_follow_btn a:after {
  display: none;
}

@media screen and (max-width: 900px) {
  #content #overall-statistics .table-scroll {
    overflow-y: scroll;
  }
  #content #overall-statistics .table-scroll .table-wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  #content #error-container {
    padding: 50px 20px;
  }
  #content h1 {
    font-size: 38px;
  }
  #content h2 {
    font-size: 30px;
  }
  #content h3 {
    font-size: 20px;
  }
  #content p {
    font-size: 16px;
  }
  #content p.large {
    font-size: 20px;
  }
  #content p.small {
    font-size: 14px;
  }
  #content p.eyebrow {
    font-size: 12px;
  }
  #content ol, #content ul {
    font-size: 16px;
  }
  #content a.button:not(.underline):not(.white-underline) {
    width: 100%;
  }
}
#hero-slider-container {
  overflow: hidden;
}
#hero-slider-container:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 100%;
  background-image: url("../images/bush-initials.svg");
  background-size: cover;
  background-position: 50%;
  top: 0;
  left: 0;
  z-index: 102;
}
#hero-slider-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background-image: url("../images/home-stroke.svg");
  bottom: -50px;
  left: 0;
  background-size: cover;
  background-position: 50%;
  z-index: 100;
}
#hero-slider-container #hero-slider .swiper-slide > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#hero-slider-container #hero-slider .swiper-slide > div > div {
  width: 50%;
}
#hero-slider-container #hero-slider .swiper-slide > div > div:first-child {
  padding: 145px 80px 200px;
  background-image: url("../images/texture.jpg");
  background-size: cover;
  background-repeat: repeat;
}
#hero-slider-container #hero-slider .swiper-slide > div > div:first-child > div {
  float: right;
  width: 100%;
  max-width: 500px;
}
#hero-slider-container #hero-slider .swiper-slide > div > div:first-child > div h1, #hero-slider-container #hero-slider .swiper-slide > div > div:first-child > div h2, #hero-slider-container #hero-slider .swiper-slide > div > div:first-child > div h3, #hero-slider-container #hero-slider .swiper-slide > div > div:first-child > div p {
  color: #fff;
}
#hero-slider-container #hero-slider .swiper-slide > div > div:last-child {
  background-size: cover;
  background-position: 50%;
}
#hero-slider-container #hero-slider-pagination {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  width: 50px;
  z-index: 1000;
}
#hero-slider-container #hero-slider-pagination > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#hero-slider-container #hero-slider-pagination > div .swiper-pagination-bullet {
  border: 1px solid #52b34e;
  opacity: 1;
  width: 12px;
  height: 12px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#hero-slider-container #hero-slider-pagination > div .swiper-pagination-bullet:hover, #hero-slider-container #hero-slider-pagination > div .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #52b34e;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#hero-slider-container #hero-slider-pagination > div .swiper-pagination-bullet:not(:last-of-type) {
  margin-bottom: 10px;
}

#home-stats-container {
  top: -120px;
  z-index: 101;
  margin-bottom: -120px;
}
#home-stats-container > div {
  background: #52b34e;
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  padding: 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#home-stats-container > div p {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-weight: bold;
}
#home-stats-container > ul {
  background: #fff;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin: 0;
  border-radius: 16px;
}
#home-stats-container > ul p {
  margin-bottom: 5px;
}
#home-stats-container > ul > li {
  width: 18%;
  padding: 30px 20px;
  text-align: center;
  font-size: 38px;
  font-style: italic;
  font-weight: bold;
  margin: 0 !important;
}
#home-stats-container > ul > li:not(:first-of-type) {
  border-left: 1px solid #ebebe5;
}
#home-stats-container > ul > li:last-child {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-left: 1px solid #52b34e;
}
#home-stats-container > ul > li.highlight {
  background: linear-gradient(to top, rgba(82, 179, 78, 0.35), #fff 50%);
}

#home-welcome-container {
  padding: 60px 0;
}
#home-welcome-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#home-welcome-container > div > div {
  width: 50%;
}
#home-welcome-container > div > div:first-child > div {
  width: 100%;
  max-width: 580px;
  float: right;
  padding-right: 100px;
}
#home-welcome-container > div > div:first-child > div img {
  width: 100%;
  max-width: 220px;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper {
  padding: 15px 0 15px 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div {
  background: #fff;
  padding: 0 30px 30px 30px;
  height: 575px;
  border-top: 4px solid #046534;
  border-left: 4px solid #046534;
  border-bottom: 4px solid #046534;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  background-image: url("../images/horse.svg");
  background-size: cover;
  background-position: left center;
  top: 0;
  right: 0;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div {
  position: relative;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 50%);
  z-index: 100;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div #news-title {
  background: #046534;
  display: inline-block;
  padding: 5px 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 30px;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div #news-title p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  text-transform: uppercase;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul {
  height: 425px;
  overflow-y: scroll;
  width: 100%;
  max-width: 610px;
  margin: 0 auto 0 0;
  padding: 0;
  padding-right: 50px;
  scrollbar-color: #046534 #ebebe5;
  list-style: none;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  background-color: #046534;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li {
  padding: 15px 0;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li:not(:last-of-type) {
  border-bottom: 1px solid #ebebe5;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div > div:first-child {
  width: 50px;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div > div:first-child > div {
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #046534;
  width: 50px;
  height: 50px;
  text-align: center;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div > div:first-child > div svg {
  position: relative;
  top: 6px;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div > div:last-child {
  width: calc(100% - 50px);
  padding-left: 25px;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div > div:last-child em {
  color: #046534;
  font-weight: 600;
  margin-bottom: 5px;
}
#home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div > div:last-child p {
  margin-bottom: 0;
}

#home-widgets-container {
  padding: 70px 0 30px;
  position: relative;
}
#home-widgets-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  background: linear-gradient(to bottom, #046534, #ebebe5);
  opacity: 0.2;
}
#home-widgets-container h2 {
  text-align: center;
}
#home-widgets-container .widgets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
#home-widgets-container .widgets a {
  border-radius: 16px;
  display: inline-block;
  width: 100%;
  color: #fff !important;
}
#home-widgets-container .widgets a:before {
  display: none;
}
#home-widgets-container .widgets a:hover {
  color: #fff;
}
#home-widgets-container .widgets a:hover .image-wrapper:before {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-widgets-container .widgets a:hover .image-wrapper:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-widgets-container .widgets a:hover .image-wrapper img {
  transform: scale(1.15);
}
#home-widgets-container .widgets a .image-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 4px solid #046534;
  border-radius: 20px;
}
#home-widgets-container .widgets a .image-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  z-index: 100;
  border-radius: 16px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-widgets-container .widgets a .image-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #046534 100%);
  z-index: 100;
  border-radius: 16px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-widgets-container .widgets a .image-wrapper img {
  border-radius: 16px;
  transform: scale(1);
}
#home-widgets-container .widgets a .image-wrapper > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 40px;
  text-align: center;
  width: 100%;
  z-index: 1000;
  border-radius: 16px;
}
#home-widgets-container .widgets a .image-wrapper > div h3 {
  margin-bottom: 0;
  display: inline-block;
}
#home-widgets-container .widgets a .image-wrapper > div .icon-arrow {
  font-size: 22px;
  position: relative;
  top: 1px;
}
#home-widgets-container .widgets a .image-wrapper > div .icon-arrow:before {
  content: "\e900";
}

@media screen and (max-width: 1340px) {
  #hero-slider-container #hero-slider-pagination {
    left: 20px;
  }
}
@media screen and (max-width: 1210px) {
  #home-stats-container {
    max-width: calc(100% - 40px);
  }
  #home-welcome-container {
    padding: 60px 0 60px 20px;
  }
  #home-widgets-container {
    padding: 70px 20px 30px;
  }
}
@media screen and (max-width: 1100px) {
  #hero-slider-container {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 950px) {
  #hero-slider-container #hero-slider-pagination {
    top: auto;
    bottom: 150px;
    text-align: center;
    width: 100%;
  }
  #hero-slider-container #hero-slider-pagination > div {
    width: 100%;
    top: 0;
    transform: none;
  }
  #hero-slider-container #hero-slider-pagination > div .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
  }
  #hero-slider-container #hero-slider-pagination > div .swiper-pagination-bullet:not(:last-of-type) {
    margin: 0 10px 0 0;
  }
  #hero-slider-container #hero-slider .swiper-slide > div {
    flex-direction: column-reverse;
  }
  #hero-slider-container #hero-slider .swiper-slide > div > div {
    width: 100%;
  }
  #hero-slider-container #hero-slider .swiper-slide > div > div:last-child {
    height: 400px;
  }
  #hero-slider-container #hero-slider .swiper-slide > div > div:first-child {
    padding: 80px 20px 200px;
  }
  #hero-slider-container #hero-slider .swiper-slide > div > div:first-child > div {
    max-width: 100%;
    float: none;
  }
  #home-welcome-container > div > div {
    width: 100%;
  }
  #home-welcome-container > div > div:first-child > div {
    max-width: 100%;
    padding: 0 20px 50px 0;
  }
}
@media screen and (min-width: 901px) {
  #home-widgets-container .widgets > div {
    width: 32%;
  }
  #home-widgets-container .widgets > div:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 900px) {
  #home-widgets-container .widgets > div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #home-widgets-container .widgets > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #hero-slider-container #hero-slider .swiper-slide > div > div:first-child {
    padding: 60px 20px 180px;
  }
  #hero-slider-container #hero-slider .swiper-slide > div > div:last-child {
    height: 300px;
  }
  #home-stats-container > ul {
    flex-wrap: wrap;
  }
  #home-stats-container > ul > li {
    padding: 20px;
    width: 50%;
    font-size: 24px;
  }
  #home-stats-container > ul > li:nth-of-type(1), #home-stats-container > ul > li:nth-of-type(2), #home-stats-container > ul > li:nth-of-type(3), #home-stats-container > ul > li:nth-of-type(4) {
    border-bottom: 1px solid #ebebe5;
  }
  #home-stats-container > ul > li:nth-of-type(5) {
    border-bottom-left-radius: 16px;
  }
  #home-welcome-container > div > div:last-child #stable-news-wrapper > div > div #news-title p {
    font-size: 22px;
  }
  #home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul {
    padding-right: 20px;
  }
  #home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div > div:first-child, #home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div > div:last-child {
    width: 100%;
  }
  #home-welcome-container > div > div:last-child #stable-news-wrapper > div > div ul > li > div > div:last-child {
    padding: 10px 0 0;
  }
}
#page-builder-container .content-row .content-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}
#page-builder-container .content-row .content-buttons > div:not(:last-of-type) {
  margin-right: 20px;
}
#page-builder-container .content-row .content-buttons > div .button.underline {
  margin-bottom: 5px;
}
#page-builder-container .content-row.accordions-type {
  padding: 50px 0;
}
#page-builder-container .content-row.accordions-type .content {
  text-align: center;
  padding: 0 0 30px;
}
#page-builder-container .content-row.accordions-type .accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header {
  color: #000;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 20px 40px 20px 0;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header:before {
  display: none;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header.active h3 {
  color: #046534;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header.active > div span.icon-plus {
  opacity: 0;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header.active > div span.icon-minus {
  opacity: 1;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header h3 {
  color: #000;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #046534;
  font-size: 22px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div span.icon-plus {
  opacity: 1;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div span.icon-plus:before {
  content: "\e908";
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div span.icon-minus {
  opacity: 0;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div span.icon-minus:before {
  content: "\e907";
}
#page-builder-container .content-row.accordions-type .accordion .accordion-content {
  display: none;
  padding: 0 0 30px;
}
#page-builder-container .content-row.call-to-action-type {
  padding: 30px 0;
}
#page-builder-container .content-row.call-to-action-type > div {
  border-radius: 16px;
  padding: 100px 65px;
  text-align: center;
  position: relative;
}
#page-builder-container .content-row.call-to-action-type > div.lazy {
  background-size: cover;
  background-position: 50%;
}
#page-builder-container .content-row.call-to-action-type > div.lazy:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
#page-builder-container .content-row.call-to-action-type > div:not(.lazy) {
  background: #046534;
}
#page-builder-container .content-row.call-to-action-type > div h1, #page-builder-container .content-row.call-to-action-type > div h2, #page-builder-container .content-row.call-to-action-type > div h3, #page-builder-container .content-row.call-to-action-type > div h4, #page-builder-container .content-row.call-to-action-type > div h5, #page-builder-container .content-row.call-to-action-type > div h6, #page-builder-container .content-row.call-to-action-type > div p, #page-builder-container .content-row.call-to-action-type > div a:not(.button) {
  color: #fff;
  position: relative;
}
#page-builder-container .content-row.call-to-action-type > div .content-buttons {
  justify-content: center;
}
#page-builder-container .content-row.content-type {
  padding: 30px 0;
}
#page-builder-container .content-row.form-type {
  padding: 50px 0;
}
#page-builder-container .content-row.image-list-type {
  padding: 50px 0;
}
#page-builder-container .content-row.image-list-type .list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}
#page-builder-container .content-row.image-list-type .list-item > div:first-child {
  width: 25%;
}
#page-builder-container .content-row.image-list-type .list-item > div:first-child img {
  border-radius: 16px;
}
#page-builder-container .content-row.image-list-type .list-item > div:last-child {
  width: 75%;
  padding-left: 60px;
}
#page-builder-container .content-row.left-image-right-content-type {
  padding: 60px 0;
}
#page-builder-container .content-row.left-image-right-content-type.white-background {
  background: #fff;
}
#page-builder-container .content-row.left-image-right-content-type.four-three-image-type img {
  aspect-ratio: 4/3;
}
#page-builder-container .content-row.left-image-right-content-type.three-four-image-type img {
  aspect-ratio: 3/4;
}
#page-builder-container .content-row.left-image-right-content-type.one-one-image-type img {
  aspect-ratio: 1/1;
}
#page-builder-container .content-row.left-image-right-content-type > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#page-builder-container .content-row.left-image-right-content-type > div > div > div:first-child {
  width: 40%;
}
#page-builder-container .content-row.left-image-right-content-type > div > div > div:last-child {
  width: 60%;
  padding-left: 130px;
}
#page-builder-container .content-row.left-image-right-content-type > div > div > div img {
  object-fit: cover;
  border-radius: 16px;
}
#page-builder-container .content-row.people-type {
  padding: 50px 0;
}
#page-builder-container .content-row.people-type .list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}
#page-builder-container .content-row.people-type .list-item > div:first-child {
  width: 25%;
}
#page-builder-container .content-row.people-type .list-item > div:first-child img {
  border-radius: 16px;
}
#page-builder-container .content-row.people-type .list-item > div:last-child {
  width: 75%;
  padding-left: 60px;
}
#page-builder-container .content-row.people-type .list-item > div:last-child h3 {
  margin-bottom: 5px;
}
#page-builder-container .content-row.right-image-left-content-type {
  padding: 60px 0;
}
#page-builder-container .content-row.right-image-left-content-type.white-background {
  background: #fff;
}
#page-builder-container .content-row.right-image-left-content-type.four-three-image-type img {
  aspect-ratio: 4/3;
}
#page-builder-container .content-row.right-image-left-content-type.three-four-image-type img {
  aspect-ratio: 3/4;
}
#page-builder-container .content-row.right-image-left-content-type.one-one-image-type img {
  aspect-ratio: 1/1;
  max-height: 470px;
}
#page-builder-container .content-row.right-image-left-content-type > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#page-builder-container .content-row.right-image-left-content-type > div > div > div:first-child {
  width: 60%;
  padding-right: 130px;
}
#page-builder-container .content-row.right-image-left-content-type > div > div > div:last-child {
  width: 40%;
}
#page-builder-container .content-row.right-image-left-content-type > div > div > div img {
  object-fit: cover;
  border-radius: 16px;
}
#page-builder-container .content-row.three-column-widgets-type {
  padding: 70px 0;
  position: relative;
}
#page-builder-container .content-row.three-column-widgets-type:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  background: linear-gradient(to bottom, #046534, #ebebe5);
  opacity: 0.2;
}
#page-builder-container .content-row.three-column-widgets-type h2 {
  text-align: center;
}
#page-builder-container .content-row.three-column-widgets-type .widgets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a {
  border-radius: 16px;
  display: inline-block;
  width: 100%;
  color: #fff !important;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a:before {
  display: none;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a:hover .image-wrapper:before {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a:hover .image-wrapper:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a:hover .image-wrapper img {
  transform: scale(1.15);
}
#page-builder-container .content-row.three-column-widgets-type .widgets a .image-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 4px solid #046534;
  border-radius: 20px;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a .image-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  z-index: 100;
  border-radius: 16px;
  opacity: 1;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a .image-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #046534 100%);
  z-index: 100;
  border-radius: 16px;
  opacity: 0;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a .image-wrapper img {
  border-radius: 16px;
  transform: scale(1);
}
#page-builder-container .content-row.three-column-widgets-type .widgets a .image-wrapper > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 40px;
  text-align: center;
  width: 100%;
  z-index: 1000;
  border-radius: 16px;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a .image-wrapper > div h3 {
  margin-bottom: 0;
  display: inline-block;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a .image-wrapper > div .icon-arrow {
  font-size: 22px;
  position: relative;
  top: 1px;
}
#page-builder-container .content-row.three-column-widgets-type .widgets a .image-wrapper > div .icon-arrow:before {
  content: "\e900";
}

@media screen and (max-width: 1210px) {
  #page-builder-container .content-row.call-to-action-type {
    padding: 30px 20px;
  }
  #page-builder-container .content-row.image-list-type {
    padding: 50px 20px;
  }
  #page-builder-container .content-row.left-image-right-content-type {
    padding: 60px 20px;
  }
  #page-builder-container .content-row.left-image-right-content-type > div > div > div:last-child {
    padding-left: 40px;
  }
  #page-builder-container .content-row.people-type {
    padding: 50px 20px;
  }
  #page-builder-container .content-row.right-image-left-content-type {
    padding: 60px 20px;
  }
  #page-builder-container .content-row.right-image-left-content-type > div > div > div:first-child {
    padding-right: 40px;
  }
  #page-builder-container .content-row.three-column-widgets-type {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #page-builder-container .content-row.accordions-type {
    padding: 50px 20px;
  }
  #page-builder-container .content-row.content-type {
    padding: 30px 20px;
  }
  #page-builder-container .content-row.form-type {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 901px) {
  #page-builder-container .content-row.three-column-widgets-type .widgets > div {
    width: 32%;
  }
  #page-builder-container .content-row.three-column-widgets-type .widgets > div:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 900px) {
  #page-builder-container .content-row.three-column-widgets-type .widgets > div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #page-builder-container .content-row.three-column-widgets-type .widgets > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #page-builder-container .content-row .content-buttons > div {
    width: 100%;
  }
  #page-builder-container .content-row .content-buttons > div:not(:last-of-type) {
    margin: 0 0 20px;
  }
  #page-builder-container .content-row .content-buttons > div .button {
    text-align: center;
  }
  #page-builder-container .content-row.accordions-type {
    padding: 40px 20px;
  }
  #page-builder-container .content-row.call-to-action-type {
    padding: 20px;
  }
  #page-builder-container .content-row.call-to-action-type > div {
    padding: 50px 40px;
  }
  #page-builder-container .content-row.image-list-type {
    padding: 30px 20px;
  }
  #page-builder-container .content-row.image-list-type .list-item > div:first-child, #page-builder-container .content-row.image-list-type .list-item > div:last-child {
    width: 100%;
    padding: 0;
  }
  #page-builder-container .content-row.image-list-type .list-item > div:first-child {
    padding: 0 0 30px;
  }
  #page-builder-container .content-row.image-list-type .list-item > div:first-child img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
  }
  #page-builder-container .content-row.left-image-right-content-type {
    padding: 40px 20px;
  }
  #page-builder-container .content-row.left-image-right-content-type > div > div > div:first-child, #page-builder-container .content-row.left-image-right-content-type > div > div > div:last-child {
    width: 100%;
    padding: 0;
  }
  #page-builder-container .content-row.left-image-right-content-type > div > div > div:first-child img {
    width: 100%;
  }
  #page-builder-container .content-row.left-image-right-content-type > div > div > div:last-child {
    padding: 30px 0 0;
  }
  #page-builder-container .content-row.people-type {
    padding: 40px 20px;
  }
  #page-builder-container .content-row.people-type .list-item > div:first-child, #page-builder-container .content-row.people-type .list-item > div:last-child {
    width: 100%;
    padding: 0;
  }
  #page-builder-container .content-row.people-type .list-item > div:first-child {
    padding: 0 0 30px;
  }
  #page-builder-container .content-row.people-type .list-item > div:first-child img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
  }
  #page-builder-container .content-row.right-image-left-content-type {
    padding: 40px 20px;
  }
  #page-builder-container .content-row.right-image-left-content-type > div > div {
    flex-direction: column-reverse;
  }
  #page-builder-container .content-row.right-image-left-content-type > div > div > div:first-child, #page-builder-container .content-row.right-image-left-content-type > div > div > div:last-child {
    width: 100%;
    padding: 0;
  }
  #page-builder-container .content-row.right-image-left-content-type > div > div > div:first-child {
    padding: 30px 0 0;
  }
  #page-builder-container .content-row.right-image-left-content-type > div > div > div:last-child img {
    width: 100%;
  }
  #page-builder-container .content-row.three-column-widgets-type {
    padding: 50px 20px;
  }
}
#single-horse-header-container {
  padding: 90px 20px 0;
  text-align: center;
  background-image: url("../images/texture.jpg");
  background-size: cover;
  background-repeat: repeat;
  margin-bottom: 60px;
}
#single-horse-header-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background-image: url("../images/header-stroke.svg");
  bottom: -50px;
  left: 0;
  background-size: cover;
  background-position: 50%;
}
#single-horse-header-container h1 {
  color: #fff;
}
#single-horse-header-container #single-horse-back-link {
  color: #fff !important;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: inline-block;
}
#single-horse-header-container #single-horse-back-link:hover .icon-arrow {
  left: -5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#single-horse-header-container #single-horse-back-link:before {
  background: #fff;
}
#single-horse-header-container #single-horse-back-link .icon-arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#single-horse-header-container #single-horse-back-link .icon-arrow:before {
  content: "\e900";
}
#single-horse-header-container #single-horse-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 16px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  top: 150px;
  position: relative;
  margin-top: -120px;
}
#single-horse-header-container #single-horse-details > div {
  width: 50%;
}
#single-horse-header-container #single-horse-details > div:first-child {
  background: #fff;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  text-align: left;
  padding: 70px 45px;
}
#single-horse-header-container #single-horse-details > div:first-child p {
  margin-bottom: 10px;
}
#single-horse-header-container #single-horse-details > div:first-child p.status {
  color: #046534;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
#single-horse-header-container #single-horse-details > div:last-child {
  background-size: cover;
  background-position: 50%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

#single-horse-details-container {
  padding: 160px 0 60px;
}
#single-horse-details-container .table-wrapper {
  border-radius: 16px;
  margin-top: 15px;
  position: relative;
  border: 1px solid #000;
  padding: 15px;
}
#single-horse-details-container .table-wrapper table {
  table-layout: fixed;
  width: 100%;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border: 4px solid #046534;
}
#single-horse-details-container .table-wrapper table thead {
  background: #046534;
}
#single-horse-details-container .table-wrapper table thead tr th {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#single-horse-details-container .table-wrapper table thead tr th:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#single-horse-details-container .table-wrapper table tbody {
  border: 4px solid #046534;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#single-horse-details-container .table-wrapper table tbody tr:last-of-type > td:first-of-type {
  border-bottom-left-radius: 16px;
}
#single-horse-details-container .table-wrapper table tbody tr:last-of-type > td:last-of-type {
  border-bottom-right-radius: 16px;
}
#single-horse-details-container .table-wrapper table tbody tr td {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px;
}
#single-horse-details-container .table-wrapper table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#single-horse-details-container .table-wrapper table tbody tr td img {
  aspect-ratio: 130/80;
  object-fit: cover;
  width: 130px;
  height: auto;
  border-radius: 4px;
}

#single-horse-entries-container {
  padding: 80px 0;
  background: #fff;
}
#single-horse-entries-container .table-wrapper {
  border-radius: 16px;
  margin-top: 15px;
  position: relative;
  border: 1px solid #000;
  padding: 15px;
}
#single-horse-entries-container .table-wrapper table {
  table-layout: fixed;
  width: 100%;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border: 4px solid #046534;
}
#single-horse-entries-container .table-wrapper table thead {
  background: #046534;
}
#single-horse-entries-container .table-wrapper table thead tr th {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#single-horse-entries-container .table-wrapper table thead tr th:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#single-horse-entries-container .table-wrapper table tbody {
  border: 4px solid #046534;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#single-horse-entries-container .table-wrapper table tbody tr:not(:last-of-type) > td {
  border-bottom: 1px solid #d8d8d8;
}
#single-horse-entries-container .table-wrapper table tbody tr:last-of-type > td:first-of-type {
  border-bottom-left-radius: 16px;
}
#single-horse-entries-container .table-wrapper table tbody tr:last-of-type > td:last-of-type {
  border-bottom-right-radius: 16px;
}
#single-horse-entries-container .table-wrapper table tbody tr td {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px;
}
#single-horse-entries-container .table-wrapper table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#single-horse-entries-container .table-wrapper table tbody tr td a {
  text-decoration: none;
  margin-right: 0;
  opacity: 1;
}
#single-horse-entries-container .table-wrapper table tbody tr td a:hover {
  opacity: 0.7;
}
#single-horse-entries-container .table-wrapper table tbody tr td a:before, #single-horse-entries-container .table-wrapper table tbody tr td a:after {
  display: none;
}
#single-horse-entries-container .table-wrapper table tbody tr td .icon-play {
  font-size: 24px;
}
#single-horse-entries-container .table-wrapper table tbody tr td .icon-play:before {
  content: "\e90c";
}

#single-horse-results-container {
  padding: 80px 0;
}
#single-horse-results-container .table-scroll {
  margin-bottom: 30px;
}
#single-horse-results-container .table-wrapper {
  border-radius: 16px;
  margin-top: 15px;
  position: relative;
  border: 1px solid #000;
  padding: 15px;
}
#single-horse-results-container .table-wrapper table {
  table-layout: fixed;
  width: 100%;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border: 4px solid #046534;
  background: #fff;
}
#single-horse-results-container .table-wrapper table#by-year tbody > tr:last-of-type th {
  background: #046534;
  border-top-left-radius: 8px;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
#single-horse-results-container .table-wrapper table#by-year tbody > tr:last-of-type td {
  background: linear-gradient(to top, rgba(82, 179, 78, 0.2), #fff 50%);
  border-top: 4px solid #046534;
}
#single-horse-results-container .table-wrapper table#by-year tbody > tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 0 !important;
}
#single-horse-results-container .table-wrapper table#by-year tbody > tr:last-of-type td:not(:last-of-type) {
  border-right: 1px solid #52b34e;
}
#single-horse-results-container .table-wrapper table thead {
  background: #046534;
}
#single-horse-results-container .table-wrapper table thead tr th {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#single-horse-results-container .table-wrapper table thead tr th:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#single-horse-results-container .table-wrapper table tbody {
  border: 4px solid #046534;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#single-horse-results-container .table-wrapper table tbody tr:not(:last-of-type) > td {
  border-bottom: 1px solid #d8d8d8;
}
#single-horse-results-container .table-wrapper table tbody tr:last-of-type > td:first-of-type {
  border-bottom-left-radius: 16px;
}
#single-horse-results-container .table-wrapper table tbody tr:last-of-type > td:last-of-type {
  border-bottom-right-radius: 16px;
}
#single-horse-results-container .table-wrapper table tbody tr td {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px;
}
#single-horse-results-container .table-wrapper table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#single-horse-results-container .table-wrapper table tbody tr td a {
  text-decoration: none;
  margin-right: 0;
  opacity: 1;
}
#single-horse-results-container .table-wrapper table tbody tr td a:hover {
  opacity: 0.7;
}
#single-horse-results-container .table-wrapper table tbody tr td a:before, #single-horse-results-container .table-wrapper table tbody tr td a:after {
  display: none;
}
#single-horse-results-container .table-wrapper table tbody tr td .icon-play {
  font-size: 24px;
}
#single-horse-results-container .table-wrapper table tbody tr td .icon-play:before {
  content: "\e90c";
}
#single-horse-results-container .table-wrapper table tbody tr td .icon-camera {
  font-size: 24px;
}
#single-horse-results-container .table-wrapper table tbody tr td .icon-camera:before {
  content: "\e90b";
}

@media screen and (max-width: 1210px) {
  #single-horse-details-container {
    padding: 160px 20px 60px;
  }
  #single-horse-entries-container {
    padding: 80px 20px;
  }
  #single-horse-results-container {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1100px) {
  #single-horse-header-container {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  #single-horse-details-container {
    padding: 160px 0 60px 20px;
  }
  #single-horse-details-container .table-scroll {
    overflow-y: scroll;
  }
  #single-horse-details-container .table-scroll .table-wrapper {
    width: 1000px;
  }
  #single-horse-entries-container {
    padding: 80px 0 80px 20px;
  }
  #single-horse-entries-container .table-scroll {
    overflow-y: scroll;
  }
  #single-horse-entries-container .table-scroll .table-wrapper {
    width: 1000px;
  }
  #single-horse-results-container {
    padding: 80px 0 80px 20px;
  }
  #single-horse-results-container .table-scroll {
    overflow-y: scroll;
  }
  #single-horse-results-container .table-scroll .table-wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  #single-horse-header-container {
    padding: 60px 20px 0;
  }
  #single-horse-header-container #single-horse-details {
    flex-direction: column-reverse;
  }
  #single-horse-header-container #single-horse-details > div {
    width: 100%;
  }
  #single-horse-header-container #single-horse-details > div:first-child, #single-horse-header-container #single-horse-details > div:last-child {
    border-radius: 0;
  }
  #single-horse-header-container #single-horse-details > div:first-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 40px 20px;
  }
  #single-horse-header-container #single-horse-details > div:last-child {
    height: 220px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  #single-horse-entries-container {
    padding: 60px 0 60px 20px;
  }
  #single-horse-results-container {
    padding: 60px 0 60px 20px;
  }
}
#our-stable-container {
  padding: 40px 0 80px;
}
#our-stable-container #table-selector {
  margin-bottom: 50px;
}
#our-stable-container #table-selector a {
  opacity: 0.5;
}
#our-stable-container #table-selector a:hover, #our-stable-container #table-selector a.active {
  opacity: 1;
}
#our-stable-container .table-wrapper {
  border-radius: 16px;
  margin-top: 15px;
  position: relative;
  border: 1px solid #000;
  padding: 15px;
}
#our-stable-container .table-wrapper table {
  table-layout: fixed;
  width: 100%;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border: 4px solid #046534;
}
#our-stable-container .table-wrapper table thead {
  background: #046534;
}
#our-stable-container .table-wrapper table thead tr th {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#our-stable-container .table-wrapper table thead tr th:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#our-stable-container .table-wrapper table tbody {
  border: 4px solid #046534;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#our-stable-container .table-wrapper table tbody tr:not(:last-of-type) > td {
  border-bottom: 1px solid #d8d8d8;
}
#our-stable-container .table-wrapper table tbody tr:last-of-type > td:first-of-type {
  border-bottom-left-radius: 16px;
}
#our-stable-container .table-wrapper table tbody tr:last-of-type > td:last-of-type {
  border-bottom-right-radius: 16px;
}
#our-stable-container .table-wrapper table tbody tr td {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px;
}
#our-stable-container .table-wrapper table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#our-stable-container .table-wrapper table tbody tr td img {
  aspect-ratio: 130/80;
  object-fit: cover;
  width: 130px;
  height: auto;
  border-radius: 4px;
}
#our-stable-container #past-stable {
  display: none;
}
#our-stable-container table.clickable tr {
  cursor: pointer;
}

@media screen and (max-width: 1210px) {
  #our-stable-container {
    padding: 40px 20px 80px;
  }
}
@media screen and (max-width: 900px) {
  #our-stable-container {
    padding: 40px 0 80px 20px;
  }
  #our-stable-container .table-scroll {
    overflow-y: scroll;
  }
  #our-stable-container .table-scroll .table-wrapper {
    width: 1000px;
  }
}
#results-wrapper {
  position: relative;
  padding: 50px 0 0;
}
#results-wrapper #results-dropdown {
  position: relative;
  top: -60px;
  width: 100%;
  max-width: 150px;
  margin-bottom: -60px;
}
#results-wrapper #results-dropdown .dropdown-container {
  width: 220px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #fff;
  height: 50px;
  list-style: none;
  font-size: 16px;
  position: relative;
}
#results-wrapper #results-dropdown .dropdown-container .placeholder {
  color: #000;
  line-height: 47px;
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  background: transparent;
}
#results-wrapper #results-dropdown .dropdown-container .placeholder:before {
  display: none;
}
#results-wrapper #results-dropdown .dropdown-container .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
}
#results-wrapper #results-dropdown .dropdown-container .button:after {
  position: absolute;
  border-top-color: transparent;
  content: "\e90a";
  color: #046534;
  font-size: 14px;
  font-family: "icomoon";
  top: 14px;
  left: 26px;
}
#results-wrapper #results-dropdown .dropdown-container .dropdown {
  display: none;
  position: absolute;
  top: 46px;
  left: -1px;
  z-index: 50;
  height: 170px;
  width: calc(100% + 2px);
  margin: 0;
  background: #fff;
  overflow-y: scroll;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 0 0;
  list-style: none;
}
#results-wrapper #results-dropdown .dropdown-container .dropdown > li {
  margin-bottom: 0;
}
#results-wrapper #results-dropdown .dropdown-container .dropdown > li a {
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 10px;
}
#results-wrapper #results-dropdown .dropdown-container .dropdown > li a:hover {
  font-weight: bold;
  background: rgba(4, 101, 52, 0.08);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#results-wrapper #results-dropdown .dropdown-container .dropdown > li a.selected {
  border-left: 4px solid #046534;
  font-weight: bold;
}
#results-wrapper #results-dropdown .dropdown-container .dropdown > li a:before {
  display: none;
}
#results-wrapper .dataTables_filter {
  position: absolute;
  top: 0px;
  right: 0;
  margin-bottom: 20px;
}
#results-wrapper .table-wrapper {
  border-radius: 16px;
  margin-top: 15px;
  position: relative;
  border: 1px solid #000;
  padding: 15px;
}
#results-wrapper .table-wrapper table {
  table-layout: fixed;
  width: 100%;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border: 4px solid #046534;
}
#results-wrapper .table-wrapper table thead {
  background: #046534;
}
#results-wrapper .table-wrapper table thead tr th {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#results-wrapper .table-wrapper table thead tr th:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#results-wrapper .table-wrapper table tbody {
  border: 4px solid #046534;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#results-wrapper .table-wrapper table tbody tr:not(:last-of-type) > td {
  border-bottom: 1px solid #d8d8d8;
}
#results-wrapper .table-wrapper table tbody tr:last-of-type > td:first-of-type {
  border-bottom-left-radius: 16px;
}
#results-wrapper .table-wrapper table tbody tr:last-of-type > td:last-of-type {
  border-bottom-right-radius: 16px;
}
#results-wrapper .table-wrapper table tbody tr td {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px;
}
#results-wrapper .table-wrapper table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #d8d8d8;
}
#results-wrapper .table-wrapper table tbody tr td img {
  aspect-ratio: 130/80;
  object-fit: cover;
  width: 130px;
  height: auto;
  border-radius: 4px;
}
#results-wrapper .table-wrapper table tbody tr td a {
  text-decoration: none;
  margin-right: 0;
  opacity: 1;
}
#results-wrapper .table-wrapper table tbody tr td a:hover {
  opacity: 0.7;
}
#results-wrapper .table-wrapper table tbody tr td a:before, #results-wrapper .table-wrapper table tbody tr td a:after {
  display: none;
}
#results-wrapper .table-wrapper table tbody tr td .icon-play {
  font-size: 24px;
}
#results-wrapper .table-wrapper table tbody tr td .icon-play:before {
  content: "\e90c";
}
#results-wrapper .table-wrapper table tbody tr td .icon-camera {
  font-size: 24px;
}
#results-wrapper .table-wrapper table tbody tr td .icon-camera:before {
  content: "\e90b";
}
#results-wrapper .dataTables_info {
  float: left;
  padding: 20px 0 0;
  font-size: 16px;
}
#results-wrapper .dataTables_paginate {
  float: right;
  padding: 20px 0 0;
}
#results-wrapper .dataTables_paginate .paginate_button_disabled {
  display: none;
}
#results-wrapper .dataTables_paginate a {
  margin: 0 10px 0 0;
  cursor: pointer;
}
#results-wrapper .dataTables_paginate a:before {
  display: none;
}

#interior-stats-container {
  padding: 60px 0;
}
#interior-stats-container > div {
  background: #52b34e;
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  padding: 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#interior-stats-container > div p {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-weight: bold;
}
#interior-stats-container > ul {
  background: #fff;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin: 0;
  border-radius: 16px;
}
#interior-stats-container > ul p {
  margin-bottom: 5px;
}
#interior-stats-container > ul > li {
  width: 18%;
  padding: 30px 20px;
  text-align: center;
  font-size: 38px;
  font-style: italic;
  font-weight: bold;
  margin: 0 !important;
}
#interior-stats-container > ul > li:not(:first-of-type) {
  border-left: 1px solid #ebebe5;
}
#interior-stats-container > ul > li:last-child {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-left: 1px solid #52b34e;
}
#interior-stats-container > ul > li.highlight {
  background: linear-gradient(to top, rgba(82, 179, 78, 0.35), #fff 50%);
}

@media screen and (max-width: 1210px) {
  #results-wrapper {
    padding: 50px 20px 0;
  }
  #results-wrapper .dataTables_filter {
    right: 20px;
  }
  #interior-stats-container {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 900px) {
  #results-wrapper {
    padding: 50px 0 0 20px;
  }
  #results-wrapper .table-scroll {
    overflow-y: scroll;
  }
  #results-wrapper .table-scroll .table-wrapper {
    width: 1000px;
  }
  #results-wrapper .dataTables_paginate {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #results-wrapper {
    padding-top: 100px;
  }
  #results-wrapper #results-dropdown {
    top: -150px;
    width: 100%;
    max-width: 100%;
  }
  #results-wrapper #results-dropdown .dropdown-container {
    width: calc(100% - 20px);
  }
  #results-wrapper .dataTables_filter {
    right: auto;
    left: 20px;
    width: 100%;
    top: 50px;
  }
  #results-wrapper .dataTables_filter label {
    width: calc(100% - 40px);
  }
  #results-wrapper .dataTables_info {
    float: none;
  }
  #results-wrapper .dataTables_paginate {
    float: none;
  }
  #interior-stats-container > ul {
    flex-wrap: wrap;
  }
  #interior-stats-container > ul > li {
    padding: 20px;
    width: 50%;
    font-size: 24px;
  }
  #interior-stats-container > ul > li:nth-of-type(1), #interior-stats-container > ul > li:nth-of-type(2), #interior-stats-container > ul > li:nth-of-type(3), #interior-stats-container > ul > li:nth-of-type(4) {
    border-bottom: 1px solid #ebebe5;
  }
  #interior-stats-container > ul > li:nth-of-type(5) {
    border-bottom-left-radius: 16px;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric-items {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  top: 100%;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  background: #F8F8F8;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

footer {
  background: #ebebe5;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

#footer-container #footer-cta-container {
  background: linear-gradient(to left, #046534, #52b34e 50%);
  padding: 20px;
  border-radius: 16px;
  top: 200px;
  margin-top: -100px;
  position: relative;
  z-index: 100;
}
#footer-container #footer-cta-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #000;
  border-radius: 16px;
  width: 100%;
}
#footer-container #footer-cta-container > div > div {
  position: relative;
}
#footer-container #footer-cta-container > div > div:first-child {
  padding: 60px 3px 60px 40px;
  width: 50%;
}
#footer-container #footer-cta-container > div > div:first-child h2 {
  font-size: 54px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
#footer-container #footer-cta-container > div > div:first-child a {
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  background: #fff;
  padding: 12px 20px;
  color: #046534;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
}
#footer-container #footer-cta-container > div > div:first-child a:hover {
  background: rgba(255, 255, 255, 0.7);
}
#footer-container #footer-cta-container > div > div:first-child a:hover .icon-arrow {
  right: -2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#footer-container #footer-cta-container > div > div:first-child a .icon-arrow {
  position: relative;
  top: 1px;
  right: 0;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#footer-container #footer-cta-container > div > div:first-child a .icon-arrow:before {
  content: "\e900";
}
#footer-container #footer-cta-container > div > div:last-child {
  width: 50%;
}
#footer-container #footer-cta-container > div > div:last-child img {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  border-bottom-right-radius: 16px;
}
#footer-container #footer-content-container {
  background-image: url("../images/texture.jpg");
  background-size: cover;
  background-repeat: repeat;
  padding: 100px 20px 50px;
  text-align: center;
  position: relative;
}
#footer-container #footer-content-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background-image: url("../images/footer-stroke.svg");
  top: -50px;
  left: 0;
  background-size: cover;
  background-position: center top;
}
#footer-container #footer-content-container #footer-icon {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  width: 140px;
  height: 140px;
  position: relative;
  z-index: 1000;
}
#footer-container #footer-content-container #footer-social-container {
  text-align: center;
  padding: 25px 0;
}
#footer-container #footer-content-container #footer-social-container a {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#footer-container #footer-content-container #footer-social-container a:hover {
  opacity: 1;
}
#footer-container #footer-content-container #footer-social-container a .icon-facebook:before {
  content: "\e904";
}
#footer-container #footer-content-container #footer-social-container a .icon-instagram:before {
  content: "\e903";
}
#footer-container #footer-content-container #footer-social-container a .icon-youtube:before {
  content: "\e902";
}
#footer-container #footer-content-container #footer-social-container a .icon-x:before {
  content: "\e901";
}
#footer-container #footer-content-container #footer-copyright-container {
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-container #footer-content-container #footer-copyright-container > div:last-child {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
#footer-container #footer-content-container #footer-copyright-container > div:last-child:before {
  position: absolute;
  content: "";
  top: 10%;
  left: 0;
  height: 80%;
  background: #fff;
  width: 1px;
}
#footer-container #footer-content-container #footer-copyright-container > div:last-child ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  top: -2px;
}
#footer-container #footer-content-container #footer-copyright-container > div:last-child ul > li > a {
  color: #fff;
  text-decoration: underline;
}
#footer-container #footer-content-container #footer-copyright-container > div:last-child ul > li > a:hover {
  opacity: 1;
}
#footer-container #footer-content-container #footer-copyright-container > div p, #footer-container #footer-content-container #footer-copyright-container > div a {
  font-size: 16px;
  opacity: 0.8;
}
#footer-container #footer-content-container #footer-copyright-container > div a {
  color: #fff;
  text-decoration: underline;
}
#footer-container #footer-content-container #cacpro {
  margin-top: 15px;
  display: inline-block;
  opacity: 1;
  text-decoration: none;
}
#footer-container #footer-content-container #cacpro:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1210px) {
  #footer-container #footer-cta-container {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #footer-container #footer-cta-container > div > div {
    width: 100%;
  }
  #footer-container #footer-cta-container > div > div:first-child {
    padding: 50px 30px 220px;
    text-align: center;
  }
  #footer-container #footer-cta-container > div > div:first-child h2 {
    font-size: 30px;
  }
  #footer-container #footer-cta-container > div > div:last-child img {
    width: 300px;
    max-height: 200px;
    object-fit: cover;
  }
}

/*# sourceMappingURL=style.css.map */
