/* infinite animation vertical*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@-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: #942924 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-quaternary-color {
  color: #33709c !important; }

.has-quaternary-background-color {
  background: #33709c !important; }

.has-quaternarylight-color {
  color: #2e5a9a !important; }

.has-quaternarylight-background-color {
  background: #2e5a9a !important; }

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

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

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

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

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

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

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

.has-graylight-background-color {
  background: #f8f8f8 !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*/
/*START Buttons------------------------------------------*/
a.btn-donate, button.btn-donate, span.btn-donate {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #ecb848;
  border-radius: 4px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 11px 24px;
  position: relative; }

a.btn-donate:hover, a.btn-donate:focus, a.btn-donate:active, button.btn-donate:hover, button.btn-donate:focus, button.btn-donate:active, span.btn-donate:hover, span.btn-donate:focus, span.btn-donate:active {
  background-color: #cecfd1 !important;
  color: #6d6e70 !important;
  text-decoration: none !important; }

a.btn-donate:hover::after, a.btn-donate:focus::after, a.btn-donate:active::after, button.btn-donate:hover::after, button.btn-donate:focus::after, button.btn-donate:active::after, span.btn-donate:hover::after, span.btn-donate:focus::after, span.btn-donate:active::after {
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

a.btn-donate::after, button.btn-donate::after, span.btn-donate::after {
  content: "";
  display: inline-flex;
  position: relative;
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 11px;
  height: 11px;
  display: none; }

a.btn-1, button.btn-1, span.btn-1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: #942924 !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 4px !important;
  border: 2px solid #942924 !important;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 11px 24px;
  position: relative; }

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: #cecfd1 !important;
  border-color: #cecfd1 !important;
  color: #6d6e70 !important;
  text-decoration: none !important; }

a.btn-1:hover::after, a.btn-1:focus::after, a.btn-1:active::after, button.btn-1:hover::after, button.btn-1:focus::after, button.btn-1:active::after, span.btn-1:hover::after, span.btn-1:focus::after, span.btn-1:active::after {
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

a.btn-1::after, button.btn-1::after, span.btn-1::after {
  content: "";
  display: inline-flex;
  position: relative;
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 11px;
  height: 11px;
  display: none; }

a.btn-2, button.btn-2, span.btn-2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #46a39b;
  border-radius: 4px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 11px 24px;
  position: relative; }

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 {
  background-color: #cecfd1 !important;
  color: #6d6e70 !important;
  text-decoration: none !important; }

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 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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

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 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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 11px;
  height: 11px;
  display: none; }

a.btn-3, button.btn-3, span.btn-3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #942924;
  border-radius: 4px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 11px 24px;
  position: relative; }

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 {
  background-color: #cecfd1 !important;
  color: #6d6e70 !important;
  text-decoration: none !important; }

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 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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

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 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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 11px;
  height: 11px;
  display: none; }

a.btn-4, button.btn-4, span.btn-4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: 0px !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 0px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative; }

a.btn-4:hover, a.btn-4:focus, a.btn-4:active, button.btn-4:hover, button.btn-4:focus, button.btn-4:active, span.btn-4:hover, span.btn-4:focus, span.btn-4:active {
  color: #6d6e70 !important;
  text-decoration: none !important; }

a.btn-4:hover::after, a.btn-4:focus::after, a.btn-4:active::after, button.btn-4:hover::after, button.btn-4:focus::after, button.btn-4:active::after, span.btn-4:hover::after, span.btn-4:focus::after, span.btn-4:active::after {
  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='%236d6e70' 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 ");
  background-size: contain;
  background-repeat: no-repeat; }

a.btn-4::after, button.btn-4::after, span.btn-4::after {
  content: "";
  display: block;
  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='%23232021' 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 ");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  width: 20.7px;
  height: 10px;
  flex-shrink: 0;
  transform: scale(-1); }

a.btn-5, button.btn-5, span.btn-5 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: #232021 !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #ecb848;
  border-radius: 4px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 11px 24px;
  position: relative; }

a.btn-5:hover, a.btn-5:focus, a.btn-5:active, button.btn-5:hover, button.btn-5:focus, button.btn-5:active, span.btn-5:hover, span.btn-5:focus, span.btn-5:active {
  background-color: #cecfd1 !important;
  color: #6d6e70 !important;
  text-decoration: none !important; }

a.btn-5:hover::after, a.btn-5:focus::after, a.btn-5:active::after, button.btn-5:hover::after, button.btn-5:focus::after, button.btn-5:active::after, span.btn-5:hover::after, span.btn-5:focus::after, span.btn-5:active::after {
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

a.btn-5::after, button.btn-5::after, span.btn-5::after {
  content: "";
  display: inline-flex;
  position: relative;
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 11px;
  height: 11px;
  display: none; }

a.btn-6, button.btn-6, span.btn-6 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 4px !important;
  border: 2px solid white !important;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 11px 24px;
  position: relative; }

a.btn-6:hover, a.btn-6:focus, a.btn-6:active, button.btn-6:hover, button.btn-6:focus, button.btn-6:active, span.btn-6:hover, span.btn-6:focus, span.btn-6:active {
  background-color: #cecfd1 !important;
  border-color: #cecfd1 !important;
  color: #6d6e70 !important;
  text-decoration: none !important; }

a.btn-6:hover::after, a.btn-6:focus::after, a.btn-6:active::after, button.btn-6:hover::after, button.btn-6:focus::after, button.btn-6:active::after, span.btn-6:hover::after, span.btn-6:focus::after, span.btn-6:active::after {
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

a.btn-6::after, button.btn-6::after, span.btn-6::after {
  content: "";
  display: inline-flex;
  position: relative;
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 11px;
  height: 11px;
  display: none; }

a.btn-7, button.btn-7, span.btn-7 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #ecb848;
  border-radius: 4px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 11px 24px;
  position: relative; }

a.btn-7:hover, a.btn-7:focus, a.btn-7:active, button.btn-7:hover, button.btn-7:focus, button.btn-7:active, span.btn-7:hover, span.btn-7:focus, span.btn-7:active {
  background-color: #cecfd1 !important;
  color: black !important;
  text-decoration: none !important; }

