@charset "UTF-8";
/* infinite animation vertical*/
@-webkit-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-5px); } }
@-o-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-15px); }
  60% {
    -o-transform: translateY(-5px); } }
@keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-5px); } }
/* infinite animation horizontal*/
@-webkit-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-15px); }
  60% {
    -webkit-transform: translateX(-5px); } }
@-moz-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(-15px); }
  60% {
    -moz-transform: translateX(-5px); } }
@-o-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateX(0); }
  40% {
    -o-transform: translateX(-15px); }
  60% {
    -o-transform: translateX(-5px); } }
@keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-15px); }
  60% {
    transform: translateX(-5px); } }
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.has-primary-color {
  color: #7a8829 !important; }

.has-primary-background-color {
  background: #7a8829 !important; }

.has-primarylight-color {
  color: #8c9c2f !important; }

.has-primarylight-background-color {
  background: #8c9c2f !important; }

.has-primarydark-color {
  color: #545544 !important; }

.has-primarydark-background-color {
  background: #545544 !important; }

.has-secondary-color {
  color: #ed4b29 !important; }

.has-secondary-background-color {
  background: #ed4b29 !important; }

.has-secondarylight-color {
  color: #ef5f41 !important; }

.has-secondarylight-background-color {
  background: #ef5f41 !important; }

.has-secondarydark-color {
  color: #983319 !important; }

.has-secondarydark-background-color {
  background: #983319 !important; }

.has-tertiary-color {
  color: #ffab00 !important; }

.has-tertiary-background-color {
  background: #ffab00 !important; }

.has-tertiarylight-color {
  color: #e5d1a1 !important; }

.has-tertiarylight-background-color {
  background: #e5d1a1 !important; }

.has-tertiarydark-color {
  color: #cc8900 !important; }

.has-tertiarydark-background-color {
  background: #cc8900 !important; }

.has-quaternary-color {
  color: #7a8829 !important; }

.has-quaternary-background-color {
  background: #7a8829 !important; }

.has-quaternarylight-color {
  color: #8c9c2f !important; }

.has-quaternarylight-background-color {
  background: #8c9c2f !important; }

.has-quaternarydark-color {
  color: #57611d !important; }

.has-quaternarydark-background-color {
  background: #57611d !important; }

.has-gray-color {
  color: #efefef !important; }

.has-gray-background-color {
  background: #efefef !important; }

.has-graydark-color {
  color: #888888 !important; }

.has-graydark-background-color {
  background: #888888 !important; }

.has-graylight-color {
  color: #d4d2d2 !important; }

.has-graylight-background-color {
  background: #d4d2d2 !important; }

.has-white-color {
  color: white !important; }

.has-white-background-color {
  background: white !important; }

.has-black-color {
  color: black !important; }

.has-black-background-color {
  background: black !important; }

/*used Colors*/
/*used Colors*/
/*Others Colors*/
@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-Regular.eot");
  src: url("../fonts/Interstate-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-Regular.woff2") format("woff2"), url("../fonts/Interstate-Regular.woff") format("woff"), url("../fonts/Interstate-Regular.ttf") format("truetype"), url("../fonts/Interstate-Regular.svg#Interstate-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-UltraBlack.eot");
  src: url("../fonts/Interstate-UltraBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-UltraBlack.woff2") format("woff2"), url("../fonts/Interstate-UltraBlack.woff") format("woff"), url("../fonts/Interstate-UltraBlack.ttf") format("truetype"), url("../fonts/Interstate-UltraBlack.svg#Interstate-UltraBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-Light.eot");
  src: url("../fonts/Interstate-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-Light.woff2") format("woff2"), url("../fonts/Interstate-Light.woff") format("woff"), url("../fonts/Interstate-Light.ttf") format("truetype"), url("../fonts/Interstate-Light.svg#Interstate-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-Bold.eot");
  src: url("../fonts/Interstate-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-Bold.woff2") format("woff2"), url("../fonts/Interstate-Bold.woff") format("woff"), url("../fonts/Interstate-Bold.ttf") format("truetype"), url("../fonts/Interstate-Bold.svg#Interstate-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "LTC Globe Gothic";
  src: url("../fonts/LTCGlobeGothic.eot");
  src: url("../fonts/LTCGlobeGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/LTCGlobeGothic.woff2") format("woff2"), url("../fonts/LTCGlobeGothic.woff") format("woff"), url("../fonts/LTCGlobeGothic.ttf") format("truetype"), url("../fonts/LTCGlobeGothic.svg#LTCGlobeGothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*START Buttons------------------------------------------*/
li.btn-1 a {
  font-family: "Interstate", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #ffffff !important;
  text-transform: none !important;
  background-color: #7a8829 !important;
  padding: 8px 16px 7px !important;
  border-radius: 100px !important;
  border: solid 2px inherit !important;
  text-decoration: none !important;
  display: inline-block !important; }
li.btn-1:hover a, li.btn-1:focus a, li.btn-1:active a, li.btn-1.active a {
  background-color: #d4d2d2 !important;
  color: #888888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.white a {
  background-color: #ffffff !important;
  color: #ed4b29 !important; }
li.btn-1.white:hover a, li.btn-1.white:focus a, li.btn-1.white:active a, li.btn-1.white.active a {
  background-color: #d4d2d2 !important;
  color: #888888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.secondary a {
  background-color: #ed4b29 !important; }
li.btn-1.secondary:hover a, li.btn-1.secondary:focus a, li.btn-1.secondary:active a, li.btn-1.secondary.active a {
  background-color: #d4d2d2 !important;
  color: #888888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.tertiary a {
  background-color: #ffab00 !important; }
li.btn-1.tertiary:hover a, li.btn-1.tertiary:focus a, li.btn-1.tertiary:active a, li.btn-1.tertiary.active a {
  background-color: #d4d2d2 !important;
  color: #888888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.border-white a {
  background-color: transparent !important;
  border-color: white !important;
  color: #ffffff !important; }

a.btn-1,
button.btn-1,
span.btn-1 {
  font-family: "Interstate", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  background-color: #7a8829;
  padding: 14px 18px 10px !important;
  border-radius: 100px;
  border: none;
  text-decoration: none;
  display: inline-block; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active,
  button.btn-1:hover,
  button.btn-1:focus,
  button.btn-1:active,
  span.btn-1:hover,
  span.btn-1:focus,
  span.btn-1:active {
    background-color: #d4d2d2 !important;
    color: #888888 !important;
    text-decoration: none;
    border-color: #d4d2d2 !important; }
  a.btn-1.secondary,
  button.btn-1.secondary,
  span.btn-1.secondary {
    background-color: #ed4b29; }
  a.btn-1.white,
  button.btn-1.white,
  span.btn-1.white {
    background-color: #ffffff;
    color: #ed4b29; }
  a.btn-1.tertiary,
  button.btn-1.tertiary,
  span.btn-1.tertiary {
    background-color: #ffab00; }
  a.btn-1.border-white,
  button.btn-1.border-white,
  span.btn-1.border-white {
    background-color: transparent;
    border: solid 2px #ffffff;
    color: #ffffff; }
a.btn-2,
button.btn-2,
span.btn-2 {
  font-family: "Interstate", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 0.62px;
  color: #232021;
  background: transparent;
  border: none;
  text-decoration: none;
  padding: 0; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active,
  button.btn-2:hover,
  button.btn-2:focus,
  button.btn-2:active,
  span.btn-2:hover,
  span.btn-2:focus,
  span.btn-2:active {
    color: #888888; }
    a.btn-2:hover::after, a.btn-2:focus::after, a.btn-2:active::after,
    button.btn-2:hover::after,
    button.btn-2:focus::after,
    button.btn-2:active::after,
    span.btn-2:hover::after,
    span.btn-2:focus::after,
    span.btn-2:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath fill='%23232021' stroke='%23888888' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(0.5 0.5)'/%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-2.small,
  button.btn-2.small,
  span.btn-2.small {
    font-size: 14px; }
  a.btn-2::after,
  button.btn-2::after,
  span.btn-2::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath fill='%23232021' stroke='%23232021' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(0.5 0.5)'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 8px; }
a.btn-3,
button.btn-3,
span.btn-3 {
  font-family: "Interstate", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000000;
  background: transparent;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active,
  button.btn-3:hover,
  button.btn-3:focus,
  button.btn-3:active,
  span.btn-3:hover,
  span.btn-3:focus,
  span.btn-3:active {
    color: #868686; }
    a.btn-3:hover::after, a.btn-3:focus::after, a.btn-3:active::after,
    button.btn-3:hover::after,
    button.btn-3:focus::after,
    button.btn-3:active::after,
    span.btn-3:hover::after,
    span.btn-3:focus::after,
    span.btn-3:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23868686' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(-789.55 -2379.613) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23868686' stroke-width='2px' transform='translate(-789.55 -2379.613) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-3.white,
  button.btn-3.white,
  span.btn-3.white {
    color: white; }
    a.btn-3.white::after,
    button.btn-3.white::after,
    span.btn-3.white::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23ffffff' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(-789.55 -2379.613) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23ffffff' stroke-width='2px' transform='translate(-789.55 -2379.613) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
    a.btn-3.white:hover,
    button.btn-3.white:hover,
    span.btn-3.white:hover {
      color: #545544; }
      a.btn-3.white:hover::after,
      button.btn-3.white:hover::after,
      span.btn-3.white:hover::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23545544' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(-789.55 -2379.613) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23545544' stroke-width='2px' transform='translate(-789.55 -2379.613) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  a.btn-3::after,
  button.btn-3::after,
  span.btn-3::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23ed4b29' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(-789.55 -2379.613) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23ed4b29' stroke-width='2px' transform='translate(-789.55 -2379.613) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 30px;
    height: 22px; }
a.btn-video,
button.btn-video,
span.btn-video {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  border: none; }
  a.btn-video:hover:before, a.btn-video:focus:before, a.btn-video:active:before, a.btn-video.hover:before,
  button.btn-video:hover:before,
  button.btn-video:focus:before,
  button.btn-video:active:before,
  button.btn-video.hover:before,
  span.btn-video:hover:before,
  span.btn-video:focus:before,
  span.btn-video:active:before,
  span.btn-video.hover:before {
    background: #ed4b29;
    color: #ffffff; }
  a.btn-video:hover::after, a.btn-video:focus::after, a.btn-video:active::after, a.btn-video.hover::after,
  button.btn-video:hover::after,
  button.btn-video:focus::after,
  button.btn-video:active::after,
  button.btn-video.hover::after,
  span.btn-video:hover::after,
  span.btn-video:focus::after,
  span.btn-video:active::after,
  span.btn-video.hover::after {
    opacity: 0.64;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    border: solid 2px #ed4b29;
    background: #ed4b29; }
  a.btn-video::before,
  button.btn-video::before,
  span.btn-video::before {
    content: "\f04b";
    box-sizing: border-box;
    display: inline-flex;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    text-rendering: auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    padding-top: 0px;
    padding-left: 3px;
    background: white;
    color: #ed4b29;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 5; }
  a.btn-video::after,
  button.btn-video::after,
  span.btn-video::after {
    content: "";
    display: block;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    opacity: 0.64;
    border: solid 2px #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    background-color: #ffffff; }

/*button's Size Variables*/
/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  position: relative;
  background-color: #545544; }
  footer.footer .container {
    position: relative;
    z-index: 7; }
  footer.footer .left-side {
    padding-top: 47px; }
  footer.footer .right-side .logo-box {
    display: none; }
  footer.footer .footer-top {
    position: relative;
    padding: 44px 0px 0px; }
  footer.footer .logo-box {
    display: flex;
    margin-bottom: 36px; }
    footer.footer .logo-box.center {
      justify-content: center; }
  footer.footer .logo-footer {
    width: 80.3px;
    height: 87.2px;
    margin: 0;
    max-width: 100%;
    flex-shrink: 0; }
    footer.footer .logo-footer img {
      object-fit: contain;
      width: 99%;
      height: 99%; }
  footer.footer h2 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #ffffff; }
  footer.footer h3 {
    font-family: "Interstate", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: none;
    margin-bottom: 10px;
    position: relative; }
  footer.footer address,
  footer.footer p,
  footer.footer a:not(.btn-1) {
    font-family: "Interstate", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: none; }
  footer.footer address {
    margin: 0;
    margin-bottom: 0px; }
    footer.footer address::before {
      content: "";
      display: none;
      background: url("../images/icons/address.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 15px;
      height: 15px;
      position: relative;
      margin-right: 12px;
      top: 3px;
      flex-shrink: 0; }
  footer.footer .link a {
    margin-right: 10px; }
    footer.footer .link a:last-child {
      margin-right: 0; }
  footer.footer a.email {
    font-family: "Interstate", sans-serif !important;
    position: relative;
    display: block; }
    footer.footer a.email::before {
      content: "";
      display: block;
      background: url("../images/mail-icon.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 16px;
      height: 15px;
      position: relative;
      margin: 0 auto 10px;
      top: 0px;
      flex-shrink: 0; }
    @media (min-width: 768px) {
      footer.footer a.email {
        display: flex;
        align-items: center; }
        footer.footer a.email::before {
          display: inline-flex;
          margin: 0;
          margin-right: 8.5px; } }
    footer.footer a.email:hover {
      color: #ed4b29; }
  footer.footer a.phone {
    position: relative;
    margin-bottom: 10px;
    display: block; }
    footer.footer a.phone::before {
      content: "";
      display: block;
      background: url("../images/phone-icon.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 16px;
      height: 15px;
      position: relative;
      margin: 0 auto 10px;
      top: 0px;
      flex-shrink: 0; }
    @media (min-width: 768px) {
      footer.footer a.phone {
        display: flex;
        align-items: center; }
        footer.footer a.phone::before {
          display: inline-flex;
          margin: 0;
          margin-right: 8.5px; } }
    footer.footer a.phone:hover {
      color: #ed4b29; }
  footer.footer .newsletter-box {
    padding-bottom: 27px;
    border-bottom: 1px solid #ffffff; }
  footer.footer .contact-box a {
    margin-bottom: 24px; }
    footer.footer .contact-box a:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    footer.footer .menu-box {
      border-bottom: 1px solid #ffffff;
      margin-bottom: 26px; } }
  footer.footer .extra-link {
    font-weight: 600;
    letter-spacing: -0.14px; }
  footer.footer .anchor {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    footer.footer .anchor:hover {
      color: #efefef;
      text-decoration: none; }
      footer.footer .anchor:hover::after {
        -webkit-filter: brightness(0%) invert(70%);
        filter: brightness(0%) invert(70%); }
    footer.footer .anchor::after {
      content: "";
      display: block;
      position: relative;
      background-image: url("../images/top-arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-left: 9px;
      width: 8px;
      height: 11px;
      -webkit-filter: brightness(0%) invert(100%);
      filter: brightness(0%) invert(100%); }
  footer.footer .awards-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px; }
    footer.footer .awards-container .img-wrap {
      width: 73px;
      height: 73px;
      margin-right: 20px; }
      footer.footer .awards-container .img-wrap img {
        object-fit: contain;
        width: 99%;
        height: 99%; }
  footer.footer .menu-footer-menu-container > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    footer.footer .menu-footer-menu-container > ul > li,
    footer.footer .menu-footer-menu-container > ul .main-item {
      width: 100%;
      margin-bottom: 20px;
      padding-right: 15px; }
      footer.footer .menu-footer-menu-container > ul > li > a,
      footer.footer .menu-footer-menu-container > ul .main-item > a {
        font-family: "Interstate", sans-serif !important;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        color: #ffffff;
        text-transform: none; }
    @media (min-width: 768px) {
      footer.footer .menu-footer-menu-container > ul > li {
        width: 25%; } }
    footer.footer .menu-footer-menu-container > ul .main-item {
      margin-bottom: 10px; }
      footer.footer .menu-footer-menu-container > ul .main-item a {
        margin-bottom: 0; }
  footer.footer .menu-footer-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer.footer .menu-footer-menu-container ul a {
      font-family: "Interstate", sans-serif !important;
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 15px;
      display: block;
      text-decoration: none;
      text-transform: none; }
      footer.footer .menu-footer-menu-container ul a:hover {
        color: #ed4b29; }
    footer.footer .menu-footer-menu-container ul .btn-donate {
      display: none; }
      footer.footer .menu-footer-menu-container ul .btn-donate a {
        color: #8c9c2f;
        text-decoration: underline; }
        footer.footer .menu-footer-menu-container ul .btn-donate a::after {
          content: "";
          display: inline-flex;
          background-image: url("../images/hearth-icon.png");
          background-size: contain;
          background-repeat: no-repeat;
          width: 16px;
          height: 12px;
          margin-left: 5px;
          -webkit-filter: brightness(0%) invert(100%);
          filter: brightness(0%) invert(100%);
          opacity: 0.5; }
        footer.footer .menu-footer-menu-container ul .btn-donate a:hover {
          text-decoration: none; }
    footer.footer .menu-footer-menu-container ul .btn-1,
    footer.footer .menu-footer-menu-container ul .special-btn {
      display: none; }
      footer.footer .menu-footer-menu-container ul .btn-1 a,
      footer.footer .menu-footer-menu-container ul .special-btn a {
        color: #8c9c2f;
        text-decoration: underline; }
        footer.footer .menu-footer-menu-container ul .btn-1 a:hover,
        footer.footer .menu-footer-menu-container ul .special-btn a:hover {
          text-decoration: none; }
  footer.footer .main-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  footer.footer .main-links li {
    margin-bottom: 18px;
    position: relative; }
    footer.footer .main-links li:hover::after {
      width: 100%; }
    footer.footer .main-links li::after {
      content: "";
      display: block;
      width: 41px;
      height: 2px;
      background: #efefef;
      position: absolute;
      bottom: -6px;
      left: 0;
      transition: 0.4s;
      display: none; }
    footer.footer .main-links li.donate::after {
      background: #8c9c2f; }
    footer.footer .main-links li.donate a {
      color: #8c9c2f; }
    footer.footer .main-links li a {
      min-width: 164px; }
  footer.footer .main-links a {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #efefef;
    text-decoration: none; }
  footer.footer .extra-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    footer.footer .extra-menu ul li {
      width: 50%;
      margin: 18px 0; }
  footer.footer .footer-middle {
    background-image: linear-gradient(to bottom, #7a8829, #7e1d19); }
    footer.footer .footer-middle .container {
      border-bottom: solid 1px #8c9c2f;
      position: relative;
      padding-top: 54px;
      padding-bottom: 0px; }
    footer.footer .footer-middle .link-container {
      display: flex;
      justify-content: space-between; }
      footer.footer .footer-middle .link-container a {
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: black; }
  footer.footer .footer-bottom {
    padding: 47px 0 40px;
    position: relative;
    z-index: 2; }
    footer.footer .footer-bottom .container {
      position: relative; }
    footer.footer .footer-bottom .copy-r,
    footer.footer .footer-bottom .copy-r p,
    footer.footer .footer-bottom .copy-r p a,
    footer.footer .footer-bottom .created-by,
    footer.footer .footer-bottom .created-by p,
    footer.footer .footer-bottom .created-by p a {
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #ffffff;
      text-transform: none;
      margin: 0; }
      footer.footer .footer-bottom .copy-r strong,
      footer.footer .footer-bottom .copy-r p strong,
      footer.footer .footer-bottom .copy-r p a strong,
      footer.footer .footer-bottom .created-by strong,
      footer.footer .footer-bottom .created-by p strong,
      footer.footer .footer-bottom .created-by p a strong {
        color: inherit;
        font-weight: 700; }
      footer.footer .footer-bottom .copy-r a,
      footer.footer .footer-bottom .copy-r p a,
      footer.footer .footer-bottom .copy-r p a a,
      footer.footer .footer-bottom .created-by a,
      footer.footer .footer-bottom .created-by p a,
      footer.footer .footer-bottom .created-by p a a {
        color: inherit;
        text-decoration: none;
        display: inline; }
        footer.footer .footer-bottom .copy-r a:hover,
        footer.footer .footer-bottom .copy-r p a:hover,
        footer.footer .footer-bottom .copy-r p a a:hover,
        footer.footer .footer-bottom .created-by a:hover,
        footer.footer .footer-bottom .created-by p a:hover,
        footer.footer .footer-bottom .created-by p a a:hover {
          text-decoration: underline; }
    footer.footer .footer-bottom .terms {
      margin-top: 16px; }
      footer.footer .footer-bottom .terms a {
        opacity: 0.7;
        font-family: Sarabun;
        font-size: 15px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #7a8829; }
  footer.footer .networks {
    margin: 0; }
    footer.footer .networks ul.social {
      margin-left: 0; }
  footer.footer ul.social {
    display: inline-flex;
    justify-content: center;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    flex-direction: row; }
    footer.footer ul.social li {
      display: inline-block;
      margin: 0px !important;
      margin-right: 17px !important;
      width: auto; }
      footer.footer ul.social li:last-child {
        margin-right: 0 !important; }
      footer.footer ul.social li a {
        display: inherit;
        border-radius: 50%;
        color: white;
        border: none;
        background: transparent;
        height: auto;
        margin: 0px;
        position: relative;
        transition: 0.4s;
        width: auto; }
        footer.footer ul.social li a i {
          font-size: 19px; }
        footer.footer ul.social li a:hover {
          color: #ed4b29; }
  footer.footer .img-sponsors {
    width: 104px;
    height: 61px; }
  footer.footer .classic-text-widget {
    display: block !important; }

@media (min-width: 1200px) {
  footer.footer {
    padding-top: 47px; }

  footer.footer .left-side {
    margin-top: 0; }
    footer.footer .left-side .logo-box {
      display: none; }
    footer.footer .left-side::after {
      content: "";
      display: block;
      width: 1px;
      height: calc(100% + 40px);
      background: white;
      position: absolute;
      top: 0;
      right: 15px; }

  footer.footer .logo-footer {
    width: 115.1px;
    height: 125px; }

  footer.footer .right-side .logo-box {
    display: block; }

  footer.footer h2 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal; }

  footer.footer .newsletter-box {
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 27px;
    position: relative; }

  footer.footer .footer-bottom {
    padding-top: 0; }

  footer.footer .contact-box a {
    margin-bottom: 5px; } }
/*END footer------------------------------------------*/
/* START header-------------*/
.translate-box {
  padding: 15px 30px;
  text-align: center; }
  .translate-box a.switcher-popup {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none; }
    .translate-box a.switcher-popup img {
      margin-right: 5px; }
    .translate-box a.switcher-popup span {
      color: #7a8829 !important; }
  .translate-box .gt_white_content {
    max-width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0; }

html[data-useragent*="iPad"] body .header-navigation .container,
html[data-useragent*="ios"] body .header-navigation .container,
html[data-useragent*="Android"] body .header-navigation .container,
html[data-useragent*="Mobile"] body .header-navigation .container,
html.touch body .header-navigation .container {
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  margin: 0; }
html[data-useragent*="iPad"] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*="ios"] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*="Android"] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*="Mobile"] body .navbar-expand-lg .navbar-toggler,
html.touch body .navbar-expand-lg .navbar-toggler {
  display: block; }
html[data-useragent*="iPad"] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*="ios"] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*="Android"] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*="Mobile"] body .extra-links-bar:not(.extra-links-bar-mobile),
html.touch body .extra-links-bar:not(.extra-links-bar-mobile) {
  display: none; }
@media (min-width: 576px) {
  html[data-useragent*="iPad"] body #NavDropdown,
  html[data-useragent*="ios"] body #NavDropdown,
  html[data-useragent*="Android"] body #NavDropdown,
  html[data-useragent*="Mobile"] body #NavDropdown,
  html.touch body #NavDropdown {
    width: 300px; } }
@media (min-width: 576px) {
  html[data-useragent*="iPad"] body .height-wrap,
  html[data-useragent*="ios"] body .height-wrap,
  html[data-useragent*="Android"] body .height-wrap,
  html[data-useragent*="Mobile"] body .height-wrap,
  html.touch body .height-wrap {
    width: 300px; } }
@media (min-width: 768px) {
  html[data-useragent*="iPad"] body header.header .navbar-expand-lg .navbar-toggler,
  html[data-useragent*="ios"] body header.header .navbar-expand-lg .navbar-toggler,
  html[data-useragent*="Android"] body header.header .navbar-expand-lg .navbar-toggler,
  html[data-useragent*="Mobile"] body header.header .navbar-expand-lg .navbar-toggler,
  html.touch body header.header .navbar-expand-lg .navbar-toggler {
    margin-right: 30px;
    margin-left: auto; }
  html[data-useragent*="iPad"] body header.header #NavDropdown,
  html[data-useragent*="ios"] body header.header #NavDropdown,
  html[data-useragent*="Android"] body header.header #NavDropdown,
  html[data-useragent*="Mobile"] body header.header #NavDropdown,
  html.touch body header.header #NavDropdown {
    top: 92px; }
  html[data-useragent*="iPad"] body .navbar-brand,
  html[data-useragent*="ios"] body .navbar-brand,
  html[data-useragent*="Android"] body .navbar-brand,
  html[data-useragent*="Mobile"] body .navbar-brand,
  html.touch body .navbar-brand {
    width: 51.8px;
    height: 56.2px;
    margin-left: 30px; }
    html[data-useragent*="iPad"] body .navbar-brand::before,
    html[data-useragent*="ios"] body .navbar-brand::before,
    html[data-useragent*="Android"] body .navbar-brand::before,
    html[data-useragent*="Mobile"] body .navbar-brand::before,
    html.touch body .navbar-brand::before {
      right: -30px; } }

.mega-menu {
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: 10%;
  height: calc(100vh - 143px);
  max-height: 700px;
  overflow: scroll; }
  .mega-menu .card-style-5-links a {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #8c9c2f;
    margin-bottom: 22px;
    display: block; }
    .mega-menu .card-style-5-links a:last-child {
      margin-bottom: 0; }
    .mega-menu .card-style-5-links a:hover {
      color: #7a8829; }
  .mega-menu .card-style-6-links a {
    font-family: "Interstate", sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #8c9c2f;
    margin-bottom: 18px;
    display: block; }
    .mega-menu .card-style-6-links a:last-child {
      margin-bottom: 0; }
    .mega-menu .card-style-6-links a:hover {
      color: #7a8829; }
  .mega-menu .section-title {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #7a8829;
    margin-bottom: 17px; }
  .mega-menu a.title-link {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #7a8829;
    margin-bottom: 17px; }
    .mega-menu a.title-link a {
      color: inherit; }
  .mega-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
    .mega-menu ul li.media-item {
      width: 100%; }
  .mega-menu a.d-block {
    text-decoration: none; }
  .mega-menu .content-wrap {
    background: white;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0.1)); }
    .mega-menu .content-wrap .single-box,
    .mega-menu .content-wrap .d-block,
    .mega-menu .content-wrap .card {
      height: 100%; }
    .mega-menu .content-wrap.mega-menu-style-1 li.media-item {
      width: calc(100% / 3); }
    .mega-menu .content-wrap.mega-menu-style-2 li.media-item {
      width: calc(100% / 4); }
    .mega-menu .content-wrap.mega-menu-style-3 li.media-item {
      width: calc(100% / 5); }
    .mega-menu .content-wrap.mega-menu-style-4 li.media-item {
      width: calc(100% / 3); }
    .mega-menu .content-wrap.mega-menu-style-5 {
      padding-top: 17px;
      padding-left: 0px;
      padding-right: 30px;
      padding-bottom: 47px; }
      .mega-menu .content-wrap.mega-menu-style-5 li.media-item {
        width: calc(100% / 3); }
    .mega-menu .content-wrap.mega-menu-style-6 li.media-item {
      width: calc(100% / 3); }
    .mega-menu .content-wrap.mega-menu-style-7 {
      padding-top: 59px;
      padding-bottom: 63px; }
      .mega-menu .content-wrap.mega-menu-style-7 li.media-item {
        width: calc(100% / 2); }
    .mega-menu .content-wrap .card-menu-style-1 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-1 .img-wrap {
        border-radius: 0;
        margin: 0;
        min-height: 200px;
        height: 100%; }
      .mega-menu .content-wrap .card-menu-style-1 .card-title {
        font-family: "LTC Globe Gothic", serif !important;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #7a8829;
        margin: 0 auto;
        padding: 28px 0;
        min-height: 100px; }
        .mega-menu .content-wrap .card-menu-style-1 .card-title a {
          color: inherit; }
      .mega-menu .content-wrap .card-menu-style-1 .card-body {
        padding: 0; }
    .mega-menu .content-wrap .card-menu-style-2 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-2 .card-title {
        font-family: "LTC Globe Gothic", serif !important;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #7a8829;
        margin: 0 auto;
        padding: 28px 0; }
        .mega-menu .content-wrap .card-menu-style-2 .card-title a {
          color: inherit; }
      .mega-menu .content-wrap .card-menu-style-2 .card-body {
        padding-top: 0; }
      .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container {
        display: flex;
        justify-content: space-between; }
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container * {
          width: 48%; }
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container p,
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container address,
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container a,
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container li {
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.83;
          letter-spacing: normal;
          color: #000000;
          margin: 0; }
      .mega-menu .content-wrap .card-menu-style-2 .img-wrap {
        height: 70%;
        min-height: 130px;
        margin: 0; }
    .mega-menu .content-wrap .card-menu-style-3 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-3 .card-body {
        display: flex;
        justify-content: center;
        align-items: center; }
      .mega-menu .content-wrap .card-menu-style-3 .impact-box {
        display: flex;
        margin-bottom: 49px; }
        .mega-menu .content-wrap .card-menu-style-3 .impact-box:last-child {
          margin-bottom: 0; }
      .mega-menu .content-wrap .card-menu-style-3 .impact-icon {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #7a8829;
        overflow: hidden;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 27px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .mega-menu .content-wrap .card-menu-style-3 .impact-icon img {
          position: absolute;
          width: 28px;
          height: 28px;
          object-fit: contain; }
      .mega-menu .content-wrap .card-menu-style-3 .impact-title {
        font-family: "LTC Globe Gothic", serif !important;
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        color: #7a8829; }
      .mega-menu .content-wrap .card-menu-style-3 .impact-text p,
      .mega-menu .content-wrap .card-menu-style-3 .impact-text li {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #000000; }
        .mega-menu .content-wrap .card-menu-style-3 .impact-text p a,
        .mega-menu .content-wrap .card-menu-style-3 .impact-text li a {
          color: inherit; }
    .mega-menu .content-wrap .card-menu-style-4 {
      background: #7a8829; }
      .mega-menu .content-wrap .card-menu-style-4 .card-body {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 83px;
        padding-right: 83px; }
      .mega-menu .content-wrap .card-menu-style-4 blockquote,
      .mega-menu .content-wrap .card-menu-style-4 p,
      .mega-menu .content-wrap .card-menu-style-4 li {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: normal;
        color: #ffffff; }
        .mega-menu .content-wrap .card-menu-style-4 blockquote a,
        .mega-menu .content-wrap .card-menu-style-4 p a,
        .mega-menu .content-wrap .card-menu-style-4 li a {
          color: inherit; }
      .mega-menu .content-wrap .card-menu-style-4 cite {
        color: white; }
    .mega-menu .content-wrap .card-menu-style-5 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-5 .card-body {
        display: flex;
        justify-content: center;
        align-items: center; }
    .mega-menu .content-wrap .card-menu-style-6 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-6 .card-body {
        padding-top: 0; }
      .mega-menu .content-wrap .card-menu-style-6 .card-title {
        font-family: "LTC Globe Gothic", serif !important;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #7a8829;
        margin: 0 auto;
        padding: 28px 0; }
        .mega-menu .content-wrap .card-menu-style-6 .card-title a {
          color: inherit; }

header.header {
  top: 0;
  transition: 0.4s; }
  header.header::before {
    content: "";
    opacity: 0;
    background-color: white;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: 0;
    box-shadow: 1px 6px 17px 0 rgba(0, 0, 0, 0.1); }
  header.header.active::before {
    height: 100%;
    opacity: 1; }
  header.header.active .navbar-toggler {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    header.header.active .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%230f3d5e;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: 55%; }
  header.header.active .navbar-brand img:nth-child(1) {
    display: none; }
  header.header.active .navbar-brand img:nth-child(2) {
    display: block; }

.header-top.over-navbar {
  display: none; }

.donate-bar {
  padding: 5px 12px;
  background-color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  position: relative; }
  .donate-bar::before {
    content: "";
    display: block;
    background-color: #272727;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .donate-bar a {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 171px;
    margin-left: auto; }
    .donate-bar a:hover {
      text-decoration: none; }
  .donate-bar .close {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23cecfd1;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    font-size: 0;
    margin-left: auto; }

.navbar,
.navbar.navbar-expand-xl {
  margin-top: 0px;
  display: block;
  padding: 0 15px; }

.navbar-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0 !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  z-index: 1050;
  padding: 20px 0px; }

.navbar-brand {
  width: 41.8px;
  height: 45.4px;
  padding: 0 !important;
  position: relative; }
  .navbar-brand::before {
    content: "";
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 40px);
    background-color: #545544;
    position: absolute;
    top: -20px;
    right: -14px;
    display: none; }
  .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 5;
    position: relative; }
    .navbar-brand img:nth-child(1) {
      display: block; }
    .navbar-brand img:nth-child(2) {
      display: none; }

.navbar-toggler {
  padding: 0;
  margin-right: 10px;
  margin-left: auto; }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='21' viewBox='0 0 32 21'%3e%3cg fill='none' fill-rule='evenodd' stroke-linecap='round'%3e%3cg stroke='%23fff' stroke-width='3.5'%3e%3cg%3e%3cpath d='M30 1.5L8 1.5M30 19.5L8 19.5M30 10.5L1 10.5' transform='translate(-283.000000, -28.000000) translate(283.000000, 28.000000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    width: 26px;
    height: 31px;
    margin: 0;
    padding: 0; }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler.active {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .navbar-toggler.active .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%230f3d5e;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: 55%; }
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.just-for-mobile {
  margin-left: auto; }
  .just-for-mobile .btn-donate a {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.2px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    background-color: #ed4b29;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-radius: 23px;
    min-width: auto;
    margin: 0 auto;
    padding: 15px 31px; }
    .just-for-mobile .btn-donate a:hover {
      background-color: #ef5f41;
      color: #983319;
      text-decoration: none; }
  .just-for-mobile .btn-scape span {
    width: 50px; }

.col-middle {
  display: block; }

#NavDropdown {
  background: transparent;
  height: 100vh;
  position: absolute;
  right: -100%;
  opacity: 0;
  top: 83px;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  display: block; }
  #NavDropdown .height-wrap {
    flex-direction: column;
    background-color: #ffffff;
    height: calc(100vh - 0px);
    margin-left: auto;
    overflow-y: scroll !important;
    padding: 20px 0px 200px 0px;
    width: 100%;
    top: 0px; }
    #NavDropdown .height-wrap::before {
      content: none; }
    #NavDropdown .height-wrap ul:not(.social) {
      width: 100%;
      display: block; }
      #NavDropdown .height-wrap ul:not(.social) li {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
        padding: 0; }
        #NavDropdown .height-wrap ul:not(.social) li a {
          font-family: "Interstate", sans-serif !important;
          font-size: 16px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.38;
          letter-spacing: normal;
          text-align: left;
          color: #545544;
          text-decoration: none;
          text-transform: none;
          padding: 15px 40px 15px 33px;
          display: block;
          border-radius: 0px; }
          #NavDropdown .height-wrap ul:not(.social) li a::after {
            content: none; }
        #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn {
          background-color: transparent;
          color: #7a8829;
          border: 1px solid transparent;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          border-radius: 4px;
          height: 40px;
          padding: 0;
          position: absolute;
          right: 18px;
          top: 7px;
          width: 40px; }
          #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn::after {
            content: none; }
          #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span {
            font-size: 12px; }
            #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span::before {
              content: "\f105";
              color: #7a8829; }
            #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span.open::before {
              content: "\f107"; }
          #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:active, #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:focus {
            outline: none; }
        #NavDropdown .height-wrap ul:not(.social) li.only-mobile {
          display: block; }
          #NavDropdown .height-wrap ul:not(.social) li.only-mobile::after {
            content: "\f015";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            /*--adjust as necessary--*/
            color: black;
            position: absolute;
            font-size: 16px;
            right: 12px;
            top: 12px; }
        #NavDropdown .height-wrap ul:not(.social) li.active > a {
          background: #ed4b29;
          color: white; }
        #NavDropdown .height-wrap ul:not(.social) li.active > button.dropdown-btn span::before {
          color: white; }
        #NavDropdown .height-wrap ul:not(.social) li.btn-search {
          text-align: center; }
        #NavDropdown .height-wrap ul:not(.social) li.last-menu-item {
          margin-bottom: 67px; }
        #NavDropdown .height-wrap ul:not(.social) li.special-btn {
          padding: 5px 40px 5px 33px;
          margin: 0; }
        #NavDropdown .height-wrap ul:not(.social) li ul {
          background-color: transparent;
          border-radius: 0;
          border-bottom: 0;
          -webkit-transform: translateZ(0);
          position: relative;
          border: 0; }
          #NavDropdown .height-wrap ul:not(.social) li ul li a {
            font-family: "Interstate", sans-serif !important;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.07;
            color: #545544;
            padding: 10px 15px;
            padding-left: 70px;
            text-transform: none; }
            #NavDropdown .height-wrap ul:not(.social) li ul li a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li a:active {
              background: #f4f4f4;
              color: #959595 !important; }
          #NavDropdown .height-wrap ul:not(.social) li ul li ul li a {
            color: #7a8829 !important;
            padding: 10px 15px;
            padding-left: 70px; }
            #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:active {
              background: #f4f4f4;
              color: #959595 !important; }
          #NavDropdown .height-wrap ul:not(.social) li ul li.active a {
            color: white;
            background: #983319; }
            #NavDropdown .height-wrap ul:not(.social) li ul li.active a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li.active a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li.active a:active {
              background: #f4f4f4;
              color: #959595 !important; }

#open-search {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #545544;
  padding: 0 !important;
  text-align: center;
  transition: all 0.4s ease;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center; }
  #open-search .icon-search {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15' style='enable-background:new 0 0 18 15;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23545544;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(-35 -692) translate(20 677) translate(16 16)'%3e%3ccircle class='st0' cx='6' cy='6.2' r='6'/%3e%3cpath class='st0' d='M16,12.5l-4-3.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
    width: 23px;
    height: 23px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-right: 15px; }
  #open-search:hover .icon-search, #open-search:focus .icon-search, #open-search:active .icon-search {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    box-shadow: none;
    outline: none !important; }

.translate-box {
  padding: 15px 0px;
  text-align: left;
  margin-bottom: 30px; }
  .translate-box a.switcher-popup {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    color: black;
    text-transform: none;
    text-decoration: none; }
    .translate-box a.switcher-popup img {
      margin-right: 5px;
      display: none; }

.login-box a {
  font-family: "Interstate", sans-serif !important;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.9px;
  color: #7a8829;
  text-transform: none;
  display: flex;
  align-items: center; }
  .login-box a:hover {
    color: #5cc8cd; }
  .login-box a.login:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 17' style='enable-background:new 0 0 11 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2327BAC1;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M2.5,8.4C1.9,8.7,1.3,9.2,1.2,9.9L0,14.4c-0.1,0.5,0.1,1.1,0.6,1.3c3,1.7,6.8,1.7,9.8,0 c0.5-0.3,0.7-0.8,0.6-1.3L9.8,9.9C9.7,9.2,9.1,8.7,8.5,8.4l-0.1,0c-1.9-0.6-3.9-0.6-5.7,0L2.5,8.4L2.5,8.4z M9,3.5 C9,1.6,7.4,0,5.5,0C3.6,0,2,1.6,2,3.5C2,5.4,3.6,7,5.5,7C7.4,7,9,5.4,9,3.5z'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 11px;
    height: 17px;
    position: relative;
    margin-right: 5px; }
  .login-box a.login:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 17' style='enable-background:new 0 0 11 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%235cc8cd;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M2.5,8.4C1.9,8.7,1.3,9.2,1.2,9.9L0,14.4c-0.1,0.5,0.1,1.1,0.6,1.3c3,1.7,6.8,1.7,9.8,0 c0.5-0.3,0.7-0.8,0.6-1.3L9.8,9.9C9.7,9.2,9.1,8.7,8.5,8.4l-0.1,0c-1.9-0.6-3.9-0.6-5.7,0L2.5,8.4L2.5,8.4z M9,3.5 C9,1.6,7.4,0,5.5,0C3.6,0,2,1.6,2,3.5C2,5.4,3.6,7,5.5,7C7.4,7,9,5.4,9,3.5z'/%3e%3c/g%3e%3c/svg%3e"); }
  .login-box a.logout:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 21' style='enable-background:new 0 0 22 21;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2327BAC1;%7d .st1%7bfill:none;stroke:%2327BAC1;stroke-linecap:round;stroke-linejoin:round;%7d .st2%7bfill:none;stroke:%23231F20;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M15.3,1L21,3.4v14.1l-5.7,2.4V1z'/%3e%3cpath class='st1' d='M14.9,17.8H10v-4.9 M10,7.1V3h4.9 M21,17.8l-5.7,2h-0.4V1h0.4L21,3V17.8z M5.5,13.7L9.2,10L5.5,6.3 M8.8,10H1 '/%3e%3cpath class='st2' d='M16.5,9.2v1.6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    position: relative;
    margin-right: 5px; }
  .login-box a.logout:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 21' style='enable-background:new 0 0 22 21;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%235cc8cd;%7d .st1%7bfill:none;stroke:%235cc8cd;stroke-linecap:round;stroke-linejoin:round;%7d .st2%7bfill:none;stroke:%23231F20;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M15.3,1L21,3.4v14.1l-5.7,2.4V1z'/%3e%3cpath class='st1' d='M14.9,17.8H10v-4.9 M10,7.1V3h4.9 M21,17.8l-5.7,2h-0.4V1h0.4L21,3V17.8z M5.5,13.7L9.2,10L5.5,6.3 M8.8,10H1 '/%3e%3cpath class='st2' d='M16.5,9.2v1.6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

.register-box {
  position: relative; }
  .register-box a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: black;
    text-transform: uppercase; }

.custom-links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start; }
  .custom-links a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #545544;
    position: relative; }
    .custom-links a:hover {
      color: #ed4b29; }
    .custom-links a::before {
      content: "";
      display: inline-flex;
      width: 18px;
      height: 15.8px;
      margin-right: 9px;
      top: 2px;
      position: relative; }
    .custom-links a.btn-news::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23545544' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
    .custom-links a.btn-news:hover::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23ed4b29' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
    .custom-links a.btn-shop::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23545544%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e "); }
    .custom-links a.btn-shop:hover::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23ed4b29%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e "); }

.extra-links-bar {
  padding: 0 35px;
  margin-bottom: 200px;
  display: block;
  min-height: unset;
  align-items: flex-start; }
  .extra-links-bar::before {
    display: none; }
  .extra-links-bar.extra-links-bar-mobile {
    margin-top: 23px;
    padding-top: 0px;
    position: relative; }
    .extra-links-bar.extra-links-bar-mobile::after {
      content: "";
      display: block;
      width: calc(100% - 70px);
      height: 1px;
      background: #7a8829;
      position: absolute;
      top: 0;
      display: none; }
    .extra-links-bar.extra-links-bar-mobile .box {
      margin-bottom: 30px; }
      .extra-links-bar.extra-links-bar-mobile .box:last-child {
        margin-bottom: 0; }
    .extra-links-bar.extra-links-bar-mobile .login-box {
      order: 2; }
    .extra-links-bar.extra-links-bar-mobile .register-box {
      order: 3; }
      .extra-links-bar.extra-links-bar-mobile .register-box::before {
        display: none; }
      .extra-links-bar.extra-links-bar-mobile .register-box a {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #ffffff;
        background: #7a8829;
        padding: 10px 27px 9px;
        border-radius: 60px;
        display: inline-block; }
    .extra-links-bar.extra-links-bar-mobile .search-box {
      vertical-align: middle; }
    .extra-links-bar.extra-links-bar-mobile .networks {
      margin-bottom: 19px;
      order: 5; }
    .extra-links-bar.extra-links-bar-mobile .custom-links {
      padding-bottom: 27px;
      margin-bottom: 19px;
      vertical-align: middle;
      position: relative; }
      .extra-links-bar.extra-links-bar-mobile .custom-links a {
        margin-bottom: 19px; }
        .extra-links-bar.extra-links-bar-mobile .custom-links a:last-child {
          margin-bottom: 0; }

.search-box {
  display: block;
  margin-left: 0px; }

header.header .networks {
  margin-bottom: 13px; }
  header.header .networks ul.social {
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    header.header .networks ul.social li {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0px;
      width: auto;
      height: 30px;
      border-radius: 50%;
      background: transparent;
      margin-right: 20px; }
      header.header .networks ul.social li:last-child {
        margin-bottom: 0; }
      header.header .networks ul.social li a {
        color: white; }
        header.header .networks ul.social li a i {
          font-size: 15px; }
      header.header .networks ul.social li:hover a {
        color: #ed4b29; }

.main-links {
  display: flex;
  flex-direction: column; }
  .main-links a {
    margin-bottom: 10px; }
    .main-links a:last-child {
      margin-bottom: 0px; }

body.fixed header.header {
  top: 0; }
  body.fixed header.header::before {
    height: 100%;
    opacity: 1; }
  body.fixed header.header .navbar-brand img:nth-child(1) {
    display: none; }
  body.fixed header.header .navbar-brand img:nth-child(2) {
    display: block; }
  body.fixed header.header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='21' viewBox='0 0 32 21'%3e%3cg fill='none' fill-rule='evenodd' stroke-linecap='round'%3e%3cg stroke='%23545544' stroke-width='3.5'%3e%3cg%3e%3cpath d='M30 1.5L8 1.5M30 19.5L8 19.5M30 10.5L1 10.5' transform='translate(-283.000000, -28.000000) translate(283.000000, 28.000000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  body.fixed header.header.active .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23545544;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: 55%; }

@media (min-width: 576px) and (max-width: 992px) {
  #NavDropdown {
    width: 300px; } }
@media (min-width: 576px) and (max-width: 992px) {
  .height-wrap {
    width: 300px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-brand {
    width: 51.8px;
    height: 56.2px; } }
@media (max-width: 992px) {
  .header-navigation .container {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 0; }

  .navbar-expand-lg .navbar-toggler {
    display: block; }

  .extra-links-bar:not(.extra-links-bar-mobile) {
    display: none; } }
@media (min-width: 993px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home {
    padding-top: 0px !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header::before,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header::before {
    opacity: 1; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .networks ul.social li a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .networks ul.social li a {
    color: #7a8829; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.secondary a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.secondary a {
    background: #ed4b29 !important;
    color: #ffffff !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.secondary:hover a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.secondary:focus a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.secondary:active a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.secondary.active a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:hover a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:focus a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:active a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.secondary.active a {
    background-color: #d4d2d2 !important;
    color: #888888 !important;
    text-decoration: none !important;
    border-color: #d4d2d2 !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links button,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links span {
    color: #545544; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links button:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links span:hover {
      color: #ed4b29; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a.btn-news::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button.btn-news::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span.btn-news::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links a.btn-news::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links button.btn-news::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links span.btn-news::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23545544' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a.btn-news:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button.btn-news:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span.btn-news:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links a.btn-news:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links button.btn-news:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links span.btn-news:hover::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23ed4b29' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a.btn-shop::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button.btn-shop::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span.btn-shop::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links a.btn-shop::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links button.btn-shop::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links span.btn-shop::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23545544%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e "); }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a.btn-shop:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button.btn-shop:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span.btn-shop:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links a.btn-shop:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links button.btn-shop:hover::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links span.btn-shop:hover::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23ed4b29%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e "); }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #open-search .icon-search,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #open-search .icon-search {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15' style='enable-background:new 0 0 18 15;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23545544;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(-35 -692) translate(20 677) translate(16 16)'%3e%3ccircle class='st0' cx='6' cy='6.2' r='6'/%3e%3cpath class='st0' d='M16,12.5l-4-3.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #open-search .text,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #open-search .text {
    color: #545544; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .navbar-brand img:nth-child(1),
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .navbar-brand img:nth-child(1) {
    display: none !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .navbar-brand img:nth-child(2),
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .navbar-brand img:nth-child(2) {
    display: block !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li a {
    color: #545544; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header {
    font-family: "Interstate", sans-serif !important;
    width: 100%;
    z-index: 1030;
    /*START Main Navigation------------------------------------------*/
    /*END Main Navigation------------------------------------------*/ }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .textwidget {
      display: inline-block; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header::before {
      opacity: 0; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header p {
      margin-bottom: 0 !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .container {
      padding: 0 15px;
      margin: auto; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: relative;
      min-height: auto;
      transition: 0.6s;
      margin: 0;
      padding: 0px 0 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar .box {
        margin-bottom: 0;
        margin-top: 0; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar .box:last-child {
          margin-right: 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile {
        padding: 0; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .custom-links,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .networks,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .login-box,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .translate-box,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .search-box,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .register-box {
          display: none; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links {
      flex-direction: row;
      align-items: center;
      margin-right: 18px;
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a {
        margin-left: 30px;
        color: white; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a.btn-news::before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23fff' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a.btn-news:hover::before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23ed4b29' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a.btn-shop::before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23fff%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e "); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a.btn-shop:hover::before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23ed4b29%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e "); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a:first-child {
          margin-left: 0; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a:hover {
          color: #ed4b29; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links p {
        padding-left: 18px;
        margin-left: 18px;
        position: relative; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links p::before {
          content: "";
          display: block;
          width: 1px;
          height: 16px;
          background: white;
          position: absolute;
          top: calc(50% - 8px);
          left: 0; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links p:first-child {
          padding-left: 0;
          margin-left: 0; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links p:first-child::before {
            display: none; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box {
      position: relative;
      padding-left: 10px;
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box::before {
        content: "";
        display: block;
        width: 1px;
        height: 16px;
        background: white;
        position: absolute;
        top: calc(50% - 8px);
        left: 0;
        display: none; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box #open-search .icon-search {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15' style='enable-background:new 0 0 18 15;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(-35 -692) translate(20 677) translate(16 16)'%3e%3ccircle class='st0' cx='6' cy='6.2' r='6'/%3e%3cpath class='st0' d='M16,12.5l-4-3.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box #open-search .text {
        color: white; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .login-box {
      display: flex;
      padding-right: 19px;
      border-right: 1px solid white; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .register-box {
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .register-box a {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        color: #ffffff; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .translate-box {
      margin: 0; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .main-links {
      flex-direction: row;
      align-items: center;
      margin-left: 0 !important; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .main-links a {
        margin-bottom: 0;
        margin-left: 20px;
        min-width: 106px; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top {
      padding: 30px 0 0;
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top.over-navbar {
        display: block; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top:before {
        content: "";
        display: block;
        background: #ed4b29;
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        display: none; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl {
      display: flex;
      justify-content: space-between;
      padding: 0px 0 0;
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar::before,
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl::before {
        content: "";
        display: none;
        width: 100vw;
        height: 100%;
        background: #7a8829;
        position: absolute;
        bottom: 0;
        left: calc((100vw - 930px) / -2); }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header,
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header {
        position: relative;
        padding: 0px 0;
        width: auto;
        flex-basis: auto; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header::before,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header::before {
          content: "";
          background: #d0d0d0;
          display: none;
          height: calc(100% + 0.5px);
          position: absolute;
          right: -75px;
          top: 0;
          width: 100vw;
          z-index: -1;
          transition: 0.4s;
          transform: skewX(20deg);
          -webkit-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
          box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header::after,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header::after {
          content: "";
          background: black;
          display: none;
          height: calc(100% + 1px);
          position: absolute;
          right: -45px;
          top: 0;
          width: 100vw;
          z-index: -1;
          transition: 0.4s;
          transform: skewX(20deg); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand {
          border-radius: none;
          display: block;
          margin: 0;
          position: relative;
          padding: 0 !important;
          width: 84.4px;
          height: 91.7px;
          max-width: 100%; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
            width: 100%;
            height: auto;
            max-width: 100%;
            transition: all 0.4s ease; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img:nth-child(1),
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img:nth-child(1) {
              display: block; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img:nth-child(2),
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img:nth-child(2) {
              display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand::before,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand::before {
            height: calc(100% + 63px);
            right: -28px;
            top: -32px; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .just-for-mobile,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .just-for-mobile {
          display: none !important; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-toggler,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-toggler {
          display: none !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .col-middle {
      position: relative;
      width: 100%; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-bottom {
      width: 100%; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown {
      width: 100%;
      height: auto;
      position: relative;
      left: auto;
      top: auto;
      right: auto !important;
      opacity: 1 !important;
      text-align: center;
      align-items: center;
      justify-content: flex-end; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown .height-wrap {
        background: transparent;
        height: auto;
        margin: auto;
        overflow-y: unset !important;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow: row wrap;
        width: 100%; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) > li:last-child a::before {
          display: none; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open {
          display: inline-block;
          float: none;
          padding: 0px;
          width: auto;
          margin: 0 15px; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li button.dropdown-btn,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open button.dropdown-btn {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.mega-menu-item ul,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.mega-menu-item ul {
            display: none !important; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.only-mobile,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.only-mobile {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a {
            background: transparent; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a::after,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a::after {
              width: 50%; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:active,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:hover,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:focus,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:active {
              text-decoration: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a {
            font-size: 17px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            color: white;
            padding: 26px 0;
            position: relative;
            text-decoration: none;
            text-transform: none;
            display: block; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a::before,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a::before {
              content: "";
              display: none;
              width: 1px;
              height: 14px;
              background: #ed4b29;
              position: absolute;
              top: 6.9px;
              right: -10px; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a::after,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a::after {
              content: "";
              background-color: #ffab00;
              border: none;
              bottom: 20px;
              margin: 0 auto;
              position: absolute;
              transition: 0.4s;
              width: 0%;
              height: 3px;
              left: 50%;
              -webkit-transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:active,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:hover,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:focus,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:active {
              text-decoration: none; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:hover::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:focus::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:active::after,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:hover::after,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:focus::after,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:active::after {
                width: 50%; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul {
            background: white;
            border: none;
            display: none;
            height: unset;
            min-height: 0;
            text-align: left;
            position: absolute;
            left: 0%;
            isolation: isolate;
            padding: 0 !important;
            width: 254px;
            border-bottom: 3px solid white;
            border-radius: 0;
            box-shadow: 0 4px 9px 0 rgba(217, 217, 217, 0.42); }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li {
              display: block;
              margin: 0 !important;
              padding: 0; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active > a,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active > a {
                background-color: #ed4b29;
                color: white;
                font-weight: bold; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active > a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active > a::after,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active > a::before,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active > a::after {
                  content: none !important; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li::after,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li::before,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li::after {
                content: none !important; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a {
                padding: 13px;
                color: #545544;
                font-weight: 500; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a::after,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a::before,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a::after {
                  content: none !important; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:active,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:hover,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:focus,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:active {
                  background-color: #f4f4f4;
                  color: #959595 !important; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li:last-child ul,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li:last-child ul {
                left: 100%;
                top: 0;
                right: auto; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul {
                background: white !important; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a {
                  color: #545544 !important; }
                  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a:hover,
                  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a:hover {
                    background-color: #7a8829; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.menu-hide,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.menu-hide {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:last-child,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:last-child {
            margin-right: 0 !important; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:last-child ul,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:last-child ul {
              left: auto;
              right: 0; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:nth-last-child(2) ul,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:nth-last-child(2) ul {
            left: auto;
            right: 0; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn {
            display: inline-block;
            margin-bottom: 0px;
            margin-left: 9px;
            margin-right: 9px; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn a::after,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn a::after {
              display: none; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary a {
              background-color: #ffffff !important;
              color: #ed4b29 !important; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:hover a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:focus a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:active a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary.active a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary:hover a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary:focus a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary:active a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary.active a {
              background-color: #d4d2d2 !important;
              color: #888888 !important;
              text-decoration: none !important;
              border-color: #d4d2d2 !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .display_dropdown {
      border-radius: 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .display_dropdown li:first-child::before {
        transition-property: top, opacity;
        transition-duration: 0.1s, 0.1s;
        transition-timing-function: ease, ease-out;
        transition-delay: 0.1s, 0s;
        top: 0 !important;
        opacity: 1 !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-menu {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      display: block;
      left: 50%;
      margin: 0 auto;
      padding: 0px;
      position: absolute; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-menu .dropdown-menu {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none;
        display: block;
        left: 100% !important;
        top: 0; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-btn {
      display: none; } }
@media (min-width: 1200px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a {
    font-size: 17px; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .col-middle {
    width: 84%; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks ul.social li {
    width: 19px;
    height: 19px; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks ul.social li a {
      line-height: 0; } }
@media (min-width: 1280px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.ml-desktop {
    margin-left: 40px; } }
@media (min-width: 1440px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.ml-desktop {
    margin-left: 79px; } }
/*END Main Navigation------------------------------------- */
.boxes-interior-footer {
  background-color: #ffffff;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .boxes-interior-footer .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .boxes-interior-footer .border-boxes-footer {
    display: none;
    width: 100%;
    height: 100%;
    background: white;
    background-size: 100% auto;
    position: absolute;
    bottom: -2px;
    left: 0; }
    .boxes-interior-footer .border-boxes-footer::before {
      content: '';
      display: block;
      width: 130%;
      height: 100%;
      background: url("../images/boxes-icon.png") no-repeat;
      background-size: 100vw auto;
      background-position: 50% bottom;
      background-color: #7a8829;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      border-radius: 100% 100% 0 0; }
  .boxes-interior-footer .container-boxes {
    position: relative; }
  .boxes-interior-footer .item-col {
    background-color: transparent;
    border: none;
    max-width: 100%;
    position: relative;
    text-decoration: none; }
    .boxes-interior-footer .item-col:nth-child(1) .featured-box-images {
      background-color: #717073; }
      .boxes-interior-footer .item-col:nth-child(1) .featured-box-images::after {
        background: #717073; }
    .boxes-interior-footer .item-col:nth-child(2) .featured-box-images {
      background-color: #545544; }
      .boxes-interior-footer .item-col:nth-child(2) .featured-box-images::after {
        background: #545544; }
    .boxes-interior-footer .item-col:nth-child(3) .featured-box-images {
      background-color: #ed4b29; }
      .boxes-interior-footer .item-col:nth-child(3) .featured-box-images::after {
        background: #ed4b29; }
    .boxes-interior-footer .item-col .box-page-link {
      border-radius: 0px;
      border: none;
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0;
      transition: all 0.4s ease; }
      .boxes-interior-footer .item-col .box-page-link:hover, .boxes-interior-footer .item-col .box-page-link:focus, .boxes-interior-footer .item-col .box-page-link:active {
        text-decoration: none;
        transition: all 0.4s ease; }
        .boxes-interior-footer .item-col .box-page-link:hover .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:focus .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:active .featured-box-images::after {
          opacity: .34; }
      .boxes-interior-footer .item-col .box-page-link .featured-box-images {
        background-size: cover;
        background-position: center;
        display: block;
        margin: 0 auto !important;
        overflow: hidden;
        position: relative;
        z-index: 0;
        height: 246px;
        background-color: black; }
        .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
          content: "";
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.4s ease;
          width: 100%;
          opacity: .94; }
      .boxes-interior-footer .item-col .box-page-link .content-box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
          color: white;
          font-family: "LTC Globe Gothic", serif !important;
          font-size: 27px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.22;
          letter-spacing: normal;
          z-index: 20;
          position: relative;
          text-transform: none;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .boxes-interior-footer .item-col .box-page-link .content-box .title-box::after {
            content: 'Go';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            font-family: "Interstate", sans-serif !important;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.13;
            letter-spacing: normal;
            color: inherit;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath fill='%23fff' stroke='%23fff' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
            background-size: 12px 9px;
            background-repeat: no-repeat;
            padding-right: 18px;
            background-position: right center;
            margin-top: 7px; }
        .boxes-interior-footer .item-col .box-page-link .content-box .hover-wrap {
          position: relative;
          display: none !important; }
          .boxes-interior-footer .item-col .box-page-link .content-box .hover-wrap p {
            font-family: "Interstate", sans-serif !important;
            font-size: 16px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            color: white; }

@media only screen and (max-width: 991px) {
  .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
    font-size: 27px; } }
@media only screen and (max-width: 767px) {
  .boxes-interior-footer .container-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .boxes-interior-footer .item-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }
    .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
      opacity: 0.9; } }
/*START Helper Classes------------------------------------------*/
.carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
  padding-top: 60px !important; }

.container .alignfull .container {
  padding-right: 15px;
  padding-left: 15px; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
  margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
  max-width: 100vw; }
  .entry-content .alignfull img {
    width: 100%;
    height: auto; }

.button-block.aligncenter {
  text-align: center; }
.button-block.alignright {
  text-align: right; }

.image-fit-cover {
  object-fit: cover; }

.image-fit-contain {
  object-fit: contain; }

.image-fit-top {
  object-position: top; }

.image-fit-center {
  object-position: center; }

.image-fit-bottom {
  object-position: bottom; }

.line-clamp-3, .line-clamp-3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-2, .line-clamp-2 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-1, .line-clamp-1 p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.single-tribe_events .tribe-events-content .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  display: none; }

.addtoany_content .addtoany_header {
  font-family: "LTC Globe Gothic", serif !important;
  color: #ed4b29;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }
.addtoany_content .a2a_kit a {
  border-bottom: none !important; }
  .addtoany_content .a2a_kit a span {
    background: transparent !important;
    color: #ed4b29 !important;
    width: 24px !important;
    height: 24px !important; }
    .addtoany_content .a2a_kit a span svg path {
      fill: #ed4b29 !important; }

.col-align-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

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

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

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

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3; }
  .img-wrap img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 101%;
    left: 50%;
    max-height: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    width: 101%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    transition: 0.4s; }

.card {
  border-radius: 0;
  border: none; }
  .card.img-bg {
    min-height: 250px; }
    .card.img-bg .img-wrap {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0; }
    .card.img-bg .card-body {
      position: relative;
      z-index: 5;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%; }

.modal-video .modal-content {
  background: black;
  border-radius: 0; }
  .modal-video .modal-content .modal-header {
    padding: 0;
    border: none;
    z-index: 5; }
    .modal-video .modal-content .modal-header .close {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #7a8829;
      color: white;
      padding: 0;
      opacity: 1; }
  .modal-video .modal-content .modal-body {
    padding: 0; }

.gray-scale {
  background-color: #000;
  background-blend-mode: luminosity; }

.bg-cin {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.bg-cer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-hor-a {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat; }

.bg-ver-a {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat; }

.bg-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .85; }

.container-full-width {
  width: 100vw;
  left: calc((100vw - 1110px) / -2);
  height: 100%; }

.container-partial-width {
  width: calc(((100vw - 1110px) / 2) + (100% + 15px));
  height: 100%; }
  .container-partial-width.left-side {
    left: calc((100vw - 1110px) / -2); }
  .container-partial-width.right-side {
    left: -15px; }

button, input, textarea, select {
  outline: none !important; }

.bg-positive {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%); }

html[data-useragent*='Android'] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*='iPad'] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*='Mobile'] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*='Mobile'] body body .navbar-expand-xl .navbar-toggler,
html.touch body .navbar-expand-xl .navbar-toggler,
html.android body .navbar-expand-xl .navbar-toggler,
html.ios body .navbar-expand-xl .navbar-toggler {
  display: flex !important; }
html[data-useragent*='Android'] body .d-xl-none,
html[data-useragent*='iPad'] body .d-xl-none,
html[data-useragent*='Mobile'] body .d-xl-none,
html[data-useragent*='Mobile'] body body .d-xl-none,
html.touch body .d-xl-none,
html.android body .d-xl-none,
html.ios body .d-xl-none {
  display: flex !important; }

/*
.play-effect{
	position: relative;
	.circle {
		height: 95px;
		width: 95px;
		border-radius: 50%;
		background-color: white;
		background-image: url('../images/btn-play.svg');
		background-position: 60% 50%;
		background-repeat: no-repeat;
		background-size: auto;
		box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);

		@include center(-35%,-50%);
		left: 50%;
		position: absolute;
		top: 50%;

		-webkit-transition:height .25s ease, width .25s ease;
		transition:height .25s ease, width .25s ease;
		
		-webkit-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		&:hover{
			height:100px;
			width:100px;
			transition: all .25s ease;
			background-color: transparentize($primary, 0.4);
			box-shadow: none;
			background-image: url('../images/btn-play-white.svg');
			&:before,&:after {
				-webkit-animation: none;
				animation: none;
				border:1px solid transparentize($primary, 0.4);
			}
		}
		&:before,&:after {
			content:'';
			display: block;
			position: absolute;
			top: 0; right: 0; bottom: 0; left: 0;
			border-radius: 50%;
			border: 1px solid rgba($color: $primary , $alpha: 0.9);
		}
		&:before {
			-webkit-animation: ripple 2s linear infinite;
			animation: ripple 2s linear infinite;
		}
		&:after {
			-webkit-animation: ripple 2s linear 1s infinite;
			animation: ripple 2s linear 1s infinite;
		}
		// img{
		//   @include center(-35%,-50%);
		//   left: 50%;
		//   position: absolute;
		//   top: 50%;
		// }
	}
	@-webkit-keyframes ripple{
		0% {-webkit-transform:scale(1); }
		75% {-webkit-transform:scale(1.75); opacity:1;}
		100% {-webkit-transform:scale(2); opacity:0;}
	}

	@keyframes ripple{
		0% {transform:scale(1); }
		75% {transform:scale(1.75); opacity:1;}
		100% {transform:scale(2); opacity:0;}
	}
	#link-play{
		@include center(-50%,-50%);
		background: transparent;
		border: none !important;
		cursor: pointer;
		height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 100%;
		&:hover{
			text-decoration: none;
			background: $primary;
		}
		&:focus, &:active{
			outline: inherit;
		}
	}
}
*/
#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    padding: 5px 15px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

@media only screen and (max-width: 1199.98px) {
  .container-full-width {
    width: 100vw;
    left: calc((100vw - 930px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 930px) / 2) + (100% + 15px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2); }
    .container-partial-width.right-side {
      left: -15px; } }
@media only screen and (max-width: 991px) {
  .container-full-width {
    width: 100vw;
    left: calc((100vw - 690px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 690px) / 2) + (100% + 15px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2); }
    .container-partial-width.right-side {
      left: -15px; } }
@media only screen and (max-width: 767px) {
  .alignright, .alignleft {
    float: none !important;
    display: block !important;
    margin: 0 auto 20px;
    text-align: center; }

  .container-full-width {
    width: 100vw;
    left: calc((100vw - 510px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 510px) / 2) + (100% + 45px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2); }
    .container-partial-width.right-side {
      left: -15px; } }
@media only screen and (max-width: 576px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    display: block !important;
    text-align: center;
    margin: 0 auto 20px; }

  .container-full-width {
    width: 100vw;
    left: -15px;
    height: 100%; }

  .container-partial-width {
    width: 100vw;
    height: 100%; }
    .container-partial-width.left-side {
      left: -15px; }
    .container-partial-width.right-side {
      left: -15px; } }
/*END Helper Classes-------------------------------------*/
#block-video-banner {
  height: 70vh;
  min-height: 500px;
  position: relative;
  z-index: 0; }
  #block-video-banner .banner-wrapping {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    #block-video-banner .banner-wrapping::before {
      content: none;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
    #block-video-banner .banner-wrapping .poster-image {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
      #block-video-banner .banner-wrapping .poster-image img {
        height: 100%;
        object-fit: contain;
        object-position: top center;
        width: 100%;
        position: relative;
        z-index: 2; }
        @media (max-width: 1199.98px) {
          #block-video-banner .banner-wrapping .poster-image img {
            object-position: center; } }
      #block-video-banner .banner-wrapping .poster-image::after {
        content: none;
        width: 100%;
        height: 100%;
        background-color: #000000;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        bottom: unset;
        left: 50%;
        top: 50%;
        z-index: 1; }
      #block-video-banner .banner-wrapping .poster-image::before {
        content: none;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3; }
      #block-video-banner .banner-wrapping .poster-image.active {
        z-index: 4; }
    #block-video-banner .banner-wrapping #block-video {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    #block-video-banner .banner-wrapping .container {
      position: absolute;
      margin: 0 auto;
      right: 0;
      left: 0;
      bottom: 0; }
    #block-video-banner .banner-wrapping .caption-container {
      bottom: 0;
      padding: 50px 0;
      position: absolute;
      width: 100%;
      z-index: 20; }
      #block-video-banner .banner-wrapping .caption-container h2, #block-video-banner .banner-wrapping .caption-container h3, #block-video-banner .banner-wrapping .caption-container h4, #block-video-banner .banner-wrapping .caption-container h5, #block-video-banner .banner-wrapping .caption-container h6, #block-video-banner .banner-wrapping .caption-container p, #block-video-banner .banner-wrapping .caption-container a, #block-video-banner .banner-wrapping .caption-container strong, #block-video-banner .banner-wrapping .caption-container span {
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: white !important; }
      #block-video-banner .banner-wrapping .caption-container h2, #block-video-banner .banner-wrapping .caption-container h3, #block-video-banner .banner-wrapping .caption-container h4, #block-video-banner .banner-wrapping .caption-container h5, #block-video-banner .banner-wrapping .caption-container h6 {
        font-weight: bold;
        margin-bottom: 0 !important; }
      #block-video-banner .banner-wrapping .caption-container p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.44;
        text-align: left; }
      #block-video-banner .banner-wrapping .caption-container #button-play-iframe {
        align-items: center;
        background-color: transparent;
        border: none;
        color: #ffffff;
        display: flex;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        justify-content: space-between;
        letter-spacing: 0.72px;
        line-height: 1;
        padding: 5px 0 5px 15px;
        position: relative;
        right: 0;
        text-align: center;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.49);
        text-transform: none;
        z-index: 10; }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .play, #block-video-banner .banner-wrapping .caption-container #button-play-iframe .pause {
          content: "";
          cursor: pointer;
          background-color: transparent;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100%;
          border-radius: 50%;
          margin: 0 20px 0 0;
          transition: all 0.4s ease;
          width: 50px;
          height: 50px; }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .play {
          background-image: url("../images/icons/play.svg"); }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .pause {
          background-image: url("../images/icons/pause.svg"); }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe span.play-label {
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.36;
          letter-spacing: normal;
          text-align: left;
          color: #ffffff; }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe:hover, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:focus {
          outline: none; }
          #block-video-banner .banner-wrapping .caption-container #button-play-iframe:hover .play, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:hover .pause, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:focus .play, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:focus .pause {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }

.slider-widget {
  position: relative; }
  .slider-widget.slider-relative {
    background: #7a8829; }
    .slider-widget.slider-relative .slider-a {
      height: auto;
      min-height: auto;
      padding-bottom: 39px; }
    .slider-widget.slider-relative .bg-img {
      position: relative;
      height: 318px; }
    .slider-widget.slider-relative .slider-caption {
      padding-top: 30px; }
    .slider-widget.slider-relative .container {
      height: auto; }
  .slider-widget.centered-caption .slider-caption {
    text-align: center; }
    .slider-widget.centered-caption .slider-caption .link {
      align-items: center; }
  .slider-widget .slider-a {
    height: 100vh; }
  .slider-widget .curve {
    position: absolute;
    width: 100%;
    bottom: -2px; }
    .slider-widget .curve::after {
      content: "";
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 10.15625%;
      background-image: url("../images/curve-slider.png");
      background-size: 100% auto;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2; }
  .slider-widget .bg-img {
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
    margin: 0; }
    .slider-widget .bg-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.6s; }
    .slider-widget .bg-img::before {
      background-image: url("../images/overlay-banner-homepage.png");
      background-size: cover;
      z-index: 5;
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      display: none; }
    .slider-widget .bg-img::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.7;
      background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0) 74%);
      z-index: 5; }
  .slider-widget .container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column; }
  .slider-widget .caption-container {
    position: relative; }
  .slider-widget .slider-caption {
    position: relative;
    width: 100%;
    z-index: 10;
    left: 0 !important;
    text-align: left;
    margin: auto;
    padding-top: 0px; }
    .slider-widget .slider-caption h3 {
      font-family: "Interstate", sans-serif !important;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.44;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 10px; }
    .slider-widget .slider-caption h2 {
      font-size: 28px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 21px;
      text-transform: none; }
    .slider-widget .slider-caption p {
      font-family: "Interstate", sans-serif !important;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal;
      letter-spacing: normal;
      color: white; }
    .slider-widget .slider-caption .link {
      margin-top: 25px;
      display: flex;
      align-items: flex-start;
      flex-direction: column; }
      .slider-widget .slider-caption .link a[class^="btn-"],
      .slider-widget .slider-caption .link button {
        display: inline-block;
        margin-bottom: 20px; }
        .slider-widget .slider-caption .link a[class^="btn-"]:last-child,
        .slider-widget .slider-caption .link button:last-child {
          margin-bottom: 0;
          margin-right: 0; }
      .slider-widget .slider-caption .link button {
        position: relative; }
    .slider-widget .slider-caption .search {
      background: transparent;
      width: 325px;
      max-width: 100%; }
      .slider-widget .slider-caption .search::before {
        display: none; }
      .slider-widget .slider-caption .search::after {
        display: none; }
      .slider-widget .slider-caption .search input:not([type="submit"]),
      .slider-widget .slider-caption .search #s {
        font-family: "LTC Globe Gothic", serif !important;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.18px;
        color: #7a8829;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.5);
        height: 45px;
        /* firefox 19+ */
        /* ie */ }
        .slider-widget .slider-caption .search input:not([type="submit"])::-webkit-input-placeholder,
        .slider-widget .slider-caption .search #s::-webkit-input-placeholder {
          color: #7a8829;
          opacity: 1; }
        .slider-widget .slider-caption .search input:not([type="submit"])::-moz-placeholder,
        .slider-widget .slider-caption .search #s::-moz-placeholder {
          color: #7a8829;
          opacity: 1; }
        .slider-widget .slider-caption .search input:not([type="submit"]):-ms-input-placeholder,
        .slider-widget .slider-caption .search #s:-ms-input-placeholder {
          color: #7a8829;
          opacity: 1; }
        .slider-widget .slider-caption .search input:not([type="submit"]):active, .slider-widget .slider-caption .search input:not([type="submit"]):focus,
        .slider-widget .slider-caption .search #s:active,
        .slider-widget .slider-caption .search #s:focus {
          box-shadow: none;
          border-color: #7a8829;
          outline: none;
          color: #7a8829;
          /* firefox 19+ */
          /* ie */ }
          .slider-widget .slider-caption .search input:not([type="submit"]):active::-webkit-input-placeholder, .slider-widget .slider-caption .search input:not([type="submit"]):focus::-webkit-input-placeholder,
          .slider-widget .slider-caption .search #s:active::-webkit-input-placeholder,
          .slider-widget .slider-caption .search #s:focus::-webkit-input-placeholder {
            color: #7a8829;
            opacity: 1; }
          .slider-widget .slider-caption .search input:not([type="submit"]):active::-moz-placeholder, .slider-widget .slider-caption .search input:not([type="submit"]):focus::-moz-placeholder,
          .slider-widget .slider-caption .search #s:active::-moz-placeholder,
          .slider-widget .slider-caption .search #s:focus::-moz-placeholder {
            color: #7a8829;
            opacity: 1; }
          .slider-widget .slider-caption .search input:not([type="submit"]):active:-ms-input-placeholder, .slider-widget .slider-caption .search input:not([type="submit"]):focus:-ms-input-placeholder,
          .slider-widget .slider-caption .search #s:active:-ms-input-placeholder,
          .slider-widget .slider-caption .search #s:focus:-ms-input-placeholder {
            color: #7a8829;
            opacity: 1; }
        .slider-widget .slider-caption .search input:not([type="submit"]):-webkit-autofill, .slider-widget .slider-caption .search input:not([type="submit"]):-webkit-autofill:hover, .slider-widget .slider-caption .search input:not([type="submit"]):-webkit-autofill:focus, .slider-widget .slider-caption .search input:not([type="submit"]):-webkit-autofill, .slider-widget .slider-caption .search input:not([type="submit"]):-webkit-autofill:hover, .slider-widget .slider-caption .search input:not([type="submit"]):-webkit-autofill:focus, .slider-widget .slider-caption .search input:not([type="submit"]):-webkit-autofill, .slider-widget .slider-caption .search input:not([type="submit"]):-webkit-autofill:hover, .slider-widget .slider-caption .search input:not([type="submit"]):-webkit-autofill:focus,
        .slider-widget .slider-caption .search #s:-webkit-autofill,
        .slider-widget .slider-caption .search #s:-webkit-autofill:hover,
        .slider-widget .slider-caption .search #s:-webkit-autofill:focus,
        .slider-widget .slider-caption .search #s:-webkit-autofill,
        .slider-widget .slider-caption .search #s:-webkit-autofill:hover,
        .slider-widget .slider-caption .search #s:-webkit-autofill:focus,
        .slider-widget .slider-caption .search #s:-webkit-autofill,
        .slider-widget .slider-caption .search #s:-webkit-autofill:hover,
        .slider-widget .slider-caption .search #s:-webkit-autofill:focus {
          background: transparent !important;
          color: #7a8829 !important;
          -webkit-text-fill-color: #7a8829 !important;
          transition: background-color 5000s ease-in-out 0s; }
      .slider-widget .slider-caption .search input[type="submit"],
      .slider-widget .slider-caption .search input.button,
      .slider-widget .slider-caption .search #searchsubmit {
        font-family: "Interstate", sans-serif !important;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.18px;
        color: #ffffff;
        background: #7a8829;
        border-radius: 0;
        border: none;
        height: 45px;
        margin-left: 0px;
        opacity: 1;
        text-indent: 0px;
        text-transform: uppercase;
        transition: 0.4s;
        vertical-align: middle;
        width: auto;
        padding: 0 25px;
        margin-top: 9px; }
        .slider-widget .slider-caption .search input[type="submit"]:hover,
        .slider-widget .slider-caption .search input.button:hover,
        .slider-widget .slider-caption .search #searchsubmit:hover {
          background-size: 18px 18px;
          opacity: 1; }
  .slider-widget .bullets {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 15;
    height: 10px;
    bottom: 30px;
    z-index: -1; }
    .slider-widget .bullets .carousel-indicators {
      bottom: 25px;
      justify-content: center;
      padding-left: 0;
      margin-right: 15px;
      margin-left: 15px; }
      .slider-widget .bullets .carousel-indicators li {
        background: white;
        border-radius: 100%;
        display: inherit;
        margin: 0 20px;
        transition: all 0.4s ease;
        width: 8px;
        height: 8px;
        cursor: pointer;
        border: none; }
        .slider-widget .bullets .carousel-indicators li::after {
          content: none !important; }
        .slider-widget .bullets .carousel-indicators li.active {
          opacity: 1; }
          .slider-widget .bullets .carousel-indicators li.active::before {
            display: block; }
  .slider-widget .carousel-control-next,
  .slider-widget .carousel-control-prev {
    border-radius: 50%;
    bottom: 50px;
    opacity: 1;
    position: absolute;
    top: calc(50% - 1rem);
    transition: all 0.4s ease;
    width: 12.7px;
    height: 32.5px;
    display: block;
    z-index: 10;
    top: auto;
    bottom: 30px; }
    .slider-widget .carousel-control-next .carousel-control-next-icon,
    .slider-widget .carousel-control-next .carousel-control-prev-icon,
    .slider-widget .carousel-control-prev .carousel-control-next-icon,
    .slider-widget .carousel-control-prev .carousel-control-prev-icon {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      height: 100%;
      width: 100%;
      background-image: url("../images/icons/arrow_banner_left.svg");
      background-size: contain; }
    .slider-widget .carousel-control-next:hover .carousel-control-prev-icon,
    .slider-widget .carousel-control-next:hover .carousel-control-next-icon,
    .slider-widget .carousel-control-prev:hover .carousel-control-prev-icon,
    .slider-widget .carousel-control-prev:hover .carousel-control-next-icon {
      opacity: 0.7; }
  .slider-widget .carousel-control-next {
    right: 40%;
    left: unset;
    transform: scaleX(-1); }
  .slider-widget .carousel-control-prev {
    left: 40%; }
  .slider-widget .scroll {
    font-family: "Interstate", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.66px;
    color: white;
    text-transform: none;
    opacity: 1;
    position: absolute;
    bottom: 78px;
    left: calc(50% - 87px);
    z-index: 15;
    margin: 0;
    align-items: center; }
    .slider-widget .scroll:after {
      content: "";
      display: none;
      align-items: center;
      background-image: url("../images/discover-more-button.svg");
      background-size: contain;
      width: 43px;
      height: 43px;
      margin-left: 15px;
      top: -3px;
      position: relative; }
    .slider-widget .scroll span.text {
      margin-left: 15px; }
@keyframes scroll_2 {
  0% {
    transform: translateY(0);
    opacity: 1; }
  25% {
    opacity: 1; }
  75% {
    transform: translateY(0.75em);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 0; } }
    .slider-widget .scroll .example--2 {
      background: cornflowerblue; }
    .slider-widget .scroll .scroll-icon__dot {
      display: block;
      position: absolute;
      left: 50%;
      background: #fff;
      height: 4px;
      width: 2px;
      top: 0.6em;
      margin-left: 0px;
      border-radius: 0%;
      transform-origin: top center;
      backface-visibility: hidden;
      animation: scroll_2 2s ease-out infinite; }
    .slider-widget .scroll .scroll-icon {
      display: block;
      position: relative;
      height: 61px;
      width: 38px;
      border: 2px solid #fff;
      border-radius: 38px; }
  .slider-widget .next-box {
    position: absolute;
    bottom: 182px;
    right: 46px;
    z-index: 13; }
    .slider-widget .next-box::after {
      content: "";
      display: block;
      width: 100%;
      height: 8px;
      background-image: linear-gradient(to right, #7a8829, #ffab00 51%, #cc8900 99%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
    .slider-widget .next-box .card {
      border: none;
      border-radius: 0;
      background: white;
      display: flex;
      flex-direction: row; }
    .slider-widget .next-box .big-card-body {
      display: flex;
      flex-direction: column;
      order: 1; }
    .slider-widget .next-box .carousel-control-next {
      right: 0;
      left: unset;
      transform: scaleX(1);
      border-radius: 0;
      bottom: auto;
      position: relative;
      top: auto;
      width: auto;
      height: 100%;
      display: block;
      text-align: left; }
    .slider-widget .next-box .top-title {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 14px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: 0.28px;
      color: #cc8900;
      margin-bottom: 7px;
      display: block; }
    .slider-widget .next-box .card-title {
      font-family: "Interstate", sans-serif !important;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: 0.28px;
      color: #000000;
      margin: 0; }
    .slider-widget .next-box .card-body {
      padding: 26px 31px;
      width: 184px;
      position: relative; }
      .slider-widget .next-box .card-body::after {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23ffffff;stroke-width:1.5;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M10.5,1.5l8.1,8.1l-9,9'/%3e%3cpath class='st0' d='M18.6,9.6l-17.9,0'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        bottom: 20px; }
    .slider-widget .next-box .card-footer {
      border-radius: 0;
      background: #7a8829;
      border-top: solid 0.5px rgba(255, 255, 255, 0.34);
      padding: 23px 31px; }
      .slider-widget .next-box .card-footer:hover {
        background: black; }
    .slider-widget .next-box .img-wrap {
      width: 184px;
      height: auto;
      margin: 0;
      border-radius: 0;
      flex-shrink: 0; }
  .slider-widget .extra-bullets {
    position: absolute;
    z-index: 20;
    bottom: 60px;
    right: calc((100vw - 860px) / 2);
    align-items: center; }
    @media (min-width: 1200px) {
      .slider-widget .extra-bullets {
        right: calc((100vw - 1040px) / 2); } }
    .slider-widget .extra-bullets .carousel-indicators {
      margin: 0;
      counter-reset: item;
      width: 161px;
      justify-content: flex-start;
      position: relative; }
      .slider-widget .extra-bullets .carousel-indicators::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: white;
        position: absolute;
        top: calc(50% - 0.5px);
        opacity: 0.54; }
      .slider-widget .extra-bullets .carousel-indicators li {
        background: transparent;
        height: 20px;
        margin: 0;
        opacity: 0;
        position: static; }
        .slider-widget .extra-bullets .carousel-indicators li::after {
          content: "";
          display: block;
          width: 0%;
          height: 3px;
          border-radius: 3px;
          background: white;
          position: relative;
          top: calc(50% - 1.5px);
          transition: 0.4s; }
        .slider-widget .extra-bullets .carousel-indicators li:before {
          counter-increment: item;
          content: "0" counter(item);
          display: table-cell;
          color: white;
          font-family: "LTC Globe Gothic", serif !important;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0.38px;
          text-indent: 0;
          position: absolute;
          top: 0px;
          left: -25px;
          opacity: 0;
          transition: 0s; }
        .slider-widget .extra-bullets .carousel-indicators li.active {
          opacity: 1; }
          .slider-widget .extra-bullets .carousel-indicators li.active::after {
            background-color: white;
            width: 100%; }
          .slider-widget .extra-bullets .carousel-indicators li.active::before {
            opacity: 1; }
      .slider-widget .extra-bullets .carousel-indicators .final-bullet {
        font-family: "LTC Globe Gothic", serif !important;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.38px;
        color: white;
        position: absolute;
        right: -30px;
        top: calc(50% - 9px); }
      .slider-widget .extra-bullets .carousel-indicators.progress-bar-animation {
        height: 40px; }
        .slider-widget .extra-bullets .carousel-indicators.progress-bar-animation li {
          position: absolute;
          width: 100% !important; }
          .slider-widget .extra-bullets .carousel-indicators.progress-bar-animation li::after {
            transition: 9s; }
    .slider-widget .extra-bullets .arrow-container {
      display: flex;
      margin-left: 110px; }
    .slider-widget .extra-bullets .carousel-control-next,
    .slider-widget .extra-bullets .carousel-control-prev {
      display: block;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto; }
      .slider-widget .extra-bullets .carousel-control-next .carousel-control-prev-icon,
      .slider-widget .extra-bullets .carousel-control-next .carousel-control-next-icon,
      .slider-widget .extra-bullets .carousel-control-prev .carousel-control-prev-icon,
      .slider-widget .extra-bullets .carousel-control-prev .carousel-control-next-icon {
        background-image: url("../images/arrow-extra-bullets-left.svg");
        background-size: 45%; }
  .slider-widget #home-slider,
  .slider-widget .carousel-inner,
  .slider-widget .carousel-item,
  .slider-widget .slider-box {
    height: 100%; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden;
    /* ie edge only gets the following rule */ }
    .slider-widget .slider-a #home-slider,
    .slider-widget .slider-a #home-slider-video {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider.zoom-effect .carousel-item,
      .slider-widget .slider-a #home-slider-video.zoom-effect .carousel-item {
        width: 100%; }
        .slider-widget .slider-a #home-slider.zoom-effect .carousel-item.active .bg-img img,
        .slider-widget .slider-a #home-slider-video.zoom-effect .carousel-item.active .bg-img img {
          animation: zoominoutsinglefeatured 40s infinite; }
      .slider-widget .slider-a #home-slider .carousel-item,
      .slider-widget .slider-a #home-slider-video .carousel-item {
        width: 100%; }
        .slider-widget .slider-a #home-slider .carousel-item .slider-caption,
        .slider-widget .slider-a #home-slider-video .carousel-item .slider-caption {
          opacity: 0;
          left: -10%;
          transition: 0.9s; }
        .slider-widget .slider-a #home-slider .carousel-item.active .slider-caption,
        .slider-widget .slider-a #home-slider-video .carousel-item.active .slider-caption {
          opacity: 1;
          left: calc(0% + 15px); }
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1, 1); } }
    .slider-widget .slider-a .slider-box {
      position: relative;
      /*.frame-video.hide{
				visibility: hidden;
				position: absolute;
			}
			#video-player{
				position: absolute;
				z-index: 1;
				top: 50%;
				-webkit-transform: translate(0%, -50%);
				-moz-transform: translate(0%, -50%);
				-ms-transform: translate(0%, -50%);
				transform: translate(0%, -50%);
				left: 0;
				object-fit: cover;
				width: 100% !important;
				height: 100% !important;
				iframe{
					
				}
				.embed-responsive-item{
					width: 100% !important;
					height: 100% !important;
				}
			} */ }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%; }
    .slider-widget .slider-a #home-video {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      left: 50%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 1; }
    @supports (object-fit: cover) {
      .slider-widget .slider-a iframe#home-video {
        height: 210%; } }
    @supports (object-fit: cover) and (-ms-ime-align: auto) {
      .slider-widget .slider-a #home-video {
        height: auto; } }
  .slider-widget .content-bottom {
    padding: 40px 0;
    background: white;
    color: black; }
    .slider-widget .content-bottom h3 {
      font-family: "Interstate", sans-serif !important;
      font-size: 25px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: normal;
      color: black;
      margin-bottom: 15px; }
    .slider-widget .content-bottom ul {
      list-style: none;
      padding: 0; }
    .slider-widget .content-bottom li {
      font-family: "Interstate", sans-serif !important;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal;
      color: black;
      margin-bottom: 8px; }

@media (min-width: 768px) {
  .slider-widget .carousel-control-next,
  .slider-widget .carousel-control-prev {
    bottom: auto;
    top: calc(50% - 1rem); }

  .slider-widget .carousel-control-prev {
    left: 2%; }

  .slider-widget .carousel-control-next {
    right: 2%; }

  .slider-widget .slider-caption {
    width: 468px; }

  .slider-widget .slider-caption h2 {
    font-size: 52px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal; }

  .slider-widget.slider-relative .slider-caption {
    margin-left: 0; }

  .slider-widget .slider-caption .link {
    flex-direction: row;
    justify-content: center; }
    .slider-widget .slider-caption .link a[class^="btn-"],
    .slider-widget .slider-caption .link button {
      margin-bottom: 0;
      margin-right: 30px; }
      .slider-widget .slider-caption .link a[class^="btn-"]:last-child,
      .slider-widget .slider-caption .link button:last-child {
        margin-right: 0; }

  .slider-widget.slider-relative {
    background: #ed4b29; }
    .slider-widget.slider-relative .slider-a {
      height: 527px;
      padding-bottom: 0px; }
    .slider-widget.slider-relative .bg-img {
      position: absolute;
      height: 100%; }
    .slider-widget.slider-relative .slider-caption {
      padding-top: 100px;
      width: 418px;
      max-width: 100%;
      padding-bottom: 30px; }
    .slider-widget.slider-relative .container {
      height: 100%; } }
@media (min-width: 1200px) {
  .slider-widget:not(.centered-caption)
  .slider-a
  #home-slider
  .carousel-item.active
  .slider-caption {
    width: 460px;
    text-align: left;
    margin-left: 0; }

  .slider-widget.centered-caption .slider-caption {
    width: 630px; }

  .slider-widget:not(.centered-caption) .slider-caption .link {
    justify-content: flex-start; }

  .slider-widget.slider-relative .slider-a {
    height: 796px; }

  .slider-widget .slider-caption h2 {
    font-size: 70px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal; } }
.section-b {
  position: relative;
  padding: 0px 0 44px; }
  .section-b .container {
    position: relative;
    z-index: 5; }
  .section-b .left-side .img-wrap {
    width: 100vw;
    height: auto;
    padding-bottom: 178.16%;
    margin-left: -15px;
    margin-top: -30px; }
  .section-b .right-side .img-wrap {
    width: 56px;
    height: 56px;
    margin: 0; }
    .section-b .right-side .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .section-b .card-body {
    padding-left: 0; }
  .section-b .card-title {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 17px; }
  .section-b .card-text p {
    color: #000000; }
  .section-b h2 {
    margin-bottom: 24px; }

@media (min-width: 768px) {
  .section-b {
    padding-top: 101px; }
    .section-b .left-side .img-wrap {
      margin-left: calc((100vw - 690px) / -2);
      margin-top: -160px; }
    .section-b .left-side .section-caption {
      position: absolute;
      bottom: 56px;
      left: 0;
      z-index: 5; }
    .section-b .card {
      flex-direction: row; }
      .section-b .card .img-wrap {
        flex-shrink: 0;
        margin-right: 30px; }
      .section-b .card .card-body {
        padding-top: 0; } }
@media (min-width: 992px) {
  .section-b .left-side .img-wrap {
    width: calc(100% + (100vw - 930px) / 2);
    margin-left: calc((100vw - 930px) / -2); } }
@media (min-width: 1200px) {
  .section-b h2 {
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    width: 450px; }
  .section-b .left-side .img-wrap {
    width: calc(100% + (100vw - 1080px) / 2);
    margin-left: calc((100vw - 1110px) / -2);
    margin-bottom: 0;
    margin-top: -240px; }
  .section-b .left-side p,
  .section-b .left-side blockquote,
  .section-b .left-side li {
    width: 367px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal; } }
@media (min-width: 1366px) {
  .section-b .left-side .img-wrap {
    padding-bottom: 188.16%; } }
@media (min-width: 1440px) {
  .section-b .left-side .img-wrap {
    padding-bottom: 198.16%; } }
@media (min-width: 1680px) {
  .section-b .left-side .img-wrap {
    padding-bottom: 228.16%; } }
@media (min-width: 1920px) {
  .section-b .left-side .img-wrap {
    padding-bottom: 268.16%;
    margin-top: -300px; } }
@media (min-width: 2560px) {
  .section-b .left-side .img-wrap {
    padding-bottom: 358.16%;
    margin-top: -390px; } }
.section-c {
  position: relative;
  padding: 54px 0;
  background-image: url("../images/bckg-news-events.png");
  background-size: cover; }
  .section-c::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0; }
  .section-c .container {
    position: relative;
    z-index: 5; }
  .section-c .single-box {
    margin-bottom: 31px; }
    .section-c .single-box:last-child {
      margin-bottom: 0; }
  .section-c .card {
    background-image: url("../images/bg-card-c.png");
    background-size: 100% 100%; }
  .section-c .card-body {
    display: flex;
    flex-direction: column; }
  .section-c .time {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ed4b29;
    position: relative;
    background: white;
    padding: 7px 16px 7.3px 8.5px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.16);
    display: inline-block;
    margin-left: auto;
    margin-right: -20px;
    margin-bottom: 15px; }
    .section-c .time::before {
      content: "\f073";
      box-sizing: border-box;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-family: "Font Awesome 5 Pro";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-rendering: auto;
      color: inherit;
      margin-right: 9px; }
  .section-c .card-title {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 5px; }
  .section-c .card-text p {
    color: white;
    margin: 0; }
  .section-c .link {
    margin-top: 31px; }

@media (min-width: 768px) {
  .section-c .card-body {
    padding: 60px 80px; }
  .section-c .time {
    position: absolute;
    right: -1px;
    top: 10px;
    margin: 0; } }
@media (min-width: 1200px) {
  .section-c .card {
    background: transparent; }
    .section-c .card:hover {
      background-image: url("../images/bg-card-c.png");
      background-size: 100% 100%; }
      .section-c .card:hover .time {
        background: white;
        color: #ed4b29; }
      .section-c .card:hover .card-title {
        color: white; }
      .section-c .card:hover .card-text p {
        color: white; }
  .section-c .card-body {
    padding: 80px 86px; }
  .section-c .time {
    background: #ed4b29;
    color: white;
    top: 19px; }
  .section-c .card-title {
    font-size: 22px;
    color: black;
    width: 314px; }
  .section-c .card-text {
    width: 314px; }
    .section-c .card-text p {
      color: black; } }
.section-d {
  position: relative;
  padding: 72px 0px 47px; }
  @media (min-width: 768px) {
    .section-d {
      padding: 100px 0 93px; } }
  .section-d .container {
    position: relative;
    z-index: 5; }
  .section-d h2 {
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) {
      .section-d h2 {
        font-size: 50px; } }
  .section-d h3 {
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) {
      .section-d h3 {
        font-size: 28px; } }
  .section-d p {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #ffffff;
    width: 300px;
    max-width: 100%; }
    .section-d p:nth-of-type(1) {
      margin-top: 27px; }
      @media (min-width: 768px) {
        .section-d p:nth-of-type(1) {
          margin-top: 45px; } }
      .section-d p:nth-of-type(1)::before {
        content: "";
        display: block;
        width: 56px;
        height: 4px;
        background: #ffab00;
        position: absolute;
        top: -14px;
        left: calc(50% - 28px); }
        @media (min-width: 768px) {
          .section-d p:nth-of-type(1)::before {
            left: 0;
            top: -20px; } }
    .section-d p:last-child {
      margin-bottom: 0; }
  .section-d .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .section-d .link {
        flex-wrap: nowrap; } }
    .section-d .link a {
      margin-bottom: 13px;
      margin-right: 13px;
      width: calc(50% - 13px);
      min-width: 131px; }
      @media (min-width: 992px) {
        .section-d .link a {
          width: auto;
          margin-bottom: 0;
          margin-right: 30px; }
          .section-d .link a:last-child {
            width: auto; } }
      .section-d .link a:last-child {
        margin-bottom: 0;
        margin-right: 0px;
        width: calc(100% - 13px); }
  .section-d .img-wrap {
    display: block;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    height: 100%; }
    .section-d .img-wrap::before {
      opacity: 0.78;
      background-image: linear-gradient(to right, #ed4b29 0%, rgba(237, 75, 41, 0.66) 70%, rgba(237, 75, 41, 0) 100%);
      z-index: 2; }
    .section-d .img-wrap img {
      height: 100%; }

@media (min-width: 768px) {
  .section-d .ornaments-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .section-d .ornaments-container .left-side {
      position: absolute;
      width: 100%;
      height: 100%; }
      .section-d .ornaments-container .left-side::before {
        content: "";
        display: block;
        background-image: url("../images/ornament-d-left-1.png");
        width: 126.7px;
        height: 35.8px;
        position: absolute;
        top: 21px;
        left: 0;
        z-index: 4; }
      .section-d .ornaments-container .left-side::after {
        content: "";
        display: block;
        background-image: url("../images/ornament-d-left-2.png");
        width: 109.4px;
        height: 78.7px;
        position: absolute;
        bottom: 0;
        left: 17px;
        z-index: 4; }
    .section-d .ornaments-container .right-side {
      position: absolute;
      width: 100%;
      height: 100%; }
      .section-d .ornaments-container .right-side::before {
        content: "";
        display: block;
        background-image: url("../images/ornament-d-right-1.png");
        width: 109.4px;
        height: 78.7px;
        position: absolute;
        top: 0;
        right: 17px;
        z-index: 4; }
      .section-d .ornaments-container .right-side::after {
        content: "";
        display: block;
        background-image: url("../images/ornament-d-right-2.png");
        width: 126.7px;
        height: 35.8px;
        position: absolute;
        bottom: 21px;
        right: 0;
        z-index: 4; } }
@media (min-width: 1200px) {
  .section-d {
    padding: 120px 0 113px; } }
@media (min-width: 1440px) {
  .section-d {
    padding: 140px 0 143px; } }
.section-e {
  position: relative;
  padding: 41px 0 52px; }
  .section-e .container {
    position: relative;
    z-index: 5; }
  .section-e h2,
  .section-e h3 {
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0; }
  .section-e .card.img-bg .card-body {
    justify-content: flex-end;
    align-items: flex-end; }
  .section-e .img-wrap::before {
    opacity: 0.65;
    background-image: linear-gradient(to bottom, rgba(122, 136, 41, 0), #7a8829);
    z-index: 2; }
  .section-e .card-title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0; }
    .section-e .card-title::after {
      content: "";
      display: inline-flex;
      position: relative;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23ffffff' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(-789.55 -2379.613) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23ffffff' stroke-width='2px' transform='translate(-789.55 -2379.613) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: auto;
      width: 30px;
      height: 22px; }

@media (min-width: 992px) {
  .section-e .card.img-bg {
    min-height: 486px; }
  .section-e .card-body {
    padding: 40px 61px; } }
@media (min-width: 1200px) {
  .section-e .card:hover .img-wrap::before {
    opacity: 0.65;
    background-image: linear-gradient(to bottom, rgba(122, 136, 41, 0), #7a8829); }
  .section-e .card:hover .card-title {
    text-align: left;
    justify-content: space-between; }
    .section-e .card:hover .card-title::after {
      opacity: 1; }
  .section-e .img-wrap::before {
    opacity: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }
  .section-e .card-title {
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    justify-content: center; }
    .section-e .card-title::after {
      opacity: 0;
      transition: 0.4s; } }
.section-f {
  position: relative;
  padding: 0;
  background: #7a8829; }
  .section-f .container {
    position: relative;
    z-index: 5; }
  .section-f .section-background {
    display: block;
    margin-bottom: 50px; }
    .section-f .section-background img {
      width: 100%; }
    .section-f .section-background:before {
      opacity: 0.6;
      background-image: linear-gradient(to bottom, rgba(122, 122, 122, 0) 32%, rgba(4, 4, 4, 0.97) 57%, #000000 66%); }
  .section-f h3 {
    font-family: "Interstate", sans-serif !important;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.09;
    letter-spacing: 1.13px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .section-f h2 {
    color: #ffffff;
    margin-bottom: 21px; }
    .section-f h2 strong {
      color: #ed4b29;
      font-weight: normal; }
  .section-f p {
    color: white; }
  .section-f .card {
    text-align: left; }
    @media (max-width: 576px) {
      .section-f .card {
        width: 100vw;
        margin-left: -15px; } }
    .section-f .card .link {
      margin-top: 21px; }
  .section-f .card-body {
    padding-bottom: 54px; }
  .section-f .card-header {
    border: none;
    padding-top: 40px;
    padding-bottom: 8px;
    background: transparent; }
  .section-f .category {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.8px;
    color: #7a8829;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(39, 59, 80, 0.13);
    padding: 5px 9px;
    margin-bottom: 10px; }
  .section-f .card-top-title {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: 1.34px;
    color: #7a8829;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .section-f .card-sub-title {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.09;
    letter-spacing: 1.13px;
    color: #7a8829; }
  .section-f .card-title {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: -0.38px;
    color: #7a8829;
    margin-bottom: 21px; }
  .section-f .card-text p {
    opacity: 0.79;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #7a8829;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .section-f {
    background: white; }
    .section-f .section-background {
      position: absolute;
      margin: 0;
      width: 100%;
      height: 100%; }
    .section-f .info-container {
      width: 485px;
      min-height: 486px;
      padding-bottom: 42px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      margin: 0 auto 1px; } }
@media (min-width: 992px) {
  .section-f .info-container {
    min-height: 648px; } }
@media (min-width: 1200px) {
  .section-f {
    overflow: hidden; }
    .section-f h3 {
      font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.77;
      letter-spacing: 1.34px; }
    .section-f h2 {
      font-size: 76px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.89;
      letter-spacing: -0.13px; }
    .section-f .section-background:after {
      content: '';
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 8.263888888888889%;
      background-image: url("../images/texture-paper-footer.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      position: absolute;
      bottom: -29px;
      left: 0; }
    .section-f .info-container {
      width: 100%;
      min-height: 640px;
      margin: 0;
      padding-bottom: 103px; }
    .section-f .card {
      width: 356px;
      position: absolute;
      right: calc((100vw - 1140px)/ -2);
      bottom: 30px;
      padding: 36px 53px;
      border-radius: 4px;
      box-shadow: 0 2px 9px 0 rgba(39, 59, 80, 0.1);
      z-index: 1; }
    .section-f .card-body {
      padding: 0; }
    .section-f .card-header {
      padding: 0; }
    .section-f .category {
      position: absolute;
      right: 40px; } }
@media (min-width: 1440px) {
  .section-f .card {
    width: 420px; }
  .section-f .section-background:after {
    bottom: -33px; } }
@media (min-width: 1920px) {
  .section-f .section-background:after {
    bottom: -44px; } }
@media (min-width: 2560px) {
  .section-f .section-background:after {
    bottom: -54px; } }
.section-g {
  position: relative;
  padding: 0;
  background: #ed4b29;
  z-index: 0; }
  .section-g .container {
    position: relative;
    z-index: 5; }
  .section-g .content-wrap {
    padding: 54px 0; }
  .section-g h3 {
    font-family: "Interstate", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: 1.24px;
    color: #7a8829;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .section-g h2 {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -0.06px;
    color: #7a8829;
    margin-bottom: 14px; }

@media (min-width: 1200px) {
  .section-g {
    background: transparent; }
    .section-g .content-wrap {
      background: #ed4b29;
      border-radius: 4px;
      padding: 40px 0;
      margin-top: -60px; } }
.section-h {
  position: relative;
  padding: 0;
  background: #7a8829; }
  .section-h .container {
    position: relative;
    z-index: 5; }
  .section-h .section-background {
    display: block;
    margin-bottom: 50px; }
    .section-h .section-background img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .section-h .section-background:before {
      opacity: 0.6;
      background-image: linear-gradient(to bottom, rgba(122, 122, 122, 0) 32%, rgba(4, 4, 4, 0.97) 57%, #000000 66%); }
  .section-h h3 {
    font-family: "Interstate", sans-serif !important;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.09;
    letter-spacing: 1.13px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .section-h h2 {
    color: #ffffff;
    margin-bottom: 21px; }
    .section-h h2 strong {
      color: #ed4b29;
      font-weight: normal; }
  .section-h p {
    color: white; }
  .section-h .card {
    text-align: left; }
    @media (max-width: 576px) {
      .section-h .card {
        width: 100vw;
        margin-left: -15px; } }
    .section-h .card .link {
      margin-top: 21px; }
  .section-h .card-body {
    padding-bottom: 54px; }
  .section-h .card-header {
    border: none;
    padding-top: 40px;
    padding-bottom: 8px;
    background: transparent; }
  .section-h .category {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.8px;
    color: #7a8829;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(39, 59, 80, 0.13);
    padding: 5px 9px;
    margin-bottom: 10px; }
  .section-h .card-top-title {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: 1.34px;
    color: #7a8829;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .section-h .card-sub-title {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.09;
    letter-spacing: 1.13px;
    color: #7a8829; }
  .section-h .card-title {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: -0.38px;
    color: #7a8829;
    margin-bottom: 21px; }
  .section-h .card-text p {
    opacity: 0.79;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #7a8829;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .section-h {
    background: white; }
    .section-h .section-background {
      position: absolute;
      margin: 0;
      width: 100%;
      height: 100%; }
    .section-h .info-container {
      width: 485px;
      min-height: 486px;
      padding-bottom: 42px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      margin: 0 auto 1px; } }
@media (min-width: 992px) {
  .section-h .info-container {
    min-height: 648px; } }
@media (min-width: 1200px) {
  .section-h {
    overflow: hidden; }
    .section-h h3 {
      font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.77;
      letter-spacing: 1.34px; }
    .section-h h2 {
      font-size: 76px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.89;
      letter-spacing: -0.13px; }
    .section-h .section-background:after {
      content: "";
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 8.263888888888889%;
      background-image: url("../images/texture-paper-footer.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-color: transparent;
      position: absolute;
      bottom: -29px;
      left: 0; }
    .section-h .info-container {
      width: 100%;
      min-height: 640px;
      margin: 0;
      padding-bottom: 103px; }
    .section-h .card {
      width: 356px;
      position: absolute;
      right: calc((100vw - 1140px) / -2);
      bottom: 30px;
      padding: 36px 53px;
      border-radius: 4px;
      box-shadow: 0 2px 9px 0 rgba(39, 59, 80, 0.1);
      z-index: 1; }
    .section-h .card-body {
      padding: 0; }
    .section-h .card-header {
      padding: 0; }
    .section-h .category {
      position: absolute;
      right: 40px; } }
@media (min-width: 1440px) {
  .section-h .card {
    width: 420px; }
  .section-h .section-background:after {
    bottom: -33px; } }
@media (min-width: 1920px) {
  .section-h .section-background:after {
    bottom: -44px; } }
@media (min-width: 2560px) {
  .section-h .section-background:after {
    bottom: -54px; } }
.element-block {
  background-image: linear-gradient(to right, #8c9c2f 1%, #545544 104%); }
  .element-block h1, .element-block h2, .element-block h3, .element-block h4, .element-block h5, .element-block h6, .element-block p, .element-block li, .element-block blockquote, .element-block cite, .element-block .card-title {
    color: white; }
  .element-block .left-side p, .element-block .left-side li {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }
  .element-block .left-side .link {
    margin-top: 49px; }
  .element-block .card {
    background: transparent;
    margin-bottom: 34px; }
    .element-block .card:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .element-block .card {
        flex-direction: row; } }
  .element-block .icon-item {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    flex-shrink: 0; }
  .element-block .card-body {
    padding-left: 0; }
    @media (min-width: 768px) {
      .element-block .card-body {
        padding-left: 35px;
        padding-top: 0; } }
  .element-block .card-title {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    margin-bottom: 15px; }
  .element-block .link {
    margin-top: 14px; }

.image-carousel-block {
  position: relative; }
  .image-carousel-block h1,
  .image-carousel-block h2,
  .image-carousel-block h3,
  .image-carousel-block h4,
  .image-carousel-block h4,
  .image-carousel-block h6 {
    margin-bottom: 40px; }
  .image-carousel-block .img-item {
    overflow: hidden; }
  .image-carousel-block img {
    position: relative;
    height: 250px !important;
    object-fit: cover; }
    @media (min-width: 768px) {
      .image-carousel-block img {
        height: 412px !important; } }
  .image-carousel-block figcaption {
    display: none; }
  @media (min-width: 1200px) {
    .image-carousel-block .photo-gallery-container {
      width: calc(100% + ((100vw - 1110px) / 2)); } }
  .image-carousel-block .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px; }
  .image-carousel-block .arrows-container {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .image-carousel-block .arrows-container {
        margin-right: 30px; } }
  .image-carousel-block .swiper-button-next,
  .image-carousel-block .swiper-button-prev {
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%233b3b3b' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    width: 22px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px; }
    .image-carousel-block .swiper-button-next::after,
    .image-carousel-block .swiper-button-prev::after {
      display: none; }
    .image-carousel-block .swiper-button-next:hover,
    .image-carousel-block .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%23fff' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .image-carousel-block .swiper-button-next {
    transform: scaleX(-1); }
  .image-carousel-block .swiper-scrollbar {
    width: 100%;
    background: transparent; }
    .image-carousel-block .swiper-scrollbar::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 1.5px;
      background: #ed4b29; }
  .image-carousel-block .swiper-scrollbar-drag {
    height: 3px;
    background: #ed4b29; }
  @media (min-width: 768px) {
    .image-carousel-block.image-auto-width img {
      width: auto !important; }
    .image-carousel-block.image-auto-width .swiper-slide {
      width: auto; } }

.image-carousel-block-style-1 {
  position: relative; }
  .image-carousel-block-style-1 h1, .image-carousel-block-style-1 h2, .image-carousel-block-style-1 h3, .image-carousel-block-style-1 h4, .image-carousel-block-style-1 h4, .image-carousel-block-style-1 h6 {
    margin-bottom: 60px; }
  .image-carousel-block-style-1 .img-item {
    overflow: hidden; }
  .image-carousel-block-style-1 .img-wrap {
    margin: 0;
    height: 328px; }
    .image-carousel-block-style-1 .img-wrap img {
      height: 100%; }
    .image-carousel-block-style-1 .img-wrap:before {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.45);
      z-index: 2; }
  .image-carousel-block-style-1 img {
    position: relative;
    height: 250px !important;
    object-fit: cover; }
    @media (min-width: 768px) {
      .image-carousel-block-style-1 img {
        height: 427px !important; } }
  .image-carousel-block-style-1 figcaption {
    margin-top: 16px;
    text-align: left;
    display: none; }
  .image-carousel-block-style-1 .swiper-slide-active figcaption {
    display: block; }
  .image-carousel-block-style-1 .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px; }
  .image-carousel-block-style-1 .arrows-container {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .image-carousel-block-style-1 .arrows-container {
        margin-right: 30px; } }
  .image-carousel-block-style-1 .swiper-button-next, .image-carousel-block-style-1 .swiper-button-prev {
    position: relative;
    width: 7.1px;
    height: 11.5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5.987' height='11.31' viewBox='0 0 5.987 11.31'%3e%3cpath fill='none' stroke='%230f3d5e' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l5.181 4.429L10.334 0' transform='rotate(-90 5.697 5.127)'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px; }
    .image-carousel-block-style-1 .swiper-button-next::after, .image-carousel-block-style-1 .swiper-button-prev::after {
      display: none; }
    .image-carousel-block-style-1 .swiper-button-next:hover, .image-carousel-block-style-1 .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5.987' height='11.31' viewBox='0 0 5.987 11.31'%3e%3cpath fill='none' stroke='%23717073' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l5.181 4.429L10.334 0' transform='rotate(-90 5.697 5.127)'/%3e%3c/svg%3e"); }
  .image-carousel-block-style-1 .swiper-button-prev {
    transform: scaleX(-1); }
  .image-carousel-block-style-1 .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center; }
  .image-carousel-block-style-1 .swiper-pagination-bullet {
    opacity: 1;
    background-color: white;
    border: 2px solid #707070;
    margin: 0 10px;
    width: 12px;
    height: 12px; }
  .image-carousel-block-style-1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #8c9c2f;
    border-color: #8c9c2f; }
  .image-carousel-block-style-1 .swiper-scrollbar {
    width: 100%;
    background: #d0d0d0; }
  .image-carousel-block-style-1 .swiper-scrollbar-drag {
    height: 3px;
    background: white; }
  @media (min-width: 768px) {
    .image-carousel-block-style-1.image-auto-width img {
      width: auto; }
    .image-carousel-block-style-1.image-auto-width .swiper-slide {
      width: auto; } }
  .image-carousel-block-style-1 .swiper-slide-active .img-wrap::before {
    opacity: 0; }
  .image-carousel-block-style-1.center-item-bigger .swiper-slide {
    margin-top: 50px; }
  .image-carousel-block-style-1.center-item-bigger .swiper-slide-active {
    margin: 0; }
    .image-carousel-block-style-1.center-item-bigger .swiper-slide-active .img-wrap {
      height: 416px; }

.custom_text_image_2 .link {
  margin-top: 24px; }
@media (min-width: 992px) {
  .custom_text_image_2.image_on_left .side-text {
    margin-left: 8.333333%; } }
@media (min-width: 992px) {
  .custom_text_image_2.image_on_right .side-text {
    margin-left: 8.333333%; } }
@media (min-width: 992px) {
  .custom_text_image_2.image_on_right .side-image {
    order: 1;
    margin-left: 8.333333%; } }
.custom_text_image_2.image_on_right .side-image .image-wrapping .image-fit-contain, .custom_text_image_2.image_on_right .side-image .wp-block-image .image-fit-contain {
  object-position: left center; }
.custom_text_image_2.image_on_right .side-image .image-wrapping figcaption, .custom_text_image_2.image_on_right .side-image .wp-block-image figcaption {
  text-align: left; }

.custom_text_image h1,
.custom_text_image h2,
.custom_text_image h3,
.custom_text_image h4,
.custom_text_image h5,
.custom_text_image h6 {
  text-transform: uppercase; }
.custom_text_image .link {
  margin-top: 24px; }
  .custom_text_image .link a {
    margin-right: 10px;
    margin-bottom: 10px; }
    .custom_text_image .link a:last-child {
      margin-right: 0;
      margin-bottom: 0; }
@media (min-width: 992px) {
  .custom_text_image.image_on_right .side-image {
    order: 1; } }
.custom_text_image.image_on_right .side-image .image-wrapping .image-fit-contain,
.custom_text_image.image_on_right .side-image .wp-block-image .image-fit-contain {
  object-position: left center; }
.custom_text_image.image_on_right .side-image .image-wrapping figcaption,
.custom_text_image.image_on_right .side-image .wp-block-image figcaption {
  text-align: left; }

.not-colored-block + .not-colored-block {
  padding-top: 0 !important; }

.interior-page .image-list-block {
  background-color: #7a8829; }
  .interior-page .image-list-block h1, .interior-page .image-list-block h2, .interior-page .image-list-block h3, .interior-page .image-list-block h4, .interior-page .image-list-block h5, .interior-page .image-list-block h6, .interior-page .image-list-block p, .interior-page .image-list-block li, .interior-page .image-list-block blockquote, .interior-page .image-list-block cite {
    color: white; }
  .interior-page .image-list-block .link {
    margin-top: 30px; }
  .interior-page .image-list-block ul.list li {
    padding-left: 60px;
    margin-bottom: 35px; }
    .interior-page .image-list-block ul.list li:last-child {
      margin-bottom: 0; }
    .interior-page .image-list-block ul.list li::after {
      width: 31.8px;
      height: 2px;
      border-radius: 0;
      top: 7px;
      background: currentColor; }
  @media (min-width: 992px) {
    .interior-page .image-list-block.image_on_left .side-text {
      margin-left: 8.333333%; } }
  @media (min-width: 992px) {
    .interior-page .image-list-block.image_on_right .side-image {
      order: 1;
      margin-left: 8.333333%; } }
  .interior-page .image-list-block.image_on_right .side-image .image-wrapping .image-fit-contain, .interior-page .image-list-block.image_on_right .side-image .wp-block-image .image-fit-contain {
    object-position: left center; }
  .interior-page .image-list-block.image_on_right .side-image .image-wrapping figcaption, .interior-page .image-list-block.image_on_right .side-image .wp-block-image figcaption {
    text-align: left; }

.interior-page .text-list-block {
  background-color: #ed4b29; }
  .interior-page .text-list-block h1,
  .interior-page .text-list-block h2,
  .interior-page .text-list-block h3,
  .interior-page .text-list-block h4,
  .interior-page .text-list-block h5,
  .interior-page .text-list-block h6 {
    text-transform: uppercase; }
  .interior-page .text-list-block h1,
  .interior-page .text-list-block h2,
  .interior-page .text-list-block h3,
  .interior-page .text-list-block h4,
  .interior-page .text-list-block h5,
  .interior-page .text-list-block h6,
  .interior-page .text-list-block p,
  .interior-page .text-list-block li,
  .interior-page .text-list-block blockquote,
  .interior-page .text-list-block cite {
    color: white; }
    .interior-page .text-list-block h1 a,
    .interior-page .text-list-block h2 a,
    .interior-page .text-list-block h3 a,
    .interior-page .text-list-block h4 a,
    .interior-page .text-list-block h5 a,
    .interior-page .text-list-block h6 a,
    .interior-page .text-list-block p a,
    .interior-page .text-list-block li a,
    .interior-page .text-list-block blockquote a,
    .interior-page .text-list-block cite a {
      color: inherit; }
  .interior-page .text-list-block .link {
    margin-top: 30px; }
  .interior-page .text-list-block ul.list li, .interior-page .text-list-block ul li {
    padding-left: 60px !important;
    margin-bottom: 35px !important; }
    .interior-page .text-list-block ul.list li:last-child, .interior-page .text-list-block ul li:last-child {
      margin-bottom: 0 !important; }
    .interior-page .text-list-block ul.list li::after, .interior-page .text-list-block ul li::after {
      width: 31.8px !important;
      height: 2px !important;
      border-radius: 0 !important;
      top: 7px !important;
      background: currentColor !important; }

.text-only-block {
  position: relative; }
  .text-only-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #ed4b29, #983319);
    position: absolute;
    top: 0;
    left: 0; }
  .text-only-block::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/text-only-block-bacground.png");
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .text-only-block .container {
    position: relative;
    z-index: 5; }
  .text-only-block h1,
  .text-only-block h2,
  .text-only-block h3,
  .text-only-block h4,
  .text-only-block h5,
  .text-only-block h6 {
    text-transform: uppercase; }
  .text-only-block h1,
  .text-only-block h2,
  .text-only-block h3,
  .text-only-block h4,
  .text-only-block h5,
  .text-only-block h6,
  .text-only-block p,
  .text-only-block li,
  .text-only-block blockquote,
  .text-only-block cite {
    color: white; }
    .text-only-block h1 a,
    .text-only-block h2 a,
    .text-only-block h3 a,
    .text-only-block h4 a,
    .text-only-block h5 a,
    .text-only-block h6 a,
    .text-only-block p a,
    .text-only-block li a,
    .text-only-block blockquote a,
    .text-only-block cite a {
      color: inherit !important; }
  .text-only-block blockquote {
    margin: 27px 0 37px;
    padding: 37px 0;
    border-top: 1px solid #983319;
    border-bottom: 1px solid #983319;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }
    .text-only-block blockquote p,
    .text-only-block blockquote li,
    .text-only-block blockquote cite {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal; }
  .text-only-block ul.list li::after, .text-only-block ul li::after {
    background: currentColor !important; }
  .text-only-block.background-extended:before, .text-only-block.background-extended:after {
    height: calc(100% + 100px); }
    @media (min-width: 768px) {
      .text-only-block.background-extended:before, .text-only-block.background-extended:after {
        height: calc(100% + 250px); } }

.custom-text-video-block h1,
.custom-text-video-block h2,
.custom-text-video-block h3,
.custom-text-video-block h4,
.custom-text-video-block h5,
.custom-text-video-block h6 {
  text-transform: uppercase; }
@media (min-width: 768px) {
  .custom-text-video-block .card.img-bg {
    min-height: 510px; } }
.custom-text-video-block .img-wrap img {
  height: 100%; }
.custom-text-video-block .img-wrap::before {
  opacity: 0.27;
  background-color: #000000;
  z-index: 2; }

@media (max-width: 767.98px) {
  body.page-template-resources .container {
    max-width: 90%; } }
@media (max-width: 575.98px) {
  body.page-template-resources .container {
    max-width: 95%; } }

.resources_directory {
  position: relative;
  padding: 70px 0 0; }
  @media (max-width: 1199.98px) {
    .resources_directory {
      padding-top: 0; } }
  @media (max-width: 575.98px) {
    .resources_directory {
      padding-top: 40px; } }
  .resources_directory .filter-resources {
    position: relative; }
    .resources_directory .filter-resources .title-filters {
      font-family: "Interstate", sans-serif !important;
      color: #ffab00;
      display: block;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 900;
      letter-spacing: -0.31px;
      line-height: 1.22;
      margin-bottom: 43px; }
      .resources_directory .filter-resources .title-filters::selection {
        background-color: #ffab00;
        color: white; }
    .resources_directory .filter-resources .row-filter {
      background-color: #f7f7f7;
      border-radius: 2px;
      margin: 0 !important;
      padding: 50px 95px 43px;
      position: relative;
      flex-wrap: wrap; }
      @media (max-width: 767.98px) {
        .resources_directory .filter-resources .row-filter {
          padding: 40px 55px; } }
      @media (max-width: 575.98px) {
        .resources_directory .filter-resources .row-filter {
          padding: 30px 35px 0; } }
      @media (max-width: 1199.98px) {
        .resources_directory .filter-resources .row-filter div[class*="col-xl"] {
          padding-left: 0 !important;
          padding-right: 0 !important; } }
      @media (max-width: 575.98px) {
        .resources_directory .filter-resources .row-filter div[class*="col-xl"] {
          padding-left: 0 !important;
          padding-right: 0 !important; } }
      @media (max-width: 991.98px) {
        .resources_directory .filter-resources .row-filter .col-lg-4 {
          padding-right: 0 !important;
          padding-left: 0 !important;
          margin-bottom: 15px; } }
      @media (max-width: 1199.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 {
          margin-top: 20px; } }
      @media (max-width: 575.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 {
          margin-top: 20px; } }
      @media (max-width: 1199.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 .row {
          width: 100%;
          margin: 0; } }
      @media (max-width: 575.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 .row {
          margin: 0 !important; } }
      @media (max-width: 1199.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 .row .col-lg-4.pr-0 {
          padding-left: 0 !important; } }
      .resources_directory .filter-resources .row-filter .title {
        font-family: "LTC Globe Gothic", serif !important;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.55;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        display: block;
        margin-bottom: 15px; }
        .resources_directory .filter-resources .row-filter .title::selection {
          background-color: #ffab00;
          color: white; }
      .resources_directory .filter-resources .row-filter .btn-container {
        font-size: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 22px; }
        @media (max-width: 575.98px) {
          .resources_directory .filter-resources .row-filter .btn-container {
            flex-direction: column-reverse; } }
        .resources_directory .filter-resources .row-filter .btn-container button {
          margin-right: 8px;
          margin-bottom: 10px; }
        .resources_directory .filter-resources .row-filter .btn-container #searchResources {
          background-color: #ed4b29; }
        .resources_directory .filter-resources .row-filter .btn-container #clearFilters,
        .resources_directory .filter-resources .row-filter .btn-container #allResources {
          background-color: #7a8829; }
    .resources_directory .filter-resources input {
      font-family: "Interstate", sans-serif !important;
      background-color: white;
      border-radius: 6px;
      border: solid 1px #d3d3d3;
      color: #868686;
      font-size: 14px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.2;
      max-width: 100% !important;
      min-height: 40px;
      padding: 8px 20px;
      width: 100%;
      /* firefox 19+ */
      /* ie */ }
      .resources_directory .filter-resources input::-webkit-input-placeholder {
        color: #868686;
        opacity: 1; }
      .resources_directory .filter-resources input::-moz-placeholder {
        color: #868686;
        opacity: 1; }
      .resources_directory .filter-resources input:-ms-input-placeholder {
        color: #868686;
        opacity: 1; }
      .resources_directory .filter-resources input:-webkit-autofill, .resources_directory .filter-resources input:-webkit-autofill:hover, .resources_directory .filter-resources input:-webkit-autofill:focus, .resources_directory .filter-resources input:-webkit-autofill, .resources_directory .filter-resources input:-webkit-autofill:hover, .resources_directory .filter-resources input:-webkit-autofill:focus, .resources_directory .filter-resources input:-webkit-autofill, .resources_directory .filter-resources input:-webkit-autofill:hover, .resources_directory .filter-resources input:-webkit-autofill:focus {
        background: transparent !important;
        color: #868686 !important;
        -webkit-text-fill-color: #868686 !important;
        transition: background-color 5000s ease-in-out 0s; }
    .resources_directory .filter-resources select {
      font-family: "Interstate", sans-serif !important;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-color: white;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.756' height='6.692' viewBox='0 0 11.756 6.692'%3e%3cpath fill='none' stroke='%23868686' stroke-width='2px' d='M10.457 4.3L5.044 0 0 4.641' transform='translate(11.079 5.377) rotate(180)'/%3e%3c/svg%3e ");
      background-size: 18px 4px;
      background-position: calc(100% - 10px) center;
      background-repeat: no-repeat;
      border-radius: 6px;
      border: solid 1px #d3d3d3;
      color: #868686;
      display: block;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.5;
      min-height: 40px;
      padding: 10px 20px 10px 15px;
      width: 100%; }
    .resources_directory .filter-resources button {
      border-radius: 100px !important;
      border: none;
      box-shadow: none;
      color: #ffffff !important;
      cursor: pointer;
      display: inline-block;
      font-family: "Interstate", sans-serif !important;
      font-size: 18px !important;
      font-stretch: normal !important;
      font-style: normal;
      font-weight: 700 !important;
      letter-spacing: normal !important;
      line-height: 1 !important;
      max-width: 100%;
      overflow-wrap: break-word;
      padding: 14px 17px;
      position: relative;
      text-align: center !important;
      text-decoration: none !important;
      text-transform: none;
      transition: all 0.4s ease; }
      .resources_directory .filter-resources button:focus, .resources_directory .filter-resources button:active {
        outline: none; }
    .resources_directory .filter-resources .result-display {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      margin-top: 40px;
      margin-bottom: 40px; }
      .resources_directory .filter-resources .result-display .label {
        font-family: "Interstate", sans-serif !important;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.89;
        letter-spacing: normal;
        color: #000000;
        margin-right: 17px;
        transition-duration: 0.2s;
        transition-property: opacity;
        transition-timing-function: ease-out; }
        .resources_directory .filter-resources .result-display .label::selection {
          background-color: #ffab00;
          color: white; }
        .resources_directory .filter-resources .result-display .label.hidden-start {
          opacity: 0;
          height: 0; }
      .resources_directory .filter-resources .result-display .chosen-filter {
        font-family: "Interstate", sans-serif !important;
        background-color: #e8e8e8;
        border-radius: 100px !important;
        color: #868686;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 1.38;
        margin: 15px 15px 15px 0;
        opacity: 1;
        padding: 10px 45px 10px 20px;
        position: relative;
        transition-duration: 0.2s;
        transition-property: opacity;
        transition-timing-function: ease-out; }
        .resources_directory .filter-resources .result-display .chosen-filter .delete,
        .resources_directory .filter-resources .result-display .chosen-filter #delete {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23cecfd1;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          font-family: "Interstate", sans-serif !important;
          bottom: unset;
          left: unset;
          position: absolute;
          right: 20px;
          top: calc(50% - 5px);
          width: 10px;
          height: 10px;
          cursor: pointer;
          border: none;
          background-color: transparent; }
  .resources_directory #data-container-resources {
    position: relative;
    z-index: 10; }
  .resources_directory .row-directory {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start; }
    @media (max-width: 575.98px) {
      .resources_directory .row-directory {
        padding-top: 0; } }
    .resources_directory .row-directory .single-resource {
      cursor: pointer;
      margin: 0px;
      max-width: 100%;
      position: relative;
      text-decoration: none;
      transition: background-color 0.2s ease;
      margin-bottom: 25px;
      display: block;
      width: 100%; }
      .resources_directory .row-directory .single-resource:last-child {
        margin-bottom: 0; }
      .resources_directory .row-directory .single-resource:hover, .resources_directory .row-directory .single-resource:focus, .resources_directory .row-directory .single-resource:active {
        text-decoration: none !important; }
    .resources_directory .row-directory .card {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
      width: 100%; }
      .resources_directory .row-directory .card:hover, .resources_directory .row-directory .card:focus, .resources_directory .row-directory .card:active {
        box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff5dd; }
      @media (min-width: 1200px) {
        .resources_directory .row-directory .card {
          display: table; } }
    @media (min-width: 576px) and (max-width: 1199px) {
      .resources_directory .row-directory .img-wrap {
        height: 450px; } }
    .resources_directory .row-directory .img-wrap img {
      height: 100%; }
    @media (min-width: 1200px) {
      .resources_directory .row-directory .img-wrap {
        display: table-cell;
        width: 315px; } }
    .resources_directory .row-directory .card-body {
      order: 2; }
      @media (min-width: 1200px) {
        .resources_directory .row-directory .card-body {
          padding: 44px 56px; } }
    .resources_directory .row-directory .category {
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #ed4b29;
      text-transform: uppercase;
      margin-bottom: 14px; }
    .resources_directory .row-directory .card-title {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 13px; }
    .resources_directory .row-directory .author {
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #000000; }
    .resources_directory .row-directory .card-text {
      margin-top: 27px; }
      .resources_directory .row-directory .card-text p {
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.53;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0; }
    .resources_directory .row-directory .link {
      margin-top: 27px; }
    .resources_directory .row-directory .container-paginator {
      margin-top: 60px; }
  .resources_directory .container-paginator {
    max-width: 100%;
    padding: 10px 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none; }
  .resources_directory .pagination {
    align-items: center;
    width: 100%; }
    @media (max-width: 991.98px) {
      .resources_directory .pagination {
        justify-content: center;
        flex-wrap: wrap; } }
    @media (max-width: 767.98px) {
      .resources_directory .pagination {
        padding: 0 10px !important; } }
    .resources_directory .pagination .page-numbers.next span,
    .resources_directory .pagination .page-numbers.prev span {
      display: none; }
    .resources_directory .pagination .prev.page-numbers::after,
    .resources_directory .pagination .next.page-numbers::after {
      font-family: "Interstate", sans-serif !important;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.13;
      letter-spacing: normal;
      color: #232021;
      display: inline-block;
      text-transform: none; }
    .resources_directory .pagination .prev.page-numbers::after {
      content: "Prev"; }
    .resources_directory .pagination .next.page-numbers::after {
      content: "Next"; }
    .resources_directory .pagination .page-numbers.current,
    .resources_directory .pagination .current {
      position: relative;
      color: #ffffff !important;
      z-index: 0; }
      .resources_directory .pagination .page-numbers.current::before,
      .resources_directory .pagination .current::before {
        content: "";
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #ed4b29;
        border-radius: 50%;
        height: 42px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 42px;
        z-index: -1; }
    .resources_directory .pagination .pagination,
    .resources_directory .pagination .page-numbers,
    .resources_directory .pagination .pagination.current,
    .resources_directory .pagination .nav-links > a,
    .resources_directory .pagination .page {
      font-family: "Interstate", sans-serif !important;
      background: transparent;
      border: none !important;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal;
      color: #232021;
      margin: 15px 25px;
      text-align: center;
      text-decoration: none !important;
      transition: all 0.4s ease; }
      .resources_directory .pagination .pagination:hover,
      .resources_directory .pagination .page-numbers:hover,
      .resources_directory .pagination .pagination.current:hover,
      .resources_directory .pagination .nav-links > a:hover,
      .resources_directory .pagination .page:hover {
        text-decoration: none; }
      .resources_directory .pagination .pagination.prev, .resources_directory .pagination .pagination.next,
      .resources_directory .pagination .page-numbers.prev,
      .resources_directory .pagination .page-numbers.next,
      .resources_directory .pagination .pagination.current.prev,
      .resources_directory .pagination .pagination.current.next,
      .resources_directory .pagination .nav-links > a.prev,
      .resources_directory .pagination .nav-links > a.next,
      .resources_directory .pagination .page.prev,
      .resources_directory .pagination .page.next {
        border-bottom: 0 solid transparent !important;
        border: none;
        font-size: 0 !important;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1 !important;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center; }
        .resources_directory .pagination .pagination.prev span, .resources_directory .pagination .pagination.next span,
        .resources_directory .pagination .page-numbers.prev span,
        .resources_directory .pagination .page-numbers.next span,
        .resources_directory .pagination .pagination.current.prev span,
        .resources_directory .pagination .pagination.current.next span,
        .resources_directory .pagination .nav-links > a.prev span,
        .resources_directory .pagination .nav-links > a.next span,
        .resources_directory .pagination .page.prev span,
        .resources_directory .pagination .page.next span {
          font-size: 0 !important; }
          .resources_directory .pagination .pagination.prev span::after, .resources_directory .pagination .pagination.next span::after,
          .resources_directory .pagination .page-numbers.prev span::after,
          .resources_directory .pagination .page-numbers.next span::after,
          .resources_directory .pagination .pagination.current.prev span::after,
          .resources_directory .pagination .pagination.current.next span::after,
          .resources_directory .pagination .nav-links > a.prev span::after,
          .resources_directory .pagination .nav-links > a.next span::after,
          .resources_directory .pagination .page.prev span::after,
          .resources_directory .pagination .page.next span::after {
            font-family: "Interstate", sans-serif !important;
            color: #d8d8d8;
            display: inline-block;
            font-size: 15px;
            font-stretch: normal;
            font-style: normal;
            font-weight: normal;
            letter-spacing: normal;
            line-height: 1;
            text-align: center;
            text-transform: uppercase;
            width: 40px; }
        .resources_directory .pagination .pagination.prev::before, .resources_directory .pagination .pagination.next::before,
        .resources_directory .pagination .page-numbers.prev::before,
        .resources_directory .pagination .page-numbers.next::before,
        .resources_directory .pagination .pagination.current.prev::before,
        .resources_directory .pagination .pagination.current.next::before,
        .resources_directory .pagination .nav-links > a.prev::before,
        .resources_directory .pagination .nav-links > a.next::before,
        .resources_directory .pagination .page.prev::before,
        .resources_directory .pagination .page.next::before {
          content: "";
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath stroke='%23232021' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 11px;
          height: 8px;
          position: absolute;
          display: block;
          top: 5px;
          right: 0; }
        .resources_directory .pagination .pagination.prev:hover::before, .resources_directory .pagination .pagination.next:hover::before,
        .resources_directory .pagination .page-numbers.prev:hover::before,
        .resources_directory .pagination .page-numbers.next:hover::before,
        .resources_directory .pagination .pagination.current.prev:hover::before,
        .resources_directory .pagination .pagination.current.next:hover::before,
        .resources_directory .pagination .nav-links > a.prev:hover::before,
        .resources_directory .pagination .nav-links > a.next:hover::before,
        .resources_directory .pagination .page.prev:hover::before,
        .resources_directory .pagination .page.next:hover::before {
          color: #ffab00; }
      .resources_directory .pagination .pagination.prev,
      .resources_directory .pagination .page-numbers.prev,
      .resources_directory .pagination .pagination.current.prev,
      .resources_directory .pagination .nav-links > a.prev,
      .resources_directory .pagination .page.prev {
        padding-left: 20px; }
        .resources_directory .pagination .pagination.prev span::after,
        .resources_directory .pagination .page-numbers.prev span::after,
        .resources_directory .pagination .pagination.current.prev span::after,
        .resources_directory .pagination .nav-links > a.prev span::after,
        .resources_directory .pagination .page.prev span::after {
          content: "Prev"; }
        .resources_directory .pagination .pagination.prev::before,
        .resources_directory .pagination .page-numbers.prev::before,
        .resources_directory .pagination .pagination.current.prev::before,
        .resources_directory .pagination .nav-links > a.prev::before,
        .resources_directory .pagination .page.prev::before {
          left: 0;
          right: auto;
          transform: scaleX(-1); }
      .resources_directory .pagination .pagination.next,
      .resources_directory .pagination .page-numbers.next,
      .resources_directory .pagination .pagination.current.next,
      .resources_directory .pagination .nav-links > a.next,
      .resources_directory .pagination .page.next {
        margin-left: auto;
        padding-right: 20px; }
        .resources_directory .pagination .pagination.next span::after,
        .resources_directory .pagination .page-numbers.next span::after,
        .resources_directory .pagination .pagination.current.next span::after,
        .resources_directory .pagination .nav-links > a.next span::after,
        .resources_directory .pagination .page.next span::after {
          content: "Next"; }
      .resources_directory .pagination .pagination.current,
      .resources_directory .pagination .page-numbers.current,
      .resources_directory .pagination .pagination.current.current,
      .resources_directory .pagination .nav-links > a.current,
      .resources_directory .pagination .page.current {
        color: #ffffff !important; }

.block-quote {
  background-color: #8c9c2f;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .block-quote {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .block-quote.text-left {
    text-align: left !important; }
    .block-quote.text-left p, .block-quote.text-left strong, .block-quote.text-left h1, .block-quote.text-left h2, .block-quote.text-left h3, .block-quote.text-left h4, .block-quote.text-left h5, .block-quote.text-left span {
      text-align: left !important; }
  .block-quote.text-center {
    text-align: center !important; }
    .block-quote.text-center p, .block-quote.text-center strong, .block-quote.text-center h1, .block-quote.text-center h2, .block-quote.text-center h3, .block-quote.text-center h4, .block-quote.text-center h5, .block-quote.text-center span {
      text-align: center !important; }
  .block-quote.text-right {
    text-align: right !important; }
    .block-quote.text-right p, .block-quote.text-right strong, .block-quote.text-right h1, .block-quote.text-right h2, .block-quote.text-right h3, .block-quote.text-right h4, .block-quote.text-right h5, .block-quote.text-right span {
      text-align: right !important; }

@media only screen and (max-width: 991px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto; }

  .wp-block-media-text {
    display: -webkit-box;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px; }
    .wp-block-media-text .wp-block-media-text__content {
      padding: 0 !important; } }
@media only screen and (max-width: 767px) {
  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%; }
    .wp-block-columns.has-2-columns .wp-block-column:nth-child(2) {
      text-align: center; }

  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }

  .wp-block-media-text {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; } }
.carousel_block_testimonials {
  position: relative; }
  .carousel_block_testimonials .container {
    position: relative; }
  .carousel_block_testimonials.has-image #carousel__testimonials {
    width: 100vw;
    margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
    max-width: 100vw; }
    .carousel_block_testimonials.has-image #carousel__testimonials .content-testimonial {
      width: calc(100% + ((100vw - 1100px)/(2))); }
  .carousel_block_testimonials .container-control {
    position: absolute;
    padding-top: 20px;
    right: 0;
    font-size: 0;
    z-index: 5;
    width: 75px; }
    .carousel_block_testimonials .container-control .container {
      position: relative;
      height: 100%; }
    .carousel_block_testimonials .container-control .carousel-control-next, .carousel_block_testimonials .container-control .carousel-control-prev {
      bottom: unset;
      display: inline-block;
      height: 13px;
      opacity: 1;
      position: relative;
      transition: all 0.4s ease;
      width: 25px; }
      .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon, .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-prev-icon, .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-next-icon, .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%;
        width: 100%; }
    .carousel_block_testimonials .container-control .carousel-control-next {
      left: 18px; }
      .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/icons/arrow-long-right-white.svg"); }
    .carousel_block_testimonials .container-control .carousel-control-prev {
      left: 0; }
      .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/arrow-long-left-white.svg"); }
    .carousel_block_testimonials .container-control #title-section-fixed {
      margin-top: 25px; }
      .carousel_block_testimonials .container-control #title-section-fixed h3 {
        font-family: "Interstate", sans-serif !important;
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.98;
        letter-spacing: -0.89px;
        color: white;
        margin-bottom: 0 !important; }
  .carousel_block_testimonials.bg-green {
    background-color: #7a8829; }
  .carousel_block_testimonials.bg-orange {
    background-color: #7a8829; }
  .carousel_block_testimonials #carousel__testimonials {
    background-color: transparent;
    padding: 0;
    position: relative; }
    .carousel_block_testimonials #carousel__testimonials .carousel-indicators {
      bottom: 20px;
      counter-reset: none !important;
      left: 0;
      list-style-type: none !important;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      top: unset; }
      .carousel_block_testimonials #carousel__testimonials .carousel-indicators li {
        background-color: transparent;
        border-radius: 50%;
        border: 2px solid white;
        cursor: pointer;
        display: inline-block;
        flex: 0 0 10px !important;
        margin: 10px 5px;
        opacity: 1;
        padding: 0 !important;
        transition: all 0.4s ease;
        width: 10px;
        height: 10px;
        z-index: 9; }
        .carousel_block_testimonials #carousel__testimonials .carousel-indicators li::after, .carousel_block_testimonials #carousel__testimonials .carousel-indicators li::before {
          content: none !important; }
        .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active {
          opacity: 1;
          background-color: white; }
          .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active::before {
            display: block; }
    .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
      align-items: stretch;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
          flex-direction: column-reverse; } }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side, .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container img, .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          left: 50%;
          object-fit: cover;
          position: absolute;
          top: 50%;
          width: 100%; }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side {
        position: relative;
        flex: 1 0 25vw;
        margin-right: 30px; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
          height: 100%;
          left: calc((100vw - 1100px)/(-2));
          overflow: hidden;
          padding: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: calc(100% + ((100vw - 1100px)/(2)));
          z-index: 40; }
        @media (max-width: 1200px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
            left: calc((100vw - 940px)/(-2));
            width: calc(100% + ((100vw - 940px)/(2))); } }
        @media (max-width: 991px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side {
            flex: 1 0 100%;
            margin: 0; }
            .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
              margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
              margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
              max-width: 100vw;
              width: 100vw;
              height: 400px;
              left: unset;
              position: relative; } }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
        position: relative; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
          height: 100%;
          left: 0;
          overflow: hidden;
          padding: 0;
          position: absolute;
          right: calc((100vw - 1100px)/(-2));
          top: 0;
          width: calc(100% + ((100vw - 1100px)/(2)));
          z-index: 40; }
        @media (max-width: 1200px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
            right: calc((100vw - 940px)/(-2));
            width: calc(100% + ((100vw - 940px)/(2))); } }
        @media (max-width: 991px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
            margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
            margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
            max-width: 100vw;
            width: 100vw;
            height: 400px;
            left: unset;
            position: relative; } }
    .carousel_block_testimonials #carousel__testimonials .content-testimonial {
      padding: 75px 0; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .carousel_block_testimonials #carousel__testimonials .content-testimonial em {
        color: white; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote {
        font-family: "Interstate", sans-serif !important;
        color: #ffffff;
        font-size: 17px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: -0.3px;
        line-height: 1.47; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
        font-family: "Interstate", sans-serif !important;
        color: #ffffff;
        display: block;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 800;
        letter-spacing: 0.4px;
        line-height: 1.67;
        margin-top: 30px;
        padding-left: 36px;
        position: relative;
        text-transform: uppercase; }
        .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before {
          content: '';
          background-color: #ffffff;
          display: block;
          height: 1px;
          left: 0;
          position: absolute;
          top: 10px;
          width: 26px; }

.wp-block-columns .wp-block-column {
  padding-top: 30px;
  padding-bottom: 30px; }
  .wp-block-columns .wp-block-column.column-7 {
    flex-basis: calc(70% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-6 {
    flex-basis: calc(60% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-5 {
    flex-basis: calc(50% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-4 {
    flex-basis: calc(40% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column .wp-block-image {
    width: 100%;
    max-width: 100%;
    margin-left: auto; }
    .wp-block-columns .wp-block-column .wp-block-image img {
      height: 100%;
      width: 100%; }
    .wp-block-columns .wp-block-column .wp-block-image figcaption {
      background-color: #ffffff;
      font-family: "Interstate", sans-serif !important;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.57;
      letter-spacing: normal;
      margin: 0;
      padding: 8px 25px 11px;
      color: #252525; }
.wp-block-columns.no-margin {
  margin-bottom: 0 !important; }
.wp-block-columns.has-img-caption {
  padding: 120px 0; }
  @media (max-width: 991px) {
    .wp-block-columns.has-img-caption {
      padding: 50px 0 !important; } }
.wp-block-columns.has-bg-color-neutral {
  position: relative;
  z-index: 0; }
  .wp-block-columns.has-bg-color-neutral::before {
    content: "";
    background-color: #f7f8f9;
    height: 100%;
    width: 100vw;
    margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
    max-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
@media (max-width: 991px) {
  .wp-block-columns {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start; }
    .wp-block-columns .wp-block-column {
      margin-left: 0 !important;
      margin-bottom: 30px;
      width: 100%; }
      .wp-block-columns .wp-block-column .wp-block-image {
        margin-left: unset !important; } }

#accordionBlock, .accordionBlock {
  width: 100%; }
  #accordionBlock .card, .accordionBlock .card {
    border-radius: 0 !important;
    box-shadow: none;
    margin-bottom: 18px !important;
    padding: 0;
    border-color: transparent;
    border: solid 1px #819ea6 !important;
    background: transparent;
    /*.card.header*/ }
    #accordionBlock .card .card-header, .accordionBlock .card .card-header {
      background-color: transparent;
      border-color: transparent;
      padding: 0;
      border-radius: 0 !important;
      margin: 0 !important;
      position: relative; }
      #accordionBlock .card .card-header h2, #accordionBlock .card .card-header h3, #accordionBlock .card .card-header h4, #accordionBlock .card .card-header h5, #accordionBlock .card .card-header h6, .accordionBlock .card .card-header h2, .accordionBlock .card .card-header h3, .accordionBlock .card .card-header h4, .accordionBlock .card .card-header h5, .accordionBlock .card .card-header h6 {
        font-family: "Interstate", sans-serif !important;
        background: transparent;
        border-radius: 0;
        color: unset;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0 !important; }
        #accordionBlock .card .card-header h2 .btn, #accordionBlock .card .card-header h2 .btn-link, #accordionBlock .card .card-header h3 .btn, #accordionBlock .card .card-header h3 .btn-link, #accordionBlock .card .card-header h4 .btn, #accordionBlock .card .card-header h4 .btn-link, #accordionBlock .card .card-header h5 .btn, #accordionBlock .card .card-header h5 .btn-link, #accordionBlock .card .card-header h6 .btn, #accordionBlock .card .card-header h6 .btn-link, .accordionBlock .card .card-header h2 .btn, .accordionBlock .card .card-header h2 .btn-link, .accordionBlock .card .card-header h3 .btn, .accordionBlock .card .card-header h3 .btn-link, .accordionBlock .card .card-header h4 .btn, .accordionBlock .card .card-header h4 .btn-link, .accordionBlock .card .card-header h5 .btn, .accordionBlock .card .card-header h5 .btn-link, .accordionBlock .card .card-header h6 .btn, .accordionBlock .card .card-header h6 .btn-link {
          font-family: "Interstate", sans-serif !important;
          background: transparent;
          border-radius: 0;
          border: none;
          color: #000000;
          display: block;
          font-size: inherit;
          font-stretch: normal;
          font-style: normal;
          font-weight: normal;
          line-height: 1.2;
          margin: 0 !important;
          overflow-wrap: break-word;
          padding: 23px 90px 25px 35px;
          position: relative;
          text-align: left;
          transition: padding-bottom 0.2s ease;
          white-space: normal;
          width: 100%;
          word-break: break-word; }
          @media (max-width: 767.98px) {
            #accordionBlock .card .card-header h2 .btn, #accordionBlock .card .card-header h2 .btn-link, #accordionBlock .card .card-header h3 .btn, #accordionBlock .card .card-header h3 .btn-link, #accordionBlock .card .card-header h4 .btn, #accordionBlock .card .card-header h4 .btn-link, #accordionBlock .card .card-header h5 .btn, #accordionBlock .card .card-header h5 .btn-link, #accordionBlock .card .card-header h6 .btn, #accordionBlock .card .card-header h6 .btn-link, .accordionBlock .card .card-header h2 .btn, .accordionBlock .card .card-header h2 .btn-link, .accordionBlock .card .card-header h3 .btn, .accordionBlock .card .card-header h3 .btn-link, .accordionBlock .card .card-header h4 .btn, .accordionBlock .card .card-header h4 .btn-link, .accordionBlock .card .card-header h5 .btn, .accordionBlock .card .card-header h5 .btn-link, .accordionBlock .card .card-header h6 .btn, .accordionBlock .card .card-header h6 .btn-link {
              padding-right: 60px;
              padding-left: 20px; } }
          #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"], #accordionBlock .card .card-header h2 .btn-link[aria-expanded^="true"], #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"], #accordionBlock .card .card-header h3 .btn-link[aria-expanded^="true"], #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"], #accordionBlock .card .card-header h4 .btn-link[aria-expanded^="true"], #accordionBlock .card .card-header h5 .btn[aria-expanded^="true"], #accordionBlock .card .card-header h5 .btn-link[aria-expanded^="true"], #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"], #accordionBlock .card .card-header h6 .btn-link[aria-expanded^="true"], .accordionBlock .card .card-header h2 .btn[aria-expanded^="true"], .accordionBlock .card .card-header h2 .btn-link[aria-expanded^="true"], .accordionBlock .card .card-header h3 .btn[aria-expanded^="true"], .accordionBlock .card .card-header h3 .btn-link[aria-expanded^="true"], .accordionBlock .card .card-header h4 .btn[aria-expanded^="true"], .accordionBlock .card .card-header h4 .btn-link[aria-expanded^="true"], .accordionBlock .card .card-header h5 .btn[aria-expanded^="true"], .accordionBlock .card .card-header h5 .btn-link[aria-expanded^="true"], .accordionBlock .card .card-header h6 .btn[aria-expanded^="true"], .accordionBlock .card .card-header h6 .btn-link[aria-expanded^="true"] {
            padding-bottom: 5px; }
            #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, #accordionBlock .card .card-header h2 .btn-link[aria-expanded^="true"]::before, #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"]::before, #accordionBlock .card .card-header h3 .btn-link[aria-expanded^="true"]::before, #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"]::before, #accordionBlock .card .card-header h4 .btn-link[aria-expanded^="true"]::before, #accordionBlock .card .card-header h5 .btn[aria-expanded^="true"]::before, #accordionBlock .card .card-header h5 .btn-link[aria-expanded^="true"]::before, #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"]::before, #accordionBlock .card .card-header h6 .btn-link[aria-expanded^="true"]::before, .accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, .accordionBlock .card .card-header h2 .btn-link[aria-expanded^="true"]::before, .accordionBlock .card .card-header h3 .btn[aria-expanded^="true"]::before, .accordionBlock .card .card-header h3 .btn-link[aria-expanded^="true"]::before, .accordionBlock .card .card-header h4 .btn[aria-expanded^="true"]::before, .accordionBlock .card .card-header h4 .btn-link[aria-expanded^="true"]::before, .accordionBlock .card .card-header h5 .btn[aria-expanded^="true"]::before, .accordionBlock .card .card-header h5 .btn-link[aria-expanded^="true"]::before, .accordionBlock .card .card-header h6 .btn[aria-expanded^="true"]::before, .accordionBlock .card .card-header h6 .btn-link[aria-expanded^="true"]::before {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg);
              background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3e%3cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath fill='%231B1B1B' stroke='%231B1B1B' d='M1193 3673l7-7h-14l7 7z' transform='translate(-1185 -3665)'/%3e%3c/g%3e%3c/svg%3e "); }
          #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, #accordionBlock .card .card-header h2 .btn-link[aria-expanded^="false"]::before, #accordionBlock .card .card-header h3 .btn[aria-expanded^="false"]::before, #accordionBlock .card .card-header h3 .btn-link[aria-expanded^="false"]::before, #accordionBlock .card .card-header h4 .btn[aria-expanded^="false"]::before, #accordionBlock .card .card-header h4 .btn-link[aria-expanded^="false"]::before, #accordionBlock .card .card-header h5 .btn[aria-expanded^="false"]::before, #accordionBlock .card .card-header h5 .btn-link[aria-expanded^="false"]::before, #accordionBlock .card .card-header h6 .btn[aria-expanded^="false"]::before, #accordionBlock .card .card-header h6 .btn-link[aria-expanded^="false"]::before, .accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, .accordionBlock .card .card-header h2 .btn-link[aria-expanded^="false"]::before, .accordionBlock .card .card-header h3 .btn[aria-expanded^="false"]::before, .accordionBlock .card .card-header h3 .btn-link[aria-expanded^="false"]::before, .accordionBlock .card .card-header h4 .btn[aria-expanded^="false"]::before, .accordionBlock .card .card-header h4 .btn-link[aria-expanded^="false"]::before, .accordionBlock .card .card-header h5 .btn[aria-expanded^="false"]::before, .accordionBlock .card .card-header h5 .btn-link[aria-expanded^="false"]::before, .accordionBlock .card .card-header h6 .btn[aria-expanded^="false"]::before, .accordionBlock .card .card-header h6 .btn-link[aria-expanded^="false"]::before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3e%3cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath fill='%231B1B1B' stroke='%231B1B1B' d='M1193 3673l7-7h-14l7 7z' transform='translate(-1185 -3665)'/%3e%3c/g%3e%3c/svg%3e ");
            background-image: url("../images/icons/dropdown-icon-faqs.svg"); }
          #accordionBlock .card .card-header h2 .btn::before, #accordionBlock .card .card-header h2 .btn-link::before, #accordionBlock .card .card-header h3 .btn::before, #accordionBlock .card .card-header h3 .btn-link::before, #accordionBlock .card .card-header h4 .btn::before, #accordionBlock .card .card-header h4 .btn-link::before, #accordionBlock .card .card-header h5 .btn::before, #accordionBlock .card .card-header h5 .btn-link::before, #accordionBlock .card .card-header h6 .btn::before, #accordionBlock .card .card-header h6 .btn-link::before, .accordionBlock .card .card-header h2 .btn::before, .accordionBlock .card .card-header h2 .btn-link::before, .accordionBlock .card .card-header h3 .btn::before, .accordionBlock .card .card-header h3 .btn-link::before, .accordionBlock .card .card-header h4 .btn::before, .accordionBlock .card .card-header h4 .btn-link::before, .accordionBlock .card .card-header h5 .btn::before, .accordionBlock .card .card-header h5 .btn-link::before, .accordionBlock .card .card-header h6 .btn::before, .accordionBlock .card .card-header h6 .btn-link::before {
            content: "" !important;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 14px 10px;
            cursor: pointer;
            display: inline-block;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0 !important;
            width: 90px;
            transition: all 0.4s ease; }
            @media (max-width: 767.98px) {
              #accordionBlock .card .card-header h2 .btn::before, #accordionBlock .card .card-header h2 .btn-link::before, #accordionBlock .card .card-header h3 .btn::before, #accordionBlock .card .card-header h3 .btn-link::before, #accordionBlock .card .card-header h4 .btn::before, #accordionBlock .card .card-header h4 .btn-link::before, #accordionBlock .card .card-header h5 .btn::before, #accordionBlock .card .card-header h5 .btn-link::before, #accordionBlock .card .card-header h6 .btn::before, #accordionBlock .card .card-header h6 .btn-link::before, .accordionBlock .card .card-header h2 .btn::before, .accordionBlock .card .card-header h2 .btn-link::before, .accordionBlock .card .card-header h3 .btn::before, .accordionBlock .card .card-header h3 .btn-link::before, .accordionBlock .card .card-header h4 .btn::before, .accordionBlock .card .card-header h4 .btn-link::before, .accordionBlock .card .card-header h5 .btn::before, .accordionBlock .card .card-header h5 .btn-link::before, .accordionBlock .card .card-header h6 .btn::before, .accordionBlock .card .card-header h6 .btn-link::before {
                width: 60px; } }
          #accordionBlock .card .card-header h2 .btn:hover, #accordionBlock .card .card-header h2 .btn:focus, #accordionBlock .card .card-header h2 .btn:active, #accordionBlock .card .card-header h2 .btn-link:hover, #accordionBlock .card .card-header h2 .btn-link:focus, #accordionBlock .card .card-header h2 .btn-link:active, #accordionBlock .card .card-header h3 .btn:hover, #accordionBlock .card .card-header h3 .btn:focus, #accordionBlock .card .card-header h3 .btn:active, #accordionBlock .card .card-header h3 .btn-link:hover, #accordionBlock .card .card-header h3 .btn-link:focus, #accordionBlock .card .card-header h3 .btn-link:active, #accordionBlock .card .card-header h4 .btn:hover, #accordionBlock .card .card-header h4 .btn:focus, #accordionBlock .card .card-header h4 .btn:active, #accordionBlock .card .card-header h4 .btn-link:hover, #accordionBlock .card .card-header h4 .btn-link:focus, #accordionBlock .card .card-header h4 .btn-link:active, #accordionBlock .card .card-header h5 .btn:hover, #accordionBlock .card .card-header h5 .btn:focus, #accordionBlock .card .card-header h5 .btn:active, #accordionBlock .card .card-header h5 .btn-link:hover, #accordionBlock .card .card-header h5 .btn-link:focus, #accordionBlock .card .card-header h5 .btn-link:active, #accordionBlock .card .card-header h6 .btn:hover, #accordionBlock .card .card-header h6 .btn:focus, #accordionBlock .card .card-header h6 .btn:active, #accordionBlock .card .card-header h6 .btn-link:hover, #accordionBlock .card .card-header h6 .btn-link:focus, #accordionBlock .card .card-header h6 .btn-link:active, .accordionBlock .card .card-header h2 .btn:hover, .accordionBlock .card .card-header h2 .btn:focus, .accordionBlock .card .card-header h2 .btn:active, .accordionBlock .card .card-header h2 .btn-link:hover, .accordionBlock .card .card-header h2 .btn-link:focus, .accordionBlock .card .card-header h2 .btn-link:active, .accordionBlock .card .card-header h3 .btn:hover, .accordionBlock .card .card-header h3 .btn:focus, .accordionBlock .card .card-header h3 .btn:active, .accordionBlock .card .card-header h3 .btn-link:hover, .accordionBlock .card .card-header h3 .btn-link:focus, .accordionBlock .card .card-header h3 .btn-link:active, .accordionBlock .card .card-header h4 .btn:hover, .accordionBlock .card .card-header h4 .btn:focus, .accordionBlock .card .card-header h4 .btn:active, .accordionBlock .card .card-header h4 .btn-link:hover, .accordionBlock .card .card-header h4 .btn-link:focus, .accordionBlock .card .card-header h4 .btn-link:active, .accordionBlock .card .card-header h5 .btn:hover, .accordionBlock .card .card-header h5 .btn:focus, .accordionBlock .card .card-header h5 .btn:active, .accordionBlock .card .card-header h5 .btn-link:hover, .accordionBlock .card .card-header h5 .btn-link:focus, .accordionBlock .card .card-header h5 .btn-link:active, .accordionBlock .card .card-header h6 .btn:hover, .accordionBlock .card .card-header h6 .btn:focus, .accordionBlock .card .card-header h6 .btn:active, .accordionBlock .card .card-header h6 .btn-link:hover, .accordionBlock .card .card-header h6 .btn-link:focus, .accordionBlock .card .card-header h6 .btn-link:active {
            box-shadow: unset;
            text-decoration: none; }
    #accordionBlock .card .card-body, .accordionBlock .card .card-body {
      background-color: transparent;
      padding: 0 95px 35px 35px; }
      @media (max-width: 767.98px) {
        #accordionBlock .card .card-body, .accordionBlock .card .card-body {
          padding: 0 60px 35px 20px; } }
      #accordionBlock .card .card-body h2, #accordionBlock .card .card-body h3, #accordionBlock .card .card-body h4, #accordionBlock .card .card-body h5, #accordionBlock .card .card-body h6, .accordionBlock .card .card-body h2, .accordionBlock .card .card-body h3, .accordionBlock .card .card-body h4, .accordionBlock .card .card-body h5, .accordionBlock .card .card-body h6 {
        font-family: "Interstate", sans-serif !important;
        color: #000000;
        line-height: 1.34; }
      #accordionBlock .card .card-body p, #accordionBlock .card .card-body strong, #accordionBlock .card .card-body em, #accordionBlock .card .card-body span, #accordionBlock .card .card-body a, .accordionBlock .card .card-body p, .accordionBlock .card .card-body strong, .accordionBlock .card .card-body em, .accordionBlock .card .card-body span, .accordionBlock .card .card-body a {
        font-family: "LTC Globe Gothic", serif !important;
        color: #000000;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1.56; }
      #accordionBlock .card .card-body strong, .accordionBlock .card .card-body strong {
        font-weight: bold !important; }
      #accordionBlock .card .card-body hr, .accordionBlock .card .card-body hr {
        border-color: #252525 !important; }

.filter-category div.ajaxsearchpro, .filter-category .ajaxsearchpro, .filter-wrap div.ajaxsearchpro, .filter-wrap .ajaxsearchpro {
  background-image: radial-gradient(ellipse at center, rgba(156, 218, 164, 0), rgba(156, 218, 164, 0)) !important;
  border-radius: 2 !important;
  border: none !important;
  border-bottom: 1px solid #979797 !important;
  font-size: 15px !important;
  font-weight: normal !important;
  max-width: 100% !important; }
  @media (min-width: 1200px) {
    .filter-category div.ajaxsearchpro, .filter-category .ajaxsearchpro, .filter-wrap div.ajaxsearchpro, .filter-wrap .ajaxsearchpro {
      width: 357px !important; } }
  .filter-category div.ajaxsearchpro.vertical, .filter-category .ajaxsearchpro.vertical, .filter-wrap div.ajaxsearchpro.vertical, .filter-wrap .ajaxsearchpro.vertical {
    background-color: black !important; }
  .filter-category div.ajaxsearchpro .probox, .filter-category .ajaxsearchpro .probox, .filter-wrap div.ajaxsearchpro .probox, .filter-wrap .ajaxsearchpro .probox {
    height: 40px !important;
    background: transparent !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    border-color: black !important; }
    .filter-category div.ajaxsearchpro .probox .promagnifier, .filter-category .ajaxsearchpro .probox .promagnifier, .filter-wrap div.ajaxsearchpro .probox .promagnifier, .filter-wrap .ajaxsearchpro .probox .promagnifier {
      background: transparent !important;
      border: none !important;
      box-shadow: none !important;
      width: 50px !important;
      height: 40px !important; }
      .filter-category div.ajaxsearchpro .probox .promagnifier .innericon, .filter-category .ajaxsearchpro .probox .promagnifier .innericon, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon {
        width: 50px !important;
        position: relative;
        height: 40px !important; }
        .filter-category div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-category .ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon::after {
          content: "\f002";
          box-sizing: border-box;
          font: normal normal normal 14px/1 FontAwesome;
          font-family: "Font Awesome 5 Pro";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          text-rendering: auto;
          transition: 0.4s;
          color: #b5b4b3;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px; }
        .filter-category div.ajaxsearchpro .probox .promagnifier .innericon svg, .filter-category .ajaxsearchpro .probox .promagnifier .innericon svg, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon svg, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon svg {
          display: none !important;
          fill: #b5b4b3 !important; }
    .filter-category div.ajaxsearchpro .probox .proinput, .filter-category .ajaxsearchpro .probox .proinput, .filter-wrap div.ajaxsearchpro .probox .proinput, .filter-wrap .ajaxsearchpro .probox .proinput {
      background: transparent !important;
      padding: 0px !important;
      margin: 0 !important; }
      .filter-category div.ajaxsearchpro .probox .proinput form input, .filter-category div.ajaxsearchpro .probox .proinput form textarea, .filter-category div.ajaxsearchpro .probox .proinput form select, .filter-category .ajaxsearchpro .probox .proinput form input, .filter-category .ajaxsearchpro .probox .proinput form textarea, .filter-category .ajaxsearchpro .probox .proinput form select, .filter-wrap div.ajaxsearchpro .probox .proinput form input, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea, .filter-wrap div.ajaxsearchpro .probox .proinput form select, .filter-wrap .ajaxsearchpro .probox .proinput form input, .filter-wrap .ajaxsearchpro .probox .proinput form textarea, .filter-wrap .ajaxsearchpro .probox .proinput form select {
        border-radius: 2px !important;
        box-shadow: none !important;
        color: rgba(181, 180, 179, 0.74) !important;
        font-family: "Interstate", sans-serif !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        height: auto !important;
        outline: none !important;
        padding: 10px 15px !important;
        position: absolute;
        top: 0;
        width: 100%; }
        .filter-category div.ajaxsearchpro .probox .proinput form input .autocomplete, .filter-category div.ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-category div.ajaxsearchpro .probox .proinput form select .autocomplete, .filter-category .ajaxsearchpro .probox .proinput form input .autocomplete, .filter-category .ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-category .ajaxsearchpro .probox .proinput form select .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput form input .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput form select .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput form input .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput form select .autocomplete {
          top: 20px !important;
          margin-top: -41px !important; }
        .filter-category div.ajaxsearchpro .probox .proinput form input:active, .filter-category div.ajaxsearchpro .probox .proinput form input:focus, .filter-category div.ajaxsearchpro .probox .proinput form textarea:active, .filter-category div.ajaxsearchpro .probox .proinput form textarea:focus, .filter-category div.ajaxsearchpro .probox .proinput form select:active, .filter-category div.ajaxsearchpro .probox .proinput form select:focus, .filter-category .ajaxsearchpro .probox .proinput form input:active, .filter-category .ajaxsearchpro .probox .proinput form input:focus, .filter-category .ajaxsearchpro .probox .proinput form textarea:active, .filter-category .ajaxsearchpro .probox .proinput form textarea:focus, .filter-category .ajaxsearchpro .probox .proinput form select:active, .filter-category .ajaxsearchpro .probox .proinput form select:focus, .filter-wrap div.ajaxsearchpro .probox .proinput form input:active, .filter-wrap div.ajaxsearchpro .probox .proinput form input:focus, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:active, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:focus, .filter-wrap div.ajaxsearchpro .probox .proinput form select:active, .filter-wrap div.ajaxsearchpro .probox .proinput form select:focus, .filter-wrap .ajaxsearchpro .probox .proinput form input:active, .filter-wrap .ajaxsearchpro .probox .proinput form input:focus, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:active, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:focus, .filter-wrap .ajaxsearchpro .probox .proinput form select:active, .filter-wrap .ajaxsearchpro .probox .proinput form select:focus {
          border: none !important;
          outline: none !important; }
        .filter-category div.ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select:-moz-placeholder {
          color: rgba(181, 180, 179, 0.74) !important;
          font-family: "Interstate", sans-serif !important;
          font-size: 15px !important;
          font-weight: normal !important;
          opacity: 1 !important; }
      .filter-category div.ajaxsearchpro .probox .proinput input.autocomplete, .filter-category .ajaxsearchpro .probox .proinput input.autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput input.autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput input.autocomplete {
        top: 48px !important;
        padding-left: 28px !important;
        margin-top: -28px !important; }
      .filter-category div.ajaxsearchpro .probox .proinput input.orig, .filter-category .ajaxsearchpro .probox .proinput input.orig, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig, .filter-wrap .ajaxsearchpro .probox .proinput input.orig {
        font-size: 15px !important;
        height: 37px !important;
        left: 16px;
        top: 3px;
        margin: 0 !important;
        padding: 0 !important;
        /* firefox 19+ */
        /* ie */ }
        .filter-category div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder {
          color: #b5b4b3 !important;
          font-size: 15px !important;
          opacity: 1 !important;
          font-weight: 400 !important; }
        .filter-category div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder {
          color: #b5b4b3 !important;
          font-size: 15px !important;
          opacity: 1 !important;
          font-weight: 400 !important; }
        .filter-category div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder {
          color: #b5b4b3 !important;
          font-size: 15px !important;
          opacity: 1 !important;
          font-weight: 400 !important; }
    .filter-category div.ajaxsearchpro .probox .proloading, .filter-category .ajaxsearchpro .probox .proloading, .filter-wrap div.ajaxsearchpro .probox .proloading, .filter-wrap .ajaxsearchpro .probox .proloading {
      align-self: center; }
    .filter-category div.ajaxsearchpro .probox .proclose, .filter-category .ajaxsearchpro .probox .proclose, .filter-wrap div.ajaxsearchpro .probox .proclose, .filter-wrap .ajaxsearchpro .probox .proclose {
      align-self: center; }
  .filter-category div.ajaxsearchpro .results .item .asp_content h3 a, .filter-category .ajaxsearchpro .results .item .asp_content h3 a, .filter-wrap div.ajaxsearchpro .results .item .asp_content h3 a, .filter-wrap .ajaxsearchpro .results .item .asp_content h3 a {
    color: rgba(181, 180, 179, 0.7) !important; }
.filter-category #ajaxsearchpro1_1 .probox .proinput input.orig, .filter-category #ajaxsearchpro1_2 .probox .proinput input.orig, .filter-category div.asp_m.asp_m_1 .probox .proinput input.orig, .filter-wrap #ajaxsearchpro1_1 .probox .proinput input.orig, .filter-wrap #ajaxsearchpro1_2 .probox .proinput input.orig, .filter-wrap div.asp_m.asp_m_1 .probox .proinput input.orig {
  line-height: 1.3 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  overflow: visible;
  font-weight: 400 !important; }
.filter-category #ajaxsearchpro1_1, .filter-category #ajaxsearchpro1_2, .filter-category div.asp_m.asp_m_1, .filter-wrap #ajaxsearchpro1_1, .filter-wrap #ajaxsearchpro1_2, .filter-wrap div.asp_m.asp_m_1 {
  background: transparent !important; }

/*search result ajax pro*/
div[id^="ajaxsearchprores"].vertical, div[class^="asp_r_"].vertical {
  background: #b5b4b3 !important; }
div[id^="ajaxsearchprores"] .resdrg .item h3, div[id^="ajaxsearchprores"] .resdrg .item h3 a, div[class^="asp_r_"] .resdrg .item h3, div[class^="asp_r_"] .resdrg .item h3 a {
  color: #b5b4b3 !important; }

@media only screen and (max-width: 991px) {
  .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
    flex-basis: auto !important;
    min-width: 100% !important; } }
.tml .tml-action-links a {
  color: #7a8829 !important; }

.tml input, .tml textarea, .tml select {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  min-height: 50px;
  padding: 3px 10px !important; }

#loginform .tml-submit-wrap input[type="submit"], .pmpro_form .tml-submit-wrap input[type="submit"] {
  background-color: #182955;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  color: white !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 16px 28px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
#loginform .login-username, #loginform .login-password, #loginform .pmpro_lost_password-field, #loginform .pmpro_lost_password-field, #loginform .pmpro_lost_password-field-user_login,
#loginform .pmpro_member_profile_edit-field, #loginform .pmpro_member_profile_edit-field-, #loginform .first_name,
#loginform .pmpro_change_password-field,
#loginform .pmpro_checkout-field, #loginform .pmpro_checkout-field-username, .pmpro_form .login-username, .pmpro_form .login-password, .pmpro_form .pmpro_lost_password-field, .pmpro_form .pmpro_lost_password-field, .pmpro_form .pmpro_lost_password-field-user_login,
.pmpro_form .pmpro_member_profile_edit-field, .pmpro_form .pmpro_member_profile_edit-field-, .pmpro_form .first_name,
.pmpro_form .pmpro_change_password-field,
.pmpro_form .pmpro_checkout-field, .pmpro_form .pmpro_checkout-field-username {
  margin-bottom: 10px !important; }
  #loginform .login-username label, #loginform .login-password label, #loginform .pmpro_lost_password-field label, #loginform .pmpro_lost_password-field label, #loginform .pmpro_lost_password-field-user_login label,
  #loginform .pmpro_member_profile_edit-field label, #loginform .pmpro_member_profile_edit-field- label, #loginform .first_name label,
  #loginform .pmpro_change_password-field label,
  #loginform .pmpro_checkout-field label, #loginform .pmpro_checkout-field-username label, .pmpro_form .login-username label, .pmpro_form .login-password label, .pmpro_form .pmpro_lost_password-field label, .pmpro_form .pmpro_lost_password-field label, .pmpro_form .pmpro_lost_password-field-user_login label,
  .pmpro_form .pmpro_member_profile_edit-field label, .pmpro_form .pmpro_member_profile_edit-field- label, .pmpro_form .first_name label,
  .pmpro_form .pmpro_change_password-field label,
  .pmpro_form .pmpro_checkout-field label, .pmpro_form .pmpro_checkout-field-username label {
    font-family: "Interstate", sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0 !important;
    color: #252525 !important; }
  #loginform .login-username input:not([type="submit"]), #loginform .login-username textarea, #loginform .login-username select, #loginform .login-password input:not([type="submit"]), #loginform .login-password textarea, #loginform .login-password select, #loginform .pmpro_lost_password-field input:not([type="submit"]), #loginform .pmpro_lost_password-field textarea, #loginform .pmpro_lost_password-field select, #loginform .pmpro_lost_password-field input:not([type="submit"]), #loginform .pmpro_lost_password-field textarea, #loginform .pmpro_lost_password-field select, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]), #loginform .pmpro_lost_password-field-user_login textarea, #loginform .pmpro_lost_password-field-user_login select,
  #loginform .pmpro_member_profile_edit-field input:not([type="submit"]),
  #loginform .pmpro_member_profile_edit-field textarea,
  #loginform .pmpro_member_profile_edit-field select, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]), #loginform .pmpro_member_profile_edit-field- textarea, #loginform .pmpro_member_profile_edit-field- select, #loginform .first_name input:not([type="submit"]), #loginform .first_name textarea, #loginform .first_name select,
  #loginform .pmpro_change_password-field input:not([type="submit"]),
  #loginform .pmpro_change_password-field textarea,
  #loginform .pmpro_change_password-field select,
  #loginform .pmpro_checkout-field input:not([type="submit"]),
  #loginform .pmpro_checkout-field textarea,
  #loginform .pmpro_checkout-field select, #loginform .pmpro_checkout-field-username input:not([type="submit"]), #loginform .pmpro_checkout-field-username textarea, #loginform .pmpro_checkout-field-username select, .pmpro_form .login-username input:not([type="submit"]), .pmpro_form .login-username textarea, .pmpro_form .login-username select, .pmpro_form .login-password input:not([type="submit"]), .pmpro_form .login-password textarea, .pmpro_form .login-password select, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]), .pmpro_form .pmpro_lost_password-field textarea, .pmpro_form .pmpro_lost_password-field select, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]), .pmpro_form .pmpro_lost_password-field textarea, .pmpro_form .pmpro_lost_password-field select, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]), .pmpro_form .pmpro_lost_password-field-user_login textarea, .pmpro_form .pmpro_lost_password-field-user_login select,
  .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]),
  .pmpro_form .pmpro_member_profile_edit-field textarea,
  .pmpro_form .pmpro_member_profile_edit-field select, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]), .pmpro_form .pmpro_member_profile_edit-field- textarea, .pmpro_form .pmpro_member_profile_edit-field- select, .pmpro_form .first_name input:not([type="submit"]), .pmpro_form .first_name textarea, .pmpro_form .first_name select,
  .pmpro_form .pmpro_change_password-field input:not([type="submit"]),
  .pmpro_form .pmpro_change_password-field textarea,
  .pmpro_form .pmpro_change_password-field select,
  .pmpro_form .pmpro_checkout-field input:not([type="submit"]),
  .pmpro_form .pmpro_checkout-field textarea,
  .pmpro_form .pmpro_checkout-field select, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]), .pmpro_form .pmpro_checkout-field-username textarea, .pmpro_form .pmpro_checkout-field-username select {
    font-family: "Interstate", sans-serif !important;
    background: #ffffff;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    box-shadow: none;
    color: black;
    font-size: 13px !important;
    font-weight: bold;
    min-height: 40px;
    padding: 10px 15px !important;
    /* firefox 19+ */
    /* ie */ }
    #loginform .login-username input:not([type="submit"])::-webkit-input-placeholder, #loginform .login-username textarea::-webkit-input-placeholder, #loginform .login-username select::-webkit-input-placeholder, #loginform .login-password input:not([type="submit"])::-webkit-input-placeholder, #loginform .login-password textarea::-webkit-input-placeholder, #loginform .login-password select::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login select::-webkit-input-placeholder,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"])::-webkit-input-placeholder,
    #loginform .pmpro_member_profile_edit-field textarea::-webkit-input-placeholder,
    #loginform .pmpro_member_profile_edit-field select::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- select::-webkit-input-placeholder, #loginform .first_name input:not([type="submit"])::-webkit-input-placeholder, #loginform .first_name textarea::-webkit-input-placeholder, #loginform .first_name select::-webkit-input-placeholder,
    #loginform .pmpro_change_password-field input:not([type="submit"])::-webkit-input-placeholder,
    #loginform .pmpro_change_password-field textarea::-webkit-input-placeholder,
    #loginform .pmpro_change_password-field select::-webkit-input-placeholder,
    #loginform .pmpro_checkout-field input:not([type="submit"])::-webkit-input-placeholder,
    #loginform .pmpro_checkout-field textarea::-webkit-input-placeholder,
    #loginform .pmpro_checkout-field select::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username textarea::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username select::-webkit-input-placeholder, .pmpro_form .login-username input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .login-username textarea::-webkit-input-placeholder, .pmpro_form .login-username select::-webkit-input-placeholder, .pmpro_form .login-password input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .login-password textarea::-webkit-input-placeholder, .pmpro_form .login-password select::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select::-webkit-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"])::-webkit-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field textarea::-webkit-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field select::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select::-webkit-input-placeholder, .pmpro_form .first_name input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .first_name textarea::-webkit-input-placeholder, .pmpro_form .first_name select::-webkit-input-placeholder,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"])::-webkit-input-placeholder,
    .pmpro_form .pmpro_change_password-field textarea::-webkit-input-placeholder,
    .pmpro_form .pmpro_change_password-field select::-webkit-input-placeholder,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"])::-webkit-input-placeholder,
    .pmpro_form .pmpro_checkout-field textarea::-webkit-input-placeholder,
    .pmpro_form .pmpro_checkout-field select::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username select::-webkit-input-placeholder {
      color: rgba(58, 59, 75, 0.5);
      opacity: 1; }
    #loginform .login-username input:not([type="submit"])::-moz-placeholder, #loginform .login-username textarea::-moz-placeholder, #loginform .login-username select::-moz-placeholder, #loginform .login-password input:not([type="submit"])::-moz-placeholder, #loginform .login-password textarea::-moz-placeholder, #loginform .login-password select::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_lost_password-field textarea::-moz-placeholder, #loginform .pmpro_lost_password-field select::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_lost_password-field textarea::-moz-placeholder, #loginform .pmpro_lost_password-field select::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login textarea::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login select::-moz-placeholder,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"])::-moz-placeholder,
    #loginform .pmpro_member_profile_edit-field textarea::-moz-placeholder,
    #loginform .pmpro_member_profile_edit-field select::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- textarea::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- select::-moz-placeholder, #loginform .first_name input:not([type="submit"])::-moz-placeholder, #loginform .first_name textarea::-moz-placeholder, #loginform .first_name select::-moz-placeholder,
    #loginform .pmpro_change_password-field input:not([type="submit"])::-moz-placeholder,
    #loginform .pmpro_change_password-field textarea::-moz-placeholder,
    #loginform .pmpro_change_password-field select::-moz-placeholder,
    #loginform .pmpro_checkout-field input:not([type="submit"])::-moz-placeholder,
    #loginform .pmpro_checkout-field textarea::-moz-placeholder,
    #loginform .pmpro_checkout-field select::-moz-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_checkout-field-username textarea::-moz-placeholder, #loginform .pmpro_checkout-field-username select::-moz-placeholder, .pmpro_form .login-username input:not([type="submit"])::-moz-placeholder, .pmpro_form .login-username textarea::-moz-placeholder, .pmpro_form .login-username select::-moz-placeholder, .pmpro_form .login-password input:not([type="submit"])::-moz-placeholder, .pmpro_form .login-password textarea::-moz-placeholder, .pmpro_form .login-password select::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select::-moz-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"])::-moz-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field textarea::-moz-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field select::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select::-moz-placeholder, .pmpro_form .first_name input:not([type="submit"])::-moz-placeholder, .pmpro_form .first_name textarea::-moz-placeholder, .pmpro_form .first_name select::-moz-placeholder,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"])::-moz-placeholder,
    .pmpro_form .pmpro_change_password-field textarea::-moz-placeholder,
    .pmpro_form .pmpro_change_password-field select::-moz-placeholder,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"])::-moz-placeholder,
    .pmpro_form .pmpro_checkout-field textarea::-moz-placeholder,
    .pmpro_form .pmpro_checkout-field select::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username textarea::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username select::-moz-placeholder {
      color: rgba(58, 59, 75, 0.5);
      opacity: 1; }
    #loginform .login-username input:not([type="submit"]):-ms-input-placeholder, #loginform .login-username textarea:-ms-input-placeholder, #loginform .login-username select:-ms-input-placeholder, #loginform .login-password input:not([type="submit"]):-ms-input-placeholder, #loginform .login-password textarea:-ms-input-placeholder, #loginform .login-password select:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:-ms-input-placeholder,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-ms-input-placeholder,
    #loginform .pmpro_member_profile_edit-field textarea:-ms-input-placeholder,
    #loginform .pmpro_member_profile_edit-field select:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:-ms-input-placeholder, #loginform .first_name input:not([type="submit"]):-ms-input-placeholder, #loginform .first_name textarea:-ms-input-placeholder, #loginform .first_name select:-ms-input-placeholder,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-ms-input-placeholder,
    #loginform .pmpro_change_password-field textarea:-ms-input-placeholder,
    #loginform .pmpro_change_password-field select:-ms-input-placeholder,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-ms-input-placeholder,
    #loginform .pmpro_checkout-field textarea:-ms-input-placeholder,
    #loginform .pmpro_checkout-field select:-ms-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_checkout-field-username textarea:-ms-input-placeholder, #loginform .pmpro_checkout-field-username select:-ms-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .login-username textarea:-ms-input-placeholder, .pmpro_form .login-username select:-ms-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .login-password textarea:-ms-input-placeholder, .pmpro_form .login-password select:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:-ms-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-ms-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-ms-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field select:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:-ms-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .first_name textarea:-ms-input-placeholder, .pmpro_form .first_name select:-ms-input-placeholder,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-ms-input-placeholder,
    .pmpro_form .pmpro_change_password-field textarea:-ms-input-placeholder,
    .pmpro_form .pmpro_change_password-field select:-ms-input-placeholder,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-ms-input-placeholder,
    .pmpro_form .pmpro_checkout-field textarea:-ms-input-placeholder,
    .pmpro_form .pmpro_checkout-field select:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:-ms-input-placeholder {
      color: rgba(58, 59, 75, 0.5);
      opacity: 1; }
    #loginform .login-username input:not([type="submit"]):active, #loginform .login-username input:not([type="submit"]):focus, #loginform .login-username textarea:active, #loginform .login-username textarea:focus, #loginform .login-username select:active, #loginform .login-username select:focus, #loginform .login-password input:not([type="submit"]):active, #loginform .login-password input:not([type="submit"]):focus, #loginform .login-password textarea:active, #loginform .login-password textarea:focus, #loginform .login-password select:active, #loginform .login-password select:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):active, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus, #loginform .pmpro_lost_password-field textarea:active, #loginform .pmpro_lost_password-field textarea:focus, #loginform .pmpro_lost_password-field select:active, #loginform .pmpro_lost_password-field select:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):active, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus, #loginform .pmpro_lost_password-field textarea:active, #loginform .pmpro_lost_password-field textarea:focus, #loginform .pmpro_lost_password-field select:active, #loginform .pmpro_lost_password-field select:focus, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus, #loginform .pmpro_lost_password-field-user_login textarea:active, #loginform .pmpro_lost_password-field-user_login textarea:focus, #loginform .pmpro_lost_password-field-user_login select:active, #loginform .pmpro_lost_password-field-user_login select:focus,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus,
    #loginform .pmpro_member_profile_edit-field textarea:active,
    #loginform .pmpro_member_profile_edit-field textarea:focus,
    #loginform .pmpro_member_profile_edit-field select:active,
    #loginform .pmpro_member_profile_edit-field select:focus, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus, #loginform .pmpro_member_profile_edit-field- textarea:active, #loginform .pmpro_member_profile_edit-field- textarea:focus, #loginform .pmpro_member_profile_edit-field- select:active, #loginform .pmpro_member_profile_edit-field- select:focus, #loginform .first_name input:not([type="submit"]):active, #loginform .first_name input:not([type="submit"]):focus, #loginform .first_name textarea:active, #loginform .first_name textarea:focus, #loginform .first_name select:active, #loginform .first_name select:focus,
    #loginform .pmpro_change_password-field input:not([type="submit"]):active,
    #loginform .pmpro_change_password-field input:not([type="submit"]):focus,
    #loginform .pmpro_change_password-field textarea:active,
    #loginform .pmpro_change_password-field textarea:focus,
    #loginform .pmpro_change_password-field select:active,
    #loginform .pmpro_change_password-field select:focus,
    #loginform .pmpro_checkout-field input:not([type="submit"]):active,
    #loginform .pmpro_checkout-field input:not([type="submit"]):focus,
    #loginform .pmpro_checkout-field textarea:active,
    #loginform .pmpro_checkout-field textarea:focus,
    #loginform .pmpro_checkout-field select:active,
    #loginform .pmpro_checkout-field select:focus, #loginform .pmpro_checkout-field-username input:not([type="submit"]):active, #loginform .pmpro_checkout-field-username input:not([type="submit"]):focus, #loginform .pmpro_checkout-field-username textarea:active, #loginform .pmpro_checkout-field-username textarea:focus, #loginform .pmpro_checkout-field-username select:active, #loginform .pmpro_checkout-field-username select:focus, .pmpro_form .login-username input:not([type="submit"]):active, .pmpro_form .login-username input:not([type="submit"]):focus, .pmpro_form .login-username textarea:active, .pmpro_form .login-username textarea:focus, .pmpro_form .login-username select:active, .pmpro_form .login-username select:focus, .pmpro_form .login-password input:not([type="submit"]):active, .pmpro_form .login-password input:not([type="submit"]):focus, .pmpro_form .login-password textarea:active, .pmpro_form .login-password textarea:focus, .pmpro_form .login-password select:active, .pmpro_form .login-password select:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus, .pmpro_form .pmpro_lost_password-field textarea:active, .pmpro_form .pmpro_lost_password-field textarea:focus, .pmpro_form .pmpro_lost_password-field select:active, .pmpro_form .pmpro_lost_password-field select:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus, .pmpro_form .pmpro_lost_password-field textarea:active, .pmpro_form .pmpro_lost_password-field textarea:focus, .pmpro_form .pmpro_lost_password-field select:active, .pmpro_form .pmpro_lost_password-field select:focus, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus, .pmpro_form .pmpro_lost_password-field-user_login textarea:active, .pmpro_form .pmpro_lost_password-field-user_login textarea:focus, .pmpro_form .pmpro_lost_password-field-user_login select:active, .pmpro_form .pmpro_lost_password-field-user_login select:focus,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus,
    .pmpro_form .pmpro_member_profile_edit-field textarea:active,
    .pmpro_form .pmpro_member_profile_edit-field textarea:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:active,
    .pmpro_form .pmpro_member_profile_edit-field select:focus, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus, .pmpro_form .pmpro_member_profile_edit-field- textarea:active, .pmpro_form .pmpro_member_profile_edit-field- textarea:focus, .pmpro_form .pmpro_member_profile_edit-field- select:active, .pmpro_form .pmpro_member_profile_edit-field- select:focus, .pmpro_form .first_name input:not([type="submit"]):active, .pmpro_form .first_name input:not([type="submit"]):focus, .pmpro_form .first_name textarea:active, .pmpro_form .first_name textarea:focus, .pmpro_form .first_name select:active, .pmpro_form .first_name select:focus,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):active,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus,
    .pmpro_form .pmpro_change_password-field textarea:active,
    .pmpro_form .pmpro_change_password-field textarea:focus,
    .pmpro_form .pmpro_change_password-field select:active,
    .pmpro_form .pmpro_change_password-field select:focus,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):active,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus,
    .pmpro_form .pmpro_checkout-field textarea:active,
    .pmpro_form .pmpro_checkout-field textarea:focus,
    .pmpro_form .pmpro_checkout-field select:active,
    .pmpro_form .pmpro_checkout-field select:focus, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus, .pmpro_form .pmpro_checkout-field-username textarea:active, .pmpro_form .pmpro_checkout-field-username textarea:focus, .pmpro_form .pmpro_checkout-field-username select:active, .pmpro_form .pmpro_checkout-field-username select:focus {
      box-shadow: none;
      border-color: #ffab00;
      outline: none;
      color: #ffab00;
      /* firefox 19+ */
      /* ie */ }
      #loginform .login-username input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .login-username input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .login-username textarea:active::-webkit-input-placeholder, #loginform .login-username textarea:focus::-webkit-input-placeholder, #loginform .login-username select:active::-webkit-input-placeholder, #loginform .login-username select:focus::-webkit-input-placeholder, #loginform .login-password input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .login-password input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .login-password textarea:active::-webkit-input-placeholder, #loginform .login-password textarea:focus::-webkit-input-placeholder, #loginform .login-password select:active::-webkit-input-placeholder, #loginform .login-password select:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:focus::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:active::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:focus::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field select:active::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field select:focus::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:active::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:focus::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:active::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:focus::-webkit-input-placeholder, #loginform .first_name input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .first_name input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .first_name textarea:active::-webkit-input-placeholder, #loginform .first_name textarea:focus::-webkit-input-placeholder, #loginform .first_name select:active::-webkit-input-placeholder, #loginform .first_name select:focus::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field textarea:active::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field textarea:focus::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field select:active::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field select:focus::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):active::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field textarea:active::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field textarea:focus::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field select:active::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field select:focus::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username textarea:active::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username textarea:focus::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username select:active::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username select:focus::-webkit-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .login-username textarea:active::-webkit-input-placeholder, .pmpro_form .login-username textarea:focus::-webkit-input-placeholder, .pmpro_form .login-username select:active::-webkit-input-placeholder, .pmpro_form .login-username select:focus::-webkit-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .login-password textarea:active::-webkit-input-placeholder, .pmpro_form .login-password textarea:focus::-webkit-input-placeholder, .pmpro_form .login-password select:active::-webkit-input-placeholder, .pmpro_form .login-password select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:active::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:focus::-webkit-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .first_name textarea:active::-webkit-input-placeholder, .pmpro_form .first_name textarea:focus::-webkit-input-placeholder, .pmpro_form .first_name select:active::-webkit-input-placeholder, .pmpro_form .first_name select:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field select:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field select:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):active::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field select:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:active::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:focus::-webkit-input-placeholder {
        color: #ffab00;
        opacity: 1; }
      #loginform .login-username input:not([type="submit"]):active::-moz-placeholder, #loginform .login-username input:not([type="submit"]):focus::-moz-placeholder, #loginform .login-username textarea:active::-moz-placeholder, #loginform .login-username textarea:focus::-moz-placeholder, #loginform .login-username select:active::-moz-placeholder, #loginform .login-username select:focus::-moz-placeholder, #loginform .login-password input:not([type="submit"]):active::-moz-placeholder, #loginform .login-password input:not([type="submit"]):focus::-moz-placeholder, #loginform .login-password textarea:active::-moz-placeholder, #loginform .login-password textarea:focus::-moz-placeholder, #loginform .login-password select:active::-moz-placeholder, #loginform .login-password select:focus::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_lost_password-field textarea:active::-moz-placeholder, #loginform .pmpro_lost_password-field textarea:focus::-moz-placeholder, #loginform .pmpro_lost_password-field select:active::-moz-placeholder, #loginform .pmpro_lost_password-field select:focus::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_lost_password-field textarea:active::-moz-placeholder, #loginform .pmpro_lost_password-field textarea:focus::-moz-placeholder, #loginform .pmpro_lost_password-field select:active::-moz-placeholder, #loginform .pmpro_lost_password-field select:focus::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:active::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:focus::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login select:active::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login select:focus::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:active::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:focus::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field select:active::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field select:focus::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:active::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:focus::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- select:active::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- select:focus::-moz-placeholder, #loginform .first_name input:not([type="submit"]):active::-moz-placeholder, #loginform .first_name input:not([type="submit"]):focus::-moz-placeholder, #loginform .first_name textarea:active::-moz-placeholder, #loginform .first_name textarea:focus::-moz-placeholder, #loginform .first_name select:active::-moz-placeholder, #loginform .first_name select:focus::-moz-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):active::-moz-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):focus::-moz-placeholder,
      #loginform .pmpro_change_password-field textarea:active::-moz-placeholder,
      #loginform .pmpro_change_password-field textarea:focus::-moz-placeholder,
      #loginform .pmpro_change_password-field select:active::-moz-placeholder,
      #loginform .pmpro_change_password-field select:focus::-moz-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):active::-moz-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):focus::-moz-placeholder,
      #loginform .pmpro_checkout-field textarea:active::-moz-placeholder,
      #loginform .pmpro_checkout-field textarea:focus::-moz-placeholder,
      #loginform .pmpro_checkout-field select:active::-moz-placeholder,
      #loginform .pmpro_checkout-field select:focus::-moz-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_checkout-field-username textarea:active::-moz-placeholder, #loginform .pmpro_checkout-field-username textarea:focus::-moz-placeholder, #loginform .pmpro_checkout-field-username select:active::-moz-placeholder, #loginform .pmpro_checkout-field-username select:focus::-moz-placeholder, .pmpro_form .login-username input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .login-username input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .login-username textarea:active::-moz-placeholder, .pmpro_form .login-username textarea:focus::-moz-placeholder, .pmpro_form .login-username select:active::-moz-placeholder, .pmpro_form .login-username select:focus::-moz-placeholder, .pmpro_form .login-password input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .login-password input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .login-password textarea:active::-moz-placeholder, .pmpro_form .login-password textarea:focus::-moz-placeholder, .pmpro_form .login-password select:active::-moz-placeholder, .pmpro_form .login-password select:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:focus::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:active::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:focus::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:active::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:focus::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:active::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:focus::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:active::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:focus::-moz-placeholder, .pmpro_form .first_name input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .first_name input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .first_name textarea:active::-moz-placeholder, .pmpro_form .first_name textarea:focus::-moz-placeholder, .pmpro_form .first_name select:active::-moz-placeholder, .pmpro_form .first_name select:focus::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):active::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:active::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:focus::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field select:active::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field select:focus::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):active::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:active::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:focus::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field select:active::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field select:focus::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:active::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:focus::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username select:active::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username select:focus::-moz-placeholder {
        color: #ffab00;
        opacity: 1; }
      #loginform .login-username input:not([type="submit"]):active:-ms-input-placeholder, #loginform .login-username input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .login-username textarea:active:-ms-input-placeholder, #loginform .login-username textarea:focus:-ms-input-placeholder, #loginform .login-username select:active:-ms-input-placeholder, #loginform .login-username select:focus:-ms-input-placeholder, #loginform .login-password input:not([type="submit"]):active:-ms-input-placeholder, #loginform .login-password input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .login-password textarea:active:-ms-input-placeholder, #loginform .login-password textarea:focus:-ms-input-placeholder, #loginform .login-password select:active:-ms-input-placeholder, #loginform .login-password select:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:focus:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:active:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:focus:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field select:active:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field select:focus:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:active:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:focus:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:active:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:focus:-ms-input-placeholder, #loginform .first_name input:not([type="submit"]):active:-ms-input-placeholder, #loginform .first_name input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .first_name textarea:active:-ms-input-placeholder, #loginform .first_name textarea:focus:-ms-input-placeholder, #loginform .first_name select:active:-ms-input-placeholder, #loginform .first_name select:focus:-ms-input-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):active:-ms-input-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
      #loginform .pmpro_change_password-field textarea:active:-ms-input-placeholder,
      #loginform .pmpro_change_password-field textarea:focus:-ms-input-placeholder,
      #loginform .pmpro_change_password-field select:active:-ms-input-placeholder,
      #loginform .pmpro_change_password-field select:focus:-ms-input-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):active:-ms-input-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):focus:-ms-input-placeholder,
      #loginform .pmpro_checkout-field textarea:active:-ms-input-placeholder,
      #loginform .pmpro_checkout-field textarea:focus:-ms-input-placeholder,
      #loginform .pmpro_checkout-field select:active:-ms-input-placeholder,
      #loginform .pmpro_checkout-field select:focus:-ms-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_checkout-field-username textarea:active:-ms-input-placeholder, #loginform .pmpro_checkout-field-username textarea:focus:-ms-input-placeholder, #loginform .pmpro_checkout-field-username select:active:-ms-input-placeholder, #loginform .pmpro_checkout-field-username select:focus:-ms-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .login-username textarea:active:-ms-input-placeholder, .pmpro_form .login-username textarea:focus:-ms-input-placeholder, .pmpro_form .login-username select:active:-ms-input-placeholder, .pmpro_form .login-username select:focus:-ms-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .login-password textarea:active:-ms-input-placeholder, .pmpro_form .login-password textarea:focus:-ms-input-placeholder, .pmpro_form .login-password select:active:-ms-input-placeholder, .pmpro_form .login-password select:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:active:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:active:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:focus:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:active:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:focus:-ms-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .first_name textarea:active:-ms-input-placeholder, .pmpro_form .first_name textarea:focus:-ms-input-placeholder, .pmpro_form .first_name select:active:-ms-input-placeholder, .pmpro_form .first_name select:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):active:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:active:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field select:active:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field select:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):active:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:active:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field select:active:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field select:focus:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:active:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:focus:-ms-input-placeholder {
        color: #ffab00;
        opacity: 1; }
    #loginform .login-username input:not([type="submit"]):-webkit-autofill, #loginform .login-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-username input:not([type="submit"]):-webkit-autofill, #loginform .login-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-username input:not([type="submit"]):-webkit-autofill, #loginform .login-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-username textarea:-webkit-autofill, #loginform .login-username textarea:-webkit-autofill:hover, #loginform .login-username textarea:-webkit-autofill:focus, #loginform .login-username textarea:-webkit-autofill, #loginform .login-username textarea:-webkit-autofill:hover, #loginform .login-username textarea:-webkit-autofill:focus, #loginform .login-username textarea:-webkit-autofill, #loginform .login-username textarea:-webkit-autofill:hover, #loginform .login-username textarea:-webkit-autofill:focus, #loginform .login-username select:-webkit-autofill, #loginform .login-username select:-webkit-autofill:hover, #loginform .login-username select:-webkit-autofill:focus, #loginform .login-username select:-webkit-autofill, #loginform .login-username select:-webkit-autofill:hover, #loginform .login-username select:-webkit-autofill:focus, #loginform .login-username select:-webkit-autofill, #loginform .login-username select:-webkit-autofill:hover, #loginform .login-username select:-webkit-autofill:focus, #loginform .login-password input:not([type="submit"]):-webkit-autofill, #loginform .login-password input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-password input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-password input:not([type="submit"]):-webkit-autofill, #loginform .login-password input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-password input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-password input:not([type="submit"]):-webkit-autofill, #loginform .login-password input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-password input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-password textarea:-webkit-autofill, #loginform .login-password textarea:-webkit-autofill:hover, #loginform .login-password textarea:-webkit-autofill:focus, #loginform .login-password textarea:-webkit-autofill, #loginform .login-password textarea:-webkit-autofill:hover, #loginform .login-password textarea:-webkit-autofill:focus, #loginform .login-password textarea:-webkit-autofill, #loginform .login-password textarea:-webkit-autofill:hover, #loginform .login-password textarea:-webkit-autofill:focus, #loginform .login-password select:-webkit-autofill, #loginform .login-password select:-webkit-autofill:hover, #loginform .login-password select:-webkit-autofill:focus, #loginform .login-password select:-webkit-autofill, #loginform .login-password select:-webkit-autofill:hover, #loginform .login-password select:-webkit-autofill:focus, #loginform .login-password select:-webkit-autofill, #loginform .login-password select:-webkit-autofill:hover, #loginform .login-password select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, #loginform .first_name input:not([type="submit"]):-webkit-autofill, #loginform .first_name input:not([type="submit"]):-webkit-autofill:hover, #loginform .first_name input:not([type="submit"]):-webkit-autofill:focus, #loginform .first_name input:not([type="submit"]):-webkit-autofill, #loginform .first_name input:not([type="submit"]):-webkit-autofill:hover, #loginform .first_name input:not([type="submit"]):-webkit-autofill:focus, #loginform .first_name input:not([type="submit"]):-webkit-autofill, #loginform .first_name input:not([type="submit"]):-webkit-autofill:hover, #loginform .first_name input:not([type="submit"]):-webkit-autofill:focus, #loginform .first_name textarea:-webkit-autofill, #loginform .first_name textarea:-webkit-autofill:hover, #loginform .first_name textarea:-webkit-autofill:focus, #loginform .first_name textarea:-webkit-autofill, #loginform .first_name textarea:-webkit-autofill:hover, #loginform .first_name textarea:-webkit-autofill:focus, #loginform .first_name textarea:-webkit-autofill, #loginform .first_name textarea:-webkit-autofill:hover, #loginform .first_name textarea:-webkit-autofill:focus, #loginform .first_name select:-webkit-autofill, #loginform .first_name select:-webkit-autofill:hover, #loginform .first_name select:-webkit-autofill:focus, #loginform .first_name select:-webkit-autofill, #loginform .first_name select:-webkit-autofill:hover, #loginform .first_name select:-webkit-autofill:focus, #loginform .first_name select:-webkit-autofill, #loginform .first_name select:-webkit-autofill:hover, #loginform .first_name select:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field select:-webkit-autofill,
    #loginform .pmpro_change_password-field select:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field select:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field select:-webkit-autofill,
    #loginform .pmpro_change_password-field select:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field select:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field select:-webkit-autofill,
    #loginform .pmpro_change_password-field select:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field select:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field select:-webkit-autofill,
    #loginform .pmpro_checkout-field select:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field select:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field select:-webkit-autofill,
    #loginform .pmpro_checkout-field select:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field select:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field select:-webkit-autofill,
    #loginform .pmpro_checkout-field select:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field select:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username select:-webkit-autofill, #loginform .pmpro_checkout-field-username select:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username select:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username select:-webkit-autofill, #loginform .pmpro_checkout-field-username select:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username select:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username select:-webkit-autofill, #loginform .pmpro_checkout-field-username select:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username select:-webkit-autofill:focus, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-username textarea:-webkit-autofill, .pmpro_form .login-username textarea:-webkit-autofill:hover, .pmpro_form .login-username textarea:-webkit-autofill:focus, .pmpro_form .login-username textarea:-webkit-autofill, .pmpro_form .login-username textarea:-webkit-autofill:hover, .pmpro_form .login-username textarea:-webkit-autofill:focus, .pmpro_form .login-username textarea:-webkit-autofill, .pmpro_form .login-username textarea:-webkit-autofill:hover, .pmpro_form .login-username textarea:-webkit-autofill:focus, .pmpro_form .login-username select:-webkit-autofill, .pmpro_form .login-username select:-webkit-autofill:hover, .pmpro_form .login-username select:-webkit-autofill:focus, .pmpro_form .login-username select:-webkit-autofill, .pmpro_form .login-username select:-webkit-autofill:hover, .pmpro_form .login-username select:-webkit-autofill:focus, .pmpro_form .login-username select:-webkit-autofill, .pmpro_form .login-username select:-webkit-autofill:hover, .pmpro_form .login-username select:-webkit-autofill:focus, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-password textarea:-webkit-autofill, .pmpro_form .login-password textarea:-webkit-autofill:hover, .pmpro_form .login-password textarea:-webkit-autofill:focus, .pmpro_form .login-password textarea:-webkit-autofill, .pmpro_form .login-password textarea:-webkit-autofill:hover, .pmpro_form .login-password textarea:-webkit-autofill:focus, .pmpro_form .login-password textarea:-webkit-autofill, .pmpro_form .login-password textarea:-webkit-autofill:hover, .pmpro_form .login-password textarea:-webkit-autofill:focus, .pmpro_form .login-password select:-webkit-autofill, .pmpro_form .login-password select:-webkit-autofill:hover, .pmpro_form .login-password select:-webkit-autofill:focus, .pmpro_form .login-password select:-webkit-autofill, .pmpro_form .login-password select:-webkit-autofill:hover, .pmpro_form .login-password select:-webkit-autofill:focus, .pmpro_form .login-password select:-webkit-autofill, .pmpro_form .login-password select:-webkit-autofill:hover, .pmpro_form .login-password select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .first_name textarea:-webkit-autofill, .pmpro_form .first_name textarea:-webkit-autofill:hover, .pmpro_form .first_name textarea:-webkit-autofill:focus, .pmpro_form .first_name textarea:-webkit-autofill, .pmpro_form .first_name textarea:-webkit-autofill:hover, .pmpro_form .first_name textarea:-webkit-autofill:focus, .pmpro_form .first_name textarea:-webkit-autofill, .pmpro_form .first_name textarea:-webkit-autofill:hover, .pmpro_form .first_name textarea:-webkit-autofill:focus, .pmpro_form .first_name select:-webkit-autofill, .pmpro_form .first_name select:-webkit-autofill:hover, .pmpro_form .first_name select:-webkit-autofill:focus, .pmpro_form .first_name select:-webkit-autofill, .pmpro_form .first_name select:-webkit-autofill:hover, .pmpro_form .first_name select:-webkit-autofill:focus, .pmpro_form .first_name select:-webkit-autofill, .pmpro_form .first_name select:-webkit-autofill:hover, .pmpro_form .first_name select:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:focus {
      background: transparent !important;
      color: #ffab00 !important;
      -webkit-text-fill-color: #ffab00 !important;
      transition: background-color 5000s ease-in-out 0s; }
  #loginform .login-username select, #loginform .login-password select, #loginform .pmpro_lost_password-field select, #loginform .pmpro_lost_password-field select, #loginform .pmpro_lost_password-field-user_login select,
  #loginform .pmpro_member_profile_edit-field select, #loginform .pmpro_member_profile_edit-field- select, #loginform .first_name select,
  #loginform .pmpro_change_password-field select,
  #loginform .pmpro_checkout-field select, #loginform .pmpro_checkout-field-username select, .pmpro_form .login-username select, .pmpro_form .login-password select, .pmpro_form .pmpro_lost_password-field select, .pmpro_form .pmpro_lost_password-field select, .pmpro_form .pmpro_lost_password-field-user_login select,
  .pmpro_form .pmpro_member_profile_edit-field select, .pmpro_form .pmpro_member_profile_edit-field- select, .pmpro_form .first_name select,
  .pmpro_form .pmpro_change_password-field select,
  .pmpro_form .pmpro_checkout-field select, .pmpro_form .pmpro_checkout-field-username select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23d8d8d8;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 9px  5px;
    background-position: calc(100% - 20px) center;
    line-height: 1.5em !important;
    padding: 12px 10px !important;
    transition: all 0.4s ease;
    color: rgba(58, 59, 75, 0.5); }
    #loginform .login-username select option, #loginform .login-password select option, #loginform .pmpro_lost_password-field select option, #loginform .pmpro_lost_password-field select option, #loginform .pmpro_lost_password-field-user_login select option,
    #loginform .pmpro_member_profile_edit-field select option, #loginform .pmpro_member_profile_edit-field- select option, #loginform .first_name select option,
    #loginform .pmpro_change_password-field select option,
    #loginform .pmpro_checkout-field select option, #loginform .pmpro_checkout-field-username select option, .pmpro_form .login-username select option, .pmpro_form .login-password select option, .pmpro_form .pmpro_lost_password-field select option, .pmpro_form .pmpro_lost_password-field select option, .pmpro_form .pmpro_lost_password-field-user_login select option,
    .pmpro_form .pmpro_member_profile_edit-field select option, .pmpro_form .pmpro_member_profile_edit-field- select option, .pmpro_form .first_name select option,
    .pmpro_form .pmpro_change_password-field select option,
    .pmpro_form .pmpro_checkout-field select option, .pmpro_form .pmpro_checkout-field-username select option {
      height: 50px;
      color: rgba(58, 59, 75, 0.5); }
    #loginform .login-username select:focus, #loginform .login-username select:active, #loginform .login-password select:focus, #loginform .login-password select:active, #loginform .pmpro_lost_password-field select:focus, #loginform .pmpro_lost_password-field select:active, #loginform .pmpro_lost_password-field select:focus, #loginform .pmpro_lost_password-field select:active, #loginform .pmpro_lost_password-field-user_login select:focus, #loginform .pmpro_lost_password-field-user_login select:active,
    #loginform .pmpro_member_profile_edit-field select:focus,
    #loginform .pmpro_member_profile_edit-field select:active, #loginform .pmpro_member_profile_edit-field- select:focus, #loginform .pmpro_member_profile_edit-field- select:active, #loginform .first_name select:focus, #loginform .first_name select:active,
    #loginform .pmpro_change_password-field select:focus,
    #loginform .pmpro_change_password-field select:active,
    #loginform .pmpro_checkout-field select:focus,
    #loginform .pmpro_checkout-field select:active, #loginform .pmpro_checkout-field-username select:focus, #loginform .pmpro_checkout-field-username select:active, .pmpro_form .login-username select:focus, .pmpro_form .login-username select:active, .pmpro_form .login-password select:focus, .pmpro_form .login-password select:active, .pmpro_form .pmpro_lost_password-field select:focus, .pmpro_form .pmpro_lost_password-field select:active, .pmpro_form .pmpro_lost_password-field select:focus, .pmpro_form .pmpro_lost_password-field select:active, .pmpro_form .pmpro_lost_password-field-user_login select:focus, .pmpro_form .pmpro_lost_password-field-user_login select:active,
    .pmpro_form .pmpro_member_profile_edit-field select:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:active, .pmpro_form .pmpro_member_profile_edit-field- select:focus, .pmpro_form .pmpro_member_profile_edit-field- select:active, .pmpro_form .first_name select:focus, .pmpro_form .first_name select:active,
    .pmpro_form .pmpro_change_password-field select:focus,
    .pmpro_form .pmpro_change_password-field select:active,
    .pmpro_form .pmpro_checkout-field select:focus,
    .pmpro_form .pmpro_checkout-field select:active, .pmpro_form .pmpro_checkout-field-username select:focus, .pmpro_form .pmpro_checkout-field-username select:active {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23063087;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
      transition: all 0.4s ease;
      box-shadow: none;
      outline: none; }
  #loginform .login-username textarea, #loginform .login-password textarea, #loginform .pmpro_lost_password-field textarea, #loginform .pmpro_lost_password-field textarea, #loginform .pmpro_lost_password-field-user_login textarea,
  #loginform .pmpro_member_profile_edit-field textarea, #loginform .pmpro_member_profile_edit-field- textarea, #loginform .first_name textarea,
  #loginform .pmpro_change_password-field textarea,
  #loginform .pmpro_checkout-field textarea, #loginform .pmpro_checkout-field-username textarea, .pmpro_form .login-username textarea, .pmpro_form .login-password textarea, .pmpro_form .pmpro_lost_password-field textarea, .pmpro_form .pmpro_lost_password-field textarea, .pmpro_form .pmpro_lost_password-field-user_login textarea,
  .pmpro_form .pmpro_member_profile_edit-field textarea, .pmpro_form .pmpro_member_profile_edit-field- textarea, .pmpro_form .first_name textarea,
  .pmpro_form .pmpro_change_password-field textarea,
  .pmpro_form .pmpro_checkout-field textarea, .pmpro_form .pmpro_checkout-field-username textarea {
    height: 100px;
    resize: none;
    max-width: 100%; }
#loginform .login-remember label, .pmpro_form .login-remember label {
  font-family: "Interstate", sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #252525 !important; }
#loginform .login-submit, #loginform .pmpro_submit, .pmpro_form .login-submit, .pmpro_form .pmpro_submit {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  #loginform .login-submit::after, #loginform .pmpro_submit::after, .pmpro_form .login-submit::after, .pmpro_form .pmpro_submit::after {
    content: "";
    background-image: url("../images/icons/chevron-black-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 10px;
    left: unset;
    top: 50%;
    width: 8px;
    z-index: 9;
    display: none; }
  #loginform .login-submit #wp-submit, #loginform .login-submit input[type="submit"], #loginform .login-submit .pmpro_btn, #loginform .login-submit .pmpro_btn-cancel, #loginform .pmpro_submit #wp-submit, #loginform .pmpro_submit input[type="submit"], #loginform .pmpro_submit .pmpro_btn, #loginform .pmpro_submit .pmpro_btn-cancel, .pmpro_form .login-submit #wp-submit, .pmpro_form .login-submit input[type="submit"], .pmpro_form .login-submit .pmpro_btn, .pmpro_form .login-submit .pmpro_btn-cancel, .pmpro_form .pmpro_submit #wp-submit, .pmpro_form .pmpro_submit input[type="submit"], .pmpro_form .pmpro_submit .pmpro_btn, .pmpro_form .pmpro_submit .pmpro_btn-cancel {
    background-color: #ed4b29;
    border-radius: 50px;
    border: 2px solid #ed4b29 !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1.39 !important;
    margin: 0 15px 15px 0 !important;
    max-width: 100%;
    min-width: 116px;
    opacity: 1;
    padding: 14px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease; }
    #loginform .login-submit #wp-submit:hover, #loginform .login-submit #wp-submit:focus, #loginform .login-submit #wp-submit:active, #loginform .login-submit input[type="submit"]:hover, #loginform .login-submit input[type="submit"]:focus, #loginform .login-submit input[type="submit"]:active, #loginform .login-submit .pmpro_btn:hover, #loginform .login-submit .pmpro_btn:focus, #loginform .login-submit .pmpro_btn:active, #loginform .login-submit .pmpro_btn-cancel:hover, #loginform .login-submit .pmpro_btn-cancel:focus, #loginform .login-submit .pmpro_btn-cancel:active, #loginform .pmpro_submit #wp-submit:hover, #loginform .pmpro_submit #wp-submit:focus, #loginform .pmpro_submit #wp-submit:active, #loginform .pmpro_submit input[type="submit"]:hover, #loginform .pmpro_submit input[type="submit"]:focus, #loginform .pmpro_submit input[type="submit"]:active, #loginform .pmpro_submit .pmpro_btn:hover, #loginform .pmpro_submit .pmpro_btn:focus, #loginform .pmpro_submit .pmpro_btn:active, #loginform .pmpro_submit .pmpro_btn-cancel:hover, #loginform .pmpro_submit .pmpro_btn-cancel:focus, #loginform .pmpro_submit .pmpro_btn-cancel:active, .pmpro_form .login-submit #wp-submit:hover, .pmpro_form .login-submit #wp-submit:focus, .pmpro_form .login-submit #wp-submit:active, .pmpro_form .login-submit input[type="submit"]:hover, .pmpro_form .login-submit input[type="submit"]:focus, .pmpro_form .login-submit input[type="submit"]:active, .pmpro_form .login-submit .pmpro_btn:hover, .pmpro_form .login-submit .pmpro_btn:focus, .pmpro_form .login-submit .pmpro_btn:active, .pmpro_form .login-submit .pmpro_btn-cancel:hover, .pmpro_form .login-submit .pmpro_btn-cancel:focus, .pmpro_form .login-submit .pmpro_btn-cancel:active, .pmpro_form .pmpro_submit #wp-submit:hover, .pmpro_form .pmpro_submit #wp-submit:focus, .pmpro_form .pmpro_submit #wp-submit:active, .pmpro_form .pmpro_submit input[type="submit"]:hover, .pmpro_form .pmpro_submit input[type="submit"]:focus, .pmpro_form .pmpro_submit input[type="submit"]:active, .pmpro_form .pmpro_submit .pmpro_btn:hover, .pmpro_form .pmpro_submit .pmpro_btn:focus, .pmpro_form .pmpro_submit .pmpro_btn:active, .pmpro_form .pmpro_submit .pmpro_btn-cancel:hover, .pmpro_form .pmpro_submit .pmpro_btn-cancel:focus, .pmpro_form .pmpro_submit .pmpro_btn-cancel:active {
      background-color: #a2a2a2 !important;
      border-color: #a2a2a2 !important;
      color: white !important;
      text-decoration: none; }

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
  background-color: #ed4b29;
  border-radius: 50px;
  border: 2px solid #ed4b29 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1.39 !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 116px;
  opacity: 1;
  padding: 14px 41px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  .pmpro_btn:hover, .pmpro_btn:focus, .pmpro_btn:active, .pmpro_btn:link:hover, .pmpro_btn:link:focus, .pmpro_btn:link:active, .pmpro_content_message a:hover, .pmpro_content_message a:focus, .pmpro_content_message a:active, .pmpro_content_message a:link:hover, .pmpro_content_message a:link:focus, .pmpro_content_message a:link:active {
    background-color: #a2a2a2 !important;
    border-color: #a2a2a2 !important;
    color: white !important;
    text-decoration: none; }

.switcher div.selected {
  border-radius: 49.5px;
  border: solid 1.5px #efefef;
  background: #ffffff !important;
  text-align: center;
  padding: 10px;
  overflow: hidden; }
  .switcher div.selected a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #545544 !important;
    background: white !important;
    width: auto !important;
    border: none !important; }
.switcher .option {
  border: none !important;
  text-align: center;
  background: #f0f1f5 !important;
  bottom: 100% !important;
  border-radius: 10px !important;
  position: absolute !important; }
  .switcher .option a {
    color: #545544 !important;
    padding: 7px;
    margin: 10px 0;
    border-radius: 50px;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important; }
    .switcher .option a:hover {
      background: rgba(84, 85, 68, 0.1) !important; }
  .switcher .option a.selected {
    background: rgba(0, 0, 0, 0.1) !important; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors {
  border-radius: 2px;
  background: rgba(249, 169, 139, 0.52);
  box-shadow: none;
  border: none; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors > h2 {
    line-height: 1;
    font-family: "Interstate", sans-serif !important; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors > h2 .gform-icon {
      left: -40px; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors .gform_submission_error {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: normal; }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .ginput_cardextras {
  display: flex;
  flex-direction: column; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .ginput_cardextras .ginput_cardinfo_left {
    margin-bottom: 8px; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .ginput_cardextras .ginput_cardinfo_right {
    padding-left: 0; }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .validation_message {
  border-radius: 2px;
  background: rgba(249, 169, 139, 0.52);
  box-shadow: none;
  border: none; }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading {
  margin-bottom: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_title {
    font-family: "Interstate", sans-serif !important;
    font-size: 2.5rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.9px;
    color: #7a8829; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_description {
    font-family: "Interstate", sans-serif !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: -0.09px;
    margin-bottom: 0 !important;
    color: rgba(37, 37, 37, 0.74); }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield {
  padding-left: 0 !important;
  margin-top: 0 !important;
  /*field address */ }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio {
    /*RADIO Button circular style*/ }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio input {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label {
      font-family: "Interstate", sans-serif !important;
      color: #252525;
      cursor: pointer;
      display: inline-block !important;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.67;
      margin: 0 auto;
      padding: 0 0 0 25px !important;
      position: relative;
      vertical-align: middle;
      z-index: 1; }
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: white;
        border-radius: 50%;
        border: 4px solid #ed4b29;
        height: 14px;
        left: 0;
        position: absolute;
        top: 7px;
        transition: all 0.2s ease;
        width: 14px;
        z-index: -1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) {
      position: relative;
      left: -9999px;
      margin: 0 !important;
      width: 0;
      height: 0; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 4px solid #e5e5e5;
      background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox {
    /*checkbox*/ }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox input {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) + label {
      font-family: "Interstate", sans-serif !important;
      color: black;
      cursor: pointer;
      display: inline-block !important;
      font-size: 18px;
      font-weight: 400;
      line-height: 1em;
      margin: 0 auto;
      padding: 0 0 0 25px !important;
      position: relative;
      vertical-align: middle;
      max-width: 100%;
      z-index: 1; }
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: #ed4b29;
        border-radius: 0;
        border: 4px solid #ed4b29;
        height: 15px;
        left: 0;
        position: absolute;
        top: 1px;
        transition: all 0.2s ease;
        width: 15px;
        z-index: -1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) {
      position: relative;
      left: -9999px;
      margin: 0 !important;
      width: 0;
      height: 0;
      min-height: 0;
      padding: 0 !important; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked + label::before {
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      /*--adjust as necessary--*/
      color: #fff;
      font-size: 12px;
      left: 1px;
      position: absolute;
      top: 0px; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) + label:after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 4px solid #e5e5e5;
      background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_address .address_country select {
    line-height: 1.5em !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .top_label .gfield_label {
    font-family: "Interstate", sans-serif !important;
    color: #7a8829;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 0px !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer::after {
    content: "";
    background-image: url("../images/icons/arrow-btn-newsletter-hover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 17.9px;
    height: 8.7px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%); }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"],
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button {
    border-radius: 40px;
    background-color: #ed4b29;
    border: 2px solid #ed4b29 !important;
    border: none !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Interstate", sans-serif !important;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    line-height: 1.44 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 142px;
    opacity: 1;
    padding: 12px 40px 11px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    box-shadow: 0 2px 15px 0 rgba(39, 59, 80, 0.19); }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:active,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:hover,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:focus,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:active {
      background-color: #983319 !important;
      border-color: #983319 !important;
      box-shadow: 0 2px 15px 0 rgba(152, 109, 40, 0.3);
      color: #ffffff !important;
      text-decoration: none; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:hover::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:focus::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:active::after {
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%); }

.interior .gform_confirmation_wrapper {
  font-size: 16px !important;
  color: #7a8829 !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  color: #fff;
  display: block;
  background: #7a8829;
  padding: 10px 20px;
  position: relative; }
  .gform_confirmation_wrapper .gform_confirmation_message a {
    color: inherit !important;
    text-decoration: underline !important; }
    .gform_confirmation_wrapper .gform_confirmation_message a:hover {
      text-decoration: none !important; }

.gform_wrapper.gf_browser_chrome
.gfield_error
.ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name
span.name_last,
.gform_wrapper.gf_browser_chrome
.gfield_error
.ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name
span.name_middle {
  margin-left: 0 !important; }

/*Error Form Css*/
.gform_wrapper div.validation_error {
  font-family: "Interstate", sans-serif !important;
  border: none !important;
  color: #ff0000 !important;
  font-size: 12px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0 !important;
  padding: 18px 0 !important;
  text-align: left !important;
  width: 300px !important; }

.gform_wrapper.gform_validation_error
.gform_body
ul
li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%; }

.gform_wrapper
li.gfield_error
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: solid 2px #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff0000 !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important; }

.gform_wrapper
li.gfield.gfield_error.gfield_contains_required
div.gfield_description {
  padding-top: 0 !important;
  font-size: 14px;
  font-family: "Interstate", sans-serif !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff0000; }

/*Error Form*/
/*Global Styles Gform*/
.gform_wrapper ul li::before {
  content: none !important; }
.gform_wrapper .field_sublabel_above .gfield_description {
  padding-top: 5px;
  margin-top: 0 !important; }
.gform_wrapper li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 0 !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper .gform_wrapper
li.gfield.gfield_error.gfield_contains_required
label.gfield_label {
  margin-top: 5px !important; }
.gform_wrapper input:not([type="submit"]),
.gform_wrapper textarea,
.gform_wrapper select {
  font-family: "Interstate", sans-serif !important;
  background-color: rgba(132, 145, 223, 0);
  border-radius: 2px;
  border: 2px solid #d7d7d7;
  box-shadow: none;
  color: #9d9da6;
  font-size: 13px !important;
  font-weight: normal;
  min-height: 40px;
  padding: 10px 22px !important;
  /* firefox 19+ */
  /* ie */ }
  .gform_wrapper input:not([type="submit"])::-webkit-input-placeholder,
  .gform_wrapper textarea::-webkit-input-placeholder,
  .gform_wrapper select::-webkit-input-placeholder {
    color: #9d9da6;
    opacity: 1; }
  .gform_wrapper input:not([type="submit"])::-moz-placeholder,
  .gform_wrapper textarea::-moz-placeholder,
  .gform_wrapper select::-moz-placeholder {
    color: #9d9da6;
    opacity: 1; }
  .gform_wrapper input:not([type="submit"]):-ms-input-placeholder,
  .gform_wrapper textarea:-ms-input-placeholder,
  .gform_wrapper select:-ms-input-placeholder {
    color: #9d9da6;
    opacity: 1; }
  .gform_wrapper input:not([type="submit"]):active, .gform_wrapper input:not([type="submit"]):focus,
  .gform_wrapper textarea:active,
  .gform_wrapper textarea:focus,
  .gform_wrapper select:active,
  .gform_wrapper select:focus {
    box-shadow: none;
    border-color: #ed4b29;
    outline: none;
    color: #983319;
    background-color: rgba(156, 218, 164, 0);
    /* firefox 19+ */
    /* ie */ }
    .gform_wrapper input:not([type="submit"]):active::-webkit-input-placeholder, .gform_wrapper input:not([type="submit"]):focus::-webkit-input-placeholder,
    .gform_wrapper textarea:active::-webkit-input-placeholder,
    .gform_wrapper textarea:focus::-webkit-input-placeholder,
    .gform_wrapper select:active::-webkit-input-placeholder,
    .gform_wrapper select:focus::-webkit-input-placeholder {
      color: #983319;
      opacity: 1; }
    .gform_wrapper input:not([type="submit"]):active::-moz-placeholder, .gform_wrapper input:not([type="submit"]):focus::-moz-placeholder,
    .gform_wrapper textarea:active::-moz-placeholder,
    .gform_wrapper textarea:focus::-moz-placeholder,
    .gform_wrapper select:active::-moz-placeholder,
    .gform_wrapper select:focus::-moz-placeholder {
      color: #983319;
      opacity: 1; }
    .gform_wrapper input:not([type="submit"]):active:-ms-input-placeholder, .gform_wrapper input:not([type="submit"]):focus:-ms-input-placeholder,
    .gform_wrapper textarea:active:-ms-input-placeholder,
    .gform_wrapper textarea:focus:-ms-input-placeholder,
    .gform_wrapper select:active:-ms-input-placeholder,
    .gform_wrapper select:focus:-ms-input-placeholder {
      color: #983319;
      opacity: 1; }
  .gform_wrapper input:not([type="submit"]):-webkit-autofill, .gform_wrapper input:not([type="submit"]):-webkit-autofill:hover, .gform_wrapper input:not([type="submit"]):-webkit-autofill:focus, .gform_wrapper input:not([type="submit"]):-webkit-autofill, .gform_wrapper input:not([type="submit"]):-webkit-autofill:hover, .gform_wrapper input:not([type="submit"]):-webkit-autofill:focus, .gform_wrapper input:not([type="submit"]):-webkit-autofill, .gform_wrapper input:not([type="submit"]):-webkit-autofill:hover, .gform_wrapper input:not([type="submit"]):-webkit-autofill:focus,
  .gform_wrapper textarea:-webkit-autofill,
  .gform_wrapper textarea:-webkit-autofill:hover,
  .gform_wrapper textarea:-webkit-autofill:focus,
  .gform_wrapper textarea:-webkit-autofill,
  .gform_wrapper textarea:-webkit-autofill:hover,
  .gform_wrapper textarea:-webkit-autofill:focus,
  .gform_wrapper textarea:-webkit-autofill,
  .gform_wrapper textarea:-webkit-autofill:hover,
  .gform_wrapper textarea:-webkit-autofill:focus,
  .gform_wrapper select:-webkit-autofill,
  .gform_wrapper select:-webkit-autofill:hover,
  .gform_wrapper select:-webkit-autofill:focus,
  .gform_wrapper select:-webkit-autofill,
  .gform_wrapper select:-webkit-autofill:hover,
  .gform_wrapper select:-webkit-autofill:focus,
  .gform_wrapper select:-webkit-autofill,
  .gform_wrapper select:-webkit-autofill:hover,
  .gform_wrapper select:-webkit-autofill:focus {
    background: transparent !important;
    color: #ed4b29 !important;
    -webkit-text-fill-color: #ed4b29 !important;
    transition: background-color 5000s ease-in-out 0s; }
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%239d9da6;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: calc(100% - 20px) center;
  line-height: 1.5em !important;
  padding: 12px 22px !important;
  transition: all 0.4s ease;
  color: #9d9da6; }
  .gform_wrapper select option {
    height: 50px;
    color: #9d9da6; }
  .gform_wrapper select:focus, .gform_wrapper select:active {
    border-color: #ed4b29;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23ed4b29;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none;
    color: #ed4b29; }
.gform_wrapper textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
  height: 30px; }
.gform_wrapper label.gfield_label, .gform_wrapper .gfield_label, .gform_wrapper .ginput_complex label {
  font-family: "Interstate", sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  color: #868686 !important; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px !important; }

.interior-page .entry-content .interior-section-donate .donation-form-container {
  margin-top: 48px; }
.interior-page .entry-content .interior-section-donate .donation-sponsor-form-container {
  margin-top: 0; }
.interior-page .entry-content .interior-section-donate .img-wrap {
  height: 100%;
  border-radius: 0;
  margin: 0; }
  .interior-page .entry-content .interior-section-donate .img-wrap img {
    height: 100% !important; }
.interior-page .entry-content .interior-section-donate form {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .interior-page .entry-content .interior-section-donate form .amount {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .interior-page .entry-content .interior-section-donate form .button {
    font-family: "Interstate", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7a8829;
    margin-right: 10px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 52px;
    padding: 10px;
    border-radius: 30px;
    border: solid 2px #7a8829; }
    .interior-page .entry-content .interior-section-donate form .button.selected {
      background: #7a8829;
      color: white; }
    .interior-page .entry-content .interior-section-donate form .button input {
      text-align: center;
      background: transparent;
      border: none;
      /* firefox 19+ */
      /* ie */ }
      .interior-page .entry-content .interior-section-donate form .button input::-webkit-input-placeholder {
        color: #7a8829;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input::-moz-placeholder {
        color: #7a8829;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input:-ms-input-placeholder {
        color: #7a8829;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input:focus, .interior-page .entry-content .interior-section-donate form .button input:active {
        /* firefox 19+ */
        /* ie */ }
        .interior-page .entry-content .interior-section-donate form .button input:focus::-webkit-input-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active::-webkit-input-placeholder {
          color: white;
          opacity: 1; }
        .interior-page .entry-content .interior-section-donate form .button input:focus::-moz-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active::-moz-placeholder {
          color: white;
          opacity: 1; }
        .interior-page .entry-content .interior-section-donate form .button input:focus:-ms-input-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active:-ms-input-placeholder {
          color: white;
          opacity: 1; }
  .interior-page .entry-content .interior-section-donate form select {
    font-family: "Interstate", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7a8829;
    margin-right: 10px;
    margin-bottom: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/icons/select-arrow-donate.png") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center;
    min-width: 116px;
    height: 52px;
    padding: 10px 30px;
    border-radius: 30px;
    border: solid 2px #7a8829;
    transition: all 0.4s ease;
    /* firefox 19+ */
    /* ie */ }
    .interior-page .entry-content .interior-section-donate form select option {
      color: #7a8829; }
    .interior-page .entry-content .interior-section-donate form select::-webkit-input-placeholder {
      color: #7a8829;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select::-moz-placeholder {
      color: #7a8829;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select:-ms-input-placeholder {
      color: #7a8829;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select:focus, .interior-page .entry-content .interior-section-donate form select:active {
      background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
      background-size: 10px;
      background-position: calc(100% - 15px) center;
      background-color: #7a8829;
      transition: all 0.4s ease;
      color: white;
      outline: none;
      /* firefox 19+ */
      /* ie */ }
      .interior-page .entry-content .interior-section-donate form select:focus::-webkit-input-placeholder, .interior-page .entry-content .interior-section-donate form select:active::-webkit-input-placeholder {
        color: white;
        opacity: 1; }
      .interior-page .entry-content .interior-section-donate form select:focus::-moz-placeholder, .interior-page .entry-content .interior-section-donate form select:active::-moz-placeholder {
        color: white;
        opacity: 1; }
      .interior-page .entry-content .interior-section-donate form select:focus:-ms-input-placeholder, .interior-page .entry-content .interior-section-donate form select:active:-ms-input-placeholder {
        color: white;
        opacity: 1; }
  .interior-page .entry-content .interior-section-donate form .switch {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
  .interior-page .entry-content .interior-section-donate form .item-container {
    font-family: "Interstate", sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #efefef;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center; }
  .interior-page .entry-content .interior-section-donate form .item-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .interior-page .entry-content .interior-section-donate form .checkmark {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 17px;
    border-radius: 50%;
    border: solid 1px #979797;
    background-color: white;
    order: -1;
    flex-shrink: 0; }
  .interior-page .entry-content .interior-section-donate form .item-container input:checked ~ .checkmark {
    background-color: white; }
  .interior-page .entry-content .interior-section-donate form .checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    width: 0px;
    height: 0px;
    transition: 0.4s; }
  .interior-page .entry-content .interior-section-donate form .item-container input:checked ~ .checkmark:before {
    display: block;
    width: 10px;
    height: 10px; }
  .interior-page .entry-content .interior-section-donate form .item-container .checkmark:before {
    border-radius: 50%;
    background: #7a8829;
    border: none; }
  .interior-page .entry-content .interior-section-donate form .destination {
    margin-bottom: 50px; }
    .interior-page .entry-content .interior-section-donate form .destination label {
      font-family: "Interstate", sans-serif !important;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      color: #7a8829;
      display: block; }
    .interior-page .entry-content .interior-section-donate form .destination select {
      margin-top: 28px;
      margin-bottom: 0; }
  .interior-page .entry-content .interior-section-donate form input[type="submit"] {
    background-color: #7a8829;
    border-radius: 50px;
    border: 2px solid #7a8829 !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Interstate", sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 900 !important;
    letter-spacing: -0.32p !important;
    line-height: 1.39 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 123px;
    opacity: 1;
    padding: 14px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease; }
    .interior-page .entry-content .interior-section-donate form input[type="submit"]:hover, .interior-page .entry-content .interior-section-donate form input[type="submit"]:focus, .interior-page .entry-content .interior-section-donate form input[type="submit"]:active {
      background-color: #7a8829 !important;
      border-color: #7a8829 !important;
      color: #7a8829 !important;
      text-decoration: none; }
.interior-page .entry-content .interior-section-donate .content-top {
  margin-bottom: 100px; }
  .interior-page .entry-content .interior-section-donate .content-top .img-wrap {
    width: calc(((100vw - 1110px) / 2) + 100%);
    left: calc((100vw - 1110px) / -2); }
  .interior-page .entry-content .interior-section-donate .content-top .title {
    font-family: "Interstate", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #7a8829;
    margin-bottom: 16px; }
  .interior-page .entry-content .interior-section-donate .content-top h2 {
    font-family: "Interstate", sans-serif !important;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #7a8829;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .interior-page .entry-content .interior-section-donate .content-top p {
    font-family: "Interstate", sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #efefef; }
.interior-page .entry-content .interior-section-donate .content-bottom {
  position: relative;
  padding-bottom: 126px; }
  .interior-page .entry-content .interior-section-donate .content-bottom::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #7a8829; }
  .interior-page .entry-content .interior-section-donate .content-bottom .img-wrap {
    width: calc(((100vw - 1110px) / 2) + 100%); }
  .interior-page .entry-content .interior-section-donate .content-bottom .info-container {
    padding-top: 144px; }
  .interior-page .entry-content .interior-section-donate .content-bottom .title {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  .interior-page .entry-content .interior-section-donate .content-bottom .description {
    margin-bottom: 50px; }
  .interior-page .entry-content .interior-section-donate .content-bottom h2 {
    font-family: "Interstate", sans-serif !important;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffab00;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .interior-page .entry-content .interior-section-donate .content-bottom p {
    font-family: "Interstate", sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: white; }
  .interior-page .entry-content .interior-section-donate .content-bottom .amount {
    margin-bottom: 0; }
  .interior-page .entry-content .interior-section-donate .content-bottom .button,
  .interior-page .entry-content .interior-section-donate .content-bottom select {
    color: white;
    border-color: white; }
  .interior-page .entry-content .interior-section-donate .content-bottom input[type="submit"] {
    background: white;
    color: #7a8829 !important;
    border-color: #7a8829 !important; }
  .interior-page .entry-content .interior-section-donate .content-bottom .set-amount {
    color: white;
    /* firefox 19+ */
    /* ie */ }
    .interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-webkit-input-placeholder {
      color: white;
      opacity: 1;
      font-weight: 700; }
    .interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-moz-placeholder {
      color: white;
      opacity: 1;
      font-weight: 700; }
    .interior-page .entry-content .interior-section-donate .content-bottom .set-amount:-ms-input-placeholder {
      color: white;
      opacity: 1;
      font-weight: 700; }
  .interior-page .entry-content .interior-section-donate .content-bottom select {
    background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center; }
  .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock,
  .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion,
  .interior-page .entry-content .interior-section-donate .content-bottom .accordion {
    color: white !important;
    margin-top: 38px; }
    .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card,
    .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card,
    .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card {
      background: transparent;
      border: 1px solid white;
      border-color: white; }
      .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header,
      .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header,
      .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header {
        background: transparent !important; }
        .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2,
        .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2,
        .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 {
          color: white; }
          .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"],
          .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"],
          .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"] {
            color: white; }
            .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before,
            .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before,
            .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"]::before {
              color: white; }
          .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before,
          .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before,
          .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="false"]::before {
            color: white; }
      .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .collapse .card-body,
      .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .collapse .card-body,
      .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .collapse .card-body {
        background: transparent;
        padding: 38px 19px; }

/*START Sign Up--------------------------------------------------*/
.sign-up-form .gform_wrapper.gravity-theme {
  position: relative; }
  .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0; }
    .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
      width: 100%;
      margin-bottom: 21px; }
      .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
          margin-right: 40px; }
          .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield:last-child {
            margin-right: 0; } }
      .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span {
        margin-bottom: 21px;
        padding: 0; }
        .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span {
            margin-bottom: 0;
            margin-right: 30px; }
            .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span:last-child {
              margin-right: 0; } }
  .sign-up-form .gform_wrapper.gravity-theme .gfield_label {
    color: white;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700; }
  .sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]) {
    font-family: "Interstate", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    letter-spacing: -0px;
    color: #525252;
    background: white;
    border-radius: 27px;
    border: 1px solid #ffffff;
    height: 41px;
    min-height: auto;
    padding: 12px 21px;
    text-align: left;
    width: 100% !important;
    margin-bottom: 0;
    text-transform: none; }
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked + label,
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) + label {
    font-family: "LTC Globe Gothic", serif !important;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 25px;
    padding-left: 50px;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    z-index: 1; }
    .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked + label::after,
    .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: white;
      border-radius: 6px;
      border: 4px solid white;
      height: 30px;
      left: 0;
      position: absolute;
      top: calc(50% - 15px);
      transition: all 0.2s ease;
      width: 30px;
      z-index: -1; }
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked,
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0; }
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*--adjust as necessary--*/
    color: #7a8829;
    font-size: 21px;
    left: 4px;
    position: absolute;
    top: calc(50% - 9px); }
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid white;
    background: white; }
  .sign-up-form .gform_wrapper.gravity-theme input.gform_button {
    font-family: "Interstate", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: white;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px center;
    min-width: 141px;
    border-radius: 27px;
    border: 2px solid #ffffff;
    cursor: pointer;
    margin: 0 auto;
    opacity: 1;
    padding: 11px 21px 9px;
    text-transform: capitalize; }
    .sign-up-form .gform_wrapper.gravity-theme input.gform_button:hover {
      text-decoration: none;
      color: #888888;
      background-color: #efefef;
      border-color: #efefef; }
  .sign-up-form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .sign-up-form .gform_wrapper.gravity-theme .gform_footer {
        text-align: left; } }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors {
    border-color: white; }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error h2 {
    font-family: "Interstate", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    color: #ff0a16; }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gform-icon {
    color: #ff0a16; }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"]) {
    background-color: #f2d9da;
    border-color: #ff0a16;
    color: #ff0a16;
    /* firefox 19+ */
    /* ie */ }
    .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"])::-webkit-input-placeholder {
      color: #ff0a16;
      opacity: 1; }
    .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"])::-moz-placeholder {
      color: #ff0a16;
      opacity: 1; }
    .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"]):-ms-input-placeholder {
      color: #ff0a16;
      opacity: 1; }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gfield_validation_message, .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .validation_message {
    border-color: white;
    color: #ff0a16; }

/*END Sign Up------------------------------------------*/
.donateForm_wrapper img.gform_ajax_spinner {
  display: none !important; }
.donateForm_wrapper .ginput_cardextras {
  display: flex;
  flex-direction: column; }
  .donateForm_wrapper .ginput_cardextras .ginput_cardinfo_left {
    margin-bottom: 8px; }
  .donateForm_wrapper .ginput_cardextras .ginput_cardinfo_right {
    padding-left: 0; }
.donateForm_wrapper .gf_page_steps {
  border: none !important;
  display: flex;
  justify-content: space-between; }
.donateForm_wrapper .gf_step {
  margin: 0 !important;
  text-align: center;
  height: auto !important;
  border-bottom: 2px solid #efefef;
  opacity: 1 !important;
  padding-bottom: 14px;
  width: calc(100% / 3);
  display: flex !important;
  flex-direction: column; }
  .donateForm_wrapper .gf_step .gf_step_number {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-family: "Interstate", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #868686;
    margin: 0 auto 14px !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e8e8e8; }
    .donateForm_wrapper .gf_step .gf_step_number::before, .donateForm_wrapper .gf_step .gf_step_number::after {
      position: absolute;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .donateForm_wrapper .gf_step .gf_step_label {
    font-family: "Interstate", sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #767676 !important;
    padding: 0 !important; }
  .donateForm_wrapper .gf_step.gf_step_active {
    border-color: #ed4b29; }
    .donateForm_wrapper .gf_step.gf_step_active .gf_step_label {
      color: #983319 !important;
      font-weight: 700 !important; }
.donateForm_wrapper legend.gfield_label {
  font-family: "Interstate", sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33 !important;
  letter-spacing: normal;
  color: #545544; }
.donateForm_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 17px; }
  .donateForm_wrapper .gform_body .gform_fields .gfield input {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 0px; }
  .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 !important;
    width: 100%; }
    .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice {
      width: calc(50% - 9px);
      margin: 0;
      margin-bottom: 9px; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice input {
        cursor: pointer;
        display: block; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked + label,
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked) + label {
        font-family: "Interstate", sans-serif !important;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #545544;
        cursor: pointer;
        display: inline-block !important;
        margin: 0 auto;
        padding: 15px !important;
        position: relative;
        vertical-align: middle;
        z-index: 1;
        border-radius: 100px;
        max-width: 100% !important;
        width: 100%;
        border: 2px solid #545544; }
        .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked + label::after,
        .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked) + label::after {
          content: "";
          -webkit-transition: all 0.2s ease;
          background: white;
          border-radius: 100px;
          border: 2px solid #7a8829;
          height: 14px;
          left: 0;
          position: absolute;
          top: 7px;
          transition: all 0.2s ease;
          width: 14px;
          z-index: -1;
          display: none; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked + label {
        background: #545544;
        color: white; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked,
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked) {
        position: relative;
        left: -9999px;
        margin: 0 !important;
        padding: 0px;
        min-width: 0;
        min-height: 0;
        max-width: 0;
        max-height: 0; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked) + label:after {
        content: "";
        transition: all 0.2s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 2px solid #545544;
        background: transparent; }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio .gchoice {
    width: calc(50% - 4px);
    margin-bottom: 9px; }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio .gchoice:last-child {
      margin-bottom: 0; }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio [type="radio"]:checked + label,
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio [type="radio"]:not(:checked) + label {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #868686;
    border-radius: 4px;
    border: solid 1px #cecece; }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio [type="radio"]:checked + label {
    background: #545544;
    border-color: #545544;
    color: white; }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field {
    position: relative; }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field::after {
      content: "USD";
      display: block;
      font-size: 14px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.1;
      letter-spacing: normal;
      color: #000000;
      position: absolute;
      top: calc(50% - 7px);
      right: 15px; }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field input {
      padding-right: 55px; }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field.euros::after {
      content: "€"; }
  @media (min-width: 576px) {
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.two-items .gfield_radio .gchoice {
      width: calc(50% - 4px); }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.three-items .gfield_radio .gchoice {
      width: calc(33% - 4px); }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.four-items .gfield_radio .gchoice {
      width: calc(25% - 4px); }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.five-items .gfield_radio .gchoice {
      width: calc(20% - 4px); } }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.other-field-full-width .gfield_radio .gchoice:last-child {
    width: 100%; }
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked + label,
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked) + label {
    font-family: "Interstate", sans-serif !important;
    color: black;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    z-index: 1; }
    .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked + label::after,
    .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: #ed4b29;
      border-radius: 0;
      border: 4px solid #ed4b29;
      height: 15px;
      left: 0;
      position: absolute;
      top: 1px;
      transition: all 0.2s ease;
      width: 15px;
      z-index: -1; }
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked,
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked) {
    position: relative;
    left: -9999px;
    margin: 0 !important;
    width: 0;
    height: 0;
    min-width: 0;
    max-width: 0;
    min-height: 0;
    padding: 0 !important; }
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 0px; }
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #e5e5e5;
    background: transparent; }
.donateForm_wrapper .gform_body .gform_page_footer {
  text-align: center;
  border: none;
  display: flex;
  justify-content: center; }
  .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"],
  .donateForm_wrapper .gform_body .gform_page_footer input.button {
    background-color: #ed4b29;
    border-radius: 100px;
    border: 2px solid #ed4b29;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Interstate", sans-serif !important;
    font-size: 18px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    margin: 0;
    margin-right: 15px;
    max-width: 100%;
    min-width: 124px;
    opacity: 1;
    padding: 10px 15px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none; }
    .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:last-child,
    .donateForm_wrapper .gform_body .gform_page_footer input.button:last-child {
      margin-right: 0; }
    .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:hover, .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:focus, .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:active,
    .donateForm_wrapper .gform_body .gform_page_footer input.button:hover,
    .donateForm_wrapper .gform_body .gform_page_footer input.button:focus,
    .donateForm_wrapper .gform_body .gform_page_footer input.button:active {
      background-color: #d4d2d2;
      border-color: #d4d2d2;
      color: #888888;
      text-decoration: none; }

/* .donateForm_wrapper*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #7a8829;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .interior-banner.centered-banner {
    text-align: center; }
    .interior-banner.centered-banner .title-page {
      width: 538px;
      margin-left: auto;
      margin-right: auto; }
    .interior-banner.centered-banner p {
      margin-left: auto;
      margin-right: auto; }
  .interior-banner.interior-banner-slider .title-page h1 {
    text-align: center; }
    @media (min-width: 1200px) {
      .interior-banner.interior-banner-slider .title-page h1 {
        text-align: left; } }
  .interior-banner .carousel {
    height: 100%; }
    .interior-banner .carousel .carousel-inner {
      height: 100%; }
      .interior-banner .carousel .carousel-inner .carousel-item {
        height: 100%; }
    .interior-banner .carousel img {
      position: absolute; }
  .interior-banner .carousel-control-next,
  .interior-banner .carousel-control-prev {
    border-radius: 50%;
    bottom: 50px;
    opacity: 1;
    position: absolute;
    top: calc(45% - 1rem);
    transition: all 0.4s ease;
    display: block;
    z-index: 20; }
    @media (min-width: 576px) {
      .interior-banner .carousel-control-next,
      .interior-banner .carousel-control-prev {
        top: calc(30% - 1rem); } }
    @media (min-width: 992px) {
      .interior-banner .carousel-control-next,
      .interior-banner .carousel-control-prev {
        top: calc(40% - 1rem); } }
    @media (min-width: 1200px) {
      .interior-banner .carousel-control-next,
      .interior-banner .carousel-control-prev {
        width: 6%;
        top: calc(44% - 1rem); } }
    .interior-banner .carousel-control-next .carousel-control-next-icon,
    .interior-banner .carousel-control-next .carousel-control-prev-icon,
    .interior-banner .carousel-control-prev .carousel-control-next-icon,
    .interior-banner .carousel-control-prev .carousel-control-prev-icon {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 12.7px;
      height: 32.5px;
      background-image: url("../images/icons/arrow_banner_left.svg");
      background-size: contain; }
    .interior-banner .carousel-control-next:hover .carousel-control-prev-icon,
    .interior-banner .carousel-control-next:hover .carousel-control-next-icon,
    .interior-banner .carousel-control-prev:hover .carousel-control-prev-icon,
    .interior-banner .carousel-control-prev:hover .carousel-control-next-icon {
      opacity: 0.7; }
  .interior-banner .carousel-control-next {
    right: 2.5%;
    left: unset;
    transform: scaleX(-1); }
    @media (min-width: 1200px) {
      .interior-banner .carousel-control-next {
        right: 0.5%; } }
  .interior-banner .carousel-control-prev {
    left: 2.5%; }
    @media (min-width: 1200px) {
      .interior-banner .carousel-control-prev {
        left: 0.5%; } }
  .interior-banner .banner-wrapping {
    padding-top: inherit !important;
    height: 100%;
    position: absolute;
    width: 100vw;
    top: 0;
    right: 0; }
    .interior-banner .banner-wrapping img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
    .interior-banner .banner-wrapping::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("../images/noise-texture-banner-interior.png");
      background-size: cover;
      opacity: 1;
      display: none; }
    .interior-banner .banner-wrapping::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.12;
      background-color: #000000; }
  .interior-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10; }
  .interior-banner .title-page {
    max-width: 100%;
    width: 100%;
    z-index: 15;
    margin-top: 90px; }
    .interior-banner .title-page h1,
    .interior-banner .title-page h2 {
      color: white;
      margin-bottom: 0px !important;
      text-transform: none !important; }
    .interior-banner .title-page p {
      color: white;
      width: 558px;
      max-width: 100%;
      margin-top: 21px; }
  @media (min-width: 992px) {
    .interior-banner.single-directory-banner .container {
      align-items: flex-end; }
    .interior-banner.single-directory-banner .title-page {
      margin-bottom: 130px; } }
  .interior-banner .scroll {
    font-family: "Interstate", sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.28px;
    color: white;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 75px);
    z-index: 15;
    margin: 0;
    align-items: center;
    flex-direction: column;
    text-decoration: none; }
    .interior-banner .scroll:after {
      content: "";
      display: block;
      width: 1px;
      height: 77px;
      background: white;
      position: relative;
      margin-top: 30px; }
    .interior-banner .scroll span {
      margin-left: 15px; }
  .interior-banner .go-back {
    position: absolute;
    left: 15px;
    top: calc(35% - 8.5px);
    z-index: 5;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none !important; }
    .interior-banner .go-back::before {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23fff' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(819.586 2401.613) rotate(180) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23fff' stroke-width='2px' transform='translate(819.586 2401.613) rotate(180) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      width: 30px;
      height: 22px;
      position: relative;
      margin-right: 19px; }
    .interior-banner .go-back:hover::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23ed4b29' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(819.586 2401.613) rotate(180) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23ed4b29' stroke-width='2px' transform='translate(819.586 2401.613) rotate(180) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
    @media (min-width: 1200px) {
      .interior-banner .go-back {
        top: calc(80% - 8.5px); } }

@media (min-width: 768px) {
  .interior-banner {
    height: 557px; } }
@media (min-width: 992px) {
  .interior-banner.interior-banner-donate {
    min-height: 730px; }

  .interior-banner .title-page {
    margin-top: 150px; } }
@media (min-width: 1200px) {
  .interior-banner {
    height: 372px; }

  .interior-banner .title-page {
    margin-top: 0px; } }
/*END Interior Top (BANNER)------------------------------------------*/
.filter-category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0 40px !important; }
  .filter-category span {
    font-family: "Interstate", sans-serif !important;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.88px;
    color: #a5a5a5; }
  .filter-category select {
    font-family: "Interstate", sans-serif !important;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3e%3cpath fill='%23cecece' d='M9 .556A.563.563 0 0 0 8.438 0H.563A.563.563 0 0 0 0 .556a.549.549 0 0 0 .167.39L4.1 4.835a.557.557 0 0 0 .791 0L8.833.946A.549.549 0 0 0 9 .556z'/%3e%3c/svg%3e ");
    background-size: 9px 5px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #cecece;
    color: #cecece;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 35px 0 0;
    max-width: 100% !important;
    min-height: 40px;
    padding: 7px 50px 7px 18px;
    width: 260px;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* firefox 19+ */
    /* ie */ }
    .filter-category select option {
      color: #000000;
      font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }
    .filter-category select::-webkit-input-placeholder {
      color: #000000;
      opacity: 1; }
    .filter-category select::-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .filter-category select:-ms-input-placeholder {
      color: #000000;
      opacity: 1; }
    .filter-category select:active, .filter-category select:focus {
      box-shadow: none;
      border-color: #ebb967;
      outline: none;
      color: #ebb967;
      /* firefox 19+ */
      /* ie */
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23ebb967'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
      .filter-category select:active::-webkit-input-placeholder, .filter-category select:focus::-webkit-input-placeholder {
        color: #ebb967;
        opacity: 1; }
      .filter-category select:active::-moz-placeholder, .filter-category select:focus::-moz-placeholder {
        color: #ebb967;
        opacity: 1; }
      .filter-category select:active:-ms-input-placeholder, .filter-category select:focus:-ms-input-placeholder {
        color: #ebb967;
        opacity: 1; }

/*start container post structure*/
.container-blog-post {
  margin-bottom: 40px; }
  .container-blog-post .card,
  .container-blog-post .single-post {
    border-radius: 4px;
    border: solid 1px rgba(217, 217, 217, 0.65) !important;
    background-color: #ffffff;
    margin-bottom: 27px;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    width: calc(33% - 11px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .container-blog-post .card:hover,
    .container-blog-post .single-post:hover {
      text-decoration: none;
      box-shadow: 4px 2px 22px 0 rgba(0, 0, 0, 0.09); }
      .container-blog-post .card:hover .body-post::before,
      .container-blog-post .single-post:hover .body-post::before {
        top: 0; }
    .container-blog-post .card .image-wrapping,
    .container-blog-post .single-post .image-wrapping {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      height: 197px;
      margin-bottom: 0 !important;
      overflow: hidden;
      padding-top: inherit;
      position: relative;
      width: 100%; }
      .container-blog-post .card .image-wrapping img,
      .container-blog-post .single-post .image-wrapping img {
        height: 101%;
        object-fit: cover;
        width: 101%; }
    .container-blog-post .card .card-body,
    .container-blog-post .card .body-post,
    .container-blog-post .single-post .card-body,
    .container-blog-post .single-post .body-post {
      background: #fff;
      overflow: hidden;
      padding: 19px 39px 70px;
      position: relative;
      transition: all 0.4s ease;
      min-height: 300px; }
      .container-blog-post .card .card-body .card-title,
      .container-blog-post .card .card-body .card-title a,
      .container-blog-post .card .body-post .card-title,
      .container-blog-post .card .body-post .card-title a,
      .container-blog-post .single-post .card-body .card-title,
      .container-blog-post .single-post .card-body .card-title a,
      .container-blog-post .single-post .body-post .card-title,
      .container-blog-post .single-post .body-post .card-title a {
        font-family: "LTC Globe Gothic", serif !important;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: -0.33px;
        color: black;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .container-blog-post .card .card-body .date-publish,
      .container-blog-post .card .body-post .date-publish,
      .container-blog-post .single-post .card-body .date-publish,
      .container-blog-post .single-post .body-post .date-publish {
        font-family: "Interstate", sans-serif !important;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left; }
      .container-blog-post .card .card-body p.card-text,
      .container-blog-post .card .card-body .content-post,
      .container-blog-post .card .card-body .content-post p,
      .container-blog-post .card .body-post p.card-text,
      .container-blog-post .card .body-post .content-post,
      .container-blog-post .card .body-post .content-post p,
      .container-blog-post .single-post .card-body p.card-text,
      .container-blog-post .single-post .card-body .content-post,
      .container-blog-post .single-post .card-body .content-post p,
      .container-blog-post .single-post .body-post p.card-text,
      .container-blog-post .single-post .body-post .content-post,
      .container-blog-post .single-post .body-post .content-post p {
        font-family: "Interstate", sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: 0.02px;
        color: black; }
      .container-blog-post .card .card-body span.btn-read-more,
      .container-blog-post .card .body-post span.btn-read-more,
      .container-blog-post .single-post .card-body span.btn-read-more,
      .container-blog-post .single-post .body-post span.btn-read-more {
        font-size: 14px; }
      .container-blog-post .card .card-body .button-post,
      .container-blog-post .card .body-post .button-post,
      .container-blog-post .single-post .card-body .button-post,
      .container-blog-post .single-post .body-post .button-post {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 38px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        border-top: 1px solid #d9d9d9; }
        .container-blog-post .card .card-body .button-post span,
        .container-blog-post .card .body-post .button-post span,
        .container-blog-post .single-post .card-body .button-post span,
        .container-blog-post .single-post .body-post .button-post span {
          font-family: "Interstate", sans-serif !important;
          display: flex;
          align-items: center;
          font-size: 10px;
          font-stretch: normal;
          font-style: normal;
          font-weight: 600;
          letter-spacing: normal;
          line-height: normal;
          margin: 0 !important;
          text-transform: uppercase;
          text-align: left;
          color: #67686a; }
        .container-blog-post .card .card-body .button-post .date-post,
        .container-blog-post .card .body-post .button-post .date-post,
        .container-blog-post .single-post .card-body .button-post .date-post,
        .container-blog-post .single-post .body-post .button-post .date-post {
          font-family: "Interstate", sans-serif !important;
          font-size: 11px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.09;
          letter-spacing: normal;
          color: #989898;
          text-transform: uppercase;
          position: relative;
          display: flex;
          align-items: center;
          margin-right: 25px; }
          .container-blog-post .card .card-body .button-post .date-post::before,
          .container-blog-post .card .body-post .button-post .date-post::before,
          .container-blog-post .single-post .card-body .button-post .date-post::before,
          .container-blog-post .single-post .body-post .button-post .date-post::before {
            content: "";
            display: inline-block;
            background-image: url("../images/icon-calendar.svg");
            width: 15px;
            height: 16px;
            position: relative;
            margin-right: 10px;
            display: none; }
        .container-blog-post .card .card-body .button-post .author-post,
        .container-blog-post .card .body-post .button-post .author-post,
        .container-blog-post .single-post .card-body .button-post .author-post,
        .container-blog-post .single-post .body-post .button-post .author-post {
          font-family: "Interstate", sans-serif !important;
          font-size: 11px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.09;
          letter-spacing: normal;
          color: #989898;
          text-transform: uppercase;
          position: relative; }
          .container-blog-post .card .card-body .button-post .author-post::before,
          .container-blog-post .card .body-post .button-post .author-post::before,
          .container-blog-post .single-post .card-body .button-post .author-post::before,
          .container-blog-post .single-post .body-post .button-post .author-post::before {
            content: "";
            border-radius: 0%;
            display: inline-block;
            height: 3px;
            margin: 0 5px;
            width: 3px;
            background: currentColor;
            position: relative; }
    @media (max-width: 1200px) {
      .container-blog-post .card,
      .container-blog-post .single-post {
        width: calc(50% - 14px); } }
    @media (max-width: 767px) {
      .container-blog-post .card,
      .container-blog-post .single-post {
        width: 100%; } }

.section-category-news .filter-category select,
.section-category-news .filter-category input {
  border-radius: 10px;
  border: solid 1px #979797;
  background-color: #f4f4f4;
  font-family: "Interstate", sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: rgba(99, 99, 99, 0.46); }
.section-category-news .container-news-post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }
.section-category-news .card {
  border: none;
  display: block; }
  .section-category-news .card .image-wrapping {
    height: 227px;
    margin: 0;
    border-radius: 8px;
    margin-bottom: 15px; }
    .section-category-news .card .image-wrapping img {
      height: 100%; }
  .section-category-news .card .card-body {
    padding: 0;
    padding-top: 15px; }
  .section-category-news .card .card-title {
    font-family: "Interstate", sans-serif !important;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #7a8829;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .section-category-news .card address {
    font-family: "Interstate", sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.89px;
    color: #636363; }
  .section-category-news .card p.card-text {
    font-family: "Interstate", sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #000000; }

@media only screen and (max-width: 1199.98px) {
  .filter-wrap {
    flex-flow: wrap row;
    justify-content: space-between;
    width: 400px !important;
    margin: 20px auto 60px !important;
    max-width: 100%; }
    .filter-wrap select {
      margin: 20px auto !important;
      width: 100%; } }
@media only screen and (max-width: 991px) {
  .interior-category .filter-category select {
    margin-top: 0;
    min-height: 37px;
    padding: 9px 50px 8px 18px; }

  .container-blog-post .card {
    flex-basis: calc(49% - 10px); }

  .interior-category .single-blog-post .info-single-post {
    text-align: center; }
    .interior-category .single-blog-post .info-single-post .title-post,
    .interior-category .single-blog-post .info-single-post a,
    .interior-category .single-blog-post .info-single-post .content-preview,
    .interior-category .single-blog-post .info-single-post p {
      text-align: center; } }
@media only screen and (max-width: 767px) {
  .interior-category .single-blog-post .info-single-post p,
  .interior-category .single-blog-post .info-single-post,
  .interior-category .single-blog-post .info-single-post .title-post {
    text-align: center; }

  .container-blog-post .card {
    flex-basis: 100%; }

  .interior-category .single-blog-post .info-single-post {
    text-align: center; }
    .interior-category .single-blog-post .info-single-post .title-post,
    .interior-category .single-blog-post .info-single-post a,
    .interior-category .single-blog-post .info-single-post .content-preview,
    .interior-category .single-blog-post .info-single-post p {
      text-align: center; }

  .navigation ol.tw-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; } }
@media only screen and (max-width: 576px) {
  .interior-category .content-page {
    padding: 0 !important; } }
body:not(.home) {
  /*--- Undesorder List ---*/
  /*--- Undesorder List ---*/
  /*--- Order List ---*/
  /*----- Order List ----- */ }
  body:not(.home) .no-padding .content-page {
    padding-top: 0; }
    body:not(.home) .no-padding .content-page::before {
      display: none; }
  body:not(.home) .content-page {
    padding-top: 3rem; }
    body:not(.home) .content-page::before {
      content: "";
      display: block;
      width: calc(100% + 120px);
      height: 128px;
      box-shadow: 0 -7px 11px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      position: absolute;
      top: -50px;
      left: -60px;
      z-index: 5;
      display: none; }
    body:not(.home) .content-page article {
      position: relative;
      z-index: 6; }
  body:not(.home) .wp-caption img {
    max-width: 100%;
    height: auto; }
  body:not(.home) .wp-caption .wp-caption-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding: 5px;
    background: #f0f0f0; }
  body:not(.home) p a,
  body:not(.home) li a {
    text-decoration: underline; }
    body:not(.home) p a:hover,
    body:not(.home) li a:hover {
      text-decoration: none; }
    body:not(.home) p a::selection,
    body:not(.home) li a::selection {
      background-color: #ed4b29;
      color: white; }
  body:not(.home) ul.list {
    padding: 0;
    list-style: none; }
    body:not(.home) ul.list br {
      display: none; }
    body:not(.home) ul.list li {
      padding-left: 25px;
      position: relative;
      margin-bottom: 10px; }
      body:not(.home) ul.list li::after {
        content: "";
        background: #000000;
        border-radius: 50%;
        display: inline-block;
        left: 0;
        margin-left: 0;
        margin-right: 5px;
        margin-top: 5px;
        position: absolute;
        top: 3px;
        width: 8px;
        height: 8px; }
      body:not(.home) ul.list li ul {
        padding-left: 0px;
        list-style: none;
        margin-top: 10px; }
        body:not(.home) ul.list li ul li::after {
          background: #000000; }
      body:not(.home) ul.list li ol {
        margin-top: 10px;
        padding: 0;
        list-style: none; }
  body:not(.home) ol.list {
    counter-reset: section;
    list-style-type: none;
    margin-bottom: 1rem;
    padding: 0;
    position: relative; }
    body:not(.home) ol.list > li {
      display: table;
      padding-left: 0;
      counter-increment: item; }
      body:not(.home) ol.list > li:before {
        counter-increment: section;
        content: counters(item,".") ". ";
        display: table-cell;
        padding-right: 0.6em;
        color: black;
        font-family: inherit;
        font-size: inherit;
        font-weight: 600;
        position: relative;
        margin-right: 15px; }
      body:not(.home) ol.list > li ol,
      body:not(.home) ol.list > li ol.list {
        counter-reset: item; }
        body:not(.home) ol.list > li ol > li:before,
        body:not(.home) ol.list > li ol.list > li:before {
          counter-increment: item;
          content: counters(item,".") " "; }
        body:not(.home) ol.list > li ol li:after,
        body:not(.home) ol.list > li ol.list li:after {
          display: none; }
    body:not(.home) ol.list li {
      position: relative;
      margin-bottom: 10px; }
      body:not(.home) ol.list li::after {
        background: transparent;
        border-radius: 0;
        color: #000000;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        left: 0;
        padding-right: 0;
        position: absolute;
        top: 0; }
      body:not(.home) ol.list li ol {
        margin-top: 10px;
        padding: 0;
        list-style: none; }
        body:not(.home) ol.list li ol ol {
          margin-left: 42px; }
  body:not(.home) .cd-timeline-content h1,
  body:not(.home) .cd-timeline-content h2,
  body:not(.home) .cd-timeline-content h3,
  body:not(.home) .cd-timeline-content h4,
  body:not(.home) .cd-timeline-content h5,
  body:not(.home) .cd-timeline-content h6,
  body:not(.home) .cd-timeline-content p,
  body:not(.home) .cd-timeline-content a,
  body:not(.home) .cd-timeline-content p a,
  body:not(.home) .cd-timeline-content li,
  body:not(.home) .cd-timeline-content li a {
    color: white; }
  body:not(.home) .cd-timeline-item-title {
    font-size: 27px; }
  body:not(.home) .et-ver-timeline-template-1 .et-content-outer-wrap {
    padding: 0; }
  body:not(.home) .yottie-widget-header,
  body:not(.home) .yottie-widget-header-classic,
  body:not(.home) .yottie-visible {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    max-width: 100%; }
    body:not(.home) .yottie-widget-header .yottie-widget-header-channel,
    body:not(.home) .yottie-widget-header-classic .yottie-widget-header-channel,
    body:not(.home) .yottie-visible .yottie-widget-header-channel {
      display: flex; }
  body:not(.home) .yottie-widget-header-channel-title a {
    white-space: normal; }
  body:not(.home) .yottie-widget-header-channel-title + .yottie-widget-header-channel-caption {
    white-space: normal; }
  body:not(.home) .yottie-widget-header-classic .yottie-widget-header-channel,
  body:not(.home) .yottie-widget-header-classic .yottie-widget-header-channel-inner {
    height: auto; }
  body:not(.home) .yottie-widget-header-channel-caption {
    -webkit-line-clamp: none;
    -webkit-box-orient: initial;
    max-height: inherit; }
  @media (max-width: 768px) {
    body:not(.home) .yottie-mw-640
    .yottie-widget-header-classic
    .yottie-widget-header-properties {
      margin-top: 30px; } }
  body:not(.home) .button-block a {
    margin-right: 10px;
    margin-bottom: 10px; }
  body:not(.home) .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0; }
  body:not(.home) .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-right: 0; }
  body:not(.home) .wp-block-media-text .wp-block-media-text__content {
    margin-bottom: 50px; }
  body:not(.home) .wp-block-image img {
    width: 100%;
    height: auto; }
  body:not(.home) .wp-block-columns .wp-block-column {
    padding: 0; }
    body:not(.home) .wp-block-columns .wp-block-column:nth-child(1) {
      order: 1; }
  body:not(.home) .wp-block-media-text__media img {
    object-fit: contain;
    height: 100%; }
  body:not(.home) .custom-block {
    padding: 40px 0;
    /*--- Undesorder List ---*/
    /*--- Order List ---*/
    /*----- Order List ----- */ }
    @media (min-width: 768px) {
      body:not(.home) .custom-block {
        padding: 70px 0; } }
    @media (min-width: 992px) {
      body:not(.home) .custom-block {
        padding: 90px 0; } }
    body:not(.home) .custom-block.no-padding {
      padding: 0; }
    body:not(.home) .custom-block p:last-child {
      margin-bottom: 0; }
    body:not(.home) .custom-block .wp-block-button {
      margin-top: 23px; }
    body:not(.home) .custom-block ul {
      padding: 0;
      list-style: none; }
      body:not(.home) .custom-block ul br {
        display: none; }
      body:not(.home) .custom-block ul li {
        padding-left: 25px;
        position: relative;
        margin-bottom: 10px; }
        body:not(.home) .custom-block ul li::after {
          content: "";
          background: #000000;
          border-radius: 50%;
          display: inline-block;
          left: 0;
          margin-left: 0;
          margin-right: 5px;
          margin-top: 5px;
          position: absolute;
          top: 3px;
          width: 8px;
          height: 8px; }
        body:not(.home) .custom-block ul li ul {
          padding-left: 0px;
          list-style: none;
          margin-top: 10px; }
          body:not(.home) .custom-block ul li ul li::after {
            background: #000000; }
        body:not(.home) .custom-block ul li ol {
          margin-top: 10px;
          padding: 0;
          list-style: none; }
    body:not(.home) .custom-block ol {
      counter-reset: section;
      list-style-type: none;
      margin-bottom: 1rem;
      padding: 0;
      position: relative; }
      body:not(.home) .custom-block ol > li {
        display: table;
        padding-left: 0;
        counter-increment: item; }
        body:not(.home) .custom-block ol > li:before {
          counter-increment: section;
          content: counters(item,".") ". ";
          display: table-cell;
          padding-right: 0.6em;
          color: black;
          font-family: inherit;
          font-size: inherit;
          font-weight: 600;
          position: relative;
          margin-right: 15px; }
        body:not(.home) .custom-block ol > li ol,
        body:not(.home) .custom-block ol > li ol.list {
          counter-reset: item; }
          body:not(.home) .custom-block ol > li ol > li:before,
          body:not(.home) .custom-block ol > li ol.list > li:before {
            counter-increment: item;
            content: counters(item,".") " "; }
          body:not(.home) .custom-block ol > li ol li:after,
          body:not(.home) .custom-block ol > li ol.list li:after {
            display: none; }
      body:not(.home) .custom-block ol li {
        position: relative;
        margin-bottom: 10px; }
        body:not(.home) .custom-block ol li::after {
          background: transparent;
          border-radius: 0;
          color: #000000;
          display: inline-block;
          font-size: inherit;
          font-weight: bold;
          left: 0;
          padding-right: 0;
          position: absolute;
          top: 0; }
        body:not(.home) .custom-block ol li ol {
          margin-top: 10px;
          padding: 0;
          list-style: none; }
          body:not(.home) .custom-block ol li ol ol {
            margin-left: 42px; }
  body:not(.home) .image-pop-up-block .row {
    margin-bottom: 1.5rem; }
    body:not(.home) .image-pop-up-block .row:last-child {
      margin-bottom: 0; }
  body:not(.home) .image-pop-up-block .col-12 {
    margin-bottom: 1.5rem; }
    body:not(.home) .image-pop-up-block .col-12:last-child {
      margin-bottom: 0; }
  body:not(.home) .image-pop-up-block img {
    width: 100%; }
  body:not(.home) .custom-related-content-block {
    background-image: url("../images/related-content-block-bacground.png");
    background-size: 100% 100%; }
    @media (min-width: 1200px) {
      body:not(.home) .custom-related-content-block {
        padding-bottom: 0; } }
    body:not(.home) .custom-related-content-block .card {
      background-color: transparent; }
      @media (min-width: 1200px) {
        body:not(.home) .custom-related-content-block .card {
          padding: 25.7px 84px 24.7px 27px; }
          body:not(.home) .custom-related-content-block .card:hover {
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            background: #ed4b29; }
            body:not(.home) .custom-related-content-block .card:hover .time,
            body:not(.home) .custom-related-content-block .card:hover .card-title,
            body:not(.home) .custom-related-content-block .card:hover .card-text p {
              color: white; }
            body:not(.home) .custom-related-content-block .card:hover .card-body {
              border-color: white; }
          body:not(.home) .custom-related-content-block .card .card-body {
            padding-left: 59px; } }
    body:not(.home) .custom-related-content-block .card-body {
      border-left: solid 1px #ed4b29; }
    body:not(.home) .custom-related-content-block .time {
      font-family: "Interstate", sans-serif !important;
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.08;
      letter-spacing: normal;
      color: #ed4b29;
      margin-bottom: 7px; }
    body:not(.home) .custom-related-content-block .card-title {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 12px; }
    body:not(.home) .custom-related-content-block .card-text p {
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: black; }
      body:not(.home) .custom-related-content-block .card-text p:last-child {
        margin-bottom: 0; }
  body:not(.home) .custom-featured-story-block {
    background-color: #efefef; }
    body:not(.home) .custom-featured-story-block .card {
      box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.16); }
      @media (min-width: 768px) {
        body:not(.home) .custom-featured-story-block .card {
          padding: 30px;
          margin-top: -130px; } }
      @media (min-width: 992px) {
        body:not(.home) .custom-featured-story-block .card {
          padding: 58px 88px 54px 85px;
          margin-top: -160px; }
          body:not(.home) .custom-featured-story-block .card .card-body {
            padding: 0; } }
    body:not(.home) .custom-featured-story-block .time {
      font-size: 15px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: normal;
      color: #ed4b29;
      text-transform: uppercase; }
    body:not(.home) .custom-featured-story-block .card-title {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      margin-bottom: 24px; }
    body:not(.home) .custom-featured-story-block .img-wrap {
      margin: 0;
      border-radius: 0; }
      body:not(.home) .custom-featured-story-block .img-wrap img {
        height: 100%; }
  body:not(.home) .custom-news-directory-block {
    background-image: url("../images/related-content-block-bacground.png");
    background-size: 100% 100%; }
    body:not(.home) .custom-news-directory-block .filter-container form {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        body:not(.home) .custom-news-directory-block .filter-container form {
          flex-direction: row;
          align-items: center; }
          body:not(.home) .custom-news-directory-block .filter-container form * {
            margin-right: 55px;
            margin-bottom: 0 !important; }
            body:not(.home) .custom-news-directory-block .filter-container form *:last-child {
              margin-right: 0; } }
      body:not(.home) .custom-news-directory-block .filter-container form * {
        margin-bottom: 15px; }
        body:not(.home) .custom-news-directory-block .filter-container form *:last-child {
          margin-bottom: 0; }
    body:not(.home) .custom-news-directory-block .filter-container label {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 31px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      color: #000000;
      flex-shrink: 0; }
    body:not(.home) .custom-news-directory-block .filter-container select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%239d9da6'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-size: 9px 5px;
      background-position: calc(100% - 20px) center;
      line-height: 1.5em !important;
      padding: 12px 22px !important;
      transition: all 0.4s ease;
      color: #9d9da6;
      border-radius: 3px;
      border: 1px solid #9d9da6;
      min-width: 228px; }
      body:not(.home) .custom-news-directory-block .filter-container select option {
        height: 50px;
        color: #9d9da6; }
      body:not(.home) .custom-news-directory-block .filter-container select:focus, body:not(.home) .custom-news-directory-block .filter-container select:active {
        border-color: #ed4b29;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23ebb967'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
        transition: all 0.4s ease;
        box-shadow: none;
        outline: none;
        color: #ed4b29; }
    body:not(.home) .custom-news-directory-block .filter-container input[type="submit"],
    body:not(.home) .custom-news-directory-block .filter-container input.button {
      border-radius: 40px;
      background-color: #ed4b29;
      border: 2px solid #ed4b29;
      border: none;
      color: white;
      cursor: pointer;
      display: inline-block;
      font-family: "Interstate", sans-serif !important;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 700;
      letter-spacing: normal;
      line-height: 1.44;
      margin: 0;
      max-width: 100%;
      min-width: 142px;
      opacity: 1;
      padding: 12px 40px 11px 41px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: none;
      box-shadow: 0 2px 15px 0 rgba(39, 59, 80, 0.19); }
      body:not(.home) .custom-news-directory-block .filter-container input[type="submit"]:hover, body:not(.home) .custom-news-directory-block .filter-container input[type="submit"]:focus, body:not(.home) .custom-news-directory-block .filter-container input[type="submit"]:active,
      body:not(.home) .custom-news-directory-block .filter-container input.button:hover,
      body:not(.home) .custom-news-directory-block .filter-container input.button:focus,
      body:not(.home) .custom-news-directory-block .filter-container input.button:active {
        background-color: #983319;
        border-color: #983319;
        box-shadow: 0 2px 15px 0 rgba(152, 109, 40, 0.3);
        color: #ffffff;
        text-decoration: none; }
    body:not(.home) .custom-news-directory-block .card {
      background-color: transparent; }
      @media (min-width: 1200px) {
        body:not(.home) .custom-news-directory-block .card {
          padding: 25.7px 84px 24.7px 27px; }
          body:not(.home) .custom-news-directory-block .card:hover {
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            background: #ed4b29; }
            body:not(.home) .custom-news-directory-block .card:hover .time,
            body:not(.home) .custom-news-directory-block .card:hover .card-title,
            body:not(.home) .custom-news-directory-block .card:hover .card-text p {
              color: white; }
            body:not(.home) .custom-news-directory-block .card:hover .card-body {
              border-color: white; }
          body:not(.home) .custom-news-directory-block .card .card-body {
            padding-left: 59px; } }
    body:not(.home) .custom-news-directory-block .card-body {
      border-left: solid 1px #ed4b29; }
    body:not(.home) .custom-news-directory-block .time {
      font-family: "Interstate", sans-serif !important;
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.08;
      letter-spacing: normal;
      color: #ed4b29;
      margin-bottom: 7px;
      text-transform: uppercase; }
    body:not(.home) .custom-news-directory-block .card-title {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 12px; }
    body:not(.home) .custom-news-directory-block .card-text p {
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: black; }
      body:not(.home) .custom-news-directory-block .card-text p:last-child {
        margin-bottom: 0; }
  body:not(.home) .custom-tickets-block .card {
    background-color: #f7f7f7;
    background-image: url("../images/calendar-icon.png");
    background-size: 31.5px 31.5px;
    background-position: calc(100% - 15px) 10px;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    body:not(.home) .custom-tickets-block .card-body {
      padding: 15px 56px 29px; } }
  body:not(.home) .custom-tickets-block .time {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ed4b29;
    margin-bottom: 16px;
    text-transform: uppercase; }
  body:not(.home) .custom-tickets-block .card-title {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0; }
  body:not(.home) .custom-tickets-block address {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0; }
  body:not(.home) .custom-tickets-block .card-text {
    margin-top: 28px; }
  body:not(.home) .custom-tickets-block p {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000; }
  body:not(.home) .custom-tickets-block .img-wrap {
    background-color: gray;
    margin: 0; }
    @media (min-width: 768px) {
      body:not(.home) .custom-tickets-block .img-wrap {
        height: 488px; } }
    body:not(.home) .custom-tickets-block .img-wrap img {
      object-fit: cover; }
  body:not(.home) .custom-events-description-text-block blockquote {
    margin: 27px 0 37px;
    padding: 37px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }
    body:not(.home) .custom-events-description-text-block blockquote p,
    body:not(.home) .custom-events-description-text-block blockquote li,
    body:not(.home) .custom-events-description-text-block blockquote cite {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal; }
  body:not(.home) .custom-feature-events-list-block .img-wrap {
    background-color: gray;
    margin: 0; }
    @media (min-width: 768px) {
      body:not(.home) .custom-feature-events-list-block .img-wrap {
        height: 488px; } }
    body:not(.home) .custom-feature-events-list-block .img-wrap img {
      object-fit: contain; }
  body:not(.home) .custom-feature-events-list-block .link {
    margin-top: 30px; }
  body:not(.home) .custom-feature-events-list-block ul.list li {
    padding-left: 60px;
    margin-bottom: 35px; }
    body:not(.home) .custom-feature-events-list-block ul.list li:last-child {
      margin-bottom: 0; }
    body:not(.home) .custom-feature-events-list-block ul.list li::after {
      width: 31.8px;
      height: 2px;
      border-radius: 0;
      top: 7px;
      background: currentColor; }
  body:not(.home) .custom-image-map-whit-card-block {
    position: relative;
    min-height: 500px; }
    @media (min-width: 768px) {
      body:not(.home) .custom-image-map-whit-card-block .card {
        position: absolute;
        width: 50%;
        margin-left: auto;
        right: 0; }
      body:not(.home) .custom-image-map-whit-card-block .container {
        z-index: 5;
        height: 0; } }
    body:not(.home) .custom-image-map-whit-card-block .img-wrap,
    body:not(.home) .custom-image-map-whit-card-block .map-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body:not(.home) .custom-image-map-whit-card-block .img-wrap .tribe-events-venue-map,
      body:not(.home) .custom-image-map-whit-card-block .map-container .tribe-events-venue-map {
        width: 100%;
        height: 100%;
        margin: 0; }
        body:not(.home) .custom-image-map-whit-card-block .img-wrap .tribe-events-venue-map #tribe-events-gmap-0,
        body:not(.home) .custom-image-map-whit-card-block .map-container .tribe-events-venue-map #tribe-events-gmap-0 {
          height: 100% !important; }
      body:not(.home) .custom-image-map-whit-card-block .img-wrap .tribe-events-venue-map > div,
      body:not(.home) .custom-image-map-whit-card-block .img-wrap .tribe-events-venue-map > iframe,
      body:not(.home) .custom-image-map-whit-card-block .map-container .tribe-events-venue-map > div,
      body:not(.home) .custom-image-map-whit-card-block .map-container .tribe-events-venue-map > iframe {
        max-height: 100% !important; }
    body:not(.home) .custom-image-map-whit-card-block .img-wrap {
      margin: 0;
      border-radius: 0; }
      body:not(.home) .custom-image-map-whit-card-block .img-wrap img {
        height: 100%; }
    body:not(.home) .custom-image-map-whit-card-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .custom-image-map-whit-card-block .card {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      background-color: #ed4b29; }
    @media (min-width: 992px) {
      body:not(.home) .custom-image-map-whit-card-block .card-body {
        padding: 32px 85px 28px; } }
    body:not(.home) .custom-image-map-whit-card-block .card-title {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 31px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.1;
      letter-spacing: normal;
      color: white;
      margin-bottom: 10px; }
    body:not(.home) .custom-image-map-whit-card-block .card-text p,
    body:not(.home) .custom-image-map-whit-card-block .card-text address {
      color: white; }
  body:not(.home) .custom-donate-form-block {
    position: relative;
    padding-top: 90px; }
    body:not(.home) .custom-donate-form-block .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
      body:not(.home) .custom-donate-form-block .img-wrap::before {
        opacity: 0.6;
        background-image: linear-gradient(to top, rgba(122, 122, 122, 0) 67%, #000000 98%);
        z-index: 2; }
      body:not(.home) .custom-donate-form-block .img-wrap img {
        height: 100%; }
      body:not(.home) .custom-donate-form-block .img-wrap:after {
        content: "";
        display: none;
        width: 100%;
        height: 100%;
        opacity: 0.37;
        background-image: linear-gradient(to top, #000000 31%, rgba(0, 0, 0, 0.99) 31%, #000000 37%, rgba(44, 44, 44, 0) 55%, rgba(99, 99, 99, 0) 73%, rgba(216, 216, 216, 0) 73%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
    body:not(.home) .custom-donate-form-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .custom-donate-form-block .donate-form-container {
      border-radius: 4px;
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
      background-color: #ffffff;
      min-height: 455px;
      padding: 25px; }
      @media (min-width: 768px) {
        body:not(.home) .custom-donate-form-block .donate-form-container {
          padding: 33px 32.5px 37px 34px; } }
    body:not(.home) .custom-donate-form-block .offset-lg-1 h1,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h2,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h3,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h4,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h5,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h6,
    body:not(.home) .custom-donate-form-block .offset-lg-1 p,
    body:not(.home) .custom-donate-form-block .offset-lg-1 p a {
      color: white; }
    body:not(.home) .custom-donate-form-block .offset-lg-1 h2 {
      font-size: 43px;
      line-height: 1.19;
      text-shadow: 0 0 11px rgba(0, 0, 0, 0.82); }
    @media (min-width: 768px) {
      body:not(.home) .custom-donate-form-block {
        padding-top: 160px !important; } }
    @media (min-width: 992px) {
      body:not(.home) .custom-donate-form-block {
        padding-top: 180px !important; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-donate-form-block {
        padding-top: 200px !important; } }
  body:not(.home) .custom-other-ways-block {
    position: relative; }
    body:not(.home) .custom-other-ways-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .custom-other-ways-block .card {
      box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.46); }
    body:not(.home) .custom-other-ways-block .row .col-12 + .col-12 {
      counter-increment: item; }
      body:not(.home) .custom-other-ways-block .row .col-12 + .col-12 .card-body:before {
        counter-increment: section;
        content: counters(item,".");
        font-family: "LTC Globe Gothic", serif !important;
        font-size: 31px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.03;
        letter-spacing: normal;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
        background-color: #ffffff;
        color: #ed4b29;
        position: relative; }
    @media (min-width: 768px) {
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(1) {
        order: 2; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(2) {
        order: 1; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(3) {
        order: 4;
        margin-left: 50%;
        margin-top: -40px; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(4) {
        order: 4;
        margin-top: -214px; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(5) {
        order: 5;
        margin-left: 50%;
        margin-top: -50px; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(6) {
        order: 6;
        margin-right: 50%;
        margin-top: -40px; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(7) {
        order: 7;
        margin-left: 50%;
        margin-top: -50px; } }
    body:not(.home) .custom-other-ways-block .card-body {
      align-items: flex-start;
      padding-top: 50px;
      padding-bottom: 50px; }
      @media (min-width: 992px) {
        body:not(.home) .custom-other-ways-block .card-body {
          padding: 53.2px 86px 53.8px; } }
    body:not(.home) .custom-other-ways-block .img-wrap {
      margin: 0;
      border-radius: 0; }
      body:not(.home) .custom-other-ways-block .img-wrap::before {
        opacity: 0.6;
        background-color: #000000;
        z-index: 2; }
      body:not(.home) .custom-other-ways-block .img-wrap img {
        height: 100%; }
    body:not(.home) .custom-other-ways-block .card-title {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 31px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.03;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 10px; }
    @media (min-width: 992px) {
      body:not(.home) .custom-other-ways-block .card-text {
        width: 314px; } }
    body:not(.home) .custom-other-ways-block .card-text p {
      font-size: 18px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff; }
    body:not(.home) .custom-other-ways-block .link {
      margin-top: 24px; }
      body:not(.home) .custom-other-ways-block .link:hover {
        filter: invert(1); }
    body:not(.home) .custom-other-ways-block .info-wrap h2 {
      margin-bottom: 10px;
      line-height: 1.03; }
    @media (min-width: 768px) {
      body:not(.home) .custom-other-ways-block .info-wrap {
        padding-left: 1.125rem; } }
    @media (min-width: 992px) {
      body:not(.home) .custom-other-ways-block .info-wrap {
        padding-left: 0;
        margin-left: 86px;
        width: 379px; } }
  body:not(.home) .custom-featured-membership-block blockquote {
    margin: 27px 0 37px;
    padding: 37px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }
    body:not(.home) .custom-featured-membership-block blockquote p,
    body:not(.home) .custom-featured-membership-block blockquote li,
    body:not(.home) .custom-featured-membership-block blockquote cite {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal; }
  @media (min-width: 768px) {
    body:not(.home) .custom-featured-membership-block .card {
      margin-top: -150px; }
      body:not(.home) .custom-featured-membership-block .card .card-body {
        padding-top: 80px; } }
  body:not(.home) .custom-benefits-block {
    background-image: url("../images/custom-benefits-background.png");
    background-size: auto 100%; }
    body:not(.home) .custom-benefits-block .left-side h1,
    body:not(.home) .custom-benefits-block .left-side h2,
    body:not(.home) .custom-benefits-block .left-side h3,
    body:not(.home) .custom-benefits-block .left-side h4,
    body:not(.home) .custom-benefits-block .left-side h5,
    body:not(.home) .custom-benefits-block .left-side h6 {
      margin-bottom: 55px; }
    body:not(.home) .custom-benefits-block .card {
      background: transparent; }
    body:not(.home) .custom-benefits-block .img-wrap {
      width: 63px;
      height: 63px;
      margin: 0; }
      body:not(.home) .custom-benefits-block .img-wrap img {
        height: 100%; }
    body:not(.home) .custom-benefits-block .card-body {
      padding-top: 24px;
      padding-left: 0; }
    body:not(.home) .custom-benefits-block .card-title {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.45;
      letter-spacing: normal;
      color: #545544; }
    body:not(.home) .custom-benefits-block .card-text p {
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 0; }
    body:not(.home) .custom-benefits-block .membership-form-container {
      padding: 30px;
      min-height: 532px;
      position: relative; }
      body:not(.home) .custom-benefits-block .membership-form-container h1,
      body:not(.home) .custom-benefits-block .membership-form-container h2,
      body:not(.home) .custom-benefits-block .membership-form-container h3,
      body:not(.home) .custom-benefits-block .membership-form-container h4,
      body:not(.home) .custom-benefits-block .membership-form-container h5,
      body:not(.home) .custom-benefits-block .membership-form-container h6,
      body:not(.home) .custom-benefits-block .membership-form-container p,
      body:not(.home) .custom-benefits-block .membership-form-container .membership-form {
        position: relative;
        z-index: 5; }
        body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_page_steps {
          border: none !important;
          display: flex;
          justify-content: space-between; }
        body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step {
          margin: 0 !important;
          text-align: center;
          height: auto !important;
          border-bottom: 2px solid #efefef;
          opacity: 1 !important;
          padding-bottom: 14px;
          width: calc(100% / 3);
          display: flex;
          flex-direction: column; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step .gf_step_number {
            display: flex !important;
            justify-content: center;
            align-items: center;
            font-family: "Interstate", sans-serif !important;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            color: #868686;
            margin: 0 auto 14px !important;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: #e8e8e8; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step .gf_step_number::before, body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step .gf_step_number::after {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step .gf_step_label {
            font-family: "Interstate", sans-serif !important;
            font-size: 16px !important;
            font-weight: normal !important;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            color: #767676 !important;
            padding: 0 !important; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step.gf_step_active {
            border-color: #ed4b29; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step.gf_step_active .gf_step_label {
              color: #983319 !important;
              font-weight: 700 !important; }
        body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body {
          margin-bottom: 25px; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .gfield_label {
            font-family: "LTC Globe Gothic", serif !important;
            font-size: 22px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.45;
            letter-spacing: normal;
            text-align: left;
            color: #ed4b29; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio {
            /*RADIO Button circular style*/ }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input {
              cursor: pointer;
              height: 100%;
              opacity: 0;
              position: absolute;
              width: 100%;
              z-index: 1; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label {
              font-family: "Interstate", sans-serif !important;
              color: #252525;
              cursor: pointer;
              display: inline-block !important;
              font-size: 18px;
              font-stretch: normal;
              font-style: normal;
              font-weight: 400;
              letter-spacing: normal;
              line-height: 1.67;
              margin: 0 auto;
              padding: 0 0 0 25px !important;
              position: relative;
              vertical-align: middle;
              z-index: 1; }
              body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after {
                content: "";
                -webkit-transition: all 0.2s ease;
                background: #ed4b29;
                border-radius: 50%;
                border: 4px solid #ed4b29;
                height: 14px;
                left: 0;
                position: absolute;
                top: 7px;
                transition: all 0.2s ease;
                width: 14px;
                z-index: -1; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) {
              position: relative;
              left: -9999px;
              margin: 0 !important;
              width: 0;
              height: 0; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after {
              content: "";
              transition: all 0.2s ease;
              -webkit-transform: scale(1);
              transform: scale(1);
              border: 4px solid #e5e5e5;
              background: transparent; }
        body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer {
          text-align: center;
          border: none;
          display: flex;
          justify-content: center; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button {
            background-color: #ed4b29;
            border-radius: 100px;
            border: 2px solid #ed4b29;
            color: white;
            cursor: pointer;
            display: inline-block;
            font-family: "Interstate", sans-serif !important;
            font-size: 18px !important;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.22;
            letter-spacing: normal;
            margin: 0;
            margin-right: 15px;
            max-width: 100%;
            min-width: 124px;
            opacity: 1;
            padding: 10px 15px !important;
            position: relative;
            text-align: center;
            text-decoration: none;
            text-transform: none; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button:last-child {
              margin-right: 0; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"]:hover, body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"]:focus, body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button:active {
              background-color: #d4d2d2;
              border-color: #d4d2d2;
              color: #888888;
              text-decoration: none; }
      @media (min-width: 768px) {
        body:not(.home) .custom-benefits-block .membership-form-container h2 {
          font-size: 38px; } }
      body:not(.home) .custom-benefits-block .membership-form-container::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.16);
        position: absolute;
        top: 0;
        left: 0; }
      @media (min-width: 768px) {
        body:not(.home) .custom-benefits-block .membership-form-container {
          padding: 39px 85px 47px; } }
      @media (min-width: 992px) {
        body:not(.home) .custom-benefits-block .membership-form-container::before {
          width: calc(100% + ((100vw - 930px) / 2)); } }
      @media (min-width: 1200px) {
        body:not(.home) .custom-benefits-block .membership-form-container::before {
          width: calc(100% + ((100vw - 1110px) / 2)); } }
  @media (min-width: 1200px) {
    body:not(.home) .custom-benefits-table-block .navigation-container {
      display: none; } }
  body:not(.home) .custom-benefits-table-block .swiper-button-next,
  body:not(.home) .custom-benefits-table-block .swiper-button-prev {
    outline: none;
    box-shadow: none; }
  body:not(.home) .custom-benefits-table-block .swiper-button-next:after,
  body:not(.home) .custom-benefits-table-block .swiper-button-prev:after {
    color: #ed4b29;
    outline: none;
    box-shadow: none; }
  body:not(.home) .custom-benefits-table-block h2 {
    text-align: center;
    margin-bottom: 56px; }
  body:not(.home) .custom-benefits-table-block .content-wrap {
    padding: 36px 0 56px;
    position: relative; }
    body:not(.home) .custom-benefits-table-block .content-wrap::before {
      content: "";
      display: block;
      width: calc(100% + 30px);
      height: 100%;
      background-color: #f7f7f7;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      body:not(.home) .custom-benefits-table-block .content-wrap {
        padding: 36px 61px 57px 67px; } }
  body:not(.home) .custom-benefits-table-block .items-table-container {
    padding-top: 76px; }
  body:not(.home) .custom-benefits-table-block .item-table-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #868686;
    margin-bottom: 20px; }
  body:not(.home) .custom-benefits-table-block .table-cell-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  body:not(.home) .custom-benefits-table-block .table-cell-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #ed4b29;
    padding: 0 30px 15px;
    border-bottom: solid 1px #cecece;
    margin-bottom: 28px;
    width: 100%;
    height: 52px; }
    body:not(.home) .custom-benefits-table-block .table-cell-title span {
      display: block; }
    @media (min-width: 768px) {
      body:not(.home) .custom-benefits-table-block .table-cell-title {
        padding: 0 15px 15px; } }
  body:not(.home) .custom-benefits-table-block .table-cell-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='comment' width='40' height='40' viewBox='0 0 40 40'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23cecece%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68630' d='M20 40a20 20 0 0 0 19.208-25.576 1.667 1.667 0 1 0-3.2.936 16.645 16.645 0 1 1-6.717-9.2 1.667 1.667 0 0 0 1.864-2.764A20 20 0 1 0 20 40zm0 0' class='cls-1'/%3e%3cpath id='Path_68631' d='M137.491 32.491l-17.155 17.154-5.488-5.487a1.666 1.666 0 1 0-2.357 2.357l6.667 6.667a1.666 1.666 0 0 0 2.357 0l18.333-18.333a1.666 1.666 0 0 0-2.357-2.357zm0 0' class='cls-1' transform='translate(-100.336 -28.669)'/%3e%3c/svg%3e ");
    width: 40px;
    height: 40px;
    margin-bottom: 27px; }

.woocommerce form.woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23d8d8d8;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 20px) center;
  background-color: white;
  line-height: 1.5em !important;
  padding: 12px 10px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .woocommerce form.woocommerce-ordering select option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .woocommerce form.woocommerce-ordering select:focus, .woocommerce form.woocommerce-ordering select:active {
    border-color: #e22538;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23e22538;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none;
    color: #e22538; }
.woocommerce ul.products {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .woocommerce ul.products:before, .woocommerce ul.products::after {
    display: none !important; }
  .woocommerce ul.products li {
    padding: 0 15px 15px !important;
    display: flex;
    flex-direction: column; }
    .woocommerce ul.products li:before {
      display: none !important; }
    .woocommerce ul.products li a {
      display: block !important; }
      .woocommerce ul.products li a .attachment-woocommerce_thumbnail {
        height: 250px !important;
        object-fit: cover; }
      .woocommerce ul.products li a h2.woocommerce-loop-product__title {
        text-align: center; }
      .woocommerce ul.products li a .price {
        text-align: center; }
      .woocommerce ul.products li a.button {
        margin-top: auto !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        background: #7a8829 !important;
        color: white !important; }
        .woocommerce ul.products li a.button:hover {
          background: #545544 !important; }
      .woocommerce ul.products li a.added_to_cart {
        text-align: center !important; }
.woocommerce .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  border: none; }
  .woocommerce .woocommerce-pagination ul.page-numbers li {
    padding: 0 !important;
    margin: 10px !important;
    border: none !important;
    overflow: visible !important;
    float: none !important; }
    .woocommerce .woocommerce-pagination ul.page-numbers li::before {
      display: none !important; }
    .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers li .current {
      position: relative;
      color: white !important;
      z-index: 0; }
      .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current::after, .woocommerce .woocommerce-pagination ul.page-numbers li .current::after {
        content: '';
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #7a8829;
        border-radius: 50%;
        height: 48px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 47px;
        z-index: -1; }
    .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers {
      font-family: "Interstate", sans-serif !important;
      background: transparent;
      border: none !important;
      color: #7a8829;
      display: inline-block;
      font-size: 16px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 800;
      letter-spacing: normal;
      line-height: normal;
      margin: 0 15px;
      text-align: center;
      text-decoration: none;
      transition: all 0.4s ease; }
      .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
        text-decoration: none;
        border-color: #000; }
.woocommerce .single-product .product {
  display: flex;
  flex-wrap: wrap; }
  .woocommerce .single-product .product .woocommerce-product-gallery {
    margin-right: 30px; }
  .woocommerce .single-product .product form.cart:not(.variations_form) {
    display: flex;
    align-items: center; }
    .woocommerce .single-product .product form.cart:not(.variations_form) button.single_add_to_cart_button {
      background: #7a8829 !important;
      color: white !important;
      margin: 10px; }
      .woocommerce .single-product .product form.cart:not(.variations_form) button.single_add_to_cart_button span.xoo-wsc-icon-checkmark {
        display: none; }
      .woocommerce .single-product .product form.cart:not(.variations_form) button.single_add_to_cart_button:hover {
        background: #545544 !important; }
    .woocommerce .single-product .product form.cart:not(.variations_form) a.added_to_cart {
      padding: 0; }
.woocommerce ul li::before {
  display: none !important; }
.woocommerce form.woocommerce-form-login input:not([type="submit"]), .woocommerce form.woocommerce-form-login textarea, .woocommerce form.woocommerce-form-login select, .woocommerce form.woocommerce-form-login .select2-selection--single, .woocommerce form.lost_reset_password input:not([type="submit"]), .woocommerce form.lost_reset_password textarea, .woocommerce form.lost_reset_password select, .woocommerce form.lost_reset_password .select2-selection--single, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]), .woocommerce .woocommerce-MyAccount-content form textarea, .woocommerce .woocommerce-MyAccount-content form select, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single {
  font-family: "Interstate", sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: #983319;
  font-size: 13px !important;
  font-weight: bold;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .woocommerce form.woocommerce-form-login input:not([type="submit"])::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login textarea::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login select::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single::-webkit-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"])::-webkit-input-placeholder, .woocommerce form.lost_reset_password textarea::-webkit-input-placeholder, .woocommerce form.lost_reset_password select::-webkit-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"])::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce form.woocommerce-form-login input:not([type="submit"])::-moz-placeholder, .woocommerce form.woocommerce-form-login textarea::-moz-placeholder, .woocommerce form.woocommerce-form-login select::-moz-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single::-moz-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"])::-moz-placeholder, .woocommerce form.lost_reset_password textarea::-moz-placeholder, .woocommerce form.lost_reset_password select::-moz-placeholder, .woocommerce form.lost_reset_password .select2-selection--single::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"])::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form select::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce form.woocommerce-form-login input:not([type="submit"]):-ms-input-placeholder, .woocommerce form.woocommerce-form-login textarea:-ms-input-placeholder, .woocommerce form.woocommerce-form-login select:-ms-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:-ms-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):-ms-input-placeholder, .woocommerce form.lost_reset_password textarea:-ms-input-placeholder, .woocommerce form.lost_reset_password select:-ms-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce form.woocommerce-form-login input:not([type="submit"]):active, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus, .woocommerce form.woocommerce-form-login textarea:active, .woocommerce form.woocommerce-form-login textarea:focus, .woocommerce form.woocommerce-form-login select:active, .woocommerce form.woocommerce-form-login select:focus, .woocommerce form.woocommerce-form-login .select2-selection--single:active, .woocommerce form.woocommerce-form-login .select2-selection--single:focus, .woocommerce form.lost_reset_password input:not([type="submit"]):active, .woocommerce form.lost_reset_password input:not([type="submit"]):focus, .woocommerce form.lost_reset_password textarea:active, .woocommerce form.lost_reset_password textarea:focus, .woocommerce form.lost_reset_password select:active, .woocommerce form.lost_reset_password select:focus, .woocommerce form.lost_reset_password .select2-selection--single:active, .woocommerce form.lost_reset_password .select2-selection--single:focus, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus, .woocommerce .woocommerce-MyAccount-content form textarea:active, .woocommerce .woocommerce-MyAccount-content form textarea:focus, .woocommerce .woocommerce-MyAccount-content form select:active, .woocommerce .woocommerce-MyAccount-content form select:focus, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus {
    box-shadow: none;
    border-color: #983319;
    outline: none;
    color: #983319;
    /* firefox 19+ */
    /* ie */ }
    .woocommerce form.woocommerce-form-login input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login textarea:active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login textarea:focus::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login select:active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login select:focus::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password textarea:active::-webkit-input-placeholder, .woocommerce form.lost_reset_password textarea:focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password select:active::-webkit-input-placeholder, .woocommerce form.lost_reset_password select:focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:active::-webkit-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus::-webkit-input-placeholder {
      color: #983319;
      opacity: 1; }
    .woocommerce form.woocommerce-form-login input:not([type="submit"]):active::-moz-placeholder, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus::-moz-placeholder, .woocommerce form.woocommerce-form-login textarea:active::-moz-placeholder, .woocommerce form.woocommerce-form-login textarea:focus::-moz-placeholder, .woocommerce form.woocommerce-form-login select:active::-moz-placeholder, .woocommerce form.woocommerce-form-login select:focus::-moz-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:active::-moz-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:focus::-moz-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):active::-moz-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):focus::-moz-placeholder, .woocommerce form.lost_reset_password textarea:active::-moz-placeholder, .woocommerce form.lost_reset_password textarea:focus::-moz-placeholder, .woocommerce form.lost_reset_password select:active::-moz-placeholder, .woocommerce form.lost_reset_password select:focus::-moz-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:active::-moz-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form select:active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form select:focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus::-moz-placeholder {
      color: #983319;
      opacity: 1; }
    .woocommerce form.woocommerce-form-login input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce form.woocommerce-form-login textarea:active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login textarea:focus:-ms-input-placeholder, .woocommerce form.woocommerce-form-login select:active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login select:focus:-ms-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:focus:-ms-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce form.lost_reset_password textarea:active:-ms-input-placeholder, .woocommerce form.lost_reset_password textarea:focus:-ms-input-placeholder, .woocommerce form.lost_reset_password select:active:-ms-input-placeholder, .woocommerce form.lost_reset_password select:focus:-ms-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:active:-ms-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus:-ms-input-placeholder {
      color: #983319;
      opacity: 1; }
.woocommerce form.woocommerce-form-login select, .woocommerce form.woocommerce-form-login .select2-selection--single, .woocommerce form.lost_reset_password select, .woocommerce form.lost_reset_password .select2-selection--single, .woocommerce .woocommerce-MyAccount-content form select, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #ffffff;
  line-height: 1.5em !important;
  padding: 12px 10px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .woocommerce form.woocommerce-form-login select option, .woocommerce form.woocommerce-form-login .select2-selection--single option, .woocommerce form.lost_reset_password select option, .woocommerce form.lost_reset_password .select2-selection--single option, .woocommerce .woocommerce-MyAccount-content form select option, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .woocommerce form.woocommerce-form-login select:focus, .woocommerce form.woocommerce-form-login select:active, .woocommerce form.woocommerce-form-login .select2-selection--single:focus, .woocommerce form.woocommerce-form-login .select2-selection--single:active, .woocommerce form.lost_reset_password select:focus, .woocommerce form.lost_reset_password select:active, .woocommerce form.lost_reset_password .select2-selection--single:focus, .woocommerce form.lost_reset_password .select2-selection--single:active, .woocommerce .woocommerce-MyAccount-content form select:focus, .woocommerce .woocommerce-MyAccount-content form select:active, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active {
    border-color: #983319;
    background: url("../images/icons/select-arrow-yellow.png") 97%/10px no-repeat #ffffff;
    transition: all 0.4s ease;
    color: #983319; }
  .woocommerce form.woocommerce-form-login select .select2-selection__arrow, .woocommerce form.woocommerce-form-login .select2-selection--single .select2-selection__arrow, .woocommerce form.lost_reset_password select .select2-selection__arrow, .woocommerce form.lost_reset_password .select2-selection--single .select2-selection__arrow, .woocommerce .woocommerce-MyAccount-content form select .select2-selection__arrow, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single .select2-selection__arrow {
    display: none; }
.woocommerce form.woocommerce-form-login textarea, .woocommerce form.lost_reset_password textarea, .woocommerce .woocommerce-MyAccount-content form textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.woocommerce form.woocommerce-form-login input[type="checkbox"], .woocommerce form.woocommerce-form-login input[type="radio"], .woocommerce form.lost_reset_password input[type="checkbox"], .woocommerce form.lost_reset_password input[type="radio"], .woocommerce .woocommerce-MyAccount-content form input[type="checkbox"], .woocommerce .woocommerce-MyAccount-content form input[type="radio"] {
  height: 30px; }
.woocommerce form.woocommerce-form-login .woocommerce-form-row label, .woocommerce form.woocommerce-form-login .woocommerce-address-fields__field-wrapper label, .woocommerce form.lost_reset_password .woocommerce-form-row label, .woocommerce form.lost_reset_password .woocommerce-address-fields__field-wrapper label, .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row label, .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper label {
  display: none; }
.woocommerce form.woocommerce-form-login .select2-selection__placeholder, .woocommerce form.lost_reset_password .select2-selection__placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection__placeholder {
  color: rgba(58, 59, 75, 0.5);
  position: relative;
  top: -9px; }
.woocommerce form.woocommerce-form-login .show-password-input, .woocommerce form.lost_reset_password .show-password-input, .woocommerce .woocommerce-MyAccount-content form .show-password-input {
  right: 18px;
  top: 6px; }
  .woocommerce form.woocommerce-form-login .show-password-input::after, .woocommerce form.lost_reset_password .show-password-input::after, .woocommerce .woocommerce-MyAccount-content form .show-password-input::after {
    color: rgba(58, 59, 75, 0.5); }
.woocommerce form.woocommerce-form-login #rememberme, .woocommerce form.lost_reset_password #rememberme, .woocommerce .woocommerce-MyAccount-content form #rememberme {
  height: auto !important;
  padding: 0 !important;
  min-height: auto; }
.woocommerce form.woocommerce-form-login .form-row:nth-child(3), .woocommerce form.lost_reset_password .form-row:nth-child(3), .woocommerce .woocommerce-MyAccount-content form .form-row:nth-child(3) {
  flex-direction: column; }
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-1,
.woocommerce .woocommerce-MyAccount-content .col2-set .col-2, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 30px; }
  .woocommerce .woocommerce-MyAccount-content .col2-set .col-1 .woocommerce-Address-title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-1 .woocommerce-Address-title h3,
  .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 .woocommerce-Address-title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-2 .woocommerce-Address-title h3 {
    margin-bottom: 0; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  width: 100%; }

.woocommerce .loader::before {
  content: none !important; }

.woocommerce .quantity .qty {
  width: auto; }

@media (max-width: 576px) {
  .woocommerce .woocommerce-ordering {
    margin-bottom: 5rem; } }

.variations_form input:not([type="submit"]), .variations_form textarea, .variations_form select, .variations_form .select2-selection {
  font-family: "Interstate", sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: rgba(58, 59, 75, 0.5);
  font-weight: bold;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .variations_form input:not([type="submit"])::-webkit-input-placeholder, .variations_form textarea::-webkit-input-placeholder, .variations_form select::-webkit-input-placeholder, .variations_form .select2-selection::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .variations_form input:not([type="submit"])::-moz-placeholder, .variations_form textarea::-moz-placeholder, .variations_form select::-moz-placeholder, .variations_form .select2-selection::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .variations_form input:not([type="submit"]):-ms-input-placeholder, .variations_form textarea:-ms-input-placeholder, .variations_form select:-ms-input-placeholder, .variations_form .select2-selection:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .variations_form input:not([type="submit"]):active, .variations_form input:not([type="submit"]):focus, .variations_form textarea:active, .variations_form textarea:focus, .variations_form select:active, .variations_form select:focus, .variations_form .select2-selection:active, .variations_form .select2-selection:focus {
    box-shadow: none;
    border-color: #983319;
    outline: none;
    color: #983319;
    /* firefox 19+ */
    /* ie */ }
    .variations_form input:not([type="submit"]):active::-webkit-input-placeholder, .variations_form input:not([type="submit"]):focus::-webkit-input-placeholder, .variations_form textarea:active::-webkit-input-placeholder, .variations_form textarea:focus::-webkit-input-placeholder, .variations_form select:active::-webkit-input-placeholder, .variations_form select:focus::-webkit-input-placeholder, .variations_form .select2-selection:active::-webkit-input-placeholder, .variations_form .select2-selection:focus::-webkit-input-placeholder {
      color: #983319;
      opacity: 1; }
    .variations_form input:not([type="submit"]):active::-moz-placeholder, .variations_form input:not([type="submit"]):focus::-moz-placeholder, .variations_form textarea:active::-moz-placeholder, .variations_form textarea:focus::-moz-placeholder, .variations_form select:active::-moz-placeholder, .variations_form select:focus::-moz-placeholder, .variations_form .select2-selection:active::-moz-placeholder, .variations_form .select2-selection:focus::-moz-placeholder {
      color: #983319;
      opacity: 1; }
    .variations_form input:not([type="submit"]):active:-ms-input-placeholder, .variations_form input:not([type="submit"]):focus:-ms-input-placeholder, .variations_form textarea:active:-ms-input-placeholder, .variations_form textarea:focus:-ms-input-placeholder, .variations_form select:active:-ms-input-placeholder, .variations_form select:focus:-ms-input-placeholder, .variations_form .select2-selection:active:-ms-input-placeholder, .variations_form .select2-selection:focus:-ms-input-placeholder {
      color: #983319;
      opacity: 1; }
  .variations_form input:not([type="submit"]):-webkit-autofill, .variations_form input:not([type="submit"]):-webkit-autofill:hover, .variations_form input:not([type="submit"]):-webkit-autofill:focus, .variations_form input:not([type="submit"]):-webkit-autofill, .variations_form input:not([type="submit"]):-webkit-autofill:hover, .variations_form input:not([type="submit"]):-webkit-autofill:focus, .variations_form input:not([type="submit"]):-webkit-autofill, .variations_form input:not([type="submit"]):-webkit-autofill:hover, .variations_form input:not([type="submit"]):-webkit-autofill:focus, .variations_form textarea:-webkit-autofill, .variations_form textarea:-webkit-autofill:hover, .variations_form textarea:-webkit-autofill:focus, .variations_form textarea:-webkit-autofill, .variations_form textarea:-webkit-autofill:hover, .variations_form textarea:-webkit-autofill:focus, .variations_form textarea:-webkit-autofill, .variations_form textarea:-webkit-autofill:hover, .variations_form textarea:-webkit-autofill:focus, .variations_form select:-webkit-autofill, .variations_form select:-webkit-autofill:hover, .variations_form select:-webkit-autofill:focus, .variations_form select:-webkit-autofill, .variations_form select:-webkit-autofill:hover, .variations_form select:-webkit-autofill:focus, .variations_form select:-webkit-autofill, .variations_form select:-webkit-autofill:hover, .variations_form select:-webkit-autofill:focus, .variations_form .select2-selection:-webkit-autofill, .variations_form .select2-selection:-webkit-autofill:hover, .variations_form .select2-selection:-webkit-autofill:focus, .variations_form .select2-selection:-webkit-autofill, .variations_form .select2-selection:-webkit-autofill:hover, .variations_form .select2-selection:-webkit-autofill:focus, .variations_form .select2-selection:-webkit-autofill, .variations_form .select2-selection:-webkit-autofill:hover, .variations_form .select2-selection:-webkit-autofill:focus {
    -webkit-box-shadow: none !important;
    -webkit-background: transparent !important;
    color: black !important;
    -webkit-text-fill-color: black !important; }
  .variations_form input:not([type="submit"]) input:-webkit-autofill, .variations_form textarea input:-webkit-autofill, .variations_form select input:-webkit-autofill, .variations_form .select2-selection input:-webkit-autofill {
    -webkit-transition-delay: 99999s !important;
    color: black !important;
    -webkit-text-fill-color: black !important; }
.variations_form input:-webkit-autofill {
  -webkit-transition-delay: 99999s !important;
  color: black !important;
  -webkit-text-fill-color: black !important; }
.variations_form select, .variations_form .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23d8d8d8;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 10px) center;
  line-height: 1.5em !important;
  padding: 9px 10px !important;
  padding-right: 30px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .variations_form select option, .variations_form .select2-selection option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .variations_form select span, .variations_form .select2-selection span {
    color: rgba(58, 59, 75, 0.5) !important;
    padding: 0 !important;
    line-height: 22px !important; }
  .variations_form select .select2-selection__arrow, .variations_form .select2-selection .select2-selection__arrow {
    display: none; }
  .variations_form select:focus, .variations_form select:active, .variations_form .select2-selection:focus, .variations_form .select2-selection:active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23063087;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none; }
.variations_form textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }

.woocommerce-variation-add-to-cart .woocommerce .quantity .qty {
  width: 80px !important; }
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  padding: 16px !important; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: auto !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #7a8829 !important; }

.interior-page ul.products li.product .price {
  color: #7a8829 !important; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #7a8829 !important; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #545544 !important; }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .woocommerce .col2-set::before, .woocommerce .col2-set::after, .woocommerce-page .col2-set::before, .woocommerce-page .col2-set::after {
    display: none; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none; }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%; }

.woocommerce-billing-fields__field-wrapper input:not([type="submit"]), .woocommerce-billing-fields__field-wrapper textarea, .woocommerce-billing-fields__field-wrapper select, .woocommerce-billing-fields__field-wrapper .select2-selection, .shipping_address input:not([type="submit"]), .shipping_address textarea, .shipping_address select, .shipping_address .select2-selection, .woocommerce-additional-fields input:not([type="submit"]), .woocommerce-additional-fields textarea, .woocommerce-additional-fields select, .woocommerce-additional-fields .select2-selection {
  font-family: "Interstate", sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: black;
  font-size: 13px !important;
  font-weight: bold;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"])::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper select::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection::-webkit-input-placeholder, .shipping_address input:not([type="submit"])::-webkit-input-placeholder, .shipping_address textarea::-webkit-input-placeholder, .shipping_address select::-webkit-input-placeholder, .shipping_address .select2-selection::-webkit-input-placeholder, .woocommerce-additional-fields input:not([type="submit"])::-webkit-input-placeholder, .woocommerce-additional-fields textarea::-webkit-input-placeholder, .woocommerce-additional-fields select::-webkit-input-placeholder, .woocommerce-additional-fields .select2-selection::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"])::-moz-placeholder, .woocommerce-billing-fields__field-wrapper textarea::-moz-placeholder, .woocommerce-billing-fields__field-wrapper select::-moz-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection::-moz-placeholder, .shipping_address input:not([type="submit"])::-moz-placeholder, .shipping_address textarea::-moz-placeholder, .shipping_address select::-moz-placeholder, .shipping_address .select2-selection::-moz-placeholder, .woocommerce-additional-fields input:not([type="submit"])::-moz-placeholder, .woocommerce-additional-fields textarea::-moz-placeholder, .woocommerce-additional-fields select::-moz-placeholder, .woocommerce-additional-fields .select2-selection::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper select:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:-ms-input-placeholder, .shipping_address input:not([type="submit"]):-ms-input-placeholder, .shipping_address textarea:-ms-input-placeholder, .shipping_address select:-ms-input-placeholder, .shipping_address .select2-selection:-ms-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):-ms-input-placeholder, .woocommerce-additional-fields textarea:-ms-input-placeholder, .woocommerce-additional-fields select:-ms-input-placeholder, .woocommerce-additional-fields .select2-selection:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):active, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):focus, .woocommerce-billing-fields__field-wrapper textarea:active, .woocommerce-billing-fields__field-wrapper textarea:focus, .woocommerce-billing-fields__field-wrapper select:active, .woocommerce-billing-fields__field-wrapper select:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:active, .woocommerce-billing-fields__field-wrapper .select2-selection:focus, .shipping_address input:not([type="submit"]):active, .shipping_address input:not([type="submit"]):focus, .shipping_address textarea:active, .shipping_address textarea:focus, .shipping_address select:active, .shipping_address select:focus, .shipping_address .select2-selection:active, .shipping_address .select2-selection:focus, .woocommerce-additional-fields input:not([type="submit"]):active, .woocommerce-additional-fields input:not([type="submit"]):focus, .woocommerce-additional-fields textarea:active, .woocommerce-additional-fields textarea:focus, .woocommerce-additional-fields select:active, .woocommerce-additional-fields select:focus, .woocommerce-additional-fields .select2-selection:active, .woocommerce-additional-fields .select2-selection:focus {
    box-shadow: none;
    border-color: #983319;
    outline: none;
    color: #983319;
    /* firefox 19+ */
    /* ie */ }
    .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:active::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:focus::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper select:active::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper select:focus::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:active::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:focus::-webkit-input-placeholder, .shipping_address input:not([type="submit"]):active::-webkit-input-placeholder, .shipping_address input:not([type="submit"]):focus::-webkit-input-placeholder, .shipping_address textarea:active::-webkit-input-placeholder, .shipping_address textarea:focus::-webkit-input-placeholder, .shipping_address select:active::-webkit-input-placeholder, .shipping_address select:focus::-webkit-input-placeholder, .shipping_address .select2-selection:active::-webkit-input-placeholder, .shipping_address .select2-selection:focus::-webkit-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce-additional-fields textarea:active::-webkit-input-placeholder, .woocommerce-additional-fields textarea:focus::-webkit-input-placeholder, .woocommerce-additional-fields select:active::-webkit-input-placeholder, .woocommerce-additional-fields select:focus::-webkit-input-placeholder, .woocommerce-additional-fields .select2-selection:active::-webkit-input-placeholder, .woocommerce-additional-fields .select2-selection:focus::-webkit-input-placeholder {
      color: #983319;
      opacity: 1; }
    .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):active::-moz-placeholder, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):focus::-moz-placeholder, .woocommerce-billing-fields__field-wrapper textarea:active::-moz-placeholder, .woocommerce-billing-fields__field-wrapper textarea:focus::-moz-placeholder, .woocommerce-billing-fields__field-wrapper select:active::-moz-placeholder, .woocommerce-billing-fields__field-wrapper select:focus::-moz-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:active::-moz-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:focus::-moz-placeholder, .shipping_address input:not([type="submit"]):active::-moz-placeholder, .shipping_address input:not([type="submit"]):focus::-moz-placeholder, .shipping_address textarea:active::-moz-placeholder, .shipping_address textarea:focus::-moz-placeholder, .shipping_address select:active::-moz-placeholder, .shipping_address select:focus::-moz-placeholder, .shipping_address .select2-selection:active::-moz-placeholder, .shipping_address .select2-selection:focus::-moz-placeholder, .woocommerce-additional-fields input:not([type="submit"]):active::-moz-placeholder, .woocommerce-additional-fields input:not([type="submit"]):focus::-moz-placeholder, .woocommerce-additional-fields textarea:active::-moz-placeholder, .woocommerce-additional-fields textarea:focus::-moz-placeholder, .woocommerce-additional-fields select:active::-moz-placeholder, .woocommerce-additional-fields select:focus::-moz-placeholder, .woocommerce-additional-fields .select2-selection:active::-moz-placeholder, .woocommerce-additional-fields .select2-selection:focus::-moz-placeholder {
      color: #983319;
      opacity: 1; }
    .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:active:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:focus:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper select:active:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper select:focus:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:active:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:focus:-ms-input-placeholder, .shipping_address input:not([type="submit"]):active:-ms-input-placeholder, .shipping_address input:not([type="submit"]):focus:-ms-input-placeholder, .shipping_address textarea:active:-ms-input-placeholder, .shipping_address textarea:focus:-ms-input-placeholder, .shipping_address select:active:-ms-input-placeholder, .shipping_address select:focus:-ms-input-placeholder, .shipping_address .select2-selection:active:-ms-input-placeholder, .shipping_address .select2-selection:focus:-ms-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce-additional-fields textarea:active:-ms-input-placeholder, .woocommerce-additional-fields textarea:focus:-ms-input-placeholder, .woocommerce-additional-fields select:active:-ms-input-placeholder, .woocommerce-additional-fields select:focus:-ms-input-placeholder, .woocommerce-additional-fields .select2-selection:active:-ms-input-placeholder, .woocommerce-additional-fields .select2-selection:focus:-ms-input-placeholder {
      color: #983319;
      opacity: 1; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:focus, .shipping_address input:not([type="submit"]):-webkit-autofill, .shipping_address input:not([type="submit"]):-webkit-autofill:hover, .shipping_address input:not([type="submit"]):-webkit-autofill:focus, .shipping_address input:not([type="submit"]):-webkit-autofill, .shipping_address input:not([type="submit"]):-webkit-autofill:hover, .shipping_address input:not([type="submit"]):-webkit-autofill:focus, .shipping_address input:not([type="submit"]):-webkit-autofill, .shipping_address input:not([type="submit"]):-webkit-autofill:hover, .shipping_address input:not([type="submit"]):-webkit-autofill:focus, .shipping_address textarea:-webkit-autofill, .shipping_address textarea:-webkit-autofill:hover, .shipping_address textarea:-webkit-autofill:focus, .shipping_address textarea:-webkit-autofill, .shipping_address textarea:-webkit-autofill:hover, .shipping_address textarea:-webkit-autofill:focus, .shipping_address textarea:-webkit-autofill, .shipping_address textarea:-webkit-autofill:hover, .shipping_address textarea:-webkit-autofill:focus, .shipping_address select:-webkit-autofill, .shipping_address select:-webkit-autofill:hover, .shipping_address select:-webkit-autofill:focus, .shipping_address select:-webkit-autofill, .shipping_address select:-webkit-autofill:hover, .shipping_address select:-webkit-autofill:focus, .shipping_address select:-webkit-autofill, .shipping_address select:-webkit-autofill:hover, .shipping_address select:-webkit-autofill:focus, .shipping_address .select2-selection:-webkit-autofill, .shipping_address .select2-selection:-webkit-autofill:hover, .shipping_address .select2-selection:-webkit-autofill:focus, .shipping_address .select2-selection:-webkit-autofill, .shipping_address .select2-selection:-webkit-autofill:hover, .shipping_address .select2-selection:-webkit-autofill:focus, .shipping_address .select2-selection:-webkit-autofill, .shipping_address .select2-selection:-webkit-autofill:hover, .shipping_address .select2-selection:-webkit-autofill:focus, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-additional-fields textarea:-webkit-autofill, .woocommerce-additional-fields textarea:-webkit-autofill:hover, .woocommerce-additional-fields textarea:-webkit-autofill:focus, .woocommerce-additional-fields textarea:-webkit-autofill, .woocommerce-additional-fields textarea:-webkit-autofill:hover, .woocommerce-additional-fields textarea:-webkit-autofill:focus, .woocommerce-additional-fields textarea:-webkit-autofill, .woocommerce-additional-fields textarea:-webkit-autofill:hover, .woocommerce-additional-fields textarea:-webkit-autofill:focus, .woocommerce-additional-fields select:-webkit-autofill, .woocommerce-additional-fields select:-webkit-autofill:hover, .woocommerce-additional-fields select:-webkit-autofill:focus, .woocommerce-additional-fields select:-webkit-autofill, .woocommerce-additional-fields select:-webkit-autofill:hover, .woocommerce-additional-fields select:-webkit-autofill:focus, .woocommerce-additional-fields select:-webkit-autofill, .woocommerce-additional-fields select:-webkit-autofill:hover, .woocommerce-additional-fields select:-webkit-autofill:focus, .woocommerce-additional-fields .select2-selection:-webkit-autofill, .woocommerce-additional-fields .select2-selection:-webkit-autofill:hover, .woocommerce-additional-fields .select2-selection:-webkit-autofill:focus, .woocommerce-additional-fields .select2-selection:-webkit-autofill, .woocommerce-additional-fields .select2-selection:-webkit-autofill:hover, .woocommerce-additional-fields .select2-selection:-webkit-autofill:focus, .woocommerce-additional-fields .select2-selection:-webkit-autofill, .woocommerce-additional-fields .select2-selection:-webkit-autofill:hover, .woocommerce-additional-fields .select2-selection:-webkit-autofill:focus {
    -webkit-box-shadow: none !important;
    -webkit-background: transparent !important;
    color: black !important;
    -webkit-text-fill-color: black !important; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"]) input:-webkit-autofill, .woocommerce-billing-fields__field-wrapper textarea input:-webkit-autofill, .woocommerce-billing-fields__field-wrapper select input:-webkit-autofill, .woocommerce-billing-fields__field-wrapper .select2-selection input:-webkit-autofill, .shipping_address input:not([type="submit"]) input:-webkit-autofill, .shipping_address textarea input:-webkit-autofill, .shipping_address select input:-webkit-autofill, .shipping_address .select2-selection input:-webkit-autofill, .woocommerce-additional-fields input:not([type="submit"]) input:-webkit-autofill, .woocommerce-additional-fields textarea input:-webkit-autofill, .woocommerce-additional-fields select input:-webkit-autofill, .woocommerce-additional-fields .select2-selection input:-webkit-autofill {
    -webkit-transition-delay: 99999s !important;
    color: black !important;
    -webkit-text-fill-color: black !important; }
.woocommerce-billing-fields__field-wrapper select, .woocommerce-billing-fields__field-wrapper .select2-selection, .shipping_address select, .shipping_address .select2-selection, .woocommerce-additional-fields select, .woocommerce-additional-fields .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23d8d8d8;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 10px) center;
  line-height: 1.5em !important;
  padding: 9px 10px !important;
  padding-right: 30px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .woocommerce-billing-fields__field-wrapper select option, .woocommerce-billing-fields__field-wrapper .select2-selection option, .shipping_address select option, .shipping_address .select2-selection option, .woocommerce-additional-fields select option, .woocommerce-additional-fields .select2-selection option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .woocommerce-billing-fields__field-wrapper select span, .woocommerce-billing-fields__field-wrapper .select2-selection span, .shipping_address select span, .shipping_address .select2-selection span, .woocommerce-additional-fields select span, .woocommerce-additional-fields .select2-selection span {
    color: rgba(58, 59, 75, 0.5) !important;
    padding: 0 !important;
    line-height: 22px !important; }
  .woocommerce-billing-fields__field-wrapper select .select2-selection__arrow, .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__arrow, .shipping_address select .select2-selection__arrow, .shipping_address .select2-selection .select2-selection__arrow, .woocommerce-additional-fields select .select2-selection__arrow, .woocommerce-additional-fields .select2-selection .select2-selection__arrow {
    display: none; }
  .woocommerce-billing-fields__field-wrapper select:focus, .woocommerce-billing-fields__field-wrapper select:active, .woocommerce-billing-fields__field-wrapper .select2-selection:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:active, .shipping_address select:focus, .shipping_address select:active, .shipping_address .select2-selection:focus, .shipping_address .select2-selection:active, .woocommerce-additional-fields select:focus, .woocommerce-additional-fields select:active, .woocommerce-additional-fields .select2-selection:focus, .woocommerce-additional-fields .select2-selection:active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23063087;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none; }
.woocommerce-billing-fields__field-wrapper textarea, .shipping_address textarea, .woocommerce-additional-fields textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.woocommerce-billing-fields__field-wrapper .validate-phone, .shipping_address .validate-phone, .woocommerce-additional-fields .validate-phone {
  display: flex;
  flex-direction: column; }

.woocommerce-info {
  border-color: #7a8829 !important; }

.woocommerce-info::before {
  color: #7a8829 !important; }

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  font-size: 20px; }

.woocommerce form .form-row {
  display: flex;
  flex-direction: column; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #7a8829 !important; }

@media (max-width: 576px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important; }

  .woocommerce .woocommerce-ordering {
    width: 100% !important; } }
@media (min-width: 1200px) {
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    flex-wrap: nowrap; }

  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: none; }

  .woocommerce form .form-row {
    align-items: flex-start; }
    .woocommerce form .form-row .woocommerce-input-wrapper {
      width: 100%; }

  #add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    font-size: 31px; } }
/*START Error Page------------------------------------------*/
.interior-404 {
  padding-top: 40px; }

.fourerror {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin: 0 auto;
  width: 535px;
  max-width: 100%; }
  .fourerror .ghost-404 {
    position: relative;
    height: 230px;
    margin: 0 auto;
    width: 140px; }
    .fourerror .ghost-404 .ghost-icon, .fourerror .ghost-404 .ghost-base {
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-color: transparent;
      position: relative;
      width: 130px; }
    .fourerror .ghost-404 .ghost-icon {
      background-image: url("../images/icons/ghost.svg");
      height: 132px; }
    .fourerror .ghost-404 .ghost-base {
      background-image: url("../images/icons/base-ghost.svg");
      height: 17px;
      margin-top: 30px; }
  .fourerror h3 {
    font-family: "Interstate", sans-serif !important;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7a8829; }
  .fourerror p {
    font-size: 24px !important;
    text-align: center !important;
    color: #000000 !important; }
  .fourerror a[class^="btn-"] {
    margin: 40px auto; }

/*END Error Page------------------------------------------*/
.container-paginator {
  max-width: 100%;
  padding: 10px 0;
  width: 100%;
  border-radius: 0;
  box-shadow: none; }

.pagination {
  align-items: center;
  width: 100%; }
  @media (max-width: 991.98px) {
    .pagination {
      justify-content: center;
      flex-wrap: wrap; } }
  @media (max-width: 767.98px) {
    .pagination {
      padding: 0 10px !important; } }
  .pagination .page-numbers.next span,
  .pagination .page-numbers.prev span {
    display: none; }
  .pagination .prev.page-numbers::after,
  .pagination .next.page-numbers::after {
    font-family: "Interstate", sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #232021;
    display: inline-block;
    text-transform: none; }
  .pagination .prev.page-numbers::after {
    content: "Prev"; }
  .pagination .next.page-numbers::after {
    content: "Next"; }
  .pagination .page-numbers.current,
  .pagination .current {
    position: relative;
    color: #ffffff !important;
    z-index: 0; }
    .pagination .page-numbers.current::before,
    .pagination .current::before {
      content: "";
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ed4b29;
      border-radius: 50%;
      height: 42px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 42px;
      z-index: -1; }
  .pagination .pagination,
  .pagination .page-numbers,
  .pagination .pagination.current,
  .pagination .nav-links > a,
  .pagination .page {
    font-family: "Interstate", sans-serif !important;
    background: transparent;
    border: none !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #232021;
    margin: 15px 25px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.4s ease; }
    .pagination .pagination:hover,
    .pagination .page-numbers:hover,
    .pagination .pagination.current:hover,
    .pagination .nav-links > a:hover,
    .pagination .page:hover {
      text-decoration: none; }
    .pagination .pagination.prev, .pagination .pagination.next,
    .pagination .page-numbers.prev,
    .pagination .page-numbers.next,
    .pagination .pagination.current.prev,
    .pagination .pagination.current.next,
    .pagination .nav-links > a.prev,
    .pagination .nav-links > a.next,
    .pagination .page.prev,
    .pagination .page.next {
      border-bottom: 0 solid transparent !important;
      border: none;
      font-size: 0 !important;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1 !important;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center; }
      .pagination .pagination.prev span, .pagination .pagination.next span,
      .pagination .page-numbers.prev span,
      .pagination .page-numbers.next span,
      .pagination .pagination.current.prev span,
      .pagination .pagination.current.next span,
      .pagination .nav-links > a.prev span,
      .pagination .nav-links > a.next span,
      .pagination .page.prev span,
      .pagination .page.next span {
        font-size: 0 !important; }
        .pagination .pagination.prev span::after, .pagination .pagination.next span::after,
        .pagination .page-numbers.prev span::after,
        .pagination .page-numbers.next span::after,
        .pagination .pagination.current.prev span::after,
        .pagination .pagination.current.next span::after,
        .pagination .nav-links > a.prev span::after,
        .pagination .nav-links > a.next span::after,
        .pagination .page.prev span::after,
        .pagination .page.next span::after {
          font-family: "Interstate", sans-serif !important;
          color: #d8d8d8;
          display: inline-block;
          font-size: 15px;
          font-stretch: normal;
          font-style: normal;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1;
          text-align: center;
          text-transform: uppercase;
          width: 40px; }
      .pagination .pagination.prev::before, .pagination .pagination.next::before,
      .pagination .page-numbers.prev::before,
      .pagination .page-numbers.next::before,
      .pagination .pagination.current.prev::before,
      .pagination .pagination.current.next::before,
      .pagination .nav-links > a.prev::before,
      .pagination .nav-links > a.next::before,
      .pagination .page.prev::before,
      .pagination .page.next::before {
        content: "";
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath stroke='%23232021' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 11px;
        height: 8px;
        position: absolute;
        display: block;
        top: 5px;
        right: 0; }
      .pagination .pagination.prev:hover::before, .pagination .pagination.next:hover::before,
      .pagination .page-numbers.prev:hover::before,
      .pagination .page-numbers.next:hover::before,
      .pagination .pagination.current.prev:hover::before,
      .pagination .pagination.current.next:hover::before,
      .pagination .nav-links > a.prev:hover::before,
      .pagination .nav-links > a.next:hover::before,
      .pagination .page.prev:hover::before,
      .pagination .page.next:hover::before {
        color: #ffab00; }
    .pagination .pagination.prev,
    .pagination .page-numbers.prev,
    .pagination .pagination.current.prev,
    .pagination .nav-links > a.prev,
    .pagination .page.prev {
      padding-left: 20px; }
      .pagination .pagination.prev span::after,
      .pagination .page-numbers.prev span::after,
      .pagination .pagination.current.prev span::after,
      .pagination .nav-links > a.prev span::after,
      .pagination .page.prev span::after {
        content: "Prev"; }
      .pagination .pagination.prev::before,
      .pagination .page-numbers.prev::before,
      .pagination .pagination.current.prev::before,
      .pagination .nav-links > a.prev::before,
      .pagination .page.prev::before {
        left: 0;
        right: auto;
        transform: scaleX(-1); }
    .pagination .pagination.next,
    .pagination .page-numbers.next,
    .pagination .pagination.current.next,
    .pagination .nav-links > a.next,
    .pagination .page.next {
      margin-left: auto;
      padding-right: 20px; }
      .pagination .pagination.next span::after,
      .pagination .page-numbers.next span::after,
      .pagination .pagination.current.next span::after,
      .pagination .nav-links > a.next span::after,
      .pagination .page.next span::after {
        content: "Next"; }
    .pagination .pagination.current,
    .pagination .page-numbers.current,
    .pagination .pagination.current.current,
    .pagination .nav-links > a.current,
    .pagination .page.current {
      color: #ffffff !important; }

body.search h1 span {
  font-size: inherit; }

.content-search {
  padding-top: 50px; }

.search-section {
  display: none;
  background: #7a8829;
  z-index: 9999;
  position: relative; }

div.search {
  font-family: "Interstate", sans-serif !important;
  background: #7a8829;
  display: block;
  position: relative; }
  div.search::before {
    content: "";
    background: #7a8829;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  div.search::after {
    content: "";
    background: #7a8829;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 1px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent url("../images/icons/search-icon-color.png") no-repeat;
    background-color: #ed4b29;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 40px;
    margin-left: -4px;
    opacity: 0.7;
    text-indent: -99999999px;
    text-transform: uppercase;
    transition: 0.4s;
    vertical-align: middle;
    width: 50px; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    width: calc(100% - 70px); }
    div.search #s:hover, div.search #s:focus, div.search #s:active {
      outline: none;
      box-shadow: none; }
    div.search #s::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    div.search #s::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    div.search #s:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    div.search #s:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus, div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus, div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus {
      background: transparent !important;
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
      transition: background-color 5000s ease-in-out 0s; }
  @media (max-width: 1200px) {
    div.search #s {
      height: 40px; } }

/*START Search Page------------------------------------------*/
body.search-results {
  display: block;
  padding-top: 0px;
  margin-left: 0; }
  body.search-results .content-search h1.search-title {
    font-size: 30px;
    text-transform: none; }
  body.search-results .content-search ul.search-list-result {
    padding: 0;
    margin: 0;
    text-align: left; }
    body.search-results .content-search ul.search-list-result li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 30px;
      line-height: 1.66; }
      body.search-results .content-search ul.search-list-result li::before {
        content: none !important; }
      body.search-results .content-search ul.search-list-result li h3 {
        margin-bottom: 20px;
        font-family: "LTC Globe Gothic", serif !important;
        display: block; }
        body.search-results .content-search ul.search-list-result li h3 a {
          color: #7a8829;
          font-size: 30px;
          font-family: "LTC Globe Gothic", serif !important;
          line-height: 1.4;
          padding-bottom: 5px;
          text-decoration: none;
          border-bottom: 2px solid #7a8829;
          display: inline; }
      body.search-results .content-search ul.search-list-result li .read-more {
        margin-top: 0px;
        text-align: left;
        padding: 10px 0;
        display: block; }
        body.search-results .content-search ul.search-list-result li .read-more a.read-more {
          font-family: 'Montserrat', sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          font-stretch: normal !important;
          font-style: normal !important;
          line-height: 1 !important;
          letter-spacing: normal !important;
          color: black !important;
          text-transform: none;
          text-decoration: none !important;
          background-color: transparent;
          border-radius: 50px !important;
          border: none;
          box-shadow: none;
          display: inline-flex !important;
          align-items: center;
          overflow-wrap: break-word;
          padding: 0;
          position: relative; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover, body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus, body.search-results .content-search ul.search-list-result li .read-more a.read-more:active {
            text-decoration: none; }
            body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover::after, body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus::after, body.search-results .content-search ul.search-list-result li .read-more a.read-more:active::after {
              margin-left: 19px; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more::after {
            content: "";
            display: block;
            position: relative;
            background-image: url("../images/icons/arrow-btn.svg");
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: 9px;
            width: 17.9px;
            height: 8.7px;
            transition: all 0.4s ease;
            -webkit-filter: brightness(100%) invert(0%);
            filter: brightness(100%) invert(0%); }

/*END Search Page-----------------------------------*/
body.single-post .interior-banner .title-page {
  width: 100%;
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
    text-align: left  !important; } }
.block-sponsor-container {
  position: relative; }
  .block-sponsor-container.aligncenter .title-block h2, .block-sponsor-container.aligncenter .title-block h3 {
    text-align: center; }
  .block-sponsor-container.aligncenter .row-vList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block-sponsor-container.alignright .title-block h2, .block-sponsor-container.alignright .title-block h3 {
    text-align: right; }
  .block-sponsor-container.alignright .row-vList {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .block-sponsor-container.alignleft .title-block h2, .block-sponsor-container.alignleft .title-block h3 {
    text-align: left; }
  .block-sponsor-container.alignleft .row-vList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .block-sponsor-container .row-vList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.title-block {
  margin-bottom: 30px; }
  .title-block h2, .title-block h3 {
    margin: 0; }

hr.solid {
  border-color: #e8e8e8;
  border-style: solid;
  width: 80%;
  margin: 20px auto 50px; }

/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0;
  text-align: center; }
  .sponsor-vCarousel .title-block {
    font-family: "Interstate", sans-serif !important; }
  .sponsor-vCarousel p {
    font-family: "Interstate", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #ed4b29 !important; }
  .sponsor-vCarousel #carousel__sponsors {
    padding-top: 40px;
    padding-bottom: 40px; }
    .sponsor-vCarousel #carousel__sponsors .carousel-inner {
      margin: 0 auto;
      width: calc(100% - 80px); }
    .sponsor-vCarousel #carousel__sponsors .carousel-control-next, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev {
      display: block;
      width: 40px;
      height: 40px;
      min-width: 40px;
      top: calc(50% - 20px); }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-prev-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/arrow-sponsors.svg");
        background-size: contain;
        background-color: transparent;
        height: 40px;
        width: 40px; }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .sponsor-vCarousel #carousel__sponsors .single-sponsor {
      display: inline-block;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 10px);
      flex: 1 1 calc(100% - 10px);
      padding: 10px;
      margin: 0 5px;
      width: calc(100% - 15px); }
      .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images {
        transition: all 0.4s ease;
        text-align: center;
        position: relative;
        height: 100px;
        margin: 0; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          left: 50%;
          top: 50%;
          object-fit: contain;
          position: absolute;
          width: 100%; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images:hover {
          -webkit-transform: scale(1.086);
          -ms-transform: scale(1.086);
          transform: scale(1.086); }
      .sponsor-vCarousel #carousel__sponsors .single-sponsor a {
        display: block;
        text-decoration: none;
        transition: all 0.4s ease;
        height: 100%;
        border: none !important; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor a:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.sponsor-vGrid {
  padding: 40px 0 50px; }
  .sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0; }
    .sponsor-vGrid .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 110px;
      margin: 0 auto 10px;
      width: 200px; }
    .sponsor-vGrid .single-sponsor p {
      color: #292929;
      line-height: 1.2em;
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center !important; }
    .sponsor-vGrid .single-sponsor .btn-blue {
      font-family: "Interstate", sans-serif !important;
      background: #0165ae;
      border-radius: 30px;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin: 10px auto;
      max-width: 100%;
      padding: 12px 20px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.sponsor-vList {
  padding: 40px 0 50px; }
  .sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 0;
    text-align: center; }
    .sponsor-vList .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 150px;
      margin: 0 auto 10px;
      position: relative;
      transition: all 0.4s ease; }
      .sponsor-vList .single-sponsor .featured-sponsor-images img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        left: 50%;
        top: 50%;
        object-fit: contain;
        position: absolute;
        width: 100%; }
      .sponsor-vList .single-sponsor .featured-sponsor-images:hover {
        -webkit-transform: scale(1.086);
        -ms-transform: scale(1.086);
        transform: scale(1.086); }
    .sponsor-vList .single-sponsor a {
      display: block;
      text-decoration: none;
      border: none !important; }

#sponsors-home-slider {
  padding: 60px 0; }
  #sponsors-home-slider .content-wrap {
    display: flex;
    justify-content: center; }
  #sponsors-home-slider .single-box {
    width: calc(100% / 5);
    margin: 0 15px; }
  #sponsors-home-slider .img-wrap {
    margin-bottom: 0;
    border-radius: 0;
    height: 74px;
    opacity: 0.28;
    filter: grayscale(100%);
    transition: 0.4s; }
    #sponsors-home-slider .img-wrap:hover {
      filter: grayscale(0%);
      opacity: 1; }

@media (min-width: 576px) {
  .sponsor-vCarousel #carousel__sponsors .content-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) {
  .sponsor-vCarousel #carousel__sponsors .content-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr); } }
.block-sponsor-container.aligncenter .title-block h2, .block-sponsor-container.aligncenter .title-block h3 {
  text-align: center; }
.block-sponsor-container.aligncenter .row-vList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.block-sponsor-container.alignright .title-block h2, .block-sponsor-container.alignright .title-block h3 {
  text-align: right; }
.block-sponsor-container.alignright .row-vList {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.block-sponsor-container.alignleft .title-block h2, .block-sponsor-container.alignleft .title-block h3 {
  text-align: left; }
.block-sponsor-container.alignleft .row-vList {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.block-sponsor-container .row-vList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.title-block {
  margin-bottom: 30px; }
  .title-block h2, .title-block h3 {
    margin: 0; }

hr.solid {
  border-color: #e8e8e8;
  border-style: solid;
  width: 80%;
  margin: 20px auto 50px; }

/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0 100px;
  text-align: center; }
  .sponsor-vCarousel h2 {
    text-align: center !important;
    font-weight: bold; }
  .sponsor-vCarousel p {
    font-family: "Interstate", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #6c6b6b; }
  .sponsor-vCarousel #carousel__sponsor {
    margin-top: 60px; }
    .sponsor-vCarousel #carousel__sponsor .carousel-inner {
      margin: 0 auto;
      width: 90%; }
      .sponsor-vCarousel #carousel__sponsor .carousel-inner .carousel-item .d-flex {
        min-height: 150px; }
    .sponsor-vCarousel #carousel__sponsor .carousel-control-next, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev {
      width: 5%;
      min-width: 20px; }
      .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-prev-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/arrow-green.svg");
        background-color: transparent;
        background-size: auto;
        height: 41px;
        width: 41px; }
      .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px;
      padding: 0;
      margin: 0 20px; }
      .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images {
        transition: all 0.4s ease;
        text-align: center;
        position: relative; }
        .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images img {
          width: 100%;
          object-fit: contain;
          -webkit-filter: grayscale(1);
          filter: grayscale(1); }
        .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
      .sponsor-vCarousel #carousel__sponsor .single-sponsor a {
        display: block;
        text-decoration: none;
        transition: all 0.4s ease; }
        .sponsor-vCarousel #carousel__sponsor .single-sponsor a:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.sponsor-vGrid {
  padding: 40px 0 50px; }
  .sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0; }
    .sponsor-vGrid .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 110px;
      margin: 0 auto 10px;
      width: 200px; }
    .sponsor-vGrid .single-sponsor p {
      color: #292929;
      line-height: 1.2em;
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center !important; }
    .sponsor-vGrid .single-sponsor .btn-blue {
      font-family: "Interstate", sans-serif !important;
      background: #0165ae;
      border-radius: 30px;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin: 10px auto;
      max-width: 100%;
      padding: 12px 20px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.sponsor-vList {
  padding: 40px 0 50px; }
  .sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 0;
    text-align: center; }
    .sponsor-vList .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 150px;
      margin: 0 auto 10px;
      position: relative;
      transition: all 0.4s ease; }
      .sponsor-vList .single-sponsor .featured-sponsor-images img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        left: 50%;
        top: 50%;
        object-fit: contain;
        position: absolute;
        width: 100%; }
      .sponsor-vList .single-sponsor .featured-sponsor-images:hover {
        -webkit-transform: scale(1.086);
        -ms-transform: scale(1.086);
        transform: scale(1.086); }
    .sponsor-vList .single-sponsor a {
      display: block;
      text-decoration: none; }

.team-vGrid-square .featured-member-images {
  background-color: #7a8829 !important; }
  .team-vGrid-square .featured-member-images img {
    height: 100% !important; }
  .team-vGrid-square .featured-member-images .hover-box .bottom-info-member .name-member h3 {
    font-size: 22px; }
  .team-vGrid-square .featured-member-images .hover-box .read-more-hover, .team-vGrid-square .featured-member-images .hover-box .link-read-more {
    color: white !important;
    border-bottom: none !important; }
    .team-vGrid-square .featured-member-images .hover-box .read-more-hover:hover, .team-vGrid-square .featured-member-images .hover-box .link-read-more:hover {
      border-color: transparent !important; }
  .team-vGrid-square .featured-member-images .hover-box .social-networks {
    padding: 0 !important; }
    .team-vGrid-square .featured-member-images .hover-box .social-networks li {
      display: inline-block !important;
      padding: 0 !important; }
      .team-vGrid-square .featured-member-images .hover-box .social-networks li a {
        color: white !important; }
      .team-vGrid-square .featured-member-images .hover-box .social-networks li::before {
        content: none !important; }

.team-vList .single-member {
  flex-direction: column; }

.body-member ul.social-networks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .body-member ul.social-networks li {
    margin-right: 15px; }
    .body-member ul.social-networks li:last-child {
      margin-right: 0; }
    .body-member ul.social-networks li a i {
      color: #545544 !important; }

@media (min-width: 768px) {
  .team-vList .single-member {
    flex-direction: row; } }
@media only screen and (max-width: 991px) {
  .sponsor-vList .single-sponsor {
    margin: 0 30px 0; } }
@media only screen and (max-width: 767px) {
  .sponsor-vCarousel #carousel__sponsor .single-sponsor {
    flex-basis: 45%; } }
@media only screen and (max-width: 480px) {
  .sponsor-vCarousel #carousel__sponsor .single-sponsor {
    flex-basis: 100%; } }
.team-vList .name-member::after {
  background-color: #ed4b29 !important; }

.team-vGrid-square .single-member .featured-member-images {
  background-color: #7a8829 !important; }

.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle {
  font-size: inherit !important; }

.social-networks a i, .social-networks a svg[class^="fa"], .social-networks a svg[class^="fas"], .social-networks a .svg-inline--fa, .social-networks li i, .social-networks li svg[class^="fa"], .social-networks li svg[class^="fas"], .social-networks li .svg-inline--fa, .social-networks li a i, .social-networks li a svg[class^="fa"], .social-networks li a svg[class^="fas"], .social-networks li a .svg-inline--fa {
  color: #fff !important; }

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background: #7a8829 !important; }

ul.social-networks li::before {
  display: none !important; }

.popup_vcard .modal-content button.close, #popup_vcard .modal-content button.close {
  background-color: #ed4b29 !important; }

.popup_vcard .modal-content .side-right .name-member h2, .popup_vcard .modal-content .side-right .name-member h3, .popup_vcard .modal-content .side-right .name-member h4, .popup_vcard .modal-content .content .name-member h2, .popup_vcard .modal-content .content .name-member h3, .popup_vcard .modal-content .content .name-member h4, #popup_vcard .modal-content .side-right .name-member h2, #popup_vcard .modal-content .side-right .name-member h3, #popup_vcard .modal-content .side-right .name-member h4, #popup_vcard .modal-content .content .name-member h2, #popup_vcard .modal-content .content .name-member h3, #popup_vcard .modal-content .content .name-member h4 {
  color: #ed4b29 !important; }

.team-vGrid-square-sm .single-member .featured-member-images {
  background-color: #ed4b29 !important; }

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background-color: #ed4b29 !important; }

.team_panel .side-panel-fixed .right-side-panel .body-panel .content-member {
  padding: 10px 15px 200px !important; }

@media only screen and (max-width: 991px) {
  .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media only screen and (max-width: 576px) {
  .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
#tribe-events-pg-template {
  padding: 0; }

.interior-page .entry-content .tribe-common .tribe-common-svgicon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23942924'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-ical__link::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23942924' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-ical__link:hover::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-messages__message--notice::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23141827' d='M.5 2.5h20v20H.5z'/%3E%3Cpath stroke='%23942924' stroke-linecap='round' d='M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' d='M4.5.5v4m12-4v4'/%3E%3Cpath stroke='%23141827' stroke-linecap='square' d='M.5 7.5h20'/%3E%3C/g%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23942924'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23FFF'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control-icon-svg path {
  fill: #942924; }

.interior-page .entry-content .tribe-common .tribe-common-c-svgicon {
  color: #942924; }

.interior-page .entry-content .tribe-common .tribe-common-c-loader__dot {
  background-color: rgba(219, 164, 79, 0.07); }

@keyframes a {
  50% {
    background-color: #942924; } }
.interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt {
  border-color: #942924;
  text-decoration: none; }
  .interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt:hover {
    color: #942924; }

.interior-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0; }

.interior-page .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background: #942924; }
  .interior-page .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
    background: #6b1e1a; }

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-internal-autofill-selected, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-internal-autofill-selected, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-internal-autofill-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23006699'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
  padding-left: 10px !important; }

.tribe-events-before-html {
  margin-bottom: 50px !important; }

@media (max-width: 576px) {
  .tribe-block__venue,
  .tribe-block__event-price {
    flex-direction: column;
    margin-bottom: 25px; }

  .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map, .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
    width: 100%;
    margin-bottom: 25px; } }
.tribe-block__events-link .tribe-block__btn--link a {
  color: #942924; }

.tribe-block__event-website a {
  background: #942924; }

.tribe-block__events-link .tribe-block__btn--link img {
  filter: hue-rotate(154deg) brightness(0.9); }

body {
  font-family: "Interstate", sans-serif !important;
  font-size: 15px;
  line-height: 1.56; }
  @media (max-width: 992px) {
    body {
      padding-top: 0px !important; } }
  body header.header .open-cart {
    display: none !important; }
  body.woocommerce-page header.header .open-cart {
    display: flex !important; }
  body a.d-block {
    text-decoration: none; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6,
  body p,
  body a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */ }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    color: #232021; }
  body h1,
  body .h1 {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    margin-bottom: 37px; }
  body h2,
  body .h2 {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    margin-bottom: 35px; }
  body h3,
  body .h3 {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 25px; }
  body h4,
  body .h4 {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    margin-bottom: 29px; }
  body h5,
  body .h5 {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    margin-bottom: 28px; }
  body h6,
  body .h6 {
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    margin-bottom: 27px; }
  body p {
    font-family: "Interstate", sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    margin-bottom: 1rem; }
  body a {
    color: #ed4b29; }
    body a:hover {
      color: #a2270e; }
  body li {
    font-family: "Interstate", sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal; }
  body #breadcrumbs a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: black;
    text-decoration: none; }
    body #breadcrumbs a::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      /*--adjust as necessary--*/
      color: black;
      position: relative;
      margin-left: 15px; }

/*Heading's Size Variables*/
@media (min-width: 768px) {
  body h1,
  body .h1 {
    font-size: 50px;
    line-height: 0.96;
    letter-spacing: normal; }
  body h2,
  body .h2 {
    font-size: 31px;
    line-height: 1.03;
    letter-spacing: normal; }
  body h3,
  body .h3 {
    font-size: 26px;
    line-height: 1.03;
    letter-spacing: normal; }
  body h4,
  body .h4 {
    font-size: 22px;
    line-height: 1.03;
    letter-spacing: normal; }
  body h5,
  body .h5 {
    font-size: 18px;
    line-height: 1.03;
    letter-spacing: normal; }
  body h6,
  body .h6 {
    font-size: 17px;
    line-height: 1.03;
    letter-spacing: normal; }
  body p {
    font-size: 15px;
    line-height: 1.47; }
  body li {
    font-size: 15px;
    line-height: 1.47; } }
@media (min-width: 1200px) {
  body h1,
  body .h1 {
    font-size: 52px;
    line-height: 0.96;
    letter-spacing: normal; }
  body h2,
  body .h2 {
    font-size: 31px;
    line-height: 1.03;
    letter-spacing: normal; }
  body h3,
  body .h3 {
    font-size: 26px;
    line-height: 1.03;
    letter-spacing: normal; }
  body h4,
  body .h4 {
    font-size: 22px;
    line-height: 1.03;
    letter-spacing: normal; }
  body h5,
  body .h5 {
    font-size: 18px;
    line-height: 1.03;
    letter-spacing: normal; }
  body h6,
  body .h6 {
    font-size: 17px;
    line-height: 1.03;
    letter-spacing: normal; }
  body p {
    font-size: 16px;
    line-height: 1.63; }
  body li {
    font-size: 16px;
    line-height: 1.63; } }
.anchor-list-container .anchor-list {
  list-style: none;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  text-align: left;
  border-left: 1px solid currentColor; }
  .anchor-list-container .anchor-list li {
    margin-bottom: 15px;
    position: relative; }
    .anchor-list-container .anchor-list li:after {
      content: "";
      display: block;
      width: 3px;
      height: 0%;
      border-radius: 3px;
      background: transparent;
      position: absolute;
      left: -32px;
      top: 0;
      transition: 0.4s; }
    .anchor-list-container .anchor-list li:last-child {
      margin-bottom: 0; }
    .anchor-list-container .anchor-list li a {
      font-family: "Interstate", sans-serif !important;
      font-size: 15px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 5.06;
      letter-spacing: 0.75px;
      display: block;
      transition: 0.4s;
      transform-origin: left center;
      color: currentColor;
      text-decoration: none !important;
      text-transform: uppercase; }
    .anchor-list-container .anchor-list li.active::after {
      background: currentColor;
      height: 100%; }
    .anchor-list-container .anchor-list li.active a {
      font-weight: 700;
      font-size: 16px; }
    .anchor-list-container .anchor-list li:hover a {
      transform: scale(1.5); }
    .anchor-list-container .anchor-list li:hover::after {
      background: currentColor;
      height: 100%; }

#chartdiv > div {
  overflow: scroll !important;
  height: 101% !important; }

.ampopup-content {
  background: transparent !important;
  box-shadow: none !important;
  padding-bottom: 50px;
  padding-right: 40px;
  min-height: 700px; }
  .ampopup-content .ampopup-header {
    background: transparent !important;
    margin-bottom: -2px;
    position: relative; }
    .ampopup-content .ampopup-header .ampopup-close {
      right: -4px !important; }
  .ampopup-content .ampopup-inside {
    padding: 0;
    max-width: 100%;
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.16);
    margin-left: 5px; }
    .ampopup-content .ampopup-inside .single-box .img-wrap {
      height: 150px;
      margin: 0; }
    .ampopup-content .ampopup-inside .single-box .card-title {
      font-family: "LTC Globe Gothic", serif !important;
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: normal;
      color: #7a8829;
      margin-bottom: 24px;
      text-transform: uppercase; }
    .ampopup-content .ampopup-inside .single-box .card-text p {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #000000; }
    .ampopup-content .ampopup-inside .single-box .link a {
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #7a8829; }

.circle-box .card {
  width: 246px;
  height: 246px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center; }
  .circle-box .card:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    .circle-box .card:hover .img-wrap::before {
      background: linear-gradient(to bottom, rgba(46, 90, 154, 0), rgba(46, 90, 154, 0.83) 47%, rgba(46, 90, 154, 0.84) 84%, #8c9c2f); }
  .circle-box .card .img-wrap img {
    width: 100%;
    height: 100%; }
.circle-box .img-wrap:before {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 2; }
.circle-box .card-title {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0; }

.horizontal-card .card:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
.horizontal-card .img-wrap {
  border-radius: 0;
  height: 188px;
  margin: 0; }
  .horizontal-card .img-wrap img {
    height: 100%; }
.horizontal-card .card-content-top-container {
  display: flex;
  align-items: center;
  margin-bottom: 26px; }
.horizontal-card .category {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #7a8829; }
.horizontal-card .date {
  margin-left: auto; }
.horizontal-card time {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #232021; }
.horizontal-card .card-title {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.36px;
  color: #232021;
  text-transform: uppercase;
  margin-bottom: 12px; }
.horizontal-card .card-text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #232021 !important; }
@media (min-width: 768px) {
  .horizontal-card .card {
    display: table;
    width: 100%;
    min-height: 194px; }
  .horizontal-card .img-wrap {
    display: table-cell;
    width: 314px;
    height: 100%; }
  .horizontal-card .card-body {
    padding: 26px 30px 30px; } }

.card-news-and-alerts .card:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
.card-news-and-alerts .img-wrap {
  border-radius: 0;
  height: 188px;
  margin: 0; }
.card-news-and-alerts .card-body {
  padding: 31px 48px; }
.card-news-and-alerts .card-content-top-container {
  display: flex;
  align-items: center;
  margin-bottom: 26px; }
.card-news-and-alerts .category {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #7a8829; }
.card-news-and-alerts .date {
  margin-left: auto; }
.card-news-and-alerts time {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #232021; }
.card-news-and-alerts .card-title {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.36px;
  color: #232021;
  text-transform: uppercase;
  margin-bottom: 12px; }
.card-news-and-alerts .card-text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #232021 !important; }

.card-project button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0; }
.card-project .card {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  height: 100%; }
  .card-project .card:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0); }
    .card-project .card:hover .card-body {
      background-color: #ed4b29; }
    .card-project .card:hover .category {
      color: #ed4b29;
      background: white; }
    .card-project .card:hover .card-title,
    .card-project .card:hover .card-text p {
      color: white !important; }
.card-project .img-wrap {
  height: 334px;
  border-radius: 0;
  margin: 0; }
  .card-project .img-wrap img {
    height: 100%; }
.card-project .card-body {
  padding: 28px 35px 35px;
  min-height: 296px; }
  @media (min-width: 768px) {
    .card-project .card-body {
      padding-right: 60px; } }
.card-project .icon-category {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  background: white;
  bottom: 15px;
  right: 15px;
  z-index: 5;
  display: flex;
  justify-content: center; }
.card-project .category {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 1.96px;
  color: #ffffff;
  margin-bottom: 7px;
  padding: 7px 11px;
  background: #ed4b29;
  text-transform: uppercase;
  display: inline-block; }
  .card-project .category a {
    color: inherit; }
.card-project .card-title {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: #ed4b29;
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.card-project .card-text {
  margin-bottom: 42px; }
  .card-project .card-text p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ed4b29 !important;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
.card-project .link {
  margin-top: auto; }

@media (min-width: 768px) {
  .modal-project .modal-dialog {
    max-width: 659px; } }
.modal-project .modal-content {
  border-radius: 0; }
.modal-project .modal-header {
  align-items: center; }
  .modal-project .modal-header .close {
    margin: 0; }
    .modal-project .modal-header .close span {
      font-family: "LTC Globe Gothic", serif !important;
      color: #969696; }
.modal-project .modal-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
.modal-project .modal-title {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #7a8829;
  text-transform: uppercase; }
.modal-project .img-wrap {
  height: 314px;
  border-radius: 0;
  margin: 0; }
.modal-project .card-body {
  padding-top: 52px;
  position: relative; }
  @media (min-width: 768px) {
    .modal-project .card-body {
      padding-left: 86px;
      padding-right: 86px; } }
.modal-project .icon-category {
  width: 39.2px;
  height: 46.4px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center; }
  .modal-project .icon-category::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-color: #7a8829;
    transform: rotate(45deg);
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: -1; }
  .modal-project .icon-category img {
    width: 13.3px;
    height: 11.7px;
    object-fit: contain;
    object-position: center;
    position: relative;
    top: 12px;
    margin-right: -8px;
    left: 0;
    transform: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.modal-project .card-title {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 29px; }
.modal-project .card-text p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000; }
.modal-project .share-tool-container {
  position: absolute;
  right: 86px;
  top: 35px; }
  .modal-project .share-tool-container .addtoany_shortcode a.a2a_button_facebook {
    display: none; }
  .modal-project .share-tool-container .addtoany_shortcode a.a2a_button_twitter {
    display: none; }
  .modal-project .share-tool-container .addtoany_shortcode a.a2a_dd.addtoany_share_save.addtoany_share span.a2a_svg.a2a_s__default.a2a_s_a2a {
    display: none; }
  .modal-project .share-tool-container .addtoany_shortcode a.a2a_dd.addtoany_share_save.addtoany_share span.a2a_label.a2a_localize {
    height: auto;
    line-height: 1;
    width: auto;
    position: relative !important;
    font-family: "LTC Globe Gothic", serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #7a8829;
    text-transform: uppercase;
    clip-path: inherit; }
.modal-project .content-bottom {
  margin-top: 49px; }
.modal-project .links-container {
  margin-bottom: 28px; }
  .modal-project .links-container:last-child {
    margin-bottom: 0; }
  .modal-project .links-container h1,
  .modal-project .links-container h2,
  .modal-project .links-container h3,
  .modal-project .links-container h4,
  .modal-project .links-container h5,
  .modal-project .links-container h6 {
    font-family: "Interstate", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 7px; }
  .modal-project .links-container ul {
    padding-left: 0px;
    margin: 0;
    list-style: none; }
    .modal-project .links-container ul li,
    .modal-project .links-container ul p {
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #8c9c2f; }
      .modal-project .links-container ul li a,
      .modal-project .links-container ul p a {
        color: inherit;
        text-decoration: underline; }
        .modal-project .links-container ul li a:hover,
        .modal-project .links-container ul p a:hover {
          text-decoration: none; }
.modal-project .modal-footer {
  border: none; }

.card-team-bios .card {
  border-radius: 0px;
  background: transparent;
  text-align: center; }
  .card-team-bios .card:hover .img-wrap img {
    width: 125%;
    height: 125%; }
  .card-team-bios .card:hover .img-wrap .btn-plus {
    top: 50%; }
  .card-team-bios .card:hover .img-wrap::before {
    opacity: 0.3; }
  @media (min-width: 768px) {
    .card-team-bios .card {
      text-align: left; } }
@media (min-width: 768px) {
  .card-team-bios .card-body {
    padding-left: 0; } }
.card-team-bios .img-wrap {
  height: 240px;
  margin: 0 auto 0;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .card-team-bios .img-wrap img {
    width: 100%;
    height: 100%; }
  .card-team-bios .img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 2; }
  .card-team-bios .img-wrap .btn-plus {
    color: white;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    z-index: 5;
    top: -100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.4s; }
.card-team-bios .networks {
  margin-top: 18px; }
  .card-team-bios .networks ul.social {
    flex-direction: row;
    justify-content: center; }
    @media (min-width: 768px) {
      .card-team-bios .networks ul.social {
        justify-content: flex-start; } }
    .card-team-bios .networks ul.social li {
      margin-right: 16px;
      background-color: #ed4b29; }
      .card-team-bios .networks ul.social li a {
        font-size: 12px;
        color: white !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none !important; }
      .card-team-bios .networks ul.social li:hover {
        background-color: #983319; }
.card-team-bios .name {
  font-family: "LTC Globe Gothic", serif !important;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 0.36px;
  color: #ed4b29;
  border: none;
  background: transparent;
  padding: 0; }
  .card-team-bios .name a {
    color: inherit; }
    .card-team-bios .name a:hover {
      text-decoration: underline; }
  .card-team-bios .name:hover {
    text-decoration: underline; }
.card-team-bios .position {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: black;
  position: relative;
  padding-bottom: 20px; }
  .card-team-bios .position::after {
    content: "";
    background: #ed4b29;
    border-radius: 30px;
    bottom: 0px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 40px; }
.card-team-bios .email {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.86px;
  color: #9578bb; }
  .card-team-bios .email a,
  .card-team-bios .email button {
    color: inherit; }
    .card-team-bios .email a:hover,
    .card-team-bios .email button:hover {
      text-decoration: underline; }
.card-team-bios .card-text {
  margin-top: 26px;
  padding-top: 4px; }
  .card-team-bios .card-text p {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.28px;
    color: #545544;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
.card-team-bios .info-box {
  padding: 7px 0;
  position: relative; }
  .card-team-bios .info-box::after {
    content: "";
    display: block;
    width: 170px;
    height: 1px;
    object-fit: contain;
    opacity: 0.28;
    border: solid 1px #545544;
    position: absolute;
    bottom: 0;
    left: calc(50% - 85px); }
  .card-team-bios .info-box:last-child::after {
    display: none; }
  .card-team-bios .info-box p {
    margin: 0; }

.card-team-bios-rounded .img-wrap {
  width: 265px;
  height: 265px;
  border-radius: 50%;
  margin: 0 auto; }
  .card-team-bios-rounded .img-wrap img {
    height: 100%; }
  .card-team-bios-rounded .img-wrap:hover:before {
    opacity: 0.7; }
  .card-team-bios-rounded .img-wrap:hover .member-info {
    bottom: -100%; }
  .card-team-bios-rounded .img-wrap:hover .hover-wrap {
    opacity: 1; }
  .card-team-bios-rounded .img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    z-index: 2; }
.card-team-bios-rounded .member-info {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 10px 45px 30px;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  line-height: 1;
  font-weight: 700; }
.card-team-bios-rounded .name {
  font-size: 18px;
  color: white;
  margin-bottom: 10px; }
.card-team-bios-rounded .position {
  font-size: 14px;
  color: white;
  display: block; }
.card-team-bios-rounded .hover-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  opacity: 0;
  transition: 0.6s; }
.card-team-bios-rounded button {
  margin-top: auto;
  border: none;
  background: transparent;
  color: white; }
  .card-team-bios-rounded button span {
    display: block;
    line-height: 1;
    color: white; }
  .card-team-bios-rounded button i {
    font-size: 40px; }
.card-team-bios-rounded .networks {
  margin-top: auto;
  margin-bottom: 0; }
.card-team-bios-rounded ul.social {
  flex-direction: row;
  justify-content: center; }
  @media (min-width: 768px) {
    .card-team-bios-rounded ul.social {
      justify-content: flex-start; } }
  .card-team-bios-rounded ul.social li {
    margin-right: 16px;
    background-color: #ed4b29; }
    .card-team-bios-rounded ul.social li a {
      font-size: 12px;
      color: white !important;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none !important; }
    .card-team-bios-rounded ul.social li:hover {
      background-color: #983319; }

.team-bios-modal.show {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
.team-bios-modal.hide {
  display: block !important;
  -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
.team-bios-modal .modal-dialog {
  margin: 0;
  margin-left: auto;
  height: 100%;
  max-height: 100%; }
.team-bios-modal .modal-content {
  flex-direction: row;
  background: #313131;
  height: 100%;
  max-height: 100%; }
.team-bios-modal .left-side-panel {
  background: #212121;
  flex-shrink: 0; }
  .team-bios-modal .left-side-panel .social {
    flex-direction: column; }
    .team-bios-modal .left-side-panel .social li {
      width: 50px;
      height: 50px;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .team-bios-modal .left-side-panel .social li a {
        color: white;
        font-size: 16px; }
.team-bios-modal .right-side-panel {
  flex-grow: 1; }
.team-bios-modal .modal-header {
  background: #ed4b29;
  border: none;
  box-shadow: none;
  align-items: center; }
.team-bios-modal .modal-title {
  color: white; }
.team-bios-modal .position {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 15px !important;
  padding: 10px 0px;
  position: relative; }
.team-bios-modal .img-wrap {
  height: 400px;
  margin-bottom: 30px; }
.team-bios-modal .modal-body {
  overflow: auto;
  height: calc(100% - 130px);
  padding: 0; }
  .team-bios-modal .modal-body h1,
  .team-bios-modal .modal-body h2,
  .team-bios-modal .modal-body h3,
  .team-bios-modal .modal-body h4,
  .team-bios-modal .modal-body h5,
  .team-bios-modal .modal-body h6 {
    color: white; }
  .team-bios-modal .modal-body p,
  .team-bios-modal .modal-body li,
  .team-bios-modal .modal-body a,
  .team-bios-modal .modal-body p a,
  .team-bios-modal .modal-body li a,
  .team-bios-modal .modal-body blockquote,
  .team-bios-modal .modal-body cite,
  .team-bios-modal .modal-body span {
    color: white; }
  @media (min-width: 992px) {
    .team-bios-modal .modal-body {
      height: calc(100% - 66px); } }
.team-bios-modal .body-container {
  padding: 0 15px; }
.team-bios-modal .close {
  text-shadow: none;
  color: white;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  margin-right: 0px;
  opacity: 1; }
  .team-bios-modal .close:hover {
    background: #212121; }
.team-bios-modal.team-bios-modal-horizontal-view .modal-dialog-centered {
  height: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .team-bios-modal.team-bios-modal-horizontal-view .modal-dialog-centered {
      height: auto; } }
.team-bios-modal.team-bios-modal-horizontal-view .card-body {
  overflow: scroll;
  height: 225px; }
  @media (min-width: 768px) {
    .team-bios-modal.team-bios-modal-horizontal-view .card-body {
      height: 322px; } }
.team-bios-modal.team-bios-modal-horizontal-view .img-wrap {
  height: 250px;
  margin: 0; }
  .team-bios-modal.team-bios-modal-horizontal-view .img-wrap img {
    width: 100% !important;
    height: 100% !important; }
  .team-bios-modal.team-bios-modal-horizontal-view .img-wrap::before {
    display: none; }
  @media (min-width: 768px) {
    .team-bios-modal.team-bios-modal-horizontal-view .img-wrap {
      margin: 15px; } }
.team-bios-modal.team-bios-modal-horizontal-view .card-title {
  color: white; }
.team-bios-modal.team-bios-modal-horizontal-view .card-text p {
  color: white;
  -webkit-box-orient: horizontal;
  overflow: visible;
  margin-bottom: 15px; }
.team-bios-modal.team-bios-modal-horizontal-view .position {
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0; }
  .team-bios-modal.team-bios-modal-horizontal-view .position::after {
    display: none; }
.team-bios-modal.team-bios-modal-horizontal-view .close {
  position: absolute;
  z-index: 5;
  right: 0; }

.avoiding-card {
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.16);
  background-color: #f8f8f8;
  border-radius: 0; }
  .avoiding-card a.d-block {
    text-decoration: none; }
  .avoiding-card .card-header {
    background-color: white;
    text-align: center;
    border: none;
    padding: 20px; }
  .avoiding-card .card-title {
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #7a8829;
    text-transform: uppercase;
    margin: 0; }
  .avoiding-card .img-wrap {
    margin: 0;
    border-radius: 0; }
  .avoiding-card .card-body {
    padding: 34px 56px; }
  .avoiding-card .card-text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000 !important; }
  .avoiding-card .link span,
  .avoiding-card .link a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #7a8829;
    text-decoration: underline; }
    .avoiding-card .link span:hover,
    .avoiding-card .link a:hover {
      text-decoration: none; }

.loader-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999; }
  .loader-container.exit {
    -webkit-animation: fade-out 1s ease-out 0s both;
    animation: fade-out 1s ease-out 0s both; }
  .loader-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0; }

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #7a8829;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
a.fe_btn_navigation {
  background-color: #7a8829 !important;
  border: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 7px;
  padding: 16px 28px;
  line-height: 1;
  text-transform: none; }
  a.fe_btn_navigation:hover {
    background-color: #ed4b29 !important; }

.wpcw_fe_navigation_box {
  padding: 20px; }
  .wpcw_fe_navigation_box a {
    margin: 0 10px; }

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none; }

.container {
  transition: 0.4s; }

.social-bar .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0; }
.social-bar .social-share p {
  font-size: 20px;
  color: #7a8829;
  font-weight: 700;
  display: inline-block;
  font-family: "LTC Globe Gothic", serif !important;
  margin: 0; }
  .social-bar .social-share p strong {
    color: #ffab00;
    font-weight: 700; }
.social-bar .social-share .addtoany_shortcode {
  display: inline-block; }
  .social-bar .social-share .addtoany_shortcode .a2a_kit a span {
    background: transparent !important;
    color: #7a8829 !important;
    width: 24px !important;
    height: 24px !important; }
    .social-bar .social-share .addtoany_shortcode .a2a_kit a span svg path {
      fill: #7a8829 !important; }

.a2a_menu {
  background-color: white !important;
  border-color: white !important; }

@media (prefers-color-scheme: dark) {
  body .a2a_menu {
    background-color: white;
    border-color: white; }
  body .a2a_menu a,
  body .a2a_menu a.a2a_i,
  body .a2a_menu a.a2a_i:visited,
  body .a2a_menu a.a2a_more,
  body i.a2a_i {
    border-color: white !important;
    color: #545544 !important; }
    body .a2a_menu a:hover,
    body .a2a_menu a.a2a_i:hover,
    body .a2a_menu a.a2a_i:visited:hover,
    body .a2a_menu a.a2a_more:hover,
    body i.a2a_i:hover {
      background: #545544 !important;
      color: white !important; } }
body a.a2a_i,
body i.a2a_i {
  font-family: "Interstate", sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #545544;
  display: inline-flex;
  align-items: center;
  margin: 0; }
body .a2a_menu {
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
body a.a2a_i .a2a_svg {
  background: white !important; }
  body a.a2a_i .a2a_svg path {
    fill: #545544; }
body .a2apage_show_more_less .a2a_i .a2a_svg svg {
  background: white !important; }
  body .a2apage_show_more_less .a2a_i .a2a_svg svg g {
    fill: #545544; }
body .a2a_full_footer .a2a_i .a2a_svg svg {
  background: white !important; }
  body .a2a_full_footer .a2a_i .a2a_svg svg g {
    fill: #545544; }

a.a2a_i {
  color: #545544; }

body.single .a2a_menu a,
body.single .a2a_menu a.a2a_i,
body.single .a2a_menu a.a2a_i:visited,
body.single .a2a_menu a.a2a_more,
body.single i.a2a_i {
  border-color: white !important;
  display: inline-flex;
  align-items: center;
  margin: 0; }

.interior-page .entry-content .addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #545544 !important;
  width: 24px !important;
  height: 24px !important; }
  .interior-page .entry-content .addtoany_content .a2a_kit a span svg path {
    fill: #545544 !important; }
.interior-page .entry-content .a2a_kit a span,
.interior-page .entry-content .a2a_kit a.a2a_dd span {
  background: transparent !important;
  color: #545544 !important;
  width: 24px !important;
  height: 24px !important; }
  .interior-page .entry-content .a2a_kit a span svg path,
  .interior-page .entry-content .a2a_kit a.a2a_dd span svg path {
    fill: #545544 !important; }
.interior-page .entry-content .addtoany_shortcode {
  display: inline-block; }
  .interior-page .entry-content .addtoany_shortcode .a2a_kit a {
    font-family: "Montserrat", sans-serif !important;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #7a8829 !important;
    color: #7a8829 !important;
    display: inline-block;
    font-size: 1rem !important;
    letter-spacing: normal;
    font-weight: 500 !important;
    margin: 0 auto;
    padding: 0.99rem 1.7777777777777777rem;
    min-width: 175px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s;
    outline: none !important;
    overflow: hidden;
    line-height: 1.19; }
    .interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active {
      text-decoration: none !important;
      background: #7a8829;
      border-color: #7a8829;
      color: white !important; }
      .interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:after, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:after, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:after {
        margin-left: 25px; }
      .interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:before, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:before, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:before {
        width: 100%; }

img.gform_ajax_spinner {
  display: none !important; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  body main[role="main"] {
    overflow: hidden;
    position: relative; }

html.csstransformspreserve3d.translated-ltr #NavDropdown ul li,
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open {
  padding: 0px 7px; }
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li a,
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open a {
  font-size: 13px; }
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.btn-member > a,
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open.btn-member > a {
  font-size: 13px; }
html.csstransformspreserve3d.translated-ltr .sign-up-form .gform_wrapper .gform_body,
html.csstransformspreserve3d.translated-ltr .sign-up-form .newsletterForm_wrapper .gform_body {
  width: calc(100% - 130px); }

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

#gtranslate_wrapper {
  right: 4% !important;
  bottom: 32px !important; }
  #gtranslate_wrapper .switcher .selected {
    background: transparent; }
    #gtranslate_wrapper .switcher .selected a {
      border-radius: 49.5px;
      border: solid 1.5px #efefef;
      background: white;
      font-size: 14px;
      font-weight: bold;
      padding: 8px 18px;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #545544;
      width: auto;
      text-align: center; }
  #gtranslate_wrapper .switcher .option {
    background-color: transparent;
    border: none; }
    #gtranslate_wrapper .switcher .option a {
      padding: 8px 18px;
      color: #545544;
      text-align: center; }

/**************************************************
	Useful CSS on Theme
**************************************************/
.image-wrapping,
.image-post-thumb,
.post-image-css {
  padding-top: 85%; }
  .image-wrapping img,
  .image-wrapping .wrapped-image,
  .image-post-thumb img,
  .image-post-thumb .wrapped-image,
  .post-image-css img,
  .post-image-css .wrapped-image {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .image-wrapping .photo-credit,
  .image-post-thumb .photo-credit,
  .post-image-css .photo-credit {
    font-family: "Interstate", sans-serif !important;
    bottom: 10px;
    color: #999999 !important;
    font-family: Helvetica;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    left: 20px;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    text-align: left;
    width: 90%;
    z-index: 2; }
    .image-wrapping .photo-credit.center,
    .image-post-thumb .photo-credit.center,
    .post-image-css .photo-credit.center {
      text-align: center !important; }

.title-section {
  margin-bottom: 60px; }
  .title-section h2,
  .title-section h3 {
    font-family: "Interstate", sans-serif !important;
    display: inline-block;
    font-size: 50px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.89px;
    letter-spacing: normal;
    line-height: 0.94;
    margin: 0;
    position: relative; }
  .title-section.center {
    text-align: center;
    position: relative; }
  .title-section.left {
    text-align: left;
    position: relative; }
  .title-section.right {
    text-align: right; }

.bottom-link-section {
  display: block; }
  .bottom-link-section.left {
    text-align: left; }
  .bottom-link-section.right {
    text-align: right; }
  .bottom-link-section.center {
    margin: 40px auto;
    text-align: center; }
  @media (max-width: 767) {
    .bottom-link-section {
      text-align: center !important; } }

.top-section {
  margin-bottom: 50px; }
  .top-section h2,
  .top-section .view-all > a {
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal; }
  .top-section h2 {
    font-size: 36px;
    color: #7a8829; }
  .top-section .view-all > a {
    position: relative; }
    .top-section .view-all > a::after {
      content: "";
      background-image: url("../images/icons/arrow-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: 0;
      margin-left: 12px;
      position: relative;
      padding-left: 10px;
      transition: all 0.4s ease;
      display: inline-block;
      width: 12px;
      height: 9px; }
    .top-section .view-all > a:hover {
      text-decoration: none; }
      .top-section .view-all > a:hover::after {
        right: -7px; }

.right-side {
  position: relative; }
  .right-side .outside-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: calc((100vw - 1100px) / (-2));
    top: 0;
    width: calc(100% + ((100vw - 1100px) / (2)));
    z-index: 40; }

.left-side {
  position: relative; }
  .left-side .outside-container {
    height: 100%;
    left: calc((100vw - 1100px) / (-2));
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + ((100vw - 1100px) / (2)));
    z-index: 40; }

.container-text {
  padding: 0 10%; }
  .container-text.center {
    text-align: center; }
  @media (max-width: 1200) {
    .container-text {
      padding: 0 15px; } }

.container-frame-diagonal {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  background-color: #ffffff;
  height: 180%;
  left: 7%;
  overflow: hidden;
  position: absolute;
  top: -30%;
  width: 100%; }
  .container-frame-diagonal .frame-diagonal {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%; }
    .container-frame-diagonal .frame-diagonal img {
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      -webkit-transform: translate(-50%, -50%) rotate(-10deg);
      -ms-transform: translate(-50%, -50%) rotate(-10deg);
      transform: translate(-50%, -50%) rotate(-10deg);
      height: auto;
      left: 51%;
      margin-top: -60px;
      max-width: 100%;
      min-height: inherit;
      position: absolute;
      top: 50%;
      width: auto; }

.frame-image {
  background-color: #ffffff;
  box-shadow: -4px 3px 13px 0 rgba(33, 33, 33, 0.25);
  height: auto;
  padding: 23px; }
  .frame-image figure {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin: 0 !important;
    object-fit: contain;
    padding-bottom: 75%; }

/**************************************************
	Useful CSS Homepage/Page/Template
**************************************************/
/**************************************************
	general CSS overwriting
**************************************************/
html,
body {
  -webkit-font-smoothing: subpixel-antialiased; }
  html .selector-for-some-widget,
  body .selector-for-some-widget {
    box-sizing: content-box; }

/**************************************************
	general CSS overwriting
**************************************************/
/* Media queries----------------------------------*/
@media only screen and (max-width: 1199.98px) {
  .right-side .outside-container {
    right: calc((100vw - 940px) / (-2));
    width: calc(100% + ((100vw - 940px) / (2))); }

  .left-side .outside-container {
    left: calc((100vw - 940px) / (-2));
    width: calc(100% + ((100vw - 940px) / (2))); }

  #gtranslate_wrapper {
    right: 4% !important;
    bottom: 92px !important; } }
@media only screen and (max-width: 991px) {
  .right-side .outside-container {
    right: calc((100vw - 700px) / (-2));
    width: calc(100% + ((100vw - 700px) / (2))); }

  .left-side .outside-container {
    left: calc((100vw - 690px) / (-2));
    width: calc(100% + ((100vw - 690px) / (2))); }

  body.logged-in header.fixed-top {
    top: 46px;
    transition: 0.4s;
    margin-top: 0 !important; } }
@media only screen and (max-width: 767px) {
  .right-side .outside-container {
    right: calc((100vw - 524px) / (-2));
    width: calc(100% + ((100vw - 524px) / (2))); }

  .left-side .outside-container {
    left: calc((100vw - 524px) / (-2));
    width: calc(100% + ((100vw - 524px) / (2))); } }
@media only screen and (max-width: 576px) {
  #gtranslate_wrapper {
    position: relative !important;
    bottom: 0 !important;
    left: 0;
    right: 0 !important;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px; }

  body.logged-in {
    padding-top: 0px !important; }
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important; }
    body.logged-in.fixed header.fixed-top {
      top: 0 !important; }
    body.logged-in #wp-admin-bar-comments {
      display: none !important; } }

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