a.btn-7:hover::after, a.btn-7:focus::after, a.btn-7:active::after, button.btn-7:hover::after, button.btn-7:focus::after, button.btn-7:active::after, span.btn-7:hover::after, span.btn-7:focus::after, span.btn-7:active::after {
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

a.btn-7::after, button.btn-7::after, span.btn-7::after {
  content: "";
  display: inline-flex;
  position: relative;
  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 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 11px;
  height: 11px;
  display: none; }

a.btn-8, button.btn-8, span.btn-8 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: 0px !important;
  color: #ecb848 !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 0px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative; }

a.btn-8:hover, a.btn-8:focus, a.btn-8:active, button.btn-8:hover, button.btn-8:focus, button.btn-8:active, span.btn-8:hover, span.btn-8:focus, span.btn-8:active {
  color: #a2a2a2 !important;
  text-decoration: none !important; }

a.btn-8:hover::after, a.btn-8:focus::after, a.btn-8:active::after, button.btn-8:hover::after, button.btn-8:focus::after, button.btn-8:active::after, span.btn-8:hover::after, span.btn-8:focus::after, span.btn-8:active::after {
  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 10.1 19.8' style='enable-background:new 0 0 10.1 19.8;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23a2a2a2;stroke-width:3;stroke-miterlimit:10;%7d %3c/style%3e%3cpath class='st0' d='M1.2,0.9l7,9l-7,9'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

a.btn-8::after, button.btn-8::after, span.btn-8::after {
  content: "";
  display: block;
  position: relative;
  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 10.1 19.8' style='enable-background:new 0 0 10.1 19.8;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23111111;stroke-width:3;stroke-miterlimit:10;%7d %3c/style%3e%3cpath class='st0' d='M1.2,0.9l7,9l-7,9'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  width: 9.7px;
  height: 15.8px;
  flex-shrink: 0; }

a.btn-9, button.btn-9, span.btn-9 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.28px !important;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: black;
  border-radius: 2px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 16.5px 20px;
  position: relative; }

a.btn-9:hover, a.btn-9:focus, a.btn-9:active, button.btn-9:hover, button.btn-9:focus, button.btn-9:active, span.btn-9:hover, span.btn-9:focus, span.btn-9:active {
  background-color: #6d6e70 !important;
  text-decoration: none !important; }

a.btn-9::after, button.btn-9::after, span.btn-9::after {
  content: "";
  display: none;
  position: relative;
  background-image: url("../images/icons/gift-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  width: 18px;
  height: 17px;
  flex-shrink: 0; }

a.btn-video, button.btn-video, span.btn-video {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.3px !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background: transparent;
  border-radius: 0px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0px;
  overflow-wrap: break-word;
  padding: 0;
  padding-bottom: 8px;
  position: relative;
  text-align: center !important; }

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: #cecfd1;
  color: #6d6e70; }

a.btn-video::before, button.btn-video::before, span.btn-video::before {
  content: "\f04b";
  box-sizing: border-box;
  display: inline-flex;
  position: relative;
  margin-right: 20px;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Pro";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  text-rendering: auto;
  transition: 0.4s;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  padding-left: 3px;
  padding-top: 0px;
  background: white;
  color: #942924;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }

a.btn-video-2, button.btn-video-2, span.btn-video-2 {
  width: 63.9px;
  height: 63.9px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  flex-shrink: 0; }

a.btn-video-2:hover, button.btn-video-2:hover, span.btn-video-2:hover {
  background: #cecfd1;
  color: #6d6e70; }

a.btn-back, button.btn-back, span.btn-back {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 60px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative; }

a.btn-back:hover, a.btn-back:focus, a.btn-back:active, button.btn-back:hover, button.btn-back:focus, button.btn-back:active, span.btn-back:hover, span.btn-back:focus, span.btn-back:active {
  color: #bcbcbc !important;
  text-decoration: none !important; }

a.btn-back:hover::before, a.btn-back:focus::before, a.btn-back:active::before, button.btn-back:hover::before, button.btn-back:focus::before, button.btn-back:active::before, span.btn-back:hover::before, span.btn-back:focus::before, span.btn-back:active::before {
  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='%23bcbcbc' 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; }

a.btn-back::before, button.btn-back::before, span.btn-back::before {
  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='5.987' height='11.31' viewBox='0 0 5.987 11.31'%3e%3cpath fill='none' stroke='%23000' 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;
  margin-right: 6px;
  width: 5.9px;
  height: 11px;
  transform: scaleX(-1); }

a.btn-blog, button.btn-blog, span.btn-blog {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.08px !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;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 0;
  position: relative; }

a.btn-blog:hover, a.btn-blog:focus, a.btn-blog:active, button.btn-blog:hover, button.btn-blog:focus, button.btn-blog:active, span.btn-blog:hover, span.btn-blog:focus, span.btn-blog:active {
  color: #942924 !important;
  text-decoration: none; }

a.btn-blog:hover::after, a.btn-blog:focus::after, a.btn-blog:active::after, button.btn-blog:hover::after, button.btn-blog:focus::after, button.btn-blog:active::after, span.btn-blog:hover::after, span.btn-blog:focus::after, span.btn-blog: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 stroke='%2376297d' 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 ");
  margin-left: 19px; }

a.btn-blog::after, button.btn-blog::after, span.btn-blog::after {
  content: "";
  display: block;
  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 stroke='%23000' 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: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 9.8px;
  height: 7.1px;
  transition: all 0.4s ease;
  -webkit-filter: brightness(100%) invert(0%);
  filter: brightness(100%) invert(0%); }

a.btn-read-more, button.btn-read-more, span.btn-read-more {
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  border-radius: none !important;
  border: none;
  box-shadow: none;
  color: #942924 !important;
  cursor: pointer;
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal !important;
  max-width: 100%;
  overflow-wrap: break-word;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }

a.btn-read-more:hover, a.btn-read-more:focus, a.btn-read-more:active, button.btn-read-more:hover, button.btn-read-more:focus, button.btn-read-more:active, span.btn-read-more:hover, span.btn-read-more:focus, span.btn-read-more:active {
  text-decoration: none;
  border-bottom: 2px solid #942924 !important; }

a.btn-read-more:hover.arrow::after, a.btn-read-more:focus.arrow::after, a.btn-read-more:active.arrow::after, button.btn-read-more:hover.arrow::after, button.btn-read-more:focus.arrow::after, button.btn-read-more:active.arrow::after, span.btn-read-more:hover.arrow::after, span.btn-read-more:focus.arrow::after, span.btn-read-more:active.arrow::after {
  background-image: url("../images/icons/btn-arrow-orange.svg"); }

/*button's Size Variables*/
/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  position: relative;
  overflow: hidden; }

footer.footer::before {
  opacity: 0.62;
  background-color: #000000;
  z-index: 2;
  height: 100%; }

footer.footer .container {
  position: relative;
  z-index: 7;
  overflow: hidden; }

footer.footer .logo-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

footer.footer .logo-footer {
  width: 118px;
  height: 51.5px;
  margin: 0 auto;
  max-width: 100%;
  flex-shrink: 0; }

footer.footer .logo-footer img {
  object-fit: contain;
  width: 99%;
  height: 99%; }

footer.footer address, footer.footer p, footer.footer a {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.28px;
  color: white; }

footer.footer address a:hover, footer.footer p a:hover, footer.footer a a:hover {
  color: white; }

footer.footer address {
  margin: 0;
  margin-bottom: 24px; }

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 a.get-help {
  font-family: 'Montserrat', sans-serif !important; }

footer.footer a.get-help strong {
  font-family: 'Montserrat', sans-serif !important; }

footer.footer a.email {
  font-family: 'Open Sans', sans-serif !important;
  position: relative;
  display: block; }

footer.footer a.email::before {
  content: '';
  display: inline-flex;
  background: url("../images/mail-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 15px;
  position: relative;
  margin-right: 8.5px;
  top: 0px;
  flex-shrink: 0; }

footer.footer a.email:hover {
  color: #ecb848; }

footer.footer a.phone {
  position: relative;
  font-weight: 700;
  display: block; }

footer.footer a.phone::before {
  content: '';
  display: none;
  background: url("../images/phone-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 15px;
  position: relative;
  margin-right: 12px;
  top: 3px;
  flex-shrink: 0; }

footer.footer a.phone:hover {
  color: #ecb848; }

footer.footer .btn-email {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ecb848; }

footer.footer h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #ffffff;
  margin-bottom: 14px;
  text-transform: uppercase; }

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: #cecfd1;
  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 .address-container .single-box {
  width: 193px;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 6px solid #f8f8f8; }

footer.footer .contact-box .link {
  margin-top: 21px; }

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 .footer-top {
  position: relative;
  padding: 49px 0px 65px;
  background-color: #ecb848; }

footer.footer .footer-top .container {
  padding-top: 77px; }

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: 33px;
  padding-right: 15px; }

footer.footer .menu-footer-menu-container > ul > li > a, footer.footer .menu-footer-menu-container > ul .main-item > a {
  font-family: 'Montserrat', sans-serif !important;
  color: #942924;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

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: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0px;
  color: #232021;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  text-transform: none; }

footer.footer .menu-footer-menu-container ul a:hover {
  color: white; }

footer.footer .menu-footer-menu-container ul .btn-donate {
  display: none; }

footer.footer .menu-footer-menu-container ul .btn-donate a {
  color: #ad604f;
  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 {
  display: none; }

footer.footer .menu-footer-menu-container ul .btn-1 a {
  color: #ad604f;
  text-decoration: underline; }

footer.footer .menu-footer-menu-container ul .btn-1 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: #cecfd1;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: 0.4s;
  display: none; }

footer.footer .main-links li.donate::after {
  background: #ad604f; }

footer.footer .main-links li.donate a {
  color: #ad604f; }

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: #cecfd1;
  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, #942924, #7e1d19); }

footer.footer .footer-middle .container {
  border-bottom: solid 1px #ad604f;
  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: 30px 0;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(to bottom, #7e1d19, #67110d); }

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: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  margin: 0 1px;
  margin-bottom: 0;
  color: white; }

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 .copy-r, footer.footer .footer-bottom .copy-r p, footer.footer .footer-bottom .copy-r p a {
  font-weight: 400;
  opacity: 1; }

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: #33709c; }

footer.footer .networks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0; }

footer.footer .networks h3 {
  margin: 0;
  margin-right: 0px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0px;
  color: white; }

footer.footer .networks ul.social {
  margin-left: 0; }

footer.footer ul.social {
  display: inline-flex;
  justify-content: flex-start;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  margin-left: 12px;
  flex-direction: row; }

footer.footer ul.social li {
  display: inline-block;
  margin: 0px !important;
  margin-right: 8px !important; }

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: 33px;
  margin: 0px;
  position: relative;
  transition: 0.4s;
  width: 33px; }

footer.footer ul.social li a i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%; }

footer.footer ul.social li a:hover {
  color: #ecb848; }

footer.footer .img-sponsors {
  width: 104px;
  height: 61px; }

footer.footer .classic-text-widget {
  display: block !important; }

@media (min-width: 576px) {
  footer.footer .menu-footer-menu-container > ul > li {
    width: 50%;
    text-align: left; }

  footer.footer .menu-footer-menu-container > ul > li.btn-1 {
    margin-left: 50%;
    margin-top: -27%; }

  footer.footer .custom-box-2 {
    display: flex; }

  footer.footer .extra-menu {
    width: 60%;
    margin-right: 15px; }

  footer.footer .extra-menu ul {
    flex-wrap: nowrap;
    justify-content: space-between; }

  footer.footer .extra-menu ul li {
    width: auto; }

  footer.footer .footer-top {
    padding: 49px 40px 65px; } }
@media (min-width: 768px) {
  footer.footer .footer-bottom .container {
    position: relative;
    padding-top: 30px; }

  footer.footer a.email,
  footer.footer a.phone {
    justify-content: flex-start; }

  footer.footer .menu-footer-menu-container > ul > li {
    width: 25%; }

  footer.footer .logo-footer {
    width: 140px;
    height: 61.1px;
    margin-left: 0; }

  footer.footer .networks ul.social {
    margin-left: -8px; }

  footer.footer .networks {
    align-items: flex-start; } }
@media (min-width: 992px) {
  footer.footer .extra-menu {
    width: 50%; }

  footer.footer .menu-footer-menu-container > ul > li {
    width: 25%; }

  footer.footer .networks {
    align-items: flex-start; }

  footer.footer .networks ul.social {
    margin-left: -11px; } }
@media (min-width: 1200px) {
  footer.footer .menu-footer-menu-container > ul {
    justify-content: flex-end; }

  footer.footer .menu-footer-menu-container > ul > li {
    width: 14%; }

  footer.footer .menu-footer-menu-container > ul > li > a {
    margin-bottom: 11px; }

  footer.footer .menu-footer-menu-container > ul > li li {
    margin-bottom: 11px; }

  footer.footer .menu-footer-menu-container > ul .main-item {
    margin-bottom: 0px; }

  footer.footer .menu-footer-menu-container ul a {
    margin-bottom: 0px; }

  footer.footer .menu-footer-menu-container > ul > li.btn-1 {
    margin-left: 75%;
    margin-top: -35%; }

  footer.footer .main-links li {
    margin-left: 0; }

  footer.footer .custom-box-2 {
    justify-content: space-between; }

  footer.footer .extra-menu {
    width: 45%; }

  footer.footer a.phone {
    margin-bottom: 0; }

  footer.footer a.email {
    margin-bottom: 0; }

  footer.footer .logo-footer {
    width: 162.6px;
    height: 71px; }

  footer.footer address {
    margin-bottom: 10px; }

  footer.footer a.email, footer.footer a.phone {
    margin-bottom: 10px; }

  footer.footer .footer-bottom {
    padding: 40px 0 23px; }

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

  footer.footer .footer-bottom .terms {
    margin-top: 0;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #000; }

  footer.footer .footer-bottom .terms p {
    margin: 0; }

  footer.footer {
    background-position: center right; }

  footer.footer .networks {
    flex-direction: row;
    justify-content: flex-start; }

  footer.footer .networks h3 {
    margin-bottom: 0;
    margin-left: 15px; }

  footer.footer .footer-top {
    padding: 49px 40px 15px; } }
/*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: #942924 !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 .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: 55.1px;
    height: 62.7px; } }
.mega-menu {
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-height: 700px; }

.mega-menu .card-style-5-links a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #2e5a9a;
  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: #942924; }

.mega-menu .card-style-6-links a {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #2e5a9a;
  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: #942924; }

.mega-menu .section-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #942924;
  margin-bottom: 17px; }

.mega-menu a.title-link {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #942924;
  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: 'Montserrat', sans-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: #942924;
  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: 'Montserrat', sans-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: #942924;
  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: #942924;
  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: 'Montserrat', sans-serif !important;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #942924; }

.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: #942924; }

.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: 'Montserrat', sans-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: #942924;
  margin: 0 auto;
  padding: 28px 0; }

.mega-menu .content-wrap .card-menu-style-6 .card-title a {
  color: inherit; }

header.header::before {
  content: "";
  background: 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%; }

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:%23000000;%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%; }

.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: 'Montserrat', sans-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: 5px 0; }

.navbar-brand {
  width: 55.1px;
  height: 62.7px;
  padding: 0 !important; }

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.navbar-brand img:nth-child(1) {
  display: block; }

.navbar-brand img:nth-child(2) {
  display: none; }

.navbar-toggler {
  padding: 0;
  margin-left: 15px;
  margin-right: 10px; }

.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 25 17' style='enable-background:new 0 0 25 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23942924;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-286 -28) translate(286 28) matrix(-1 0 0 1 25 0)'%3e%3cpath class='st0' d='M1.4,7h22.2C24.4,7,25,7.6,25,8.4l0,0c0,0.8-0.6,1.4-1.4,1.4H1.4C0.6,9.8,0,9.2,0,8.4l0,0C0,7.6,0.6,7,1.4,7 z'/%3e%3cpath class='st0' d='M1.4,0h22.2C24.4,0,25,0.6,25,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4H1.4C0.6,2.8,0,2.2,0,1.4l0,0C0,0.6,0.6,0,1.4,0 z'/%3e%3cpath class='st0' d='M1.4,14h22.2c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4H1.4c-0.8,0-1.4-0.6-1.4-1.4l0,0 C0,14.6,0.6,14,1.4,14z'/%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:%23942924;%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: #ecb848;
  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: #f5d18e;
  color: #e7a61a;
  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: 72px;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  display: block; }

#NavDropdown .height-wrap {
  flex-direction: column;
  background-color: white;
  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: 'Montserrat', sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0px;
  text-align: left;
  color: #942924;
  text-decoration: none;
  text-transform: none;
  padding: 15px 40px 15px 33px;
  display: block; }

#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: #942924;
  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: #942924; }

#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: #942924;
  color: white;
  font-weight: 700; }

#NavDropdown .height-wrap ul:not(.social) li.active > button.dropdown-btn span::before {
  color: white; }

#NavDropdown .height-wrap ul:not(.social) li.btn-donate, #NavDropdown .height-wrap ul:not(.social) li.btn-1 {
  margin: 0px 0 0 0;
  padding: 0;
  padding-left: 30px;
  padding-bottom: 32px;
  width: 100%; }

#NavDropdown .height-wrap ul:not(.social) li.btn-donate a, #NavDropdown .height-wrap ul:not(.social) li.btn-1 a {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.2px;
  text-align: center;
  text-transform: none;
  color: #ffffff;
  background-color: #ecb848;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-radius: 40px;
  min-width: auto;
  margin: 0 auto; }

#NavDropdown .height-wrap ul:not(.social) li.btn-donate a:hover, #NavDropdown .height-wrap ul:not(.social) li.btn-1 a:hover {
  background: #f5d18e;
  color: #e7a61a; }

#NavDropdown .height-wrap ul:not(.social) li.btn-donate.active a, #NavDropdown .height-wrap ul:not(.social) li.btn-1.active a {
  background: #f5d18e !important;
  color: #e7a61a !important; }

#NavDropdown .height-wrap ul:not(.social) li.btn-donate.active a:after, #NavDropdown .height-wrap ul:not(.social) li.btn-1.active a:after {
  display: none; }

#NavDropdown .height-wrap ul:not(.social) li.btn-1 a {
  background: #942924; }

#NavDropdown .height-wrap ul:not(.social) li.btn-1 a:hover {
  background: #cab9c6;
  color: #942924; }

#NavDropdown .height-wrap ul:not(.social) li.btn-1.active a {
  background: #cab9c6 !important;
  color: #942924 !important; }

#NavDropdown .height-wrap ul:not(.social) li.btn-1.active a:after {
  display: none; }

#NavDropdown .height-wrap ul:not(.social) li.btn-search {
  text-align: center; }

#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: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #848484;
  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: black !important; }

#NavDropdown .height-wrap ul:not(.social) li ul li ul li a {
  color: #942924 !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: black !important; }

#NavDropdown .height-wrap ul:not(.social) li ul li.active a {
  color: white;
  background: #6b1e1a;
  font-weight: 700; }

#NavDropdown .height-wrap ul:not(.social) li ul li.active a:hover {
  background: #942924;
  color: white !important; }

#open-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:%23942924;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;
  background-color: transparent;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  align-self: center;
  border: none;
  color: white;
  font-size: 1rem;
  width: 47px;
  height: 47px;
  padding: 0 !important;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50%;
  margin: 0;
  position: relative;
  display: block; }

#open-search:hover, #open-search:focus, #open-search:active {
  -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;
  transition: all 0.4s ease; }

#open-search:hover::before, #open-search:focus::before, #open-search:active::before {
  font-size: 24px; }

.translate-box {
  padding: 15px 0px;
  text-align: left;
  margin-bottom: 30px; }

.translate-box a.switcher-popup {
  font-family: 'Montserrat', sans-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: 'Open Sans', sans-serif !important;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.9px;
  color: #942924;
  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: flex;
  flex-direction: column;
  align-items: flex-start; }

.custom-links a {
  margin-bottom: 11px; }

.custom-links a.btn-donate, .custom-links a.btn-1, .custom-links a.btn-6 {
  width: 100%; }

.custom-links a:last-child {
  margin-bottom: 0; }

.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: #942924;
  position: absolute;
  top: 0;
  display: none; }

.extra-links-bar.extra-links-bar-mobile .box {
  margin-bottom: 30px; }

.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: #942924;
  padding: 10px 27px 9px;
  border-radius: 60px;
  display: inline-block; }

.extra-links-bar.extra-links-bar-mobile .search-box {
  order: 4;
  margin-left: -10px; }

.extra-links-bar.extra-links-bar-mobile .networks {
  margin-bottom: 13px;
  order: 5; }

.extra-links-bar.extra-links-bar-mobile .custom-links {
  margin-bottom: 13px; }

.search-box {
  display: flex;
  justify-content: center;
  margin-left: 0px; }

.networks {
  margin-bottom: 13px; }

.networks ul.social {
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center; }

.networks ul.social li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  width: 30px;
  height: 30px;
  margin-right: 15px; }

.networks ul.social li:last-child {
  margin-bottom: 0; }

.networks ul.social li a {
  color: #942924; }

.networks ul.social li a:hover {
  color: #ecb848; }

.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::before {
  height: 100%; }

@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: 55.1px;
    height: 62.7px; } }
@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 {
    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 {
    height: 142.89px; }

  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: 'Open Sans', 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 .after {
      display: block;
      width: 100%;
      height: 170px;
      position: absolute;
      top: 0;
      left: calc(1140px + ((100vw - 1140px)/ 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 .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 {
    content: "";
    background: white;
    display: block;
    height: 141px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: 0.4s;
    box-shadow: 1px 6px 17px 0 rgba(0, 0, 0, 0.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 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: 14px 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; }

  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-bottom: 0;
    width: auto;
    min-width: 126px; }

  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:nth-child(1) {
    margin-left: 30px; }

  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:nth-child(2) {
    margin-left: 14px; }

  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:nth-child(3) {
    margin-left: 13px; }

  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;
    margin-left: 36px; }

  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 #open-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:%23942924;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-color: 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 .networks ul.social {
    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 .networks ul.social li {
    margin: 5px; }

  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 a {
    font-size: 20px;
    width: 20px;
    color: #942924; }

  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 a:hover {
    color: #ecb848; }

  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: 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:before {
    content: '';
    display: none;
    background: #cecfd1;
    position: absolute;
    width: 100vw;
    height: 1px;
    left: 0;
    bottom: 0;
    opacity: 0.13; }

  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: block;
      width: 170px;
      height: 143px;
      position: absolute;
      top: 0;
      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 .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: #942924;
    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;
    overflow: visible;
    position: relative;
    padding: 0 !important;
    width: 97.7px;
    height: 111.1px;
    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 .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: space-between;
    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 7px; }

  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;
    font-weight: 700; }

  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: 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.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: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.18px;
    color: #942924;
    padding: 13.9px 0 35px;
    position: relative;
    text-decoration: 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: #ecb848;
    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: #ecb848;
    border: none;
    bottom: 27px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: 0.4s;
    width: 0%;
    height: 3px; }

  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: 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 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: #46a39b;
    color: white;
    font-weight: 700; }

  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: 15px;
    color: black;
    font-weight: 400; }

  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: black !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: #ecb848 !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: #f4f4f4; }

  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.btn-donate, 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.btn-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 #NavDropdown ul:not(.social) li.open.btn-donate, 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.btn-1 {
    padding: 0px;
    margin: 4px 10px;
    border: none;
    transition: all 0.4s ease;
    width: 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.btn-donate > 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.btn-1 > 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.btn-donate > 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.btn-1 > a {
    padding: 15px 31px 15px;
    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 #NavDropdown ul:not(.social) li.btn-donate > 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.btn-1 > 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.btn-donate > 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.btn-1 > 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: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 .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: .1s, .1s;
    transition-timing-function: ease, ease-out;
    transition-delay: .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; }

  html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) .search-box #open-search {
    display: block; } }
@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']) body.home.fixed header.header::before {
    height: 142.89px; }

  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.fixed header.header #NavDropdown ul:not(.social) li a {
    color: #942924; }

  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.fixed header.header .networks ul.social a {
    color: #942924; }

  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 header.header .translate-box a.switcher-popup {
    color: 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']) body.home header.header .translate-box a.switcher-popup span {
      color: 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']) body.home.fixed header.header #open-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:%23942924;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.home.fixed header.header #NavDropdown ul:not(.social) li a::before {
    background: #000; }

  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.fixed header.header .custom-links a.btn-1 {
    color: #942924 !important;
    border-color: #942924 !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.home.fixed header.header .custom-links a.btn-1:hover {
    color: #6d6e70 !important;
    border-color: #cecfd1 !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.home.fixed header.header .translate-box a.switcher-popup span {
    color: #942924 !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.home.fixed header.header .translate-box a.switcher-popup span span {
      color: #942924 !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.home header.header::before {
    height: 0;
    box-shadow: none; }

  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 header.header #open-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:%23ffffff;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.home header.header .networks ul.social a {
    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']) body.home header.header .translate-box a.switcher-popup {
    color: 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']) body.home header.header .networks ul.social a:hover {
    color: #ecb848; }

  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 header.header .custom-links a.btn-1 {
    color: white !important;
    border-color: 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']) body.home header.header .custom-links a.btn-1:hover {
    color: #6d6e70 !important;
    border-color: #cecfd1 !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.home header.header #NavDropdown ul:not(.social) li a {
    font-size: 14px;
    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 .navbar::before {
    left: calc((100vw - 1110px) / -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 .col-middle {
    width: 84%; } }
/*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: #942924;
  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: #46a39b; }

.boxes-interior-footer .item-col:nth-child(1) .featured-box-images::after {
  background: #46a39b; }

.boxes-interior-footer .item-col:nth-child(2) .featured-box-images {
  background-color: #942924; }

.boxes-interior-footer .item-col:nth-child(2) .featured-box-images::after {
  background: #942924; }

.boxes-interior-footer .item-col:nth-child(3) .featured-box-images {
  background-color: #2e5a9a; }

.boxes-interior-footer .item-col:nth-child(3) .featured-box-images::after {
  background: #2e5a9a; }

.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: .6; }

.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: .72; }

.boxes-interior-footer .item-col .box-page-link .content-box {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease;
  width: calc(100% - 40px);
  z-index: 10;
  display: flex;
  flex-direction: column; }

.boxes-interior-footer .item-col .box-page-link .content-box .title-box {
  color: white;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 0px;
  z-index: 20;
  position: relative;
  text-transform: none; }

.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: 'Open Sans', 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: 'Montserrat', sans-serif !important;
  color: #2e5a9a;
  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: #2e5a9a !important;
  width: 24px !important;
  height: 24px !important; }

.addtoany_content .a2a_kit a span svg path {
  fill: #2e5a9a !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: #942924;
  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-a {
  height: 100vh;
  min-height: 548px; }

.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 {
  opacity: 0.55;
  background-image: linear-gradient(to top, rgba(238, 238, 238, 0) -19%, rgba(118, 118, 118, 0) 56%, #000000 94%);
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  top: 0; }

.slider-widget .bg-img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0.5);
  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: 90px; }

.slider-widget .slider-caption h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 26px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.slider-widget .slider-caption p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: white;
  width: 432px;
  max-width: 100%; }

.slider-widget .slider-caption .link {
  margin-top: 37px;
  display: flex; }

.slider-widget .slider-caption .link a[class^="btn-"] {
  display: inline-block;
  margin-right: 32px; }

.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: 'Montserrat', sans-serif !important;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.18px;
  color: #33709c;
  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: #33709c;
  opacity: 1; }

.slider-widget .slider-caption .search input:not([type="submit"])::-moz-placeholder, .slider-widget .slider-caption .search #s::-moz-placeholder {
  color: #33709c;
  opacity: 1; }

.slider-widget .slider-caption .search input:not([type="submit"]):-ms-input-placeholder, .slider-widget .slider-caption .search #s:-ms-input-placeholder {
  color: #33709c;
  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: #33709c;
  outline: none;
  color: #33709c;
  /* 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: #33709c;
  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: #33709c;
  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: #33709c;
  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: #33709c !important;
  -webkit-text-fill-color: #33709c !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: 'Open Sans', 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: #33709c;
  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: .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: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  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((100vw - 1140px)/ 2);
  z-index: 15;
  margin: 0;
  align-items: center;
  transform: scale(0.7); }

.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: 7px;
  width: 7px;
  top: .6em;
  margin-left: -.25em;
  border-radius: 50%;
  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: 3px 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, #942924, #46a39b 51%, #377f79 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: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.28px;
  color: #377f79;
  margin-bottom: 7px;
  display: block; }

.slider-widget .next-box .card-title {
  font-family: 'Open Sans', 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: #942924;
  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% - .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: 'Montserrat', sans-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: 'Montserrat', sans-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: .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 #home-video {
    height: 100%; } }
@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: 'Open Sans', 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: 'Open Sans', 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 .slider-a {
    height: 721px; }

  .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: 533px;
    margin-left: 30px; }

  .slider-widget .slider-caption h2 {
    font-size: 38px; } }
@media (min-width: 992px) {
  .slider-widget .slider-caption h2 {
    font-size: 52px; } }
@media (min-width: 1200px) {
  .slider-widget .slider-caption {
    margin-left: 0;
    width: 719px; }

  .slider-widget .slider-caption p {
    width: 617px; }

  .slider-widget .slider-caption .link button {
    position: absolute;
    top: 140px;
    right: -380px; } }
.section-b {
  background-color: #942924;
  color: white;
  position: relative;
  padding: 47px 0 0px; }

.section-b .container {
  position: relative;
  z-index: 5; }

.section-b h1, .section-b h2, .section-b h3, .section-b h4, .section-b h5, .section-b h6 {
  color: white; }

.section-b p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #ffffff; }

.section-b .card {
  border-radius: 0;
  width: 100vw;
  margin-left: -15px;
  min-height: 214px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }

.section-b .img-wrap {
  border-radius: 0; }

.section-b .img-wrap::before {
  background-color: rgba(0, 0, 0, 0.42);
  opacity: 1;
  z-index: 2; }

@media (min-width: 768px) {
  .section-b p {
    font-size: 18px; }

  .section-b .card {
    margin-left: calc((100vw - 690px)/ -2);
    min-height: 300px; } }
@media (min-width: 992px) {
  .section-b .card {
    margin-left: calc((100vw - 930px)/ -2);
    min-height: 300px; } }
@media (min-width: 1200px) {
  .section-b {
    padding: 0;
    background: transparent;
    margin-top: -40px;
    margin-bottom: -227px; }

  .section-b .card {
    margin-left: 0;
    min-height: 265px;
    width: 100%; }

  .section-b .card.img-bg .card-body {
    align-items: flex-start;
    justify-content: flex-end; }

  .section-b .info-container {
    position: relative;
    padding: 44px 0; }

  .section-b .info-container::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #942924;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: -1;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } }
.section-c {
  position: relative;
  padding: 42px 0 60px; }

.section-c::before {
  background: linear-gradient(to bottom, rgba(70, 163, 155, 0), rgba(81, 146, 138, 0.74) 54%, #46a39b 95%);
  z-index: 2;
  opacity: 1; }

.section-c .container {
  position: relative;
  z-index: 5; }

.section-c h2 {
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #942924;
  text-transform: uppercase;
  margin-bottom: 22px; }

.section-c p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000000; }

.section-c .card {
  width: 246px;
  height: 246px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center; }

.section-c .card:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }

.section-c .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%, #2e5a9a); }

.section-c .img-wrap:before {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 2; }

.section-c .card-title {
  font-family: 'Montserrat', sans-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; }

@media (min-width: 768px) {
  .section-c {
    background-image: url("../images/bg-c-tablet.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 84px; }

  .section-c h2 {
    font-size: 31px; }

  .section-c p {
    font-size: 18px; } }
@media (min-width: 1200px) {
  .section-c {
    padding-top: 373px; }

  .section-c h2 {
    margin-bottom: 36px; }

  .section-c .card {
    width: 350px;
    height: 350px; } }
.section-d {
  position: relative;
  padding: 50px 0;
  z-index: 1; }

.section-d .container {
  position: relative;
  z-index: 5; }

.section-d h2 {
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #942924;
  text-transform: uppercase;
  margin-bottom: 65px; }

.section-d .map-container {
  min-height: 114.5px; }

.section-d.section-d-interior {
  margin-bottom: 100px; }

@media (min-width: 768px) {
  .section-d h2 {
    font-size: 31px; }

  .section-d p {
    font-size: 18px; } }
@media (min-width: 992px) {
  .section-d {
    padding-top: 100px; } }
.section-e {
  position: relative;
  padding: 50px 0px; }

.section-e .container {
  position: relative;
  z-index: 5; }

.section-e h2 {
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #942924;
  text-transform: uppercase;
  margin-bottom: 30px; }

.section-e p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #000000; }

.section-e .link {
  margin-top: 39px; }

.section-e .card {
  background: transparent; }

.section-e .img-wrap {
  width: 81px;
  height: 81px;
  margin: 0 auto 28px; }

.section-e .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.section-e .card-body {
  padding-top: 0; }

.section-e .card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 31px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #942924;
  margin-bottom: 8px; }

.section-e .card-text p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000; }

@media (min-width: 768px) {
  .section-e {
    background-image: url("../images/bg-e-tablet.jpg");
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    padding-top: 84px;
    padding-bottom: 208px;
    background-color: black;
    background-blend-mode: luminosity;
    margin-top: -1px; }

  .section-e::before {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
    opacity: 1;
    z-index: 2;
    top: -1px; }

  .section-e::after {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10.3671875%;
    background-image: url("../images/border-bottom-e.png");
    background-size: contain;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 3; }

  .section-e h2 {
    font-size: 31px; }

  .section-e p {
    font-size: 18px; } }
@media (min-width: 992px) {
  .section-e .img-wrap {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .section-e {
    margin-top: -3px; } }
.section-f {
  position: relative;
  padding: 0px 0 41px; }

.section-f .container {
  position: relative;
  z-index: 5; }

.section-f h2 {
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #942924;
  text-transform: uppercase;
  margin-bottom: 30px; }

.section-f .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px; }

.section-f .arrows-container {
  position: relative;
  width: 60px;
  display: flex;
  align-items: center;
  margin: 33px auto 0; }

.section-f .swiper-button-prev,
.section-f .swiper-button-next {
  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='%23cecfd1' 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 ");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20.6px;
  height: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 5px;
  outline: none; }

.section-f .swiper-button-prev::after,
.section-f .swiper-button-next::after {
  display: none; }

.section-f .swiper-button-prev:hover,
.section-f .swiper-button-next: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='%23afafaf' 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 "); }

.section-f .swiper-button-next {
  transform: scaleX(-1); }

.section-f .swiper-pagination {
  position: relative;
  margin: 0 15px;
  display: none; }

.section-f .swiper-pagination-bullet {
  background: white;
  border: 1px solid #9b9b9b;
  width: 9px;
  height: 9px;
  margin: 0 10px; }

.section-f .swiper-pagination-bullet-active {
  background: #9b9b9b; }

@media (min-width: 768px) {
  .section-f::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #942924, #a04439); }

  .section-f .content-wrap {
    padding: 46px 61px 41.1px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    top: -160px;
    position: relative;
    margin-bottom: -199px; }

  .section-f h2 {
    font-size: 31px; }

  .section-f .swiper-pagination {
    display: block; }

  .section-f .arrows-container {
    margin-right: 0;
    margin-top: -54px;
    margin-bottom: 48px; } }
@media (min-width: 992px) {
  .section-f .content-wrap {
    margin-bottom: -200px; } }
.section-g {
  position: relative;
  padding: 63px 0 39px;
  background: linear-gradient(to bottom, #a04439, #ad604f); }

.section-g .container {
  position: relative;
  z-index: 5; }

.section-g h2 {
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase; }

.section-g p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff; }

.section-g .g-content-top-mobile {
  margin-bottom: 29px; }

.section-g .card {
  border: none;
  background: transparent; }

.section-g .img-wrap {
  height: 215px;
  margin: 0;
  border-radius: 0px; }

.section-g .img-wrap img {
  height: 100%; }

.section-g .card-body {
  background: white;
  padding: 32px 17px;
  border-radius: 0px;
  position: relative;
  z-index: 5; }

.section-g .category-container {
  margin-bottom: 12px; }

.section-g .category {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #2e5a9a;
  margin-right: 9px;
  text-transform: uppercase; }

.section-g .author {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #232021;
  margin-top: 9px; }

.section-g .card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 0.38px;
  text-align: left;
  color: #232021;
  margin-bottom: 13px;
  text-transform: uppercase; }

.section-g .card-text p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #232021; }

.section-g .link {
  width: 100%; }

.section-g.section-g-interior h1, .section-g.section-g-interior h2, .section-g.section-g-interior h3, .section-g.section-g-interior h4, .section-g.section-g-interior h5, .section-g.section-g-interior h6 {
  color: white !important; }

@media (min-width: 768px) {
  .section-g {
    padding-top: 92px; }

  .section-g::before {
    background-image: url("../images/bg-g.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    opacity: 1;
    z-index: 2; }

  .section-g h2 {
    font-size: 31px; }

  .section-g .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

  .section-g .card-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }

  .section-g .row .col-12 .row,
  .section-g .row .col-12 .single-box,
  .section-g .row .col-12 a.d-block,
  .section-g .row .col-12 .card {
    height: 100%; } }
@media (min-width: 992px) {
  .section-g h2 {
    font-size: 31px;
    margin-bottom: 17px; }

  .section-g .g-content-top-desktop .link {
    margin-top: 34px; } }
@media (min-width: 1200px) {
  .section-g {
    padding-bottom: 70px;
    margin-top: -1px; }

  .section-g .g-content-top-mobile {
    display: none; }

  .section-g .g-content-top-desktop {
    margin-bottom: 43px;
    margin-top: 30px; }

  .section-g .main-box .img-wrap {
    height: 485px; }

  .section-g .main-box .card-body {
    padding: 29px 48px 25px; }

  .section-g .card .link {
    margin-top: auto; }

  .section-g .img-wrap {
    height: 203px; }

  .section-g .card-body {
    padding: 32px 27px;
    display: flex;
    flex-direction: column; }

  .section-g .card-text {
    margin-bottom: 10px; } }
.section-h {
  position: relative;
  padding: 55px 0 39px;
  background-image: url("../images/bg-h-mobile.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

.section-h.section-h-regional {
  background-image: url("../images/bg-h-regional-desktop.jpg");
  background-attachment: unset; }

.section-h:before {
  opacity: 0.64;
  background-color: #000000;
  z-index: 2; }

.section-h .container {
  position: relative;
  z-index: 5; }

.section-h h2 {
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: 0.44px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 13px; }

.section-h p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  color: #ffffff;
  margin: 0; }

.section-h .content-top {
  padding-bottom: 18px;
  border-bottom: 1px solid white;
  margin-bottom: 27px; }

@media (min-width: 992px) {
  .section-h .content-top {
    padding-bottom: 32px; }

  .section-h h2 {
    font-size: 31px;
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  .section-h {
    background-image: url("../images/bg-h-desktop.jpg");
    background-attachment: unset;
    background-size: 100%;
    padding: 40px 0 64px; } }
.block-quote {
  background-color: #ad604f;
  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: 'Open Sans', 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: #942924; }

.carousel_block_testimonials.bg-orange {
  background-color: #942924; }

.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: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', 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: #000; }

.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; } }
.interior-page #accordionBlock .card, .interior-page .elevation-accordion .card, .interior-page .accordion .card {
  border-radius: 0 !important;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 14px;
  border: none;
  /*.card.heade4r*/ }

.interior-page #accordionBlock .card:first-child .card-header h2 .btn::before, .interior-page .elevation-accordion .card:first-child .card-header h2 .btn::before, .interior-page .accordion .card:first-child .card-header h2 .btn::before {
  content: "\f078"; }

.interior-page #accordionBlock .card .card-header, .interior-page .elevation-accordion .card .card-header, .interior-page .accordion .card .card-header {
  padding: 0 !important;
  margin: 0 !important;
  background: white !important;
  border-radius: 0 !important;
  border-bottom: none; }

.interior-page #accordionBlock .card .card-header h2, .interior-page #accordionBlock .card .card-header h3, .interior-page #accordionBlock .card .card-header h4, .interior-page #accordionBlock .card .card-header h6, .interior-page .elevation-accordion .card .card-header h2, .interior-page .elevation-accordion .card .card-header h3, .interior-page .elevation-accordion .card .card-header h4, .interior-page .elevation-accordion .card .card-header h6, .interior-page .accordion .card .card-header h2, .interior-page .accordion .card .card-header h3, .interior-page .accordion .card .card-header h4, .interior-page .accordion .card .card-header h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -0px;
  color: #942924; }

.interior-page #accordionBlock .card .card-header h2 .btn, .interior-page #accordionBlock .card .card-header h3 .btn, .interior-page #accordionBlock .card .card-header h4 .btn, .interior-page #accordionBlock .card .card-header h6 .btn, .interior-page .elevation-accordion .card .card-header h2 .btn, .interior-page .elevation-accordion .card .card-header h3 .btn, .interior-page .elevation-accordion .card .card-header h4 .btn, .interior-page .elevation-accordion .card .card-header h6 .btn, .interior-page .accordion .card .card-header h2 .btn, .interior-page .accordion .card .card-header h3 .btn, .interior-page .accordion .card .card-header h4 .btn, .interior-page .accordion .card .card-header h6 .btn {
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 !important;
  padding: 1.25rem 50px 1.25rem 1.25rem;
  padding-left: 44px;
  position: relative;
  text-align: left;
  width: 100%;
  white-space: normal !important;
  box-shadow: none !important;
  outline: none;
  border-radius: 0; }

.interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h6 .btn[aria-expanded^="true"]::before {
  content: "\f077";
  color: #942924; }

.interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h6 .btn[aria-expanded^="false"]::before {
  content: "\f078"; }

.interior-page #accordionBlock .card .card-header h2 .btn::before, .interior-page #accordionBlock .card .card-header h3 .btn::before, .interior-page #accordionBlock .card .card-header h4 .btn::before, .interior-page #accordionBlock .card .card-header h6 .btn::before, .interior-page .elevation-accordion .card .card-header h2 .btn::before, .interior-page .elevation-accordion .card .card-header h3 .btn::before, .interior-page .elevation-accordion .card .card-header h4 .btn::before, .interior-page .elevation-accordion .card .card-header h6 .btn::before, .interior-page .accordion .card .card-header h2 .btn::before, .interior-page .accordion .card .card-header h3 .btn::before, .interior-page .accordion .card .card-header h4 .btn::before, .interior-page .accordion .card .card-header h6 .btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*--adjust as necessary--*/
  color: #959595;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin-right: 18px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px); }

.interior-page #accordionBlock .card .card-header h2 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h3 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h4 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h6 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h2 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h3 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h4 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h6 .btn.collapsed::before, .interior-page .accordion .card .card-header h2 .btn.collapsed::before, .interior-page .accordion .card .card-header h3 .btn.collapsed::before, .interior-page .accordion .card .card-header h4 .btn.collapsed::before, .interior-page .accordion .card .card-header h6 .btn.collapsed::before {
  content: "\f078"; }

.interior-page #accordionBlock .card .card-header h2 .btn:hover, .interior-page #accordionBlock .card .card-header h2 .btn:focus, .interior-page #accordionBlock .card .card-header h2 .btn:active, .interior-page #accordionBlock .card .card-header h3 .btn:hover, .interior-page #accordionBlock .card .card-header h3 .btn:focus, .interior-page #accordionBlock .card .card-header h3 .btn:active, .interior-page #accordionBlock .card .card-header h4 .btn:hover, .interior-page #accordionBlock .card .card-header h4 .btn:focus, .interior-page #accordionBlock .card .card-header h4 .btn:active, .interior-page #accordionBlock .card .card-header h6 .btn:hover, .interior-page #accordionBlock .card .card-header h6 .btn:focus, .interior-page #accordionBlock .card .card-header h6 .btn:active, .interior-page .elevation-accordion .card .card-header h2 .btn:hover, .interior-page .elevation-accordion .card .card-header h2 .btn:focus, .interior-page .elevation-accordion .card .card-header h2 .btn:active, .interior-page .elevation-accordion .card .card-header h3 .btn:hover, .interior-page .elevation-accordion .card .card-header h3 .btn:focus, .interior-page .elevation-accordion .card .card-header h3 .btn:active, .interior-page .elevation-accordion .card .card-header h4 .btn:hover, .interior-page .elevation-accordion .card .card-header h4 .btn:focus, .interior-page .elevation-accordion .card .card-header h4 .btn:active, .interior-page .elevation-accordion .card .card-header h6 .btn:hover, .interior-page .elevation-accordion .card .card-header h6 .btn:focus, .interior-page .elevation-accordion .card .card-header h6 .btn:active, .interior-page .accordion .card .card-header h2 .btn:hover, .interior-page .accordion .card .card-header h2 .btn:focus, .interior-page .accordion .card .card-header h2 .btn:active, .interior-page .accordion .card .card-header h3 .btn:hover, .interior-page .accordion .card .card-header h3 .btn:focus, .interior-page .accordion .card .card-header h3 .btn:active, .interior-page .accordion .card .card-header h4 .btn:hover, .interior-page .accordion .card .card-header h4 .btn:focus, .interior-page .accordion .card .card-header h4 .btn:active, .interior-page .accordion .card .card-header h6 .btn:hover, .interior-page .accordion .card .card-header h6 .btn:focus, .interior-page .accordion .card .card-header h6 .btn:active {
  text-decoration: none; }

.interior-page #accordionBlock .card .collapse .card-body, .interior-page .elevation-accordion .card .collapse .card-body, .interior-page .accordion .card .collapse .card-body {
  background: white;
  color: #000;
  padding: 0; }

.interior-page #accordionBlock .card .collapse .card-body p, .interior-page #accordionBlock .card .collapse .card-body h3, .interior-page #accordionBlock .card .collapse .card-body h2, .interior-page #accordionBlock .card .collapse .card-body h4, .interior-page #accordionBlock .card .collapse .card-body h5, .interior-page #accordionBlock .card .collapse .card-body h6, .interior-page #accordionBlock .card .collapse .card-body span, .interior-page #accordionBlock .card .collapse .card-body strong, .interior-page #accordionBlock .card .collapse .card-body em, .interior-page .elevation-accordion .card .collapse .card-body p, .interior-page .elevation-accordion .card .collapse .card-body h3, .interior-page .elevation-accordion .card .collapse .card-body h2, .interior-page .elevation-accordion .card .collapse .card-body h4, .interior-page .elevation-accordion .card .collapse .card-body h5, .interior-page .elevation-accordion .card .collapse .card-body h6, .interior-page .elevation-accordion .card .collapse .card-body span, .interior-page .elevation-accordion .card .collapse .card-body strong, .interior-page .elevation-accordion .card .collapse .card-body em, .interior-page .accordion .card .collapse .card-body p, .interior-page .accordion .card .collapse .card-body h3, .interior-page .accordion .card .collapse .card-body h2, .interior-page .accordion .card .collapse .card-body h4, .interior-page .accordion .card .collapse .card-body h5, .interior-page .accordion .card .collapse .card-body h6, .interior-page .accordion .card .collapse .card-body span, .interior-page .accordion .card .collapse .card-body strong, .interior-page .accordion .card .collapse .card-body em {
  color: #000; }

.interior-page #accordionBlock .card .collapse.show, .interior-page .elevation-accordion .card .collapse.show, .interior-page .accordion .card .collapse.show {
  margin-top: -2px; }

.interior-page #accordionBlock .card .collapse.show .card-body, .interior-page .elevation-accordion .card .collapse.show .card-body, .interior-page .accordion .card .collapse.show .card-body {
  padding: 19px;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 86px;
  padding-bottom: 1.25rem; }

.interior-page #accordionBlock .card .collapsing .card-body, .interior-page .elevation-accordion .card .collapsing .card-body, .interior-page .accordion .card .collapsing .card-body {
  padding: 19px; }

.interior-page #accordionBlock .card .collapse, .interior-page #accordionBlock .card .collapsing, .interior-page .elevation-accordion .card .collapse, .interior-page .elevation-accordion .card .collapsing, .interior-page .accordion .card .collapse, .interior-page .accordion .card .collapsing {
  opacity: 0; }

.interior-page #accordionBlock .card .collapse.show, .interior-page #accordionBlock .card .collapsing.show, .interior-page .elevation-accordion .card .collapse.show, .interior-page .elevation-accordion .card .collapsing.show, .interior-page .accordion .card .collapse.show, .interior-page .accordion .card .collapsing.show {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 576px) {
  .interior-page #accordionBlock .card .collapse .card-body, .interior-page .elevation-accordion .card .collapse .card-body {
    padding: 18px 19px; } }
.filter-category div.ajaxsearchpro, .filter-category .ajaxsearchpro, .filter-wrap div.ajaxsearchpro, .filter-wrap .ajaxsearchpro {
  background-image: radial-gradient(ellipse at center, white, white) !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #b5b4b3 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  max-width: 100% !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: 57px !important;
  background: transparent !important;
  border-radius: 29px !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: white !important;
  border: none !important;
  box-shadow: none !important;
  width: 50px !important;
  height: 57px !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: 57px !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: black !important; }

.filter-category div.ajaxsearchpro .probox .proinput, .filter-category .ajaxsearchpro .probox .proinput, .filter-wrap div.ajaxsearchpro .probox .proinput, .filter-wrap .ajaxsearchpro .probox .proinput {
  background: white !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: 0px !important;
  box-shadow: none !important;
  color: rgba(181, 180, 179, 0.74) !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !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: 'Open Sans', sans-serif !important;
  font-size: 14px !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: 14px !important;
  height: 37px !important;
  left: 8px;
  top: 10px;
  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: 14px !important;
  opacity: 1 !important;
  font-weight: 700 !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: 14px !important;
  opacity: 1 !important;
  font-weight: 700 !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: 14px !important;
  opacity: 1 !important;
  font-weight: 700 !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: 700 !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: #942924 !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: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #000 !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: 'Open Sans', 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: #46a39b;
  outline: none;
  color: #46a39b;
  /* 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: #46a39b;
  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: #46a39b;
  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: #46a39b;
  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: #46a39b !important;
  -webkit-text-fill-color: #46a39b !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: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #000 !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: #ecb848;
  border-radius: 50px;
  border: 2px solid #ecb848 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-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: #ecb848;
  border-radius: 50px;
  border: 2px solid #ecb848 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-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 #cecfd1;
  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: #6b1e1a !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: #6b1e1a !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(107, 30, 26, 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_heading {
  margin-bottom: 0 !important; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_title {
  font-family: 'Open Sans', 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: #942924; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_description {
  font-family: 'Open Sans', 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(0, 0, 0, 0.74); }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield {
  padding-left: 0 !important;
  margin-top: 0 !important;
  /*checkbox*/
  /*field address */ }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio {
  /*RADIO Button circular style*/ }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li 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 ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
  font-family: 'Open Sans', sans-serif !important;
  color: #000;
  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 ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  background: #942924;
  border-radius: 50%;
  border: 4px solid #942924;
  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 ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
  position: relative;
  left: -9999px;
  margin: 0 !important;
  width: 0;
  margin: 0;
  height: 0;
  min-height: 0;
  padding: 0 !important; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
  content: "";
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 4px solid #939382;
  background: transparent; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li 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 ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label {
  font-family: 'Open Sans', sans-serif !important;
  color: #942924;
  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 ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::after,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  background: #942924;
  border-radius: 0;
  border: 4px solid #942924;
  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 ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin: 0 !important; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [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 ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [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 #939382;
  background: transparent; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent 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 ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label {
  font-family: 'Open Sans', sans-serif !important;
  color: #000;
  cursor: pointer;
  display: inline-block !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
  margin: 0 auto;
  padding: 0 0 0 1.3888888888888888rem !important;
  position: relative;
  vertical-align: middle;
  z-index: 1; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label::after,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  background: #942924;
  border-radius: 0.16666666666666666rem;
  border: 0.2222222222rem solid #942924;
  height: 0.8333333333333334rem;
  left: 0;
  position: absolute;
  top: 0.05555555555555555rem;
  transition: all 0.2s ease;
  width: 0.8333333333333334rem;
  z-index: -1; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin: 0 !important; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Pro";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  display: inline-block;
  font-size: 0.6666666666666666rem;
  left: 0.05555555555555555rem;
  position: absolute;
  top: 2px; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [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: 0.2222222222222222rem solid #939382;
  background: transparent; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.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 ul.gform_fields li.gfield .top_label .gfield_label {
  font-family: 'Open Sans', sans-serif !important;
  color: #942924;
  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: 30px !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 {
  background-color: #942924;
  border-radius: 6px;
  border: 2px solid #942924 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 110px;
  opacity: 1;
  padding: 12px 24px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none; }

.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: #cecfd1 !important;
  border-color: #cecfd1 !important;
  color: #6d6e70 !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: #942924 !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  color: #fff;
  display: block;
  background: #942924;
  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: 'Open Sans', 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: 'Open Sans', 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_description_below .gfield_description {
  padding-top: 5px !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: 'Open Sans', 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 */ }

.gform_wrapper input:not([type="submit"])::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
  color: rgba(58, 59, 75, 0.5);
  opacity: 1; }

.gform_wrapper input:not([type="submit"])::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
  color: rgba(58, 59, 75, 0.5);
  opacity: 1; }

.gform_wrapper input:not([type="submit"]):-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
  color: rgba(58, 59, 75, 0.5);
  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: #46a39b;
  outline: none;
  color: #46a39b;
  /* 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: #46a39b;
  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: #46a39b;
  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: #46a39b;
  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: #46a39b !important;
  -webkit-text-fill-color: #46a39b !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:%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); }

.gform_wrapper select option {
  height: 50px;
  color: rgba(58, 59, 75, 0.5); }

.gform_wrapper select:focus, .gform_wrapper select:active {
  border-color: #46a39b;
  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:%2346a39b;%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: #46a39b; }

.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 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #000 !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: 'Open Sans', 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: #942924;
  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 #942924; }

.interior-page .entry-content .interior-section-donate form .button.selected {
  background: #942924;
  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: #942924;
  opacity: 1;
  font-weight: 700; }

.interior-page .entry-content .interior-section-donate form .button input::-moz-placeholder {
  color: #942924;
  opacity: 1;
  font-weight: 700; }

.interior-page .entry-content .interior-section-donate form .button input:-ms-input-placeholder {
  color: #942924;
  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: 'Open Sans', 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: #942924;
  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 #942924;
  transition: all 0.4s ease;
  /* firefox 19+ */
  /* ie */ }

.interior-page .entry-content .interior-section-donate form select option {
  color: #942924; }

.interior-page .entry-content .interior-section-donate form select::-webkit-input-placeholder {
  color: #942924;
  opacity: 1; }

.interior-page .entry-content .interior-section-donate form select::-moz-placeholder {
  color: #942924;
  opacity: 1; }

.interior-page .entry-content .interior-section-donate form select:-ms-input-placeholder {
  color: #942924;
  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: #942924;
  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: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #cecfd1;
  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: #942924;
  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: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #942924;
  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: #942924;
  border-radius: 50px;
  border: 2px solid #942924 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 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: #33709c !important;
  border-color: #33709c !important;
  color: #942924 !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: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #942924;
  margin-bottom: 16px; }

.interior-page .entry-content .interior-section-donate .content-top h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #33709c;
  text-transform: uppercase;
  margin-bottom: 34px; }

.interior-page .entry-content .interior-section-donate .content-top p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #cecfd1; }

.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: #942924; }

.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: 'Open Sans', sans-serif !important;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #46a39b;
  text-transform: uppercase;
  margin-bottom: 34px; }

.interior-page .entry-content .interior-section-donate .content-bottom p {
  font-family: 'Open Sans', 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: #942924 !important;
  border-color: #942924 !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 {
  background-color: transparent;
  margin: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10; }

.sign-up-form .newsletterForm_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  width: 100%; }

.sign-up-form .newsletterForm_wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }

.sign-up-form .newsletterForm_wrapper .gform_heading {
  display: none; }

.sign-up-form .newsletterForm_wrapper .gform_heading .gform_title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 40px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: -0.67px;
  color: #ffffff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 27px !important; }

.sign-up-form .newsletterForm_wrapper .gform_heading h3 {
  margin-bottom: 15px !important; }

.sign-up-form .newsletterForm_wrapper .gform_heading .gform_description {
  font-family: 'Open Sans', sans-serif !important;
  color: #ffffff;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.08px;
  line-height: 1.47;
  width: 100%; }

.sign-up-form .newsletterForm_wrapper .gform_body {
  width: 100%; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields {
  display: block;
  list-style: none !important;
  padding: 0 !important; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li#field_3_7 {
  position: absolute;
  width: 0;
  height: 0; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li {
  margin: 0 !important;
  margin-bottom: 16px !important;
  padding: 0 !important; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield:last-child, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li:last-child {
  margin-bottom: 0 !important; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .gfield_label, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .gfield_label {
  display: none; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container {
  margin: 0 !important; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  color: white !important;
  background: transparent !important;
  border-radius: 4px !important;
  border: 2px solid white !important;
  height: 41px !important;
  min-height: auto !important;
  padding: 12px 21px !important;
  text-align: left;
  width: 100% !important;
  margin: 0;
  /* firefox 19+ */
  /* ie */ }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input::-webkit-input-placeholder {
  color: white !important;
  opacity: 1;
  font-style: italic; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input::-moz-placeholder {
  color: white !important;
  opacity: 1;
  font-style: italic; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-ms-input-placeholder {
  color: white !important;
  opacity: 1;
  font-style: italic; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus {
  box-shadow: none;
  border-color: #ecb848 !important;
  /* firefox 19+ */
  /* ie */ }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus::-webkit-input-placeholder {
  color: #ecb848 !important;
  opacity: 1; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus::-moz-placeholder {
  color: #ecb848 !important;
  opacity: 1; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus:-ms-input-placeholder {
  color: #ecb848 !important;
  opacity: 1; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:focus {
  -webkit-box-shadow: none !important;
  -webkit-background: transparent !important;
  color: white !important;
  -webkit-text-fill-color: white !important; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input input:-webkit-autofill {
  -webkit-transition-delay: 99999s !important;
  color: white !important;
  -webkit-text-fill-color: white !important; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container select, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container select {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  color: white !important;
  background-color: transparent !important;
  border-radius: 4px !important;
  border: 2px solid white !important;
  height: 41px !important;
  min-height: auto !important;
  padding: 12px 21px !important;
  text-align: left;
  width: 100% !important;
  -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:%23FFFFFF;%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;
  transition: 0 !important;
  /* firefox 19+ */ }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container select:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container select:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container select:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container select:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container select:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container select:hover {
  border-color: #ecb848 !important;
  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:%23ecb848;%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.0s ease !important;
  box-shadow: none;
  outline: none;
  color: #ecb848 !important; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container select::-webkit-input-placeholder {
  color: white !important;
  opacity: 1;
  font-style: italic; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container select::-moz-placeholder {
  color: white !important;
  opacity: 1;
  font-style: italic; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container select:-ms-input-placeholder {
  color: white !important;
  opacity: 1;
  font-style: italic; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:focus {
  -webkit-box-shadow: none !important;
  -webkit-background: transparent !important;
  color: #787878 !important; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill {
  -webkit-transition-delay: 99999s !important;
  color: #787878 !important; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  color: white !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 4px !important;
  border: 2px solid white !important;
  min-height: auto !important;
  padding: 12px 21px !important;
  text-align: left;
  width: 100% !important;
  /* firefox 19+ */
  /* ie */ }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea::-webkit-input-placeholder {
  color: white !important;
  opacity: 1;
  font-style: italic; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea::-moz-placeholder {
  color: white !important;
  opacity: 1;
  font-style: italic; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:-ms-input-placeholder {
  color: white !important;
  opacity: 1;
  font-style: italic; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:focus {
  box-shadow: none;
  border-color: #ecb848 !important;
  /* firefox 19+ */
  /* ie */ }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:hover::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:active::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:hover::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:active::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:focus::-webkit-input-placeholder {
  color: #ecb848 !important;
  opacity: 1; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:hover::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:active::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:hover::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:active::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:focus::-moz-placeholder {
  color: #ecb848 !important;
  opacity: 1; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:hover:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:active:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:hover:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:active:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container textarea:focus:-ms-input-placeholder {
  color: #ecb848 !important;
  opacity: 1; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield_error {
  border-radius: 30px 0 0 30px !important;
  border: 1px solid #790000; }

.sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.text-area {
  width: 100% !important; }

.sign-up-form .newsletterForm_wrapper .gform_footer {
  width: auto;
  padding: 0;
  margin: 0 auto;
  margin-top: 30px;
  transition: all 0.4s ease;
  z-index: 99; }

.sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.29 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: white;
  background-color: #46a39b;
  background-repeat: no-repeat !important;
  background-position: 0px center !important;
  min-width: 146px !important;
  border-radius: 6px !important;
  border: none !important;
  cursor: pointer;
  margin: 0 auto !important;
  opacity: 1;
  padding: 12px 21px !important;
  text-transform: none !important; }

.sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button:hover {
  text-decoration: none;
  color: #6d6e70;
  background-color: #cecfd1;
  border-color: #cecfd1; }

.sign-up-form .newsletterForm_wrapper .gform_footer input[name=gform_ajax] {
  position: absolute;
  bottom: -10px; }

.sign-up-form .newsletterForm_wrapper .gfield_description {
  display: none; }

.sign-up-form .newsletterForm_wrapper div.validation_error {
  background: transparent;
  border-radius: 30px;
  color: red !important;
  margin-bottom: 0;
  padding: 15px !important;
  padding-left: 0 !important;
  position: relative;
  left: auto;
  top: auto;
  width: auto !important;
  z-index: 999;
  text-align: center !important; }

.sign-up-form .gform_confirmation_wrapper {
  float: none;
  margin-top: 0;
  text-align: center; }

.sign-up-form .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #6b1e1a;
  display: block;
  background: white;
  padding: 10px 20px;
  position: relative; }

.sign-up-form img.gform_ajax_spinner {
  display: none !important; }

@media (max-width: 641px) {
  .sign-up-form .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 16px; }

  .sign-up-form .gform_wrapper .ginput_container span:not(.ginput_price):last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .sign-up-form .gform_wrapper .gform_body ul.gform_fields, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields {
    display: flex;
    flex-wrap: wrap; }

  .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li {
    width: calc((100% / 2) - 16px);
    margin-right: 16px !important; }

  .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input {
    text-align: left; } }
@media (min-width: 1200px) {
  .sign-up-form .newsletterForm_wrapper .gform_body {
    width: 86%; }

  .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li {
    width: calc(18%); }

  .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield:nth-child(1), .sign-up-form .gform_wrapper .gform_body ul.gform_fields li:nth-child(1), .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield:nth-child(1), .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li:nth-child(1) {
    width: calc(36%); }

  .sign-up-form .newsletterForm_wrapper form {
    align-items: flex-end; }

  .sign-up-form .gform_wrapper .gform_footer, .sign-up-form .newsletterForm_wrapper .gform_footer {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 18px; } }
/*END Sign Up------------------------------------------*/
.donateForm_wrapper {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0 !important;
  text-align: left;
  /*form*/
  /*Validation Error */
  /*Validation Error */ }

.donateForm_wrapper form {
  margin: 0 !important;
  padding: 0;
  /*start Body Form*/
  /* gform_body */
  /* gform_footer*/ }

.donateForm_wrapper form .gform_heading .gform_title {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3 !important;
  letter-spacing: -1.2px;
  text-align: left;
  color: #6b1e1a !important;
  padding: 0;
  text-transform: none !important; }

.donateForm_wrapper form .gform_heading h3 {
  margin: 0 !important; }

.donateForm_wrapper form .gform_heading span {
  font-weight: bold; }

.donateForm_wrapper form .gform_heading .gform_description {
  font-family: 'Open Sans', sans-serif !important;
  color: #6b1e1a !important;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 1.35;
  text-align: left; }

.donateForm_wrapper form .gform_body {
  display: block;
  /*ul.gform_fields, .top_labe */
  /*.ginput_container_total */ }

.donateForm_wrapper form .gform_body ul.gform_fields, .donateForm_wrapper form .gform_body .top_label {
  padding: 0;
  margin: 0;
  /*gfield is a GLOBAL class*/
  /* end gfield is a global class*/
  /* Product PRICE */
  /* End Product PRICE*/
  /*WARNING MESSAGE*/
  /*WARNING MESSAGE*/
  /*Credit Card Fields*/
  /* END Credit Card Fields*/
  /*Radio Button Recurring*/ }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield, .donateForm_wrapper form .gform_body .top_label li.gfield {
  display: block;
  margin: 0;
  padding: 0 !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield.gfield_total, .donateForm_wrapper form .gform_body .top_label li.gfield.gfield_total {
  display: none; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield.gfield_html h3, .donateForm_wrapper form .gform_body .top_label li.gfield.gfield_html h3 {
  font-family: 'Open Sans', sans-serif !important;
  margin: 0 !important;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: normal;
  text-align: left;
  color: #942924 !important;
  padding: 0;
  text-transform: none !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield.gfield_html p, .donateForm_wrapper form .gform_body .top_label li.gfield.gfield_html p {
  font-family: 'Open Sans', sans-serif !important;
  color: #000000;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.47;
  text-align: left; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label, .donateForm_wrapper form .gform_body .top_label li.gfield label.gfield_label {
  margin-bottom: 12px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #9a9a9a !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container {
  margin-top: 0;
  /*Input Fied TEXT*/
  /*SELECT field price product*/ }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:active, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:active, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input:active, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input:focus, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container textarea:active, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container textarea:focus {
  outline: none;
  border-color: #942924 !important;
  color: #942924; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .StripeElement, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container .StripeElement {
  font-family: 'Open Sans', sans-serif !important;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #9a9a9a !important;
  box-shadow: none;
  color: #9a9a9a;
  font-size: 13px !important;
  font-weight: normal;
  height: 40px;
  min-height: 40px;
  margin-bottom: 8px;
  line-height: 1 !important;
  padding: 10px 17px !important;
  position: relative;
  text-transform: none;
  width: 100%;
  /* firefox 19+ */
  /* ie */ }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .StripeElement::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container .StripeElement::-webkit-input-placeholder {
  color: #9a9a9a;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .StripeElement::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container .StripeElement::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .StripeElement:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container .StripeElement:-ms-input-placeholder {
  color: #9a9a9a;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select.gfield_select, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select.gfield_select {
  padding: 10px 12px;
  background: url("../images/icons/select-arrow.svg") 97%/auto no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select.gfield_select option, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select.gfield_select option {
  background: rgba(0, 0, 0, 0.6); }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_complex:not(.ginput_container_address):not(.ginput_container_name) span, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_complex:not(.ginput_container_address):not(.ginput_container_name) span {
  display: inline-block;
  padding-right: 6px !important;
  width: calc(50% - 6px); }

@media (max-width: 767.98px) {
  .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_complex:not(.ginput_container_address):not(.ginput_container_name) span, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_complex:not(.ginput_container_address):not(.ginput_container_name) span {
    width: 100%;
    margin-right: 0;
    padding-right: 0; } }
.donateForm_wrapper form .gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container.gf_name_has_2 span, .donateForm_wrapper form .gform_body .top_label li.gfield div.ginput_complex.ginput_container.gf_name_has_2 span {
  width: calc(50% - 10px);
  padding-right: 9px;
  margin-right: 2px; }

@media (max-width: 767.98px) {
  .donateForm_wrapper form .gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container.gf_name_has_2 span, .donateForm_wrapper form .gform_body .top_label li.gfield div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
    margin-right: 0;
    padding-right: 0; } }
.donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea, .donateForm_wrapper form .gform_body .top_label li.gfield textarea {
  font-family: 'Open Sans', sans-serif !important;
  background-color: transparent !important;
  border-radius: 6px;
  border: 1px solid #9a9a9a !important;
  box-shadow: none;
  color: #9a9a9a;
  font-size: 18px !important;
  font-weight: normal;
  margin-bottom: 8px;
  padding: 10px 12px  !important;
  /* firefox 19+ */
  /* ie */ }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield textarea::-webkit-input-placeholder {
  color: #9a9a9a;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield textarea::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield textarea:-ms-input-placeholder {
  color: #9a9a9a;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea:focus, .donateForm_wrapper form .gform_body .top_label li.gfield textarea:focus {
  outline: none; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_4, .donateForm_wrapper form .gform_body .top_label li#field_20_4 {
  margin-bottom: 10px; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_4 span.name_last, .donateForm_wrapper form .gform_body .top_label li#field_20_4 span.name_last {
  padding-right: 0 !important;
  margin-right: 0 !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency), .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) {
  /*SELECT field price product*/
  /*Select Field  price product*/
  /*RADIO Button circular style*/
  /* End RADIO Button circular style */
  /*Other field, User define price*/
  /*Other field, User define price*/ }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_select select.gfield_select, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_select select.gfield_select {
  background: rgba(0, 0, 0, 0.6);
  padding-left: 15px !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_select select.gfield_select option, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_select select.gfield_select option {
  background: rgba(0, 0, 0, 0.6); }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio {
  margin-bottom: 6px;
  display: block !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio {
  /*Flex*/
  align-content: space-around;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: auto !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li {
  list-style-type: none;
  margin: 0;
  margin-right: 10px;
  overflow: hidden;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #9a9a9a;
  flex: 0 0 calc((100%/4) - 8px); }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li:nth-child(4), .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li:nth-child(4) {
  margin-right: 0 !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li:last-child, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li:last-child {
  margin-right: 0 !important;
  flex: 100%;
  margin-top: 10px; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li input, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li input {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li input:checked + label, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li input:checked + label {
  color: white !important;
  /*background: #d0d996;*/ }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
.donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
  font-family: 'Montserrat', sans-serif !important;
  color: #969696;
  cursor: pointer;
  display: inline-block !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  width: 100%;
  padding: 12px 6px !important;
  position: relative;
  vertical-align: top;
  z-index: 1;
  max-width: 100%; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
.donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after {
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #46a39b;
  border: none;
  border-radius: 5px;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease;
  width: 103%;
  z-index: -1; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:checked,
.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked), .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:checked,
.donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li.gchoice_9_2_4 [type="radio"]:checked + label::after,
.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li.gchoice_9_2_4 [type="radio"]:not(:checked) + label::after, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li.gchoice_9_2_4 [type="radio"]:checked + label::after,
.donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_radio .gfield_radio li.gchoice_9_2_4 [type="radio"]:not(:checked) + label::after {
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #942924;
  border: none;
  border-radius: 5px;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease;
  width: 103%;
  z-index: -1; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_product_price, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_product_price {
  position: relative;
  transition: 0.4s;
  margin-bottom: 18px; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_product_price .ginput_amount, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_product_price .ginput_amount {
  font-size: 13px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54 !important;
  letter-spacing: -0.24px !important;
  color: #9a9a9a;
  text-align: left;
  margin-bottom: 20px;
  padding: 10px 17px !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price:not(.donationFrequency) .ginput_container_product_price::after, .donateForm_wrapper form .gform_body .top_label li.gfield_price:not(.donationFrequency) .ginput_container_product_price::after {
  content: "";
  background: #9a9a9a;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%; }

.donateForm_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning, .donateForm_wrapper form .gform_body .top_label .gfield_creditcard_warning {
  color: #9a9a9a;
  width: auto !important; }

.donateForm_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message, .donateForm_wrapper form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message {
  margin-bottom: 10px; }

.donateForm_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message span, .donateForm_wrapper form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message span {
  /*display: inline-block;*/ }

.donateForm_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container, .donateForm_wrapper form .gform_body .top_label .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container {
  display: none; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full {
  position: relative; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras {
  font-size: 0;
  display: block; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
  width: 39%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code {
  display: inline-block;
  max-width: 70% !important; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon {
  top: -18px; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
  width: 60%;
  display: inline-block; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field {
  display: block; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
  font-family: 'Open Sans', sans-serif !important;
  width: 45% !important;
  margin: 0 8px 10px 0;
  padding: 10px !important;
  position: relative;
  background: url("../images/icons/select-arrow 2.png") 97%/auto no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option {
  /*height: 40px;*/
  /* firefox 19+ */
  /* ie */
  background: #942924; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-webkit-input-placeholder {
  color: #9a9a9a;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option:-ms-input-placeholder {
  color: #9a9a9a;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3, .donateForm_wrapper form .gform_body .top_label li#field_20_3 {
  /*Radio Button Recurring*/ }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio {
  margin-bottom: 10px;
  margin-top: 0;
  display: block !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio {
  /*Flex*/
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li {
  position: relative;
  text-align: center;
  list-style-type: none;
  width: calc(50% - 6px); }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li input, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li input {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li label, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li label {
  display: block;
  margin: 0 !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li input:checked + label, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li input:checked + label {
  background: #942924 !important;
  color: #ffffff !important;
  display: block !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
.donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
  font-family: 'Open Sans', sans-serif !important;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #942924 !important;
  box-shadow: none;
  color: #942924;
  font-size: 15px !important;
  font-weight: bold;
  height: 40px;
  line-height: 1em;
  margin-bottom: 8px;
  max-width: 100%;
  padding: 12px 5px !important;
  position: relative !important;
  text-transform: none;
  width: 100%;
  /* firefox 19+ */
  /* ie */ }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
.donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder {
  color: #942924;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
.donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder {
  color: #942924;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
.donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder {
  color: #942924;
  opacity: 1; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:after,
.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:after,
.donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
  content: none; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked), .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
.donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.donateForm_wrapper form .gform_body ul.gform_fields li.optionalField, .donateForm_wrapper form .gform_body .top_label li.optionalField {
  position: relative;
  padding-bottom: 15px !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.optionalField::after, .donateForm_wrapper form .gform_body .top_label li.optionalField::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #9a9a9a;
  position: absolute;
  bottom: 0;
  left: 0; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency, .donateForm_wrapper form .gform_body .top_label li.donationFrequency {
  padding-top: 15px !important;
  margin-top: 15px;
  position: relative; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency::after, .donateForm_wrapper form .gform_body .top_label li.donationFrequency::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #9a9a9a;
  position: absolute;
  top: 0;
  left: 0; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio, .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio {
  /*Flex*/
  align-content: space-around;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: auto !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li, .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li {
  list-style-type: none;
  margin: 0;
  margin-right: 10px;
  overflow: hidden;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #942924;
  flex: 0 0 calc((100%/2) - 8px); }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li:nth-child(4), .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li:nth-child(4) {
  margin-right: 0 !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li:last-child, .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li:last-child {
  margin-right: 0 !important; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li input, .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li input {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li input:checked + label, .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li input:checked + label {
  color: white !important;
  /*background: #d0d996;*/ }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li [type="radio"]:checked + label,
.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li [type="radio"]:not(:checked) + label, .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li [type="radio"]:checked + label,
.donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li [type="radio"]:not(:checked) + label {
  font-family: 'Montserrat', sans-serif !important;
  color: #942924;
  cursor: pointer;
  display: inline-block !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  width: 100%;
  padding: 12px 6px !important;
  position: relative;
  vertical-align: top;
  z-index: 1;
  max-width: 100%; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li [type="radio"]:checked + label::after,
.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li [type="radio"]:not(:checked) + label::after, .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li [type="radio"]:checked + label::after,
.donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li [type="radio"]:not(:checked) + label::after {
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #942924;
  border: none;
  border-radius: 5px;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease;
  width: 103%;
  z-index: -1; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li [type="radio"]:checked,
.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li [type="radio"]:not(:checked), .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li [type="radio"]:checked,
.donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.donateForm_wrapper form .gform_body ul.gform_fields li.donationFrequency .gfield_radio li [type="radio"]:not(:checked) + label:after, .donateForm_wrapper form .gform_body .top_label li.donationFrequency .gfield_radio li [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.donateForm_wrapper form .gform_body .ginput_container_total {
  margin-bottom: 10px; }

.donateForm_wrapper form .gform_body .ginput_container_total .ginput_total {
  color: #942924;
  font-size: 15px !important; }

.donateForm_wrapper form .gform_footer {
  padding: 0;
  margin: 33px 0 0 !important; }

.donateForm_wrapper form .gform_footer input[type="submit"] {
  font-family: 'Montserrat', sans-serif !important;
  background: #942924;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94 !important;
  letter-spacing: -0.53px;
  color: white;
  padding: 15px 10px;
  text-transform: none;
  transition: all 0.4s ease;
  width: 100% !important;
  margin: 0; }

.donateForm_wrapper form .gform_footer input[type="submit"]:hover, .donateForm_wrapper form .gform_footer input[type="submit"]:focus, .donateForm_wrapper form .gform_footer input[type="submit"]:active {
  background: #cecfd1;
  color: #942924 !important;
  text-decoration: none; }

.donateForm_wrapper .gform_wrapper div.validation_error {
  border-top: 2px solid #990000;
  color: #ffffff;
  line-height: 1em;
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px solid #990000; }

.donateForm_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0;
  text-align: center; }

/* .donateForm_wrapper*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #942924;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 5; }

.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: .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: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.24;
  background: rgba(255, 31, 90, 0.52); }

.interior-banner .banner-wrapping::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.42;
  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 {
  text-align: left;
  color: white;
  margin-bottom: 0px !important;
  letter-spacing: normal;
  text-transform: uppercase !important; }

@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: 'Open Sans', 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 {
  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='%23ffffff' 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 ");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 17.4px;
  position: absolute;
  left: 15px;
  top: calc(35% - 8.5px);
  z-index: 5; }

.interior-banner .go-back: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='%23afafaf' 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 "); }

@media (min-width: 1200px) {
  .interior-banner .go-back {
    top: calc(65% - 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: 498px; }

  .interior-banner .title-page {
    margin-top: 150px; } }
/*END Interior Top (BANNER)------------------------------------------*/
.filter-category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 40px !important; }

.filter-category span {
  font-family: 'Open Sans', 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: 'Open Sans', 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='%23232021 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;
  border-radius: 0px;
  border: 1px solid #232021;
  color: #232021;
  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: #232021;
  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: #232021;
  opacity: 1; }

.filter-category select::-moz-placeholder {
  color: #232021;
  opacity: 1; }

.filter-category select:-ms-input-placeholder {
  color: #232021;
  opacity: 1; }

.filter-category select:active, .filter-category select:focus {
  box-shadow: none;
  border-color: #46a39b;
  outline: none;
  color: #46a39b;
  /* firefox 19+ */
  /* ie */ }

.filter-category select:active::-webkit-input-placeholder, .filter-category select:focus::-webkit-input-placeholder {
  color: #46a39b;
  opacity: 1; }

.filter-category select:active::-moz-placeholder, .filter-category select:focus::-moz-placeholder {
  color: #46a39b;
  opacity: 1; }

.filter-category select:active:-ms-input-placeholder, .filter-category select:focus:-ms-input-placeholder {
  color: #46a39b;
  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.06); }

.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: 178px;
  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; }

.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: 'Montserrat', sans-serif !important;
  font-size: 17px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0px;
  color: black;
  margin-bottom: 7px; }

.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: 'Open Sans', 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: 'Open Sans', sans-serif !important;
  color: black;
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0px; }

.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: 'Open Sans', 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: 'Montserrat', sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 25px;
  color: #989898; }

.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: 'Montserrat', sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-left: 15px;
  color: #989898; }

.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: 50%;
  display: inline-block;
  height: 3px;
  margin: 0 5px;
  width: 3px;
  background: #67686a;
  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: 'Open Sans', 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: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #942924;
  text-transform: uppercase;
  margin-bottom: 10px; }

.section-category-news .card address {
  font-family: 'Open Sans', 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: 'Open Sans', 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 !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; }

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: #2e5a9a;
  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: #942924;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 3px;
  position: absolute;
  top: 3px;
  width: 8px;
  height: 8px; }

body:not(.home) ul.list li ul {
  padding-left: 0px;
  list-style: none; }

body:not(.home) ul.list li ul li::after {
  background: #942924; }

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-size: inherit;
  font-weight: bold;
  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: #942924;
  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) .et-ver-timeline-template-1 .et-title, body:not(.home) .et-ver-timeline-template-1 .et-title a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  font-size: 18px;
  letter-spacing: normal; }

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) .wp-block-columns .wp-block-column .wp-block-image img {
  height: auto; }

body:not(.home) .job_listings {
  margin-top: 50px; }
  body:not(.home) .job_listings .job_filters {
    background: transparent; }
    body:not(.home) .job_listings .job_filters .search_jobs {
      display: flex;
      flex-direction: column;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; }
      @media (min-width: 768px) {
        body:not(.home) .job_listings .job_filters .search_jobs {
          flex-direction: row; }
          body:not(.home) .job_listings .job_filters .search_jobs > div {
            margin-right: 15px;
            margin-bottom: 0 !important; }
            body:not(.home) .job_listings .job_filters .search_jobs > div:last-child {
              margin-right: 0; } }
      body:not(.home) .job_listings .job_filters .search_jobs > div {
        margin-bottom: 15px; }
        body:not(.home) .job_listings .job_filters .search_jobs > div:last-child {
          margin-bottom: 0; }
      body:not(.home) .job_listings .job_filters .search_jobs .search_keywords {
        width: 100%;
        float: none;
        padding: 0; }
        body:not(.home) .job_listings .job_filters .search_jobs .search_keywords input {
          font-family: 'Open Sans', sans-serif !important;
          background: #ffffff;
          border-radius: 3px;
          border: 2px solid #8c8c8c;
          box-shadow: none;
          color: #5b5b5b;
          font-size: 14px !important;
          font-weight: normal;
          min-height: 44px;
          padding: 10px 15px !important;
          width: 100%; }
      body:not(.home) .job_listings .job_filters .search_jobs .search_location {
        width: 100%;
        float: none;
        padding: 0; }
        body:not(.home) .job_listings .job_filters .search_jobs .search_location input {
          font-family: 'Open Sans', sans-serif !important;
          background: #ffffff;
          border-radius: 3px;
          border: 2px solid #8c8c8c;
          box-shadow: none;
          color: #5b5b5b;
          font-size: 14px !important;
          font-weight: normal;
          min-height: 44px;
          padding: 10px 15px !important;
          width: 100%; }
      body:not(.home) .job_listings .job_filters .search_jobs .search_submit {
        padding-top: 0; }
        body:not(.home) .job_listings .job_filters .search_jobs .search_submit input[type="submit"] {
          background-color: #942924;
          border-radius: 6px;
          border: 2px solid #942924 !important;
          color: white !important;
          cursor: pointer;
          display: inline-block;
          font-family: 'Montserrat', sans-serif !important;
          font-size: 15px !important;
          font-stretch: normal !important;
          font-style: normal !important;
          font-weight: bold !important;
          letter-spacing: 0px !important;
          line-height: 1.1 !important;
          margin: 0 !important;
          max-width: 100%;
          min-width: 110px;
          opacity: 1;
          padding: 12px 24px !important;
          position: relative;
          text-align: center !important;
          text-decoration: none !important;
          text-transform: none; }
          body:not(.home) .job_listings .job_filters .search_jobs .search_submit input[type="submit"]:hover {
            background-color: #cecfd1 !important;
            border-color: #cecfd1 !important;
            color: #6d6e70 !important;
            text-decoration: none; }
    body:not(.home) .job_listings .job_filters .job_types {
      display: flex;
      flex-wrap: wrap;
      border: none;
      background: transparent;
      padding-bottom: 1em; }
      body:not(.home) .job_listings .job_filters .job_types li {
        float: none;
        border: none;
        width: 50%; }
        @media (min-width: 768px) {
          body:not(.home) .job_listings .job_filters .job_types li {
            width: 33.3%; } }
        @media (min-width: 992px) {
          body:not(.home) .job_listings .job_filters .job_types li {
            width: 20%; } }
      body:not(.home) .job_listings .job_filters .job_types label {
        display: flex;
        align-items: center; }
      body:not(.home) .job_listings .job_filters .job_types input {
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%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 26.9 23' style='enable-background:new 0 0 26.9 23;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23CDCDD5;stroke-width:1.7;%7d %3c/style%3e%3cpath class='st0' d='M8,2.8h11c1.7,0,3.1,1.4,3.1,3.2v11c0,1.7-1.4,3.1-3.1,3.1H8c-1.7,0-3.2-1.4-3.2-3.1V6C4.8,4.3,6.3,2.8,8,2.8z' /%3e%3c/svg%3e ");
        w: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        background-position: center;
        background-size: cover;
        padding: 9px;
        display: inline-block;
        position: relative;
        font-family: 'Open Sans', sans-serif !important;
        color: black;
        cursor: pointer;
        display: inline-block !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 1em;
        margin-right: 15px;
        color: #5b5b5b; }
      body:not(.home) .job_listings .job_filters .job_types [type="checkbox"]:checked {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%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 27 23' style='enable-background:new 0 0 27 23;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23891F1F;%7d .st1%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cpath class='st0' d='M8,2h11c2.2,0,4,1.8,4,4v11c0,2.2-1.8,4-4,4H8c-2.2,0-4-1.8-4-4V6C4,3.8,5.8,2,8,2z'/%3e%3cpath class='st1' d='M9,12.2l3.1,2.8L18,8'/%3e%3c/svg%3e "); }
  body:not(.home) .job_listings a:hover .position h3 {
    color: #942924; }

body:not(.home) .custom-block {
  padding: 55px 0; }
  body:not(.home) .custom-block.has-white-color h1, body:not(.home) .custom-block.has-white-color h2, body:not(.home) .custom-block.has-white-color h3, body:not(.home) .custom-block.has-white-color h4, body:not(.home) .custom-block.has-white-color h5, body:not(.home) .custom-block.has-white-color h6 {
    color: white !important; }

body:not(.home) .interior-page .tribe-events-single-event-description a, .tribe-events-event-url a, .tribe-venue-url a, .tribe-organizer-url a, .tribe-block__organizer__website a, .tribe-block__venue__website a, .tribe-events:not(.tribe-events-view--shortcode) p a {
  border-bottom: none !important; }

body:not(.home) .interior-page .tribe-events-single-event-description a, .tribe-events-event-url a, .tribe-venue-url a, .tribe-organizer-url a, .tribe-block__organizer__website a, .tribe-block__venue__website a, .tribe-events:not(.tribe-events-view--shortcode) p a {
  color: #2e5a9a !important; }

body:not(.home) .interior-page .tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover {
  color: #2e5a9a !important; }

body:not(.home) .interior-page .tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
  color: #2e5a9a !important; }

body:not(.home) .custom-block.has-quaternarylight-background-color h2 {
  color: inherit !important; }

body:not(.home) .custom-block.no-padding {
  padding: 0; }

body:not(.home) .custom-block:not(.has-graylight-background-color) h1, body:not(.home) .custom-block h3, body:not(.home) .custom-block h4, body:not(.home) .custom-block h5, body:not(.home) .custom-block h6, body:not(.home) .custom-block p, body:not(.home) .custom-block:not(.has-graylight-background-color) p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers):not(.btn-video), body:not(.home) .custom-block ul, body:not(.home) .custom-block ul li, body:not(.home) .custom-block ul li ul li {
  color: inherit; }

body:not(.home) .custom-block h1::before, body:not(.home) .custom-block h3::before, body:not(.home) .custom-block h4::before, body:not(.home) .custom-block h5::before, body:not(.home) .custom-block h6::before, body:not(.home) .custom-block p::before, body:not(.home) .custom-block p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers):not(.btn-video)::before, body:not(.home) .custom-block ul::before, body:not(.home) .custom-block ul li::before, body:not(.home) .custom-block ul li ul li::before {
  color: currentColor; }

body:not(.home) .custom-block h1::after, body:not(.home) .custom-block h3::after, body:not(.home) .custom-block h4::after, body:not(.home) .custom-block h5::after, body:not(.home) .custom-block h6::after, body:not(.home) .custom-block p::after, body:not(.home) .custom-block p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers):not(.btn-video)::after, body:not(.home) .custom-block ul::after, body:not(.home) .custom-block ul li::after, body:not(.home) .custom-block ul li ul li::after {
  background: currentColor; }

body:not(.home) .custom-block:not(.has-graylight-background-color) a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers):not(.btn-video) {
  color: inherit;
  text-decoration: underline;
  font-weight: 700; }

body:not(.home) .custom-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers):not(.btn-video):hover {
  color: currentColor;
  text-decoration: none; }

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-media-text-block {
  padding: 70px 0;
  position: relative; }

body:not(.home) .custom-media-text-block:before {
  content: '';
  display: none;
  width: 100vw;
  height: 101%;
  background-image: linear-gradient(to bottom, rgba(194, 206, 48, 0), #ecb848);
  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-media-text-block .row .col-12:nth-child(1) {
  padding-left: 0; }

body:not(.home) .custom-media-text-block .row .col-12:nth-child(2) {
  padding-right: 0; }

@media (max-width: 991px) {
  body:not(.home) .custom-media-text-block .row .col-12 {
    padding-left: 0;
    padding-right: 0; } }
body:not(.home) .custom-media-text-block.inverted .row .col-12:nth-child(2) {
  padding-left: 0;
  padding-right: 15px; }

body:not(.home) .custom-media-text-block.inverted .row .col-12:nth-child(1) {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1200px) {
  body:not(.home) .custom-media-text-block.inverted .row .col-12:nth-child(1) {
    padding-left: 15px; } }
body:not(.home) .custom-media-text-block h1, body:not(.home) .custom-media-text-block h2, body:not(.home) .custom-media-text-block h3, body:not(.home) .custom-media-text-block h4, body:not(.home) .custom-media-text-block h5, body:not(.home) .custom-media-text-block h6 {
  color: inherit; }

body:not(.home) .custom-media-text-block p, body:not(.home) .custom-media-text-block ul, body:not(.home) .custom-media-text-block ul li, body:not(.home) .custom-media-text-block ul li ul li {
  color: inherit; }

body:not(.home) .custom-media-text-block p::before, body:not(.home) .custom-media-text-block ul::before, body:not(.home) .custom-media-text-block ul li::before, body:not(.home) .custom-media-text-block ul li ul li::before {
  color: currentColor; }

body:not(.home) .custom-media-text-block p::after, body:not(.home) .custom-media-text-block ul::after, body:not(.home) .custom-media-text-block ul li::after, body:not(.home) .custom-media-text-block ul li ul li::after {
  background: currentColor; }

body:not(.home) .custom-media-text-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers) {
  color: #33709c !important;
  text-decoration: underline !important;
  font-weight: 700; }

body:not(.home) .custom-media-text-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers):hover {
  color: currentColor !important;
  text-decoration: none !important; }

body:not(.home) .custom-media-text-block.no-padding {
  padding: 0; }

body:not(.home) .custom-media-text-block.alignfull .wp-block-media {
  width: 100%; }

body:not(.home) .custom-media-text-block.aling-center .row {
  align-items: center; }

body:not(.home) .custom-media-text-block.aling-bottom .row {
  align-items: flex-end; }

body:not(.home) .custom-media-text-block + .custom-media-text-block {
  padding-top: 0; }

body:not(.home) .text-with-list .card {
  border-radius: 0;
  border: none; }

body:not(.home) .text-with-list .card p, body:not(.home) .text-with-list .card p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers), body:not(.home) .text-with-list .card ul, body:not(.home) .text-with-list .card ul li, body:not(.home) .text-with-list .card ul li ul li, body:not(.home) .text-with-list .card ol, body:not(.home) .text-with-list .card ol li {
  color: #5b5b5b; }

body:not(.home) .text-with-list .card p::before, body:not(.home) .text-with-list .card p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers)::before, body:not(.home) .text-with-list .card ul::before, body:not(.home) .text-with-list .card ul li::before, body:not(.home) .text-with-list .card ul li ul li::before, body:not(.home) .text-with-list .card ol::before, body:not(.home) .text-with-list .card ol li::before {
  color: currentColor; }

body:not(.home) .text-with-list .card p::after, body:not(.home) .text-with-list .card p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers)::after, body:not(.home) .text-with-list .card ul::after, body:not(.home) .text-with-list .card ul li::after, body:not(.home) .text-with-list .card ul li ul li::after, body:not(.home) .text-with-list .card ol::after, body:not(.home) .text-with-list .card ol li::after {
  background: #46a39b; }

body:not(.home) .text-with-list .card p.blue li::after, body:not(.home) .text-with-list .card p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers).blue li::after, body:not(.home) .text-with-list .card ul.blue li::after, body:not(.home) .text-with-list .card ul li.blue li::after, body:not(.home) .text-with-list .card ul li ul li.blue li::after, body:not(.home) .text-with-list .card ol.blue li::after, body:not(.home) .text-with-list .card ol li.blue li::after {
  background: #ad604f; }

body:not(.home) .text-with-list .card-body {
  padding: 73px 45px; }

body:not(.home) .text-with-photo .card {
  border: none;
  border-radius: 0; }

body:not(.home) .text-with-photo .card .img-wrap {
  background-color: gray; }

body:not(.home) .text-with-photo .card .img-wrap img {
  object-fit: contain; }

body:not(.home) .text-with-photo .card .card-body {
  padding-left: 0; }

body:not(.home) .text-with-photo .card .card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 24px; }

body:not(.home) .text-with-photo .card .card-text p {
  color: #5b5b5b; }

body:not(.home) .photo-gallery .gallery-thumbs .img-wrap {
  height: 70px;
  border-radius: 0;
  margin: 0; }

body:not(.home) .photo-gallery .swiper-button-next.swiper-button-white, body:not(.home) .photo-gallery .swiper-button-prev.swiper-button-white {
  background: #942924;
  width: 47px;
  height: 47px; }

body:not(.home) .photo-gallery .swiper-button-next.swiper-button-white::after, body:not(.home) .photo-gallery .swiper-button-prev.swiper-button-white::after {
  font-size: 18px; }

body:not(.home) .photo-gallery .swiper-button-next.swiper-button-white:hover, body:not(.home) .photo-gallery .swiper-button-prev.swiper-button-white:hover {
  background: #ad604f; }

body:not(.home) .photo-gallery .swiper-button-next.swiper-button-white {
  right: 0; }

body:not(.home) .photo-gallery .swiper-button-prev.swiper-button-white {
  left: 0;
  right: 0; }

body:not(.home) .photo-gallery .card {
  border: none;
  border-radius: 0; }

body:not(.home) .photo-gallery .card-text p {
  color: #5b5b5b; }

body:not(.home) .video-banner-block {
  min-height: 510px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

body:not(.home) .video-banner-block .img-wrap {
  position: absolute;
  top: 0;
  margin: 0;
  border-radius: 0;
  height: 100%; }

body:not(.home) .video-banner-block .img-wrap::before {
  opacity: 0.42;
  background-color: #000000;
  z-index: 2; }

body:not(.home) .video-banner-block .img-wrap::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.52;
  background-image: linear-gradient(to right, #0f0b09 7%, rgba(0, 0, 0, 0) 78%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

body:not(.home) .video-banner-block .img-wrap img {
  height: 100%; }

body:not(.home) .video-banner-block .container {
  position: relative;
  z-index: 5; }

body:not(.home) .video-banner-block h1, body:not(.home) .video-banner-block h2, body:not(.home) .video-banner-block h3, body:not(.home) .video-banner-block h4, body:not(.home) .video-banner-block h5, body:not(.home) .video-banner-block h6, body:not(.home) .video-banner-block p {
  color: white;
  margin-bottom: 7px; }

body:not(.home) .video-banner-block h1 a, body:not(.home) .video-banner-block h2 a, body:not(.home) .video-banner-block h3 a, body:not(.home) .video-banner-block h4 a, body:not(.home) .video-banner-block h5 a, body:not(.home) .video-banner-block h6 a, body:not(.home) .video-banner-block p a {
  color: white; }

body:not(.home) .video-banner-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers) {
  color: white !important;
  font-weight: 700; }

body:not(.home) .video-banner-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers):hover {
  color: #f8f8f8 !important; }

@media (min-width: 768px) {
  body:not(.home) .custom-gallery-block .img-wrap {
    height: 525px; } }
body:not(.home) .custom-gallery-block .img-wrap:before {
  background: #000;
  opacity: 0.1;
  z-index: 2; }

body:not(.home) .custom-gallery-block .carousel-caption {
  width: 100%;
  padding: 30px 20px 15px;
  left: 0;
  right: 0;
  bottom: 0; }

body:not(.home) .custom-gallery-block h1, body:not(.home) .custom-gallery-block h2, body:not(.home) .custom-gallery-block h3, body:not(.home) .custom-gallery-block h4, body:not(.home) .custom-gallery-block h5, body:not(.home) .custom-gallery-block h6 {
  margin-bottom: 5px; }

body:not(.home) .custom-gallery-block p {
  margin-bottom: 0; }

body:not(.home) .custom-gallery-block .carousel-control-next, body:not(.home) .custom-gallery-block .carousel-control-prev {
  border-radius: 0%;
  opacity: 1;
  position: absolute;
  top: calc(50% - 30px);
  transition: all 0.4s ease;
  width: 44px;
  height: 60px;
  display: block;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.12); }

body:not(.home) .custom-gallery-block .carousel-control-next .carousel-control-next-icon, body:not(.home) .custom-gallery-block .carousel-control-next .carousel-control-prev-icon, body:not(.home) .custom-gallery-block .carousel-control-prev .carousel-control-next-icon, body:not(.home) .custom-gallery-block .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: 10px; }

body:not(.home) .custom-gallery-block .carousel-control-next:hover, body:not(.home) .custom-gallery-block .carousel-control-prev:hover {
  opacity: .7; }

body:not(.home) .custom-gallery-block .carousel-control-next {
  right: 0%;
  left: unset;
  transform: scaleX(-1); }

body:not(.home) .custom-gallery-block .carousel-control-prev {
  left: 0%; }

body:not(.home) .custom-image-and-text-block {
  background-color: #f4f4f4; }

body:not(.home) .testimonials-block .swiper-slide-active .card {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.16); }

body:not(.home) .testimonials-block .card {
  margin: 15px;
  border: none;
  border-radius: 6px;
  padding: 54px 31px 29px;
  background: white;
  min-height: 276px; }

body:not(.home) .testimonials-block blockquote {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: black; }

body:not(.home) .testimonials-block cite {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.13px;
  text-align: left;
  color: black;
  text-transform: none;
  margin-top: 0px; }

body:not(.home) .testimonials-block cite span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  margin-top: 4px;
  display: block; }

body:not(.home) .testimonials-block .img-wrap {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0;
  margin-right: 16px;
  flex-shrink: 0; }

body:not(.home) .testimonials-block .img-wrap img {
  object-position: top; }

body:not(.home) .testimonials-block .cite-container {
  display: flex;
  align-items: center;
  margin-top: 20px; }

body:not(.home) .testimonials-block .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px; }

body:not(.home) .testimonials-block .arrows-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 54px; }

body:not(.home) .testimonials-block .swiper-button-next, body:not(.home) .testimonials-block .swiper-button-prev {
  position: relative;
  width: 20.6px;
  height: 10px;
  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 ");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0 4px;
  outline: none; }

body:not(.home) .testimonials-block .swiper-button-next::after, body:not(.home) .testimonials-block .swiper-button-prev::after {
  display: none; }

body:not(.home) .testimonials-block .swiper-button-next:hover, body:not(.home) .testimonials-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='%238d8d8d' 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 "); }

body:not(.home) .testimonials-block .swiper-button-next {
  transform: scaleX(-1); }

body:not(.home) .testimonials-block .swiper-pagination {
  position: relative;
  margin-top: 32px;
  display: flex;
  justify-content: center; }

body:not(.home) .testimonials-block .swiper-pagination-bullet {
  opacity: 1;
  background-color: #eaeaea;
  margin: 0 10px; }

body:not(.home) .testimonials-block .swiper-pagination-bullet-active {
  opacity: 1;
  background: #d3d3d3; }

body:not(.home) .photo-gallery-block .swiper-slide-active .img-item .img-container::before {
  opacity: 0; }

body:not(.home) .photo-gallery-block .swiper-slide-active .img-item figcaption {
  display: block; }

body:not(.home) .photo-gallery-block .img-item {
  margin: 0;
  border-radius: 0; }

body:not(.home) .photo-gallery-block .img-item .img-container {
  position: relative; }

body:not(.home) .photo-gallery-block .img-item .img-container::before {
  opacity: 0.47;
  background-color: #000000;
  z-index: 2; }

body:not(.home) .photo-gallery-block .img-item img {
  position: relative;
  height: 250px;
  object-fit: cover; }

@media (min-width: 768px) {
  body:not(.home) .photo-gallery-block .img-item img {
    height: 427px; } }
body:not(.home) .photo-gallery-block .img-item figcaption {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
  background: white;
  padding: 20px;
  display: none; }

@media (min-width: 768px) {
  body:not(.home) .photo-gallery-block .img-item figcaption {
    padding-left: 0;
    padding-right: 0; } }
body:not(.home) .photo-gallery-block .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px; }

body:not(.home) .photo-gallery-block .arrows-container {
  display: flex;
  align-items: center; }

body:not(.home) .photo-gallery-block .swiper-button-next, body:not(.home) .photo-gallery-block .swiper-button-prev {
  position: relative;
  width: 20.6px;
  height: 10px;
  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 ");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0 4px;
  outline: none; }

body:not(.home) .photo-gallery-block .swiper-button-next::after, body:not(.home) .photo-gallery-block .swiper-button-prev::after {
  display: none; }

body:not(.home) .photo-gallery-block .swiper-button-next:hover, body:not(.home) .photo-gallery-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='%238d8d8d' 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 "); }

body:not(.home) .photo-gallery-block .swiper-button-next {
  transform: scaleX(-1); }

body:not(.home) .photo-gallery-block .swiper-pagination {
  position: relative;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  display: none; }

body:not(.home) .photo-gallery-block .swiper-pagination-bullet {
  opacity: 0.33;
  background-color: #ecb848;
  margin: 0 10px; }

body:not(.home) .photo-gallery-block .swiper-pagination-bullet-active {
  opacity: 1; }

body:not(.home) .interior-section-c {
  padding: 70px 0;
  background: #eff0f1; }

body:not(.home) .interior-section-c:before {
  background: inherit; }

body:not(.home) .interior-section-c .wp-block-column.column-7 {
  flex-basis: calc(60% - 16px); }

body:not(.home) .interior-section-c .wp-block-column.column-5 {
  flex-basis: calc(50% - 16px); }

body:not(.home) .interior-section-c .wp-block-column:not(:first-child) {
  margin-left: 64px; }

body:not(.home) .interior-section-c .wp-block-image img {
  height: auto; }

body:not(.home) .interior-section-c.inverted .wp-media-text {
  order: 1; }

body:not(.home) .interior-section-c.inverted .wp-block-column:not(:first-child) {
  margin-left: 0;
  margin-right: 64px; }

body:not(.home) .interior-section-c p, body:not(.home) .interior-section-c p a, body:not(.home) .interior-section-c ul, body:not(.home) .interior-section-c ul li, body:not(.home) .interior-section-c ul li ul li {
  color: inherit !important; }

body:not(.home) .interior-section-c p::before, body:not(.home) .interior-section-c p a::before, body:not(.home) .interior-section-c ul::before, body:not(.home) .interior-section-c ul li::before, body:not(.home) .interior-section-c ul li ul li::before {
  background: currentColor; }

body:not(.home) .interior-section-c a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.btn-back):not(.extra-link):not(.d-block):not(.nav-link):not(.page-numbers) {
  color: inherit;
  text-decoration: underline; }

body:not(.home) .interior-section-c figcaption {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.92 !important;
  letter-spacing: -0.16px !important;
  color: #000 !important;
  background: white !important;
  padding: 12px 19px !important; }

body:not(.home) .interior-section-e p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  color: #000; }

body:not(.home) .custom-detail-block {
  background-image: url("../images/textblock-lightblue-background.jpg") !important;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  background-color: #942924;
  background-blend-mode: luminosity; }

@media (min-width: 992px) {
  body:not(.home) .custom-detail-block {
    padding: 70px 0 50px !important; } }
body:not(.home) .custom-detail-block::before {
  content: '';
  display: block;
  position: absolute;
  background: #711d19;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.90;
  z-index: 4; }

body:not(.home) .custom-detail-block .container {
  position: relative;
  z-index: 5; }

body:not(.home) .custom-detail-block h1, body:not(.home) .custom-detail-block h2, body:not(.home) .custom-detail-block h3, body:not(.home) .custom-detail-block h4, body:not(.home) .custom-detail-block h5, body:not(.home) .custom-detail-block h6 {
  font-weight: 700;
  line-height: 1.31; }

body:not(.home) .custom-detail-block .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0; }

body:not(.home) .custom-detail-block .img-wrap img {
  height: 100%;
  object-fit: cover; }

body:not(.home) .custom-donate-form-block .donate-form-container {
  padding: 29px 35px 23px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff; }

body:not(.home) .custom-donate-form-block .img-wrap img {
  height: 100%; }

body:not(.home) .custom-donate-form-block .networks {
  margin-top: 50px;
  margin-left: 0;
  margin-bottom: 0; }

body:not(.home) .custom-donate-form-block .networks .social li a {
  color: #9b9b9b;
  font-size: 22px; }

body:not(.home) .custom-donate-form-block .networks .social li a:hover {
  color: #942924; }

body:not(.home) .custom-donate-form-block .networks .social li a i.fa-facebook-f::before {
  content: "\f39e"; }

@media (min-width: 992px) {
  body:not(.home) .custom-donate-form-block .img-wrap {
    height: 705px;
    width: calc((100% + ((930px - 110%))));
    z-index: -1; }

  body:not(.home) .custom-donate-form-block .img-wrap img {
    height: 100%; }

  body:not(.home) .custom-donate-form-block .donate-form-container {
    min-height: 679px;
    margin-top: 50px; } }
body:not(.home) .custom-other-ways-block .card {
  background: transparent;
  border: none; }

body:not(.home) .custom-other-ways-block .img-wrap {
  width: 50px;
  height: 50px;
  margin-bottom: 0; }

body:not(.home) .custom-other-ways-block .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

body:not(.home) .custom-other-ways-block .card-body {
  padding: 0; }

body:not(.home) .custom-other-ways-block .card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #232021;
  text-transform: uppercase;
  margin-bottom: 8px; }

body:not(.home) .custom-other-ways-block .card-text {
  margin-bottom: 18px; }

body:not(.home) .custom-other-ways-block .card-text p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000000; }

body:not(.home) .custom-other-ways-block .link {
  margin-top: auto; }

@media (min-width: 768px) {
  body:not(.home) .custom-other-ways-block .single-box,
  body:not(.home) .custom-other-ways-block .card {
    height: 100%; }

  body:not(.home) .custom-other-ways-block .card-body {
    display: flex;
    flex-direction: column; } }
@media (min-width: 992px) {
  body:not(.home) .custom-other-ways-block .row .col-12 {
    position: relative; }

  body:not(.home) .custom-other-ways-block .row .col-12::after {
    content: '';
    display: block;
    width: 1px;
    height: 122px;
    background: #707070;
    position: absolute;
    top: calc(50% - 61px);
    right: 0; }

  body:not(.home) .custom-other-ways-block .row .col-12:last-child::after {
    display: none; } }
body:not(.home) .custom-circles-cards-block {
  padding-left: 15px !important;
  padding-right: 15px !important; }

body:not(.home) .custom-circles-cards-block .circle-box .card-title {
  font-size: 13px; }

body:not(.home) .custom-circles-cards-block .circle-box .card {
  width: 200px;
  height: 200px;
  min-height: 200px; }

@media (min-width: 992px) {
  body:not(.home) .custom-circles-cards-block {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
    padding-left: 100px !important;
    padding-right: 100px !important; } }
@media (min-width: 1200px) {
  body:not(.home) .custom-circles-cards-block .col-12 {
    margin-bottom: 0 !important; }

  body:not(.home) .custom-circles-cards-block .circle-box .card {
    width: 150px;
    height: 150px;
    min-height: 150px; } }
body:not(.home) .custom-image-background-block {
  position: relative; }

body:not(.home) .custom-image-background-block .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body:not(.home) .custom-image-background-block .img-wrap::before {
  opacity: 0.78;
  background-color: #942924;
  z-index: 2; }

body:not(.home) .custom-image-background-block .img-wrap img {
  width: 100%;
  height: 100%; }

body:not(.home) .custom-image-background-block .container {
  position: relative;
  z-index: 5; }

body:not(.home) .custom-pillars-block {
  position: relative; }

body:not(.home) .custom-pillars-block .main-box .number {
  font-size: 106px; }

body:not(.home) .custom-pillars-block .main-box .card-title {
  font-size: 31px; }

body:not(.home) .custom-pillars-block .single-box {
  text-align: center; }

body:not(.home) .custom-pillars-block .img-wrap {
  width: 114px;
  height: 114px;
  margin: 0 auto 15px; }

body:not(.home) .custom-pillars-block .number {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 52px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #942924; }

body:not(.home) .custom-pillars-block .card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0; }

body:not(.home) .custom-pillars-block .col-12 {
  margin-bottom: 50px; }

body:not(.home) .custom-pillars-block .line-container {
  position: absolute;
  top: 0;
  left: calc(50% - 4px); }

@media (max-width: 992px) {
  body:not(.home) .custom-pillars-block .line-container {
    display: none; } }
body:not(.home) .custom-pillars-block .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ecb848;
  margin: 0 auto;
  flex-shrink: 0; }

@media (min-width: 992px) {
  body:not(.home) .custom-pillars-block {
    padding-top: 90px !important; }

  body:not(.home) .custom-pillars-block::before {
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: calc(50% - 25px);
    background-image: url("../images/bnt-down.svg");
    z-index: 5; }

  body:not(.home) .custom-pillars-block .row .col-12 {
    padding: 0; }

  body:not(.home) .custom-pillars-block .row .col-12:nth-child(2n + 1) .single-box:not(.main-box) {
    justify-content: flex-end; }

  body:not(.home) .custom-pillars-block .row .col-12:nth-child(2n + 1) .single-box:not(.main-box) .card-title {
    order: 1; }

  body:not(.home) .custom-pillars-block .row .col-12:nth-child(2n + 1) .single-box:not(.main-box) .number {
    order: 2; }

  body:not(.home) .custom-pillars-block .row .col-12:nth-child(2n + 1) .single-box:not(.main-box) .circle {
    order: 3;
    margin-right: -8px;
    margin-left: 24px; }

  body:not(.home) .custom-pillars-block .card-title {
    width: 229px; }

  body:not(.home) .custom-pillars-block .content-wrap {
    display: flex;
    align-items: center;
    margin: 0 auto; }

  body:not(.home) .custom-pillars-block .content-wrap .number {
    margin-right: 30px; }

  body:not(.home) .custom-pillars-block .single-box {
    display: flex;
    align-items: center;
    text-align: left;
    max-width: 100%; }

  body:not(.home) .custom-pillars-block .box {
    display: flex;
    align-items: center;
    text-align: left;
    max-width: 100%; }

  body:not(.home) .custom-pillars-block .img-wrap {
    margin: 0;
    margin-right: 30px; }

  body:not(.home) .custom-pillars-block .circle {
    margin-right: 24px;
    margin-left: -12px; }

  body:not(.home) .custom-pillars-block .number {
    margin: 0 30px; } }
body:not(.home) .custom-impact-interior-block {
  background-image: url("../images/bg-e-wave-tablet.png") !important; }

body:not(.home) .custom-impact-interior-block .card {
  border: none;
  background: transparent;
  text-align: center; }

body:not(.home) .custom-impact-interior-block .img-wrap {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px; }

body:not(.home) .custom-impact-interior-block .card-body {
  padding-top: 0; }

body:not(.home) .custom-impact-interior-block .card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  color: #ffffff; }

@media (min-width: 992px) {
  body:not(.home) .custom-impact-interior-block h2 {
    font-size: 38px; } }
body:not(.home) .custom-services-block .single-box,
body:not(.home) .custom-services-block a.d-block,
body:not(.home) .custom-services-block .card {
  height: 100%; }

body:not(.home) .custom-services-block .card {
  border: none;
  border-radius: 6px;
  background: #f8f8f8; }

body:not(.home) .custom-services-block .card:hover {
  background: #46a39b; }

body:not(.home) .custom-services-block .card:hover .card-title,
body:not(.home) .custom-services-block .card:hover .card-text p {
  color: white; }

body:not(.home) .custom-services-block .img-wrap {
  height: 160px; }

body:not(.home) .custom-services-block .card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 28px;
  text-transform: uppercase; }

body:not(.home) .custom-services-block .card-text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #000000; }

body:not(.home) .custom-circle-gallery-block {
  background-image: linear-gradient(to bottom, #942924, #67110d); }

body:not(.home) .custom-circle-gallery-block::before {
  z-index: 2;
  opacity: 1; }

body:not(.home) .custom-circle-gallery-block .container {
  position: relative;
  z-index: 5; }

body:not(.home) .custom-circle-gallery-block h1, body:not(.home) .custom-circle-gallery-block h2, body:not(.home) .custom-circle-gallery-block h3, body:not(.home) .custom-circle-gallery-block h4, body:not(.home) .custom-circle-gallery-block h5, body:not(.home) .custom-circle-gallery-block h6, body:not(.home) .custom-circle-gallery-block p, body:not(.home) .custom-circle-gallery-block p a, body:not(.home) .custom-circle-gallery-block li, body:not(.home) .custom-circle-gallery-block li a {
  color: white; }

body:not(.home) .custom-circle-gallery-block .photo-circle-gallery-text-container p, body:not(.home) .custom-circle-gallery-block .photo-circle-gallery-text-container li {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.36px; }

body:not(.home) .custom-circle-gallery-block .img-wrap {
  width: 228px;
  height: 228px;
  border-radius: 50%;
  margin: 0 auto; }

body:not(.home) .custom-circle-gallery-block .img-wrap img {
  height: 100%; }

body:not(.home) .custom-circle-gallery-block .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px; }

body:not(.home) .custom-circle-gallery-block .arrows-container {
  display: flex;
  align-items: center; }

body:not(.home) .custom-circle-gallery-block .swiper-button-next, body:not(.home) .custom-circle-gallery-block .swiper-button-prev {
  position: relative;
  width: 20.6px;
  height: 10px;
  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='%23ffffff' 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 ");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0 4px;
  outline: none; }

body:not(.home) .custom-circle-gallery-block .swiper-button-next::after, body:not(.home) .custom-circle-gallery-block .swiper-button-prev::after {
  display: none; }

body:not(.home) .custom-circle-gallery-block .swiper-button-next:hover, body:not(.home) .custom-circle-gallery-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='%238d8d8d' 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 "); }

body:not(.home) .custom-circle-gallery-block .swiper-button-next {
  transform: scaleX(-1); }

body:not(.home) .custom-circle-gallery-block .swiper-pagination {
  position: relative;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  display: none; }

body:not(.home) .custom-circle-gallery-block .swiper-pagination-bullet {
  opacity: 0.33;
  background-color: #ecb848;
  margin: 0 10px; }

body:not(.home) .custom-circle-gallery-block .swiper-pagination-bullet-active {
  opacity: 1; }

body:not(.home) .custom-our-work-carousel-block {
  background: #f8f8f8; }

body:not(.home) .custom-our-work-carousel-block .card {
  border: none;
  border-radius: 0px;
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 15px; }

body:not(.home) .custom-our-work-carousel-block .card-body {
  padding: 52.5px 44px 35px;
  min-height: 475px;
  display: flex;
  flex-direction: column; }

body:not(.home) .custom-our-work-carousel-block .img-wrap {
  margin: 0; }

body:not(.home) .custom-our-work-carousel-block .card-text {
  margin-bottom: 33px; }

body:not(.home) .custom-our-work-carousel-block .card-text p a {
  color: #2e5a9a !important; }

body:not(.home) .custom-our-work-carousel-block .link {
  margin-top: auto; }

body:not(.home) .custom-our-work-carousel-block .carousel-indicators {
  position: relative;
  margin: 0; }

body:not(.home) .custom-our-work-carousel-block .carousel-indicators li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 9px;
  background-color: #e0e0e0; }

body:not(.home) .custom-our-work-carousel-block .carousel-indicators li.active {
  background-color: #9b9b9b; }

body:not(.home) .custom-our-work-carousel-block .navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px; }

body:not(.home) .custom-our-work-carousel-block .arrow-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 53.6px; }

body:not(.home) .custom-our-work-carousel-block .carousel-control-next, body:not(.home) .custom-our-work-carousel-block .carousel-control-prev {
  opacity: 1;
  position: relative;
  transition: all 0.4s ease;
  width: 20.6px;
  height: 10px;
  display: block;
  z-index: 10;
  top: auto;
  bottom: auto;
  left: 0; }

body:not(.home) .custom-our-work-carousel-block .carousel-control-next .carousel-control-next-icon, body:not(.home) .custom-our-work-carousel-block .carousel-control-next .carousel-control-prev-icon, body:not(.home) .custom-our-work-carousel-block .carousel-control-prev .carousel-control-next-icon, body:not(.home) .custom-our-work-carousel-block .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("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 ");
  background-size: 20.8px 10px;
  background-repeat: no-repeat; }

body:not(.home) .custom-our-work-carousel-block .carousel-control-next:hover .carousel-control-prev-icon,
body:not(.home) .custom-our-work-carousel-block .carousel-control-next:hover .carousel-control-next-icon, body:not(.home) .custom-our-work-carousel-block .carousel-control-prev:hover .carousel-control-prev-icon,
body:not(.home) .custom-our-work-carousel-block .carousel-control-prev:hover .carousel-control-next-icon {
  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='%238d8d8d' 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 ");
  background-size: 20.8px 10px;
  background-repeat: no-repeat; }

body:not(.home) .custom-our-work-carousel-block .carousel-control-next {
  right: 0;
  left: unset;
  transform: scaleX(-1); }

@media (min-width: 768px) {
  body:not(.home) .custom-our-work-carousel-block .image-container {
    width: calc(100% + 30px);
    z-index: 0;
    position: relative; }

  body:not(.home) .custom-our-work-carousel-block .navigation-container {
    width: calc(100% - 60px); }

  body:not(.home) .custom-our-work-carousel-block .info-container {
    margin-top: 70px;
    width: calc(100% + 40px);
    margin-left: -40px; }

  body:not(.home) .custom-our-work-carousel-block .img-wrap {
    height: 426px; } }
body:not(.home) .custom-latest-resources-block h2 {
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #942924;
  text-transform: uppercase;
  margin-bottom: 30px; }

body:not(.home) .custom-latest-resources-block .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px; }

body:not(.home) .custom-latest-resources-block .arrows-container {
  position: relative;
  width: 60px;
  display: flex;
  align-items: center;
  margin: 33px auto 0; }

body:not(.home) .custom-latest-resources-block .swiper-button-prev,
body:not(.home) .custom-latest-resources-block .swiper-button-next {
  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='%23cecfd1' 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 ");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20.6px;
  height: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 5px;
  outline: none; }

body:not(.home) .custom-latest-resources-block .swiper-button-prev::after,
body:not(.home) .custom-latest-resources-block .swiper-button-next::after {
  display: none; }

body:not(.home) .custom-latest-resources-block .swiper-button-prev:hover,
body:not(.home) .custom-latest-resources-block .swiper-button-next: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='%23afafaf' 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 "); }

body:not(.home) .custom-latest-resources-block .swiper-button-next {
  transform: scaleX(-1); }

body:not(.home) .custom-latest-resources-block .swiper-pagination {
  position: relative;
  margin: 0 15px;
  display: none; }

body:not(.home) .custom-latest-resources-block .swiper-pagination-bullet {
  background: white;
  border: 1px solid #9b9b9b;
  width: 9px;
  height: 9px;
  margin: 0 10px; }

body:not(.home) .custom-latest-resources-block .swiper-pagination-bullet-active {
  background: #9b9b9b; }

@media (min-width: 768px) {
  body:not(.home) .custom-latest-resources-block .content-wrap {
    padding: 46px 61px 41.1px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    top: -160px;
    position: relative;
    margin-bottom: -199px; }

  body:not(.home) .custom-latest-resources-block .swiper-pagination {
    display: block; }

  body:not(.home) .custom-latest-resources-block .arrows-container {
    margin-right: 0;
    margin-top: -54px;
    margin-bottom: 48px; } }
@media (min-width: 1200px) {
  body:not(.home) .custom-questions-block .accordion .card .card-header h2 .btn {
    padding-right: 202px !important; } }
body:not(.home) .interior-section-sponsors-no-carousel {
  padding: 70px 0; }

body:not(.home) .interior-section-sponsors-no-carousel .row {
  margin-top: 50px; }

body:not(.home) .interior-section-sponsors-no-carousel .img-wrap img {
  object-fit: contain; }

body:not(.home) .custom-resources-directory-block .filter-results-container .col-12 {
  margin-bottom: 38px; }

body:not(.home) .custom-resources-directory-block .filters-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

body:not(.home) .custom-resources-directory-block .filters-container .filter-item {
  width: 100%;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  body:not(.home) .custom-resources-directory-block .filters-container .filter-item {
    width: calc(50% - 15px);
    margin-bottom: 25px; }

  body:not(.home) .custom-resources-directory-block .filters-container .filter-item-input {
    width: 100%; } }
@media (min-width: 992px) {
  body:not(.home) .custom-resources-directory-block .filters-container .filter-item-select {
    width: calc(25% - 15px); }

  body:not(.home) .custom-resources-directory-block .filters-container .filter-item-input {
    width: calc(90% - 30px); }

  body:not(.home) .custom-resources-directory-block .filters-container .filter-item-button {
    width: auto; } }
body:not(.home) .custom-resources-directory-block input:not([type="submit"]), body:not(.home) .custom-resources-directory-block textarea, body:not(.home) .custom-resources-directory-block select {
  font-family: 'Open Sans', sans-serif !important;
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #8c8c8c;
  box-shadow: none;
  color: #5b5b5b;
  font-size: 14px !important;
  font-weight: normal;
  min-height: 44px;
  padding: 10px 15px !important;
  width: 100%;
  /* firefox 19+ */
  /* ie */ }

body:not(.home) .custom-resources-directory-block input:not([type="submit"])::-webkit-input-placeholder, body:not(.home) .custom-resources-directory-block textarea::-webkit-input-placeholder, body:not(.home) .custom-resources-directory-block select::-webkit-input-placeholder {
  color: #5b5b5b;
  opacity: 1; }

body:not(.home) .custom-resources-directory-block input:not([type="submit"])::-moz-placeholder, body:not(.home) .custom-resources-directory-block textarea::-moz-placeholder, body:not(.home) .custom-resources-directory-block select::-moz-placeholder {
  color: #5b5b5b;
  opacity: 1; }

body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-ms-input-placeholder, body:not(.home) .custom-resources-directory-block textarea:-ms-input-placeholder, body:not(.home) .custom-resources-directory-block select:-ms-input-placeholder {
  color: #5b5b5b;
  opacity: 1; }

body:not(.home) .custom-resources-directory-block input:not([type="submit"]):active, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):focus, body:not(.home) .custom-resources-directory-block textarea:active, body:not(.home) .custom-resources-directory-block textarea:focus, body:not(.home) .custom-resources-directory-block select:active, body:not(.home) .custom-resources-directory-block select:focus {
  box-shadow: none;
  border-color: #46a39b;
  outline: none;
  color: #46a39b;
  /* firefox 19+ */
  /* ie */ }

body:not(.home) .custom-resources-directory-block input:not([type="submit"]):active::-webkit-input-placeholder, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):focus::-webkit-input-placeholder, body:not(.home) .custom-resources-directory-block textarea:active::-webkit-input-placeholder, body:not(.home) .custom-resources-directory-block textarea:focus::-webkit-input-placeholder, body:not(.home) .custom-resources-directory-block select:active::-webkit-input-placeholder, body:not(.home) .custom-resources-directory-block select:focus::-webkit-input-placeholder {
  color: #46a39b;
  opacity: 1; }

body:not(.home) .custom-resources-directory-block input:not([type="submit"]):active::-moz-placeholder, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):focus::-moz-placeholder, body:not(.home) .custom-resources-directory-block textarea:active::-moz-placeholder, body:not(.home) .custom-resources-directory-block textarea:focus::-moz-placeholder, body:not(.home) .custom-resources-directory-block select:active::-moz-placeholder, body:not(.home) .custom-resources-directory-block select:focus::-moz-placeholder {
  color: #46a39b;
  opacity: 1; }

body:not(.home) .custom-resources-directory-block input:not([type="submit"]):active:-ms-input-placeholder, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):focus:-ms-input-placeholder, body:not(.home) .custom-resources-directory-block textarea:active:-ms-input-placeholder, body:not(.home) .custom-resources-directory-block textarea:focus:-ms-input-placeholder, body:not(.home) .custom-resources-directory-block select:active:-ms-input-placeholder, body:not(.home) .custom-resources-directory-block select:focus:-ms-input-placeholder {
  color: #46a39b;
  opacity: 1; }

body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-webkit-autofill, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-webkit-autofill:hover, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-webkit-autofill:focus, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-webkit-autofill, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-webkit-autofill:hover, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-webkit-autofill:focus, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-webkit-autofill, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-webkit-autofill:hover, body:not(.home) .custom-resources-directory-block input:not([type="submit"]):-webkit-autofill:focus, body:not(.home) .custom-resources-directory-block textarea:-webkit-autofill, body:not(.home) .custom-resources-directory-block textarea:-webkit-autofill:hover, body:not(.home) .custom-resources-directory-block textarea:-webkit-autofill:focus, body:not(.home) .custom-resources-directory-block textarea:-webkit-autofill, body:not(.home) .custom-resources-directory-block textarea:-webkit-autofill:hover, body:not(.home) .custom-resources-directory-block textarea:-webkit-autofill:focus, body:not(.home) .custom-resources-directory-block textarea:-webkit-autofill, body:not(.home) .custom-resources-directory-block textarea:-webkit-autofill:hover, body:not(.home) .custom-resources-directory-block textarea:-webkit-autofill:focus, body:not(.home) .custom-resources-directory-block select:-webkit-autofill, body:not(.home) .custom-resources-directory-block select:-webkit-autofill:hover, body:not(.home) .custom-resources-directory-block select:-webkit-autofill:focus, body:not(.home) .custom-resources-directory-block select:-webkit-autofill, body:not(.home) .custom-resources-directory-block select:-webkit-autofill:hover, body:not(.home) .custom-resources-directory-block select:-webkit-autofill:focus, body:not(.home) .custom-resources-directory-block select:-webkit-autofill, body:not(.home) .custom-resources-directory-block select:-webkit-autofill:hover, body:not(.home) .custom-resources-directory-block select:-webkit-autofill:focus {
  background: transparent !important;
  color: #46a39b !important;
  -webkit-text-fill-color: #46a39b !important;
  transition: background-color 5000s ease-in-out 0s; }

body:not(.home) .custom-resources-directory-block 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='7.976' height='4.558' viewBox='0 0 7.976 4.558'%3e%3cpath fill='none' stroke='%235b5b5b' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l3.51 3L7 0' transform='translate(.487 .57)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 20px) center;
  line-height: 1.5em !important;
  padding: 10px 10px !important;
  transition: all 0.4s ease;
  color: #5b5b5b;
  width: 100%; }

body:not(.home) .custom-resources-directory-block select option {
  height: 50px;
  color: #5b5b5b; }

body:not(.home) .custom-resources-directory-block select:focus, body:not(.home) .custom-resources-directory-block select:active {
  border-color: #46a39b;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.976' height='4.558' viewBox='0 0 7.976 4.558'%3e%3cpath fill='none' stroke='%2346a39b' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l3.51 3L7 0' transform='translate(.487 .57)'/%3e%3c/svg%3e");
  transition: all 0.4s ease;
  box-shadow: none;
  outline: none;
  color: #46a39b; }

body:not(.home) .custom-resources-directory-block textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }

body:not(.home) .custom-resources-directory-block input[type="submit"], body:not(.home) .custom-resources-directory-block input.button {
  background-color: #942924;
  border-radius: 6px;
  border: 2px solid #942924 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 110px;
  opacity: 1;
  padding: 12px 24px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none; }

body:not(.home) .custom-resources-directory-block input[type="submit"]:hover, body:not(.home) .custom-resources-directory-block input[type="submit"]:focus, body:not(.home) .custom-resources-directory-block input[type="submit"]:active, body:not(.home) .custom-resources-directory-block input.button:hover, body:not(.home) .custom-resources-directory-block input.button:focus, body:not(.home) .custom-resources-directory-block input.button:active {
  background-color: #cecfd1 !important;
  border-color: #cecfd1 !important;
  color: #6d6e70 !important;
  text-decoration: none; }

body:not(.home) .custom-news-and-alerts-directory-block .filter-results-container .col-12 {
  margin-bottom: 38px; }

body:not(.home) .custom-news-and-alerts-directory-block .content-bottom {
  padding-top: 63px; }

body:not(.home) .custom-news-and-alerts-directory-block .filters-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

body:not(.home) .custom-news-and-alerts-directory-block .filters-container .filter-item {
  width: 100%;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  body:not(.home) .custom-news-and-alerts-directory-block .filters-container .filter-item {
    width: calc(50% - 15px);
    margin-bottom: 25px; }

  body:not(.home) .custom-news-and-alerts-directory-block .filters-container .filter-item-input {
    width: 100%; } }
@media (min-width: 992px) {
  body:not(.home) .custom-news-and-alerts-directory-block .filters-container .filter-item-select {
    width: calc(25% - 15px); }

  body:not(.home) .custom-news-and-alerts-directory-block .filters-container .filter-item-input {
    width: calc(90% - 30px); }

  body:not(.home) .custom-news-and-alerts-directory-block .filters-container .filter-item-button {
    width: auto; } }
body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]), body:not(.home) .custom-news-and-alerts-directory-block textarea, body:not(.home) .custom-news-and-alerts-directory-block select {
  font-family: 'Open Sans', sans-serif !important;
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #8c8c8c;
  box-shadow: none;
  color: #5b5b5b;
  font-size: 14px !important;
  font-weight: normal;
  min-height: 44px;
  padding: 10px 15px !important;
  width: 100%;
  /* firefox 19+ */
  /* ie */ }

body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"])::-webkit-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block textarea::-webkit-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block select::-webkit-input-placeholder {
  color: #5b5b5b;
  opacity: 1; }

body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"])::-moz-placeholder, body:not(.home) .custom-news-and-alerts-directory-block textarea::-moz-placeholder, body:not(.home) .custom-news-and-alerts-directory-block select::-moz-placeholder {
  color: #5b5b5b;
  opacity: 1; }

body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-ms-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block textarea:-ms-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block select:-ms-input-placeholder {
  color: #5b5b5b;
  opacity: 1; }

body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):active, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):focus, body:not(.home) .custom-news-and-alerts-directory-block textarea:active, body:not(.home) .custom-news-and-alerts-directory-block textarea:focus, body:not(.home) .custom-news-and-alerts-directory-block select:active, body:not(.home) .custom-news-and-alerts-directory-block select:focus {
  box-shadow: none;
  border-color: #46a39b;
  outline: none;
  color: #46a39b;
  /* firefox 19+ */
  /* ie */ }

body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):active::-webkit-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):focus::-webkit-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block textarea:active::-webkit-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block textarea:focus::-webkit-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block select:active::-webkit-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block select:focus::-webkit-input-placeholder {
  color: #46a39b;
  opacity: 1; }

body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):active::-moz-placeholder, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):focus::-moz-placeholder, body:not(.home) .custom-news-and-alerts-directory-block textarea:active::-moz-placeholder, body:not(.home) .custom-news-and-alerts-directory-block textarea:focus::-moz-placeholder, body:not(.home) .custom-news-and-alerts-directory-block select:active::-moz-placeholder, body:not(.home) .custom-news-and-alerts-directory-block select:focus::-moz-placeholder {
  color: #46a39b;
  opacity: 1; }

body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):active:-ms-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):focus:-ms-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block textarea:active:-ms-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block textarea:focus:-ms-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block select:active:-ms-input-placeholder, body:not(.home) .custom-news-and-alerts-directory-block select:focus:-ms-input-placeholder {
  color: #46a39b;
  opacity: 1; }

body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-webkit-autofill, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-webkit-autofill:hover, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-webkit-autofill:focus, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-webkit-autofill, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-webkit-autofill:hover, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-webkit-autofill:focus, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-webkit-autofill, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-webkit-autofill:hover, body:not(.home) .custom-news-and-alerts-directory-block input:not([type="submit"]):-webkit-autofill:focus, body:not(.home) .custom-news-and-alerts-directory-block textarea:-webkit-autofill, body:not(.home) .custom-news-and-alerts-directory-block textarea:-webkit-autofill:hover, body:not(.home) .custom-news-and-alerts-directory-block textarea:-webkit-autofill:focus, body:not(.home) .custom-news-and-alerts-directory-block textarea:-webkit-autofill, body:not(.home) .custom-news-and-alerts-directory-block textarea:-webkit-autofill:hover, body:not(.home) .custom-news-and-alerts-directory-block textarea:-webkit-autofill:focus, body:not(.home) .custom-news-and-alerts-directory-block textarea:-webkit-autofill, body:not(.home) .custom-news-and-alerts-directory-block textarea:-webkit-autofill:hover, body:not(.home) .custom-news-and-alerts-directory-block textarea:-webkit-autofill:focus, body:not(.home) .custom-news-and-alerts-directory-block select:-webkit-autofill, body:not(.home) .custom-news-and-alerts-directory-block select:-webkit-autofill:hover, body:not(.home) .custom-news-and-alerts-directory-block select:-webkit-autofill:focus, body:not(.home) .custom-news-and-alerts-directory-block select:-webkit-autofill, body:not(.home) .custom-news-and-alerts-directory-block select:-webkit-autofill:hover, body:not(.home) .custom-news-and-alerts-directory-block select:-webkit-autofill:focus, body:not(.home) .custom-news-and-alerts-directory-block select:-webkit-autofill, body:not(.home) .custom-news-and-alerts-directory-block select:-webkit-autofill:hover, body:not(.home) .custom-news-and-alerts-directory-block select:-webkit-autofill:focus {
  background: transparent !important;
  color: #46a39b !important;
  -webkit-text-fill-color: #46a39b !important;
  transition: background-color 5000s ease-in-out 0s; }

body:not(.home) .custom-news-and-alerts-directory-block 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='7.976' height='4.558' viewBox='0 0 7.976 4.558'%3e%3cpath fill='none' stroke='%235b5b5b' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l3.51 3L7 0' transform='translate(.487 .57)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 20px) center;
  line-height: 1.5em !important;
  padding: 10px 10px !important;
  transition: all 0.4s ease;
  color: #5b5b5b;
  width: 100%; }

body:not(.home) .custom-news-and-alerts-directory-block select option {
  height: 50px;
  color: #5b5b5b; }

body:not(.home) .custom-news-and-alerts-directory-block select:focus, body:not(.home) .custom-news-and-alerts-directory-block select:active {
  border-color: #46a39b;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.976' height='4.558' viewBox='0 0 7.976 4.558'%3e%3cpath fill='none' stroke='%2346a39b' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l3.51 3L7 0' transform='translate(.487 .57)'/%3e%3c/svg%3e");
  transition: all 0.4s ease;
  box-shadow: none;
  outline: none;
  color: #46a39b; }

body:not(.home) .custom-news-and-alerts-directory-block textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }

body:not(.home) .custom-news-and-alerts-directory-block input[type="submit"], body:not(.home) .custom-news-and-alerts-directory-block input.button {
  background-color: #942924;
  border-radius: 6px;
  border: 2px solid #942924 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 110px;
  opacity: 1;
  padding: 12px 24px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none; }

body:not(.home) .custom-news-and-alerts-directory-block input[type="submit"]:hover, body:not(.home) .custom-news-and-alerts-directory-block input[type="submit"]:focus, body:not(.home) .custom-news-and-alerts-directory-block input[type="submit"]:active, body:not(.home) .custom-news-and-alerts-directory-block input.button:hover, body:not(.home) .custom-news-and-alerts-directory-block input.button:focus, body:not(.home) .custom-news-and-alerts-directory-block input.button:active {
  background-color: #cecfd1 !important;
  border-color: #cecfd1 !important;
  color: #6d6e70 !important;
  text-decoration: none; }

body:not(.home) .custom-region-news-block .row .col-12 {
  margin-bottom: 30px; }

body:not(.home) .custom-detail-block-1 .detail-table {
  margin: 45px 0 86px; }

body:not(.home) .custom-detail-block-1 .detail-table .box {
  margin-right: 30px; }

body:not(.home) .custom-detail-block-1 .detail-table .box:last-child {
  margin: 0; }

body:not(.home) .custom-detail-block-1 .card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #100f0f;
  text-transform: uppercase; }

body:not(.home) .custom-detail-block-1 .card-text p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #100f0f;
  text-transform: uppercase; }

body:not(.home) .custom-detail-block-1 .img-wrap.img-wrap:not(.icon) {
  height: 419px; }

body:not(.home) .custom-detail-block-1 .icon {
  width: 32px;
  height: 38px;
  background: #ecb848;
  border-radius: 0 0 32px 32px;
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 5; }

body:not(.home) .custom-detail-block-1 .icon img {
  width: 19px;
  height: 19px;
  object-fit: contain; }

body:not(.home) .custom-detail-block-1 .link a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #25a0f6 !important;
  display: block;
  margin-bottom: 12px;
  text-decoration: underline; }

body:not(.home) .custom-detail-block-1 .link a:hover {
  text-decoration: none; }

body:not(.home) .custom-resources-block .content-bottom {
  margin-top: 73px; }

body:not(.home) .custom-our-team-block {
  position: relative;
  background-image: linear-gradient(to bottom, #942924, #67110d); }

body:not(.home) .custom-our-team-block .single-box,
body:not(.home) .custom-our-team-block .card {
  height: 100%; }

body:not(.home) .custom-our-team-block .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px; }

body:not(.home) .custom-our-team-block .arrows-container {
  position: relative;
  width: 60px;
  display: flex;
  align-items: center;
  margin: 33px auto 0; }

body:not(.home) .custom-our-team-block .swiper-button-prev,
body:not(.home) .custom-our-team-block .swiper-button-next {
  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='%23cecfd1' 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 ");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20.6px;
  height: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 5px;
  outline: none; }

body:not(.home) .custom-our-team-block .swiper-button-prev::after,
body:not(.home) .custom-our-team-block .swiper-button-next::after {
  display: none; }

body:not(.home) .custom-our-team-block .swiper-button-prev:hover,
body:not(.home) .custom-our-team-block .swiper-button-next: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='%23afafaf' 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 "); }

body:not(.home) .custom-our-team-block .swiper-button-next {
  transform: scaleX(-1); }

body:not(.home) .custom-our-team-block .swiper-pagination {
  position: relative;
  margin: 0 15px;
  display: none; }

body:not(.home) .custom-our-team-block .swiper-pagination-bullet {
  background: white;
  border: 1px solid #9b9b9b;
  width: 9px;
  height: 9px;
  margin: 0 10px; }

body:not(.home) .custom-our-team-block .swiper-pagination-bullet-active {
  background: #9b9b9b; }

body:not(.home) .custom-our-team-block h1, body:not(.home) .custom-our-team-block h2, body:not(.home) .custom-our-team-block h3, body:not(.home) .custom-our-team-block h4, body:not(.home) .custom-our-team-block h5, body:not(.home) .custom-our-team-block h6 {
  text-transform: uppercase;
  margin-bottom: 76px; }

body:not(.home) .custom-alerts-directory-block .content-bottom {
  padding-top: 77px; }

body:not(.home) .custom-alerts-directory-block .filter-results-container .col-12 {
  margin-bottom: 30px; }

body:not(.home) .custom-alerts-directory-block .filters-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

body:not(.home) .custom-alerts-directory-block .filters-container .filter-item {
  width: 100%;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  body:not(.home) .custom-alerts-directory-block .filters-container .filter-item {
    width: calc(50% - 15px);
    margin-bottom: 25px; }

  body:not(.home) .custom-alerts-directory-block .filters-container .filter-item-input {
    width: 100%; } }
@media (min-width: 992px) {
  body:not(.home) .custom-alerts-directory-block .filters-container .filter-item-select {
    width: calc(50% - 15px); }

  body:not(.home) .custom-alerts-directory-block .filters-container .filter-item-input {
    width: calc(90% - 30px); }

  body:not(.home) .custom-alerts-directory-block .filters-container .filter-item-button {
    width: auto; } }
body:not(.home) .custom-alerts-directory-block input:not([type="submit"]), body:not(.home) .custom-alerts-directory-block textarea, body:not(.home) .custom-alerts-directory-block select {
  font-family: 'Open Sans', sans-serif !important;
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #8c8c8c;
  box-shadow: none;
  color: #5b5b5b;
  font-size: 14px !important;
  font-weight: normal;
  min-height: 44px;
  padding: 10px 15px !important;
  width: 100%;
  /* firefox 19+ */
  /* ie */ }

body:not(.home) .custom-alerts-directory-block input:not([type="submit"])::-webkit-input-placeholder, body:not(.home) .custom-alerts-directory-block textarea::-webkit-input-placeholder, body:not(.home) .custom-alerts-directory-block select::-webkit-input-placeholder {
  color: #5b5b5b;
  opacity: 1; }

body:not(.home) .custom-alerts-directory-block input:not([type="submit"])::-moz-placeholder, body:not(.home) .custom-alerts-directory-block textarea::-moz-placeholder, body:not(.home) .custom-alerts-directory-block select::-moz-placeholder {
  color: #5b5b5b;
  opacity: 1; }

body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-ms-input-placeholder, body:not(.home) .custom-alerts-directory-block textarea:-ms-input-placeholder, body:not(.home) .custom-alerts-directory-block select:-ms-input-placeholder {
  color: #5b5b5b;
  opacity: 1; }

body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):active, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):focus, body:not(.home) .custom-alerts-directory-block textarea:active, body:not(.home) .custom-alerts-directory-block textarea:focus, body:not(.home) .custom-alerts-directory-block select:active, body:not(.home) .custom-alerts-directory-block select:focus {
  box-shadow: none;
  border-color: #46a39b;
  outline: none;
  color: #46a39b;
  /* firefox 19+ */
  /* ie */ }

body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):active::-webkit-input-placeholder, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):focus::-webkit-input-placeholder, body:not(.home) .custom-alerts-directory-block textarea:active::-webkit-input-placeholder, body:not(.home) .custom-alerts-directory-block textarea:focus::-webkit-input-placeholder, body:not(.home) .custom-alerts-directory-block select:active::-webkit-input-placeholder, body:not(.home) .custom-alerts-directory-block select:focus::-webkit-input-placeholder {
  color: #46a39b;
  opacity: 1; }

body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):active::-moz-placeholder, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):focus::-moz-placeholder, body:not(.home) .custom-alerts-directory-block textarea:active::-moz-placeholder, body:not(.home) .custom-alerts-directory-block textarea:focus::-moz-placeholder, body:not(.home) .custom-alerts-directory-block select:active::-moz-placeholder, body:not(.home) .custom-alerts-directory-block select:focus::-moz-placeholder {
  color: #46a39b;
  opacity: 1; }

body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):active:-ms-input-placeholder, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):focus:-ms-input-placeholder, body:not(.home) .custom-alerts-directory-block textarea:active:-ms-input-placeholder, body:not(.home) .custom-alerts-directory-block textarea:focus:-ms-input-placeholder, body:not(.home) .custom-alerts-directory-block select:active:-ms-input-placeholder, body:not(.home) .custom-alerts-directory-block select:focus:-ms-input-placeholder {
  color: #46a39b;
  opacity: 1; }

body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-webkit-autofill, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-webkit-autofill:hover, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-webkit-autofill:focus, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-webkit-autofill, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-webkit-autofill:hover, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-webkit-autofill:focus, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-webkit-autofill, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-webkit-autofill:hover, body:not(.home) .custom-alerts-directory-block input:not([type="submit"]):-webkit-autofill:focus, body:not(.home) .custom-alerts-directory-block textarea:-webkit-autofill, body:not(.home) .custom-alerts-directory-block textarea:-webkit-autofill:hover, body:not(.home) .custom-alerts-directory-block textarea:-webkit-autofill:focus, body:not(.home) .custom-alerts-directory-block textarea:-webkit-autofill, body:not(.home) .custom-alerts-directory-block textarea:-webkit-autofill:hover, body:not(.home) .custom-alerts-directory-block textarea:-webkit-autofill:focus, body:not(.home) .custom-alerts-directory-block textarea:-webkit-autofill, body:not(.home) .custom-alerts-directory-block textarea:-webkit-autofill:hover, body:not(.home) .custom-alerts-directory-block textarea:-webkit-autofill:focus, body:not(.home) .custom-alerts-directory-block select:-webkit-autofill, body:not(.home) .custom-alerts-directory-block select:-webkit-autofill:hover, body:not(.home) .custom-alerts-directory-block select:-webkit-autofill:focus, body:not(.home) .custom-alerts-directory-block select:-webkit-autofill, body:not(.home) .custom-alerts-directory-block select:-webkit-autofill:hover, body:not(.home) .custom-alerts-directory-block select:-webkit-autofill:focus, body:not(.home) .custom-alerts-directory-block select:-webkit-autofill, body:not(.home) .custom-alerts-directory-block select:-webkit-autofill:hover, body:not(.home) .custom-alerts-directory-block select:-webkit-autofill:focus {
  background: transparent !important;
  color: #46a39b !important;
  -webkit-text-fill-color: #46a39b !important;
  transition: background-color 5000s ease-in-out 0s; }

body:not(.home) .custom-alerts-directory-block 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='7.976' height='4.558' viewBox='0 0 7.976 4.558'%3e%3cpath fill='none' stroke='%235b5b5b' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l3.51 3L7 0' transform='translate(.487 .57)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 20px) center;
  line-height: 1.5em !important;
  padding: 10px 10px !important;
  transition: all 0.4s ease;
  color: #5b5b5b;
  width: 100%; }

body:not(.home) .custom-alerts-directory-block select option {
  height: 50px;
  color: #5b5b5b; }

body:not(.home) .custom-alerts-directory-block select:focus, body:not(.home) .custom-alerts-directory-block select:active {
  border-color: #46a39b;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.976' height='4.558' viewBox='0 0 7.976 4.558'%3e%3cpath fill='none' stroke='%2346a39b' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l3.51 3L7 0' transform='translate(.487 .57)'/%3e%3c/svg%3e");
  transition: all 0.4s ease;
  box-shadow: none;
  outline: none;
  color: #46a39b; }

body:not(.home) .custom-alerts-directory-block textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }

body:not(.home) .custom-alerts-directory-block input[type="submit"], body:not(.home) .custom-alerts-directory-block input.button {
  background-color: #942924;
  border-radius: 6px;
  border: 2px solid #942924 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 110px;
  opacity: 1;
  padding: 12px 24px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none; }

body:not(.home) .custom-alerts-directory-block input[type="submit"]:hover, body:not(.home) .custom-alerts-directory-block input[type="submit"]:focus, body:not(.home) .custom-alerts-directory-block input[type="submit"]:active, body:not(.home) .custom-alerts-directory-block input.button:hover, body:not(.home) .custom-alerts-directory-block input.button:focus, body:not(.home) .custom-alerts-directory-block input.button:active {
  background-color: #cecfd1 !important;
  border-color: #cecfd1 !important;
  color: #6d6e70 !important;
  text-decoration: none; }

body:not(.home) .categories-story-page-container span, body:not(.home) .categories-story-page-container a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #942924; }

body:not(.home) .categories-story-page-container span a, body:not(.home) .categories-story-page-container a a {
  color: inherit !important; }

body:not(.home) .custom-testimonial-donate-carousel-block {
  position: relative; }

body:not(.home) .custom-testimonial-donate-carousel-block .img-wrap.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body:not(.home) .custom-testimonial-donate-carousel-block .img-wrap.bg::before {
  background-image: linear-gradient(to bottom, rgba(70, 163, 155, 0.78), rgba(56, 136, 128, 0.95) 53%, rgba(54, 131, 124, 0.98));
  z-index: 2;
  opacity: 1; }

body:not(.home) .custom-testimonial-donate-carousel-block .img-wrap.bg img {
  width: 100%;
  height: 100%; }

body:not(.home) .custom-testimonial-donate-carousel-block .container {
  position: relative;
  z-index: 5; }

body:not(.home) .custom-testimonial-donate-carousel-block h2 {
  text-transform: uppercase; }

body:not(.home) .custom-testimonial-donate-carousel-block .carousel {
  margin-top: 74px; }

body:not(.home) .custom-testimonial-donate-carousel-block .carousel-inner {
  padding: 40px 15px 15px; }

body:not(.home) .custom-testimonial-donate-carousel-block .card {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.27); }

body:not(.home) .custom-testimonial-donate-carousel-block .card .img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: -40px auto 0; }

body:not(.home) .custom-testimonial-donate-carousel-block .card .img-wrap img {
  width: 100%;
  height: 100%; }

body:not(.home) .custom-testimonial-donate-carousel-block .card-body {
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 59px; }

body:not(.home) .custom-testimonial-donate-carousel-block blockquote {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000; }

body:not(.home) .custom-testimonial-donate-carousel-block cite {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000000; }

body:not(.home) .custom-testimonial-donate-carousel-block .carousel-indicators {
  position: relative;
  margin-bottom: 0;
  margin-top: 53px; }

body:not(.home) .custom-testimonial-donate-carousel-block .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 5px; }

body:not(.home) .custom-search-block {
  background-color: #77b3c5;
  padding: 32px 0 !important; }

body:not(.home) .custom-search-block h2 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase; }

body:not(.home) .carousel_block_testimonials.bg-green {
  background-color: inherit;
  color: inherit; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h5 {
  color: white; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial p, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
  color: white;
  font-family: 'Open Sans', sans-serif !important; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
  font-family: 'Montserrat', sans-serif !important; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before {
  background-color: white; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .carousel-indicators {
  display: none; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active {
  background-color: #942924; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .carousel-indicators li {
  border: 1px solid white; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .frame-rounded,
body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .rounded-img,
body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side img {
  height: 100%;
  object-fit: cover; }

body:not(.home) .carousel_block_testimonials .container, body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
  height: 100%; }

body:not(.home) .carousel_block_testimonials .container-control {
  padding-top: 52px; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
  padding-top: 76px !important; }

body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side:before {
  content: '';
  display: block;
  background-image: url("../images/icon-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 29.4px;
  height: 20.3px;
  position: relative;
  margin-bottom: 33px;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%); }

body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-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 25.2 21.9' style='enable-background:new 0 0 25.2 21.9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23ffffff;stroke-width:1.7;stroke-miterlimit:10;%7d %3c/style%3e%3cg id='testimonial-interior-arrow-left' transform='rotate(180 12.61 -.049)'%3e%3cpath id='Stroke_1' class='st0' d='M0-11.1h24'/%3e%3cpath id='Stroke_4' class='st0' d='M13.3-0.7L24-11.1L13.3-21.4'/%3e%3c/g%3e%3c/svg%3e"); }

body:not(.home) .wp-block-columns .wp-block-column.column-3 {
  margin-left: auto;
  flex-basis: calc(25% - 16px);
  flex-grow: 0; }

body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev {
  height: 23px;
  width: 35px;
  transition: 0ms; }

body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-prev-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-next-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 25.2 21.9' style='enable-background:new 0 0 25.2 21.9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23ffffff;stroke-width:1.7;stroke-miterlimit:10;%7d %3c/style%3e%3cg id='testimonial-interior-arrow-left' transform='rotate(180 12.61 -.049)'%3e%3cpath id='Stroke_1' class='st0' d='M0-11.1h24'/%3e%3cpath id='Stroke_4' class='st0' d='M13.3-0.7L24-11.1L13.3-21.4'/%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next:hover .carousel-control-prev-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next:hover .carousel-control-next-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev:hover .carousel-control-prev-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev:hover .carousel-control-next-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 25.2 21.9' style='enable-background:new 0 0 25.2 21.9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%231057C1;stroke-width:1.7;stroke-miterlimit:10;%7d %3c/style%3e%3cg id='testimonial-interior-arrow-left' transform='rotate(180 12.61 -.049)'%3e%3cpath id='Stroke_1' class='st0' d='M0-11.1h24'/%3e%3cpath id='Stroke_4' class='st0' d='M13.3-0.7L24-11.1L13.3-21.4'/%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next {
  transform: scaleX(-1); }

body:not(.home) .carousel_block_testimonials .container-control {
  width: 103px; }

body:not(.home) .buttons-block a, body:not(.home) .buttons-block button, body:not(.home) .buttons-block span {
  margin-bottom: 10px; }

body:not(.home) .testimonial-block-2 {
  transition: 0.4s; }

body:not(.home) .testimonial-block-2 blockquote {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: #100f0f; }

body:not(.home) .testimonial-block-2 blockquote p {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: #100f0f; }

body:not(.home) .testimonial-block-2 blockquote:before {
  content: '';
  display: block;
  background-image: url("../images/icon-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 29.4px;
  height: 20.3px;
  position: relative;
  margin: 0 auto 36px;
  -webkit-filter: brightness(0%) invert(0%);
  filter: brightness(0%) invert(0%); }

body:not(.home) .testimonial-block-2 cite {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #100f0f;
  margin-top: 14px; }

body:not(.home) .testimonial-block-2 .container {
  position: relative; }

body:not(.home) .testimonial-block-2 .carousel-control-next, body:not(.home) .testimonial-block-2 .carousel-control-prev {
  width: 24px;
  opacity: 1;
  transition: 0ms; }

body:not(.home) .testimonial-block-2 .carousel-control-next .carousel-control-prev-icon, body:not(.home) .testimonial-block-2 .carousel-control-next .carousel-control-next-icon, body:not(.home) .testimonial-block-2 .carousel-control-prev .carousel-control-prev-icon, body:not(.home) .testimonial-block-2 .carousel-control-prev .carousel-control-next-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 25.2 21.9' style='enable-background:new 0 0 25.2 21.9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23000000;stroke-width:1.7;stroke-miterlimit:10;%7d %3c/style%3e%3cg id='testimonial-interior-arrow-left' transform='rotate(180 12.61 -.049)'%3e%3cpath id='Stroke_1' class='st0' d='M0-11.1h24'/%3e%3cpath id='Stroke_4' class='st0' d='M13.3-0.7L24-11.1L13.3-21.4'/%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat; }

body:not(.home) .testimonial-block-2 .carousel-control-next:hover, body:not(.home) .testimonial-block-2 .carousel-control-prev:hover {
  opacity: 0.5; }

body:not(.home) .testimonial-block-2 .carousel-control-next {
  transform: scaleX(-1); }

body:not(.home) .testimonial-block-2 .single-box {
  transition: 0.4s; }

@media (min-width: 576px) {
  body:not(.home) .custom-interior-block-f h2 {
    margin-bottom: 70px; }

  body:not(.home) .custom-interior-block-g h2 {
    margin-bottom: 63px; }

  body:not(.home) .custom-interior-block-g .content-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px; }

  body:not(.home) .custom-interior-block-h .link {
    flex-direction: row;
    justify-content: center; }

  body:not(.home) .custom-interior-block-h .link a {
    margin-right: 15px;
    margin-bottom: 0; }

  body:not(.home) .photo-gallery .gallery-top .img-wrap {
    height: 587px;
    margin: 0; } }
@media (min-width: 768px) {
  body:not(.home) .custom-interior-block-a .swiper-button-prev, body:not(.home) .custom-interior-block-a .swiper-button-next {
    display: block;
    top: calc(35% - 16px); }

  body:not(.home) .custom-interior-block-a .swiper-button-prev {
    left: -30px; }

  body:not(.home) .custom-interior-block-a .swiper-button-next {
    right: -30px; }

  body:not(.home) .custom-interior-block-c .card {
    flex-direction: row; }

  body:not(.home) .custom-interior-block-c .card-body {
    padding-top: 0;
    text-align: left; }

  body:not(.home) .custom-interior-block-d .card-body {
    display: flex;
    flex-direction: column; }

  body:not(.home) .custom-interior-block-d .card-text {
    margin-bottom: 28px; }

  body:not(.home) .custom-interior-block-d .link {
    margin-top: auto; }

  body:not(.home) .custom-interior-block-f .img-wrap {
    height: 538.1px; }

  body:not(.home) .custom-interior-block-n .card-body {
    padding-left: 0;
    padding-right: 0; }

  body:not(.home) .custom-interior-block-n .swiper-pagination {
    position: relative;
    margin-top: 16px; }

  body:not(.home) .custom-interior-block-e .content-wrap {
    grid-template-columns: repeat(2, 1fr); }

  body:not(.home) .text-with-photo .card .img-wrap {
    height: 348px;
    margin: 0; }

  body:not(.home) .testimonials-block .navigation-container {
    flex-direction: row;
    justify-content: space-between; }

  body:not(.home) .testimonials-block .swiper-pagination {
    margin: 0; }

  body:not(.home) .testimonials-block .arrows-container {
    order: 1; }

  body:not(.home) .location-block {
    padding-bottom: 181px; }

  body:not(.home) .donate-block .img-wrap {
    height: 579px; } }
@media (min-width: 992px) {
  body:not(.home) .custom-media-text-block.alignfull {
    padding: 0; }

  body:not(.home) .custom-media-text-block.alignfull .wp-block-media {
    width: calc(100% + ((100vw - 900px)/ 2));
    height: 100%;
    margin: 0;
    margin-left: -15px; }

  body:not(.home) .custom-media-text-block.alignfull .wp-block-media figcaption {
    position: absolute;
    width: calc(100% + 18px);
    background: lightgray;
    left: 15px;
    bottom: 0;
    margin: 0;
    margin-left: 15px;
    padding: 10px;
    display: none; }

  body:not(.home) .custom-media-text-block.alignfull .wp-block-media .wp-block-image {
    height: 100%;
    margin: 0; }

  body:not(.home) .custom-media-text-block.alignfull .wp-block-media .wp-block-image img {
    height: 100%;
    object-fit: cover; }

  body:not(.home) .custom-media-text-block.alignfull .wp-media-text {
    padding: 70px 0; }

  body:not(.home) .custom-media-text-block.alignfull.inverted .wp-block-media {
    width: calc(100% + ((100vw - 900px)/ 2));
    height: 100%;
    margin: 0;
    margin-left: calc((100vw - 930px)/ -2); }

  body:not(.home) .custom-media-text-block.inverted .row .col-12:nth-child(1) {
    order: 2; }

  body:not(.home) .interior-section-c::before {
    width: 100vw; }

  body:not(.home) .interior-section-c.inverted::before {
    right: 0;
    left: auto; }

  body:not(.home) .custom-interior-block-a .content-top {
    padding-top: 102px;
    margin-top: -70px; }

  body:not(.home) .custom-interior-block-c {
    padding-top: 102px;
    margin-top: -30px;
    background: white;
    padding-bottom: 87px; }

  body:not(.home) .custom-interior-block-c h2 {
    margin-bottom: 121px; }

  body:not(.home) .custom-interior-block-e {
    padding: 119px 0 105px; }

  body:not(.home) .custom-interior-block-f .info-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -260px;
    position: relative;
    z-index: 5; }

  body:not(.home) .custom-interior-block-f .info-container .carousel {
    order: 2;
    width: 40%; }

  body:not(.home) .custom-interior-block-f blockquote {
    width: 297px; }

  body:not(.home) .custom-interior-block-f {
    padding-bottom: 119px; }

  body:not(.home) .custom-interior-block-g .content-wrap {
    grid-template-columns: repeat(4, 1fr); }

  body:not(.home) .custom-interior-block-g .carousel-control-prev {
    left: -30px; }

  body:not(.home) .custom-interior-block-g .carousel-control-next {
    right: -30px; }

  body:not(.home) .custom-interior-block-g .content-top {
    padding-top: 80px;
    margin-top: -80px;
    background: white; }

  body:not(.home) .custom-interior-block-h {
    padding: 75px 0 61px; }

  body:not(.home) .wp-block-columns .wp-block-column:nth-child(1) {
    order: 0; }

  body:not(.home) .testimonials-block .testimonials-container {
    width: calc(100% + ((100vw - 900px)/ 2)); } }
@media (min-width: 1200px) {
  body:not(.home) .custom-interior-block-a .swiper-button-prev {
    left: -60px; }

  body:not(.home) .custom-interior-block-a .swiper-button-next {
    right: -60px; }

  body:not(.home) .custom-interior-block-a .card-body {
    justify-content: flex-end; }

  body:not(.home) .custom-interior-block-e .nav-link {
    margin-bottom: 20px; }

  body:not(.home) .custom-interior-block-e .nav-link:last-child {
    margin-bottom: 0; }

  body:not(.home) .custom-interior-block-e .card-body {
    padding: 39px 33px 30px; }

  body:not(.home) .custom-interior-block-i .filter-container .reset-container input {
    width: 179px; }

  body:not(.home) .custom-interior-block-i .filter-container .btn-category {
    width: 136px;
    margin: 0 auto 8px; }

  body:not(.home) .custom-interior-block-i .filter-results-container .card-body {
    justify-content: flex-end;
    padding-bottom: 10px; }

  body:not(.home) .custom-interior-block-i .filter-results-container .tags-container {
    background: #f0f0f0; }

  body:not(.home) .custom-interior-block-i .filter-results-container .tags-container span,
  body:not(.home) .custom-interior-block-i .filter-results-container .tags-container ul li a {
    color: black; }

  body:not(.home) .custom-interior-block-i .filter-results-container .link {
    opacity: 0; }

  body:not(.home) .custom-interior-block-i .filter-results-container .single-box:hover .tags-container {
    background: #1f1f1f; }

  body:not(.home) .custom-interior-block-i .filter-results-container .single-box:hover .tags-container span {
    color: white; }

  body:not(.home) .custom-interior-block-i .filter-results-container .single-box:hover .tags-container ul li a {
    color: white; }

  body:not(.home) .custom-interior-block-i .filter-results-container .single-box:hover .link {
    opacity: 1; }

  body:not(.home) .custom-interior-block-j .swiper-button-prev, body:not(.home) .custom-interior-block-j .swiper-button-next {
    display: block; }

  body:not(.home) .custom-interior-block-i {
    padding-top: 70px; }

  body:not(.home) .custom-interior-block-i .filter-container {
    margin-top: -100px;
    z-index: 5; }

  body:not(.home) .custom-interior-block-k .content-top {
    margin-top: -70px; }

  body:not(.home) .custom-interior-block-l .card:hover .card-title {
    background: #942924;
    color: white; }

  body:not(.home) .custom-interior-block-m .card .card-body {
    padding: 35px 60px; }

  body:not(.home) .custom-interior-block-m .card:hover {
    background: black; }

  body:not(.home) .custom-interior-block-m .card:hover .number {
    color: white;
    border-color: white; }

  body:not(.home) .custom-interior-block-m .card:hover .card-title {
    color: white; }

  body:not(.home) .custom-interior-block-m .card:hover .card-text p {
    color: white; }

  body:not(.home) .custom-interior-block-m .card:hover .link .btn-6 {
    color: white !important; }

  body:not(.home) .custom-interior-block-m .card:hover .link .btn-6:after {
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%); }

  body:not(.home) .testimonials-block .testimonials-container {
    width: calc(100% + ((100vw - 1200px)/ 2)); } }
.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: #942924 !important;
  color: white !important; }

.woocommerce ul.products li a.button:hover {
  background: #6b1e1a !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: #942924;
  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: 'Open Sans', sans-serif !important;
  background: transparent;
  border: none !important;
  color: #942924;
  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: #942924 !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: #6b1e1a !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: 'Open Sans', sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: #e7a61a;
  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: #e7a61a;
  outline: none;
  color: #e7a61a;
  /* 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: #e7a61a;
  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: #e7a61a;
  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: #e7a61a;
  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: #e7a61a;
  background: url("../images/icons/select-arrow-yellow.png") 97%/10px no-repeat #ffffff;
  transition: all 0.4s ease;
  color: #e7a61a; }

.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%; }

.variations_form input:not([type="submit"]), .variations_form textarea, .variations_form select, .variations_form .select2-selection {
  font-family: 'Open Sans', 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: #e7a61a;
  outline: none;
  color: #e7a61a;
  /* 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: #e7a61a;
  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: #e7a61a;
  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: #e7a61a;
  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: #942924 !important; }

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

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #942924 !important; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #6b1e1a !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: 'Open Sans', 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: #e7a61a;
  outline: none;
  color: #e7a61a;
  /* 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: #e7a61a;
  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: #e7a61a;
  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: #e7a61a;
  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: #942924 !important; }

.woocommerce-info::before {
  color: #942924 !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: #942924 !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: 'Open Sans', 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: #942924; }

.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 {
  background-color: transparent;
  margin: 0 auto 0px;
  max-width: 100%;
  padding: 10px 0px;
  width: 100%;
  border-radius: 0;
  box-shadow: none; }

.pagination, .navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto 0px;
  position: relative; }

.pagination .page-numbers.current, .pagination .current, .navigation .page-numbers.current, .navigation .current {
  position: relative;
  z-index: 0; }

.pagination .page-numbers.current::after, .pagination .current::after, .navigation .page-numbers.current::after, .navigation .current::after {
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #942924;
  border-radius: 50%;
  height: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 47px;
  z-index: -1; }

.pagination .next, .navigation .next {
  margin-left: auto !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 60px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  transition: all 0s ease; }

.pagination .next:hover, .pagination .next:focus, .pagination .next:active, .navigation .next:hover, .navigation .next:focus, .navigation .next:active {
  color: #942924 !important;
  text-decoration: none !important; }

.pagination .next:hover::after, .pagination .next:focus::after, .pagination .next:active::after, .navigation .next:hover::after, .navigation .next:focus::after, .navigation .next: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 stroke='%2376297d' 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: contain;
  background-repeat: no-repeat; }

.pagination .next::after, .navigation .next::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 stroke='%23000' 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: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
  width: 11px;
  height: 8px; }

.pagination .prev, .navigation .prev {
  margin-left: auto !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 60px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  transition: all 0s ease;
  margin-left: 0 !important; }

.pagination .prev:hover, .pagination .prev:focus, .pagination .prev:active, .navigation .prev:hover, .navigation .prev:focus, .navigation .prev:active {
  color: #942924 !important;
  text-decoration: none !important; }

.pagination .prev:hover::before, .pagination .prev:focus::before, .pagination .prev:active::before, .navigation .prev:hover::before, .navigation .prev:focus::before, .navigation .prev:active::before {
  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='%2376297d' 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: contain;
  background-repeat: no-repeat; }

.pagination .prev::before, .navigation .prev::before {
  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 stroke='%23000' 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: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  width: 11px;
  height: 8px;
  transform: scale(-1); }

.pagination ol, .navigation ol {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0; }

.pagination ol li, .navigation ol li {
  padding: 0 !important;
  margin: 10px !important; }

.pagination ol li::before, .navigation ol li::before {
  display: none !important; }

.pagination .navigation, .pagination .pagination, .pagination .page-numbers, .pagination .pagination.current, .pagination .nav-links > a, .pagination .page, .navigation .navigation, .navigation .pagination, .navigation .page-numbers, .navigation .pagination.current, .navigation .nav-links > a, .navigation .page {
  font-family: 'Montserrat', sans-serif !important;
  background: transparent;
  border: none !important;
  color: black;
  display: inline-block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin: 12px 25px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease; }

.pagination .navigation:hover, .pagination .pagination:hover, .pagination .page-numbers:hover, .pagination .pagination.current:hover, .pagination .nav-links > a:hover, .pagination .page:hover, .navigation .navigation:hover, .navigation .pagination:hover, .navigation .page-numbers:hover, .navigation .pagination.current:hover, .navigation .nav-links > a:hover, .navigation .page:hover {
  text-decoration: none;
  border-color: #6b1e1a; }

.pagination .navigation.current, .pagination .pagination.current, .pagination .page-numbers.current, .pagination .pagination.current.current, .pagination .nav-links > a.current, .pagination .page.current, .navigation .navigation.current, .navigation .pagination.current, .navigation .page-numbers.current, .navigation .pagination.current.current, .navigation .nav-links > a.current, .navigation .page.current {
  color: #ffffff; }

@media only screen and (max-width: 991px) {
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
  .pagination {
    padding: 0 10px !important; } }
body.search h1 span {
  font-size: inherit; }

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

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

div.search {
  font-family: 'Open Sans', sans-serif !important;
  background: #942924;
  display: block;
  position: relative; }

div.search::before {
  content: "";
  background: #942924;
  opacity: 0.5;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px; }

div.search::after {
  content: "";
  background: #942924;
  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: #ecb848;
  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: 'Montserrat', sans-serif !important;
  display: block; }

body.search-results .content-search ul.search-list-result li h3 a {
  color: #942924;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.4;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 2px solid #942924;
  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: 'Open Sans', sans-serif !important; }

.sponsor-vCarousel p {
  font-family: 'Open Sans', 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: #ecb848 !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: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', 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: #942924 !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; }

@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: #ecb848 !important; }

.team-vGrid-square .single-member .featured-member-images {
  background-color: #942924 !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: #942924 !important; }

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

.popup_vcard .modal-content button.close, #popup_vcard .modal-content button.close {
  background-color: #ecb848 !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: #ecb848 !important; }

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

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background-color: #ecb848 !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 {
  padding-top: 0px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px;
  line-height: 1.56; }

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: #000;
  text-transform: uppercase; }

body h2 {
  color: #942924; }

body h2.has-black-color {
  color: #942924 !important; }

body h2.has-text-color {
  color: #942924 !important; }

body h1, body .h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  margin-bottom: 31px; }

body h2, body .h2, h1.title-page {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  margin-bottom: 35px; }

body h3, body .h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 27px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  margin-bottom: 25px; }

body h4, body .h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  margin-bottom: 29px; }

body h5, body .h5 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 21px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  margin-bottom: 28px; }

body h6, body .h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  margin-bottom: 27px; }

body p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  margin-bottom: 1rem; }

body a {
  color: #2e5a9a; }

body a:hover {
  color: #172c4b; }

body li {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  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: 42px;
    line-height: 1.02;
    letter-spacing: normal; }

  body h2, body .h2, h1.title-page {
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: normal; }

  body h3, body .h3 {
    font-size: 33px;
    line-height: 1.09;
    letter-spacing: normal; }

  body h4, body .h4 {
    font-size: 28px;
    line-height: 1.04;
    letter-spacing: normal; }

  body h5, body .h5 {
    font-size: 21px;
    line-height: 1.23;
    letter-spacing: normal; }

  body h6, body .h6 {
    font-size: 18px;
    line-height: 1.26;
    letter-spacing: normal; }

  body p {
    font-size: 16px;
    line-height: 1.56; }

  body li {
    font-size: 16px;
    line-height: 1.56; } }
@media (min-width: 1200px) {
  body h1, body .h1 {
    font-size: 52px;
    line-height: 1.35;
    letter-spacing: normal; }

  body h2, body .h2, h1.title-page {
    font-size: 31px;
    line-height: 1.35;
    letter-spacing: normal; }

  body h3, body .h3 {
    font-size: 26px;
    line-height: 1.24;
    letter-spacing: normal; }

  body h4, body .h4 {
    font-size: 22px;
    line-height: 1.23;
    letter-spacing: normal; }

  body h5, body .h5 {
    font-size: 18px;
    line-height: 1.21;
    letter-spacing: normal; }

  body h6, body .h6 {
    font-size: 17px;
    line-height: 1.22;
    letter-spacing: normal; }

  body p {
    font-size: 16px;
    line-height: 1.56; }

  body li {
    font-size: 16px;
    line-height: 1.56; } }
#chartdiv > div {
  overflow: scroll !important;
  height: 101% !important; }

.ampopup-content {
  background: transparent !important;
  box-shadow: none !important;
  padding-right: 40px; }

.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: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #942924;
  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: #33709c; }

.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%, #2e5a9a); }

.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: 'Montserrat', sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  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: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #942924; }

.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: 'Montserrat', sans-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 {
  min-height: 455px; }

.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;
  background-color: #f3f3f3; }

.card-news-and-alerts .img-wrap img {
  height: 100%;
  object-fit: contain; }

.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: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #942924; }

.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: 'Montserrat', sans-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;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.card-project button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0; }

.card-project .card {
  background-color: #f8f8f8;
  border-radius: 0;
  text-align: left;
  height: 100%; }

.card-project .card:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }

.card-project .card:hover .card-body {
  background-color: #46a39b; }

.card-project .card:hover .category {
  color: black; }

.card-project .card:hover .card-title,
.card-project .card:hover .card-text p {
  color: white !important; }

.card-project .img-wrap {
  height: 209.3px;
  border-radius: 0;
  margin: 0; }

.card-project .img-wrap img {
  height: 100%; }

.card-project .card-body {
  padding: 26px 29px 30px;
  min-height: 225px; }

.card-project .icon-category {
  width: 39.2px;
  height: 46.4px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center; }

.card-project .icon-category::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-color: #942924;
  transform: rotate(45deg);
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: -1; }

.card-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); }

.card-project .category {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #942924;
  margin-bottom: 18px;
  text-transform: uppercase; }

.card-project .category a {
  color: inherit; }

.card-project .card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 0.36px;
  color: #000000;
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.card-project .card-text p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000000 !important;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@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: 'Montserrat', sans-serif !important;
  color: #969696; }

.modal-project .modal-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.modal-project .modal-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #942924;
  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: #942924;
  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: 'Montserrat', sans-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;
  padding-right: 60px; }

.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: 16px;
  top: 7px; }

@media (min-width: 576px) {
  .modal-project .share-tool-container {
    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: 'Montserrat', sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #33709c;
  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: 'Open Sans', 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: #2e5a9a; }

.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: 2px;
  background: transparent;
  text-align: center; }

.card-team-bios .card:hover .img-wrap img {
  width: 125%;
  height: 125%; }

.card-team-bios .card-body {
  padding-top: 45px;
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 35px; }

.card-team-bios .img-wrap {
  width: 255px;
  height: 255px;
  margin: 0 auto 0;
  border-radius: 50%;
  border: none;
  padding: 0; }

.card-team-bios .img-wrap img {
  width: 100%;
  height: 100%; }

.card-team-bios .networks {
  margin-top: 48px; }

.card-team-bios .social {
  flex-direction: row;
  justify-content: center; }

.card-team-bios .social li {
  margin: 0 16px; }

.card-team-bios .social li a {
  font-size: 21px;
  color: #6b1e1a; }

.card-team-bios .social li a:hover {
  color: #f5d18e; }

.card-team-bios .name {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 0.36px;
  color: white;
  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: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #ecb848; }

.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;
  border-top: solid 1px #46a39b;
  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: #6b1e1a; }

.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 #6b1e1a;
  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; }

.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: #ecb848;
  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; }

.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: #942924;
  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: #33709c;
  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 #942924;
  /* 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: #942924 !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: #ecb848 !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: #942924;
  font-weight: 700;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  margin: 0; }

.social-bar .social-share p strong {
  color: #46a39b;
  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: #942924 !important;
  width: 24px !important;
  height: 24px !important; }

.social-bar .social-share .addtoany_shortcode .a2a_kit a span svg path {
  fill: #942924 !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: #33709c !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: #33709c !important;
    color: white !important; } }
body a.a2a_i, body i.a2a_i {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #33709c;
  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: #33709c; }

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: #33709c; }

body .a2a_full_footer .a2a_i .a2a_svg svg {
  background: white !important; }

body .a2a_full_footer .a2a_i .a2a_svg svg g {
  fill: #33709c; }

a.a2a_i {
  color: #33709c; }

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: #6b1e1a !important;
  width: 24px !important;
  height: 24px !important; }

.interior-page .entry-content .addtoany_content .a2a_kit a span svg path {
  fill: #6b1e1a !important; }

.interior-page .entry-content .a2a_kit a span, .interior-page .entry-content .a2a_kit a.a2a_dd span {
  background: transparent !important;
  color: #6b1e1a !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: #6b1e1a !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 #942924 !important;
  color: #942924 !important;
  display: inline-block;
  font-size: 1rem !important;
  letter-spacing: normal;
  font-weight: 500 !important;
  margin: 0 auto;
  padding: .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: #942924;
  border-color: #942924;
  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%; }

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 #cecfd1;
  background: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6b1e1a;
  width: auto;
  text-align: center; }

#gtranslate_wrapper .switcher .option {
  background-color: transparent;
  border: none; }

#gtranslate_wrapper .switcher .option a {
  padding: 8px 18px;
  color: #6b1e1a;
  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: 'Open Sans', 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: 'Open Sans', 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: #942924; }

.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 */

